/* General Formatting */

body{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000000;
	margin: 10px;
	padding: 0;
}

h1 {
	font-size: 120%;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #502202;
	margin-top: 20px;
	padding-bottom: 8px;
	}

h2 {
	font-size: 110%;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color:#6d7b3e;
	/*color: #cc4800;*/
	padding-bottom:1px;
	
	}

h3 {
	font-size: 100%;
	text-align: left;
	line-height: 1.4em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
		}
h4 {
	font-size: 95%;
	text-align: left;
	line-height: 1.4em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
		}
		
p {
	font-size: 90%;
	line-height: 1.3em;
	padding-bottom: 6pt;
	color:#000000;
	text-align:left;
		}

table tr td {
	font-size: 90%;
	
	
		}
		
table th {
	font-size: 90%;
	font-weight:bold;
		}

ul li {
	font-size: 90%;
	line-height: 1.3em;
	list-style-type:disc; 
	}

li:first-line { line-height: 150%; }	
	
ol li {
	font-size: 90%;
	line-height: 1.3em;
	}
		
a:link {
	background-position: center;
	color: #b25b2e;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	background-position: center;
	color: #b25b2e;
	font-weight: bold;
}
a:hover {
	background-position: center;
	color: #b25b2e;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	background-position: center;
	color: #b25b2e;
	font-weight: bold;
}

blockquote {
	font-size: 90%;
	font-style:italic;
	font-weight:normal;
	line-height: 1.5em;
	border: 1px solid #b25b2e;
	padding: 3px;
	
	
	}
	
p img  {
margin: 5px; /*trbl*/
}


		
/* Navigation  */


#topNav 
{
	position: absolute:
	top: 10px;
	left: 300px;
	padding-top:15px;
	text-align:right;
	color: #000000;
	letter-spacing: 3px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	padding-right: 3px;
}

#topNav a
{
	color: #000000;
	letter-spacing: 3px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}



#topNav a:hover
{
	color: #DE600C;
	
}

#mainTextNav {
	position:absolute;
	line-height: 2.4em;
	font-family: Verdana;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	top: 130px;
	left: 70px;
	right: 473px;
	z-index:15;
	
}

#mainTextNav a
{
	color: #FFFFFF;
	letter-spacing: 3px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	
}

#mainTextNav a:hover
{
	color: #000000;
	letter-spacing: 3px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}




/* LAYOUT */


#container {   /*Wraps around the whole layout with rule */
	width: 800px;
	margin: 15px auto 0px auto; /*trbl*/
	position:relative;
	
}



#header {
	position: relative;
	background-repeat: no-repeat;
	background-image:url(images/SubHeader.jpg); 
	background-position:top;
	height:310px;
		
}


#sidebar {
	position:relative;
	background-repeat: repeat-y;
	background-image:url(images/SubLeftBar.jpg); 
	background-position: top left;
	margin:0px;
	width:340px;
	}
	
#content {
	position:relative;
	top: -250px;
	left: 380px; 
	width:410px;
	padding-right:10px;
	

}
	

#sideQuote {
	position: absolute;
	font-size:80%;
	font-style: italic;
	color: #000000;
	top: 40px;
	left: 20px;
	padding-right: 5px;

}

#sideQuote p {
color: #FFFFFF;
}

#sideQuote h2 {
color: #FFFFFF;
}

#sideQuote h2 a {
color: #FFFFFF;
text-decoration:underline;
}


#sideQuote a {
color: #FFFFFF;
font-weight:bold;
text-decoration:none;
}

#sideQuote a:hover {
color: #FFFFFF;
font-weight:bold;
text-decoration:underline;
}
	
/* Main Splash Page Has Different Layout */
	
#MainTopHeader {
	position:relative;
	background-repeat: no-repeat;
	background-image:url(images/MainHeader.jpg);  
	background-position:top;
	height:343px;
	
}

#MainBottomLeft {
	position:absolute;
	height:162px;
	width: 243px;
	top: 342px;
	left:0px;
	z-index:10;
	
}

#MainBottomMiddle {
	position:absolute;
	height:175px;
	width: 371px;
	background-color: #000000;
	top: 342px;
	left:0px;
	
}

#MainBottomRight {
	position:absolute;
	height:155px;
	width: 419px;
	background-color: #5d6568;
	top: 342px;
	left:370px;
	padding: 10px 0px 10px 10px;/*trbl*/
	
}



#splashTextBar
{
	position: absolute;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	color: #000000;
	left: 405px;
	top: 305px;
	z-index:20;
	

}

/* FOOTER */

#footer {
	position: relative;
	text-align:center;
	font-size: 80%;
	padding: 10px 0px 10px 0px;  /*trbl*/
	clear:both;
		
}

#footer a {
	color: #000000;
	text-decoration: underline;
	font-weight:normal;
	
}
		
#footer a:link, a:visited {
	color: #000000;
	font-weight:normal;
	}

#footer a:hover {
	color: #b25b2e;
	font-weight:bold;
	}

/* Main Footer Needs to be Absolute */		

#mainfooter {
	position: absolute;
	top:510px;
	left:250px;
	
	padding: 10px 0px 10px 0px;  /*trbl*/
		
}

#mainfooter p {
text-align:center;
	font-size: 80%;
}


#mainfooter a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	
}
		
#mainfooter a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	}

#mainfooter a:hover {
	color: #b25b2e;
	font-weight:bold;
	text-decoration:underline;
		}



/* Specialty Formatting */


.splashTextSmall
{
	letter-spacing: 1.5px;
	font-size: 8px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 20px 5px 5px 250px;/*trbl*/
	line-height: 3em;
}


.SuccessfullySoloTitleText
{
	
	font-family: Verdana;
	letter-spacing: 1px;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding-top: 72px;
	padding-left: 70px;
}

.SuccessfullySoloTitleTextWhite
{
	
	text-transform: uppercase;
	color: #FFFFFF;
	
}


#SuccessfullySoloTitleTextSub  /*Subpages have different widths than main */
{
	position:absolute;
	top: 78px;
	left: 40px;
	font-family: Verdana;
	letter-spacing: 1px;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	z-index:100;
	}

.SuccessfullySoloTitleTextWhiteSub  /*Subpages have different widths than main */
{
	
	text-transform: uppercase;
	color: #FFFFFF;
	z-index:100;
	
}

#SuccessfullySoloTitleTextSub a  /*Subpages have different widths than main */
{
	
	
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.SuccessfullySoloTitleTextWhiteSub  a /*Subpages have different widths than main */
{
	
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration:none;
	
}



.splashTextMain
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;

}

.faq h2  {
	color: #6d7b3e;	
	
	
}

.faq .submenu a {
	color: #6d7b3e;	
	text-decoration: none;
	font-weight:bold;

}










