/* CSS Document */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
/********************************  end of INITIAL section */
* html #mainContainer {
	height: 100%;
}
html {
	min-width:1000px;
	height:100%;
}

body {
	min-width:860px;
	height:100%;
	min-height:100%;
	margin:0px 50px 0px 50px;
	background-color: #a5a5a5;
}
p {
	font-size:.8em;
}
.menuWrapper {
	width:100%;
	background-color:black;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#mainContainer {
	background-color: #000000;
	background-image:url(../images/T2T_background.gif);
	margin:0 auto 0 auto;
	min-height:100%;
	width: 760px;
}
/*This pseudo class adds an icon after the link giving the user a hint that the link will open in a new window*/
#leftSide a.notifyNew[href]:after {content: url(../images/icon_newWindow1.gif);}
#mainContent a.notifyNew[href]:after {content: url(../images/icon_newWindow2.gif);}
#rightSide a.notifyNew[href]:after {content: url(../images/icon_newWindow2.gif);}

/*HEADER MENU FORMATTING*/
#headerMenu, #headerMenu ul {
	list-style:none;
	float:right;
	margin:0px;
	line-height:.7em;
	height:18px;
}
#headerMenu a {
	color:white;
	font-size:.7em;
	text-decoration:none;
	display:block;
}
#headerMenu a:hover {
	text-decoration:underline;
}
#headerMenu li + li { /*sets border value for adjacent sibling elements, effectively skipping the first element in the list*/
	border-left:1px solid white;
}
#headerMenu li {
	margin-left:0px; /*over-ride global setting*/
	float:left;
	padding:0px 8px 0px 8px;
}
.headerPic {
	padding:0px;
	margin:-5px 0px -5px 0px;
}

/*MAIN MENU FORMATTING*/
#mainMenu, #mainMenu ul{
	font-size:.6em;
	height:23px;
	list-style:none;
	float:right;
	padding:5px 0px 0px 0px;
	margin:0px;
}
#mainMenu a {
	color:white;
	text-decoration:none;
	display:block;
}
#mainMenu a:hover {
	color:#b5a490; /*tan brown*/
}
#mainMenu li + li { /*sets border value for adjacent sibling elements, effectively skipping the first element in the list*/
	border-left:1px solid white;
}
#mainMenu li {
	margin-left:0px; /*over-ride global setting*/
	float:left;
	padding:0px 8px 0px 8px;
}
.box {
	border:1px solid #74362B; /*dark brown*/
	width:90%;
	margin:0 auto;
	padding:5px;
}

/*FOOTER FORMATTING & PLACEMENT*/
.footerWrapper {
	width: 760px;
	height:20px;
	margin: -20px auto 0px auto;
	background-color:black;
}
#footerMenu, #footerMenu ul {
	list-style:none;
	padding-right:5px;
	float:right;
	line-height:.7em;
	margin:3px auto 0px auto;
}

#footerMenu a {
	color:white;
	font-size:.7em;
	text-decoration:none;
	display:block;
}
#footerMenu a:hover {
	text-decoration:underline;
}
#footerMenu li {
	margin-left:0px; /*over-ride global setting*/
	float:left;
	padding:0px 8px 0px 8px;
}
#footerMenu li + li { /*sets border value for adjacent sibling elements, effectively skipping the first element in the list*/
	border-left:1px solid white;
}

#clearFooter {
	clear:both;
	height:20px;
}

/*FORMATTING FOR LEFT COLUMN OF CONTENT AREA*/
#leftSide { /* total width w. margins & padding=156px */
	float:left;
	padding:3px 3px 3px 6px;
	width:147px;
}
#leftSide p {
	font-size:.7em;
	color:white;
}
#leftSide h3 {
	color:white;
	font-size:.8em;
	font-weight:normal;
	text-align:center;
}
#leftSide a {
	color:white;
	text-decoration:none;
}
#leftSide a:hover {
	text-decoration:underline;
}

/*FORMATTING FOR CENTRAL MAIN CONTENT AREA*/
#mainContent {
	float:left;
	padding:8px;
	width:400px;
}
#mainContent a {
	color:#74362B; /*dark brown*/
}
#mainContent a:hover {
	color:#b5a490; /*tan brown*/
}
#mainContent h1 {
	font-size:1.2em;
	color:#b5a490; /*tan brown*/
}
#mainContent h2 {
	font-size:.9em;
	color:#74362B; /*dark brown*/
}
#mainContent h3 {
	font-size:.8em;
	font-weight:bold;
	color:#000000;
}
#mainContent p.breadcrumb {
	color:#3b7a65; /*pale green*/
}
.enbolden {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.h2 {
	color:#74362B; /*dark brown*/
	font-weight:bold;
}
.h2center {
	color:#74362B; /*dark brown*/
	font-weight:bold;
	text-align:center;
}
#mainContent img {
	border:solid 1px;
	border-color:black;
	padding:3px;
	margin:5px;
}
#mainContent img.noBorder {
	border:none;
}
#mainContent p.sponsor {
	border:none;
	color:#999966;
}
#mainContent a.sponsor {
	color:#999966;
	text-decoration:none;
}
#mainContent a.sponsor:hover {
	text-decoration:underline;
}
#mainContent table img {
	border:none;
	padding:0px;
	margin:0px;
}
.formHeadings {
	vertical-align:top;
	text-align:right;
	padding-right:5px;
}
#formTable {
	width:100%;
	border:0;
}
.formFields {
	vertical-align:top;
	padding-top:10px;
}
.required {
	font-weight:bold;
}
.warning {
	font-weight:bold;
	color:red;
}
.floatRt {
	float:right;
}
.floatLt {
	float:left;
}
.specialNote {
	color:#74362B; /*dark brown*/
	font-style:italic;	
}
.divider {
	font-size:.5em;
	text-align:center;
}
div.figure {
	margin:.5em;
	padding:.5em;
}
div.figure p {
	margin-top:-20px;
	text-align: center;
	font-style: italic;
	font-size: .5em;
	text-indent: 0;
}
.legalese {
	font-size:.6em;
}
#resultsTable {
	font-size:.8em;
}
#resultsTable tr.alternate {
	background-color:#CCCCCC;
}

/*FORMATTING FOR RIGHT COLUMN OF CONTENT AREA*/
#rightSide {
	float:left;
	padding:3px 3px 3px 8px;
	width:175px;
}
#rightSide p {
	font-size:.7em;
	color:black;
}
#rightSide h3 {
	font-variant:small-caps;
	font-size:.7em;
	font-weight:normal;
	text-align:center;
}
#rightSide a {
	color:#3b7a65; /*pale green*/
	text-decoration:none;
}
#rightSide a:hover {
	text-decoration:underline;
}
#rightSide h1 {
	font-size:1em;
	color:#74362B; /*dark brown*/
}
#rightSide img {
	display:block;
	margin:5px auto 5px auto;
}
.italic {
	font-style:italic;
}