﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body, table, th, tr, td, p, img, hr, ul, li, h1, h2, h3, h4, h5, div, form, fieldset, a {border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0;
    margin: 0px 0 0 0px;
}

body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a
{
	font-size: 1.5em;
    color: #000;
    font-family: Arial;
}

a:link
{
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 1px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size:x-large;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    background-position: center center;
    background-repeat: repeat;
    background-image: url('../Images/SmallHeaderBG.PNG');
    border: thin solid #000000;
    width: 1024px;
    height: 768px;
    margin-left: auto;
    margin-right: auto;
}

.header
{
	margin-bottom: 0px;
	color: #000;
	padding: 0;
	text-align: left;
}

#TopHeaderDiv
{
	height: 143px;
	direction:ltr;
}

#LogoDiv
{
    text-align: left;
}

#TDWritersNeeded
{
	text-align:center;
}

#LogInDiv
{
	text-align:right;
}

#AddressDiv
{
	text-align:left;
	width: 154px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

.main
{
    padding: 10px 20px 0px 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 3px 0 3px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    width: 1023px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: left;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #000000;
	color: #FFFFFF;
}

ul#menu li a:hover
{
	background-color: #FFCC00;
	text-decoration: none;
}

ul#menu li a:focus
{
	text-decoration: none;
	color: #FFCC00;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink
{
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #000000;
    vertical-align: middle;
    height: 39px;
    max-height: 39px;
}

div.menu.ie
{
    padding: 4px 0px 2px 2px;
    margin-top: 0px;
    left: auto;
}

.menu.safari
{
    padding: 4px 0px 2px 2px;
    margin-top: -25px;
}

.faq
{
    margin-top: -25px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    border: 1px #4e667d solid;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: underline;
    white-space: nowrap;
    background-image: url('../Images/MenuBG.PNG');
    background-repeat: repeat;
}

div.menu ul li a:hover
{
	background-color: #CC6600;
	color: #FFFFFF;
	text-decoration: none;
}

div.menu ul li a.static.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

div.menu ul li a:active
{
	color: #cfdbe6;
	text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
/*table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 0px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}*/

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

#TableIndex
{
	height: 475px;
	width: 984px;
}

#TDIndexUpperLeft
{
    background-position: center center;
    width: 492px;
    height: 355px;
    vertical-align: top;
    background-repeat: repeat;
    background-image: url('../Images/upperTD.png');
}

#TDIndexUpperRight
{
	background-position: center center;
	width: 492px;
	height: 355px;
	vertical-align: top;
	background-image: url('../Images/peoplegroup.png');
	background-repeat: no-repeat;
}

#TDIndexLowerLeft
{
	background-position: center center;
	width: 492px;
	height: 140px;
	vertical-align: top;
	padding-top: 5px;
	background-image: url('../Images/lowerTD.png');
	background-repeat: no-repeat;
}

#TDIndexLowerRight
{
	width: 492px;
	height: 140px;
	vertical-align: top;
	padding-top: 5px;
	background-position: center center;
	background-image: url('../Images/lowerTD.png');
	background-repeat: no-repeat;
}

#TDProductOops
{
	background-position: center center;
	width: 984px;
	height: 140px;
	vertical-align: top;
	padding-top: 5px;
	background-image: url('../Images/TDProductOops.png');
	background-repeat: no-repeat;
}

#TDProductGallery
{
	background-position: center center;
	width: 492px;
	height: 350px;
	vertical-align: top;
}

.table.joinIE
{
	height: 355px;
	width: 984px;
}

.table.joinSafari
{
	height: 355px;
	width: 984px;
	margin-top: -15px;
}

.tdjoinupper
{
	background-position: center center;
	width: 492px;
	height: 355px;
	vertical-align: top;
	background-image: url('../Images/upperTD.png');
	background-repeat: no-repeat;
}

.tdjoinideas
{
	background-position: center center;
	width: 984px;
	height: 140px;
	vertical-align: top;
	padding-top: 5px;
	background-image: url('../Images/TDProductOops.png');
	background-repeat: no-repeat;
}

.tdappsupperleft
{
	background-position: center top;
	width: 492px;
	height: 515px;
	vertical-align: top;
	background-image: url('../Images/FaqQuestions.png');
	background-repeat: no-repeat;
}

.tdappsupperright
{
	background-position: center center;
	width: 492px;
	height: 355px;
	vertical-align: top;
	background-image: url('../Images/upperTD.png');
	background-repeat: no-repeat;
}

#TableNews
{
	height: 510px;
	width: 984px;
}

.tdNewsItems
{
    background-position: center center;
    width: 492px;
    height: 515px;
    vertical-align: top;
    background-image: url('../Images/FaqQuestions.png');
    background-repeat: no-repeat;
}

.tdNewsDetails
{
    background-position: center top;
    width: 492px;
    height: 515px;
    vertical-align: top;
    background-image: url('../Images/FaqQuestions.png');
    background-repeat: no-repeat;
}

#TableFaq
{
	height: 510px;
	width: 984px;
}

.tdFaqQuestions
{
    background-position: center center;
    width: 492px;
    height: 515px;
    vertical-align: top;
    background-image: url('../Images/FaqQuestions.png');
    background-repeat: no-repeat;
}

.tdFaqAnswers
{
    background-position: center top;
    width: 492px;
    height: 515px;
    vertical-align: top;
    background-image: url('../Images/FaqQuestions.png');
    background-repeat: no-repeat;
}
