/*-----------------------------------------------------------------------------
TruePresence Style Sheet

version:   1.0
date:      10.17.06
author:	    
e-mail:	
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Zero down margin and paddin on all elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.6 arial, Verdana, sans-serif;
	background-color:#D4D4D4;
	text-align: center; 
	min-width: 760px;
	min-height:100%;
	background:#dcddde url(/images/bgTile.gif) top left repeat-x;
	
}
html,body {
	height: 100%;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	font-size: 2.4em;
	font-weight: normal;
}

h2 {
	font-size: 2.0em;
	font-weight: normal;
}

/* =Typography
-----------------------------------------------------------------------------*/

p, li {
	font-size: 1.4em;
}

h1, h2, p {
	margin: 1em 0;
}





/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}



/* =General Layout Styles
-----------------------------------------------------------------------------*/





#wrapper {
 	position:relative;
	width: 1017px; 
	margin: 0 auto; 
	padding:0;
	text-align: left;
	background:#FFF url(/images/contentTile.gif) top left repeat-y;	
	min-height:100%;
	
}

/*  ---IE hack for min-height---  */
* html #wrapper {
	height: 100%;
}
#wrapperInner {
	position:relative;
	float:left;
	width:997px;
}
#shadowleft{
	width:10px;
	height: 700px;
	float:left;
	background:url(/images/shadowleft.gif) top left no-repeat;
}
#shadowright{
	width:10px;
	height: 700px;
	float:left;
	background:url(/images/shadowright.gif) top left no-repeat;
}


/* =Branding
-----------------------------------------------------------------------------*/


#branding {
  	position:relative;
	padding: 0;
	width:997px;
	height:141px;	
	background: url(/images/mastTile.gif) top left repeat-x;
	margin:0;
  
}


#branding h1 {

	margin: 0;
  
}

#logo{
	
	position:relative;
	float:left;
	width:234px;
	height:96px;	
	padding:0 0 0 20px;
	
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#navHolder{
	
	position:relative;
	float:left;
	width:725px;
	height:96px;	
	padding:43px 0 0 5px;
	
}




/* 
----- for nav styles see menu.css ---


*/

#navLeft{
	
	position:relative;
	float:left;
	width:17px;
	height:96px;
	background:url(/images/navLeft.gif) top left no-repeat;

}


#navMid{
	
	position:relative;
	float:left;
	width:690px;
	height:96px;
	background: url(/images/navMid.gif) top left repeat-x;
	
}


#navRight{
	
	position:relative;
	float:left;
	width:17px;
	height:96px;
	background:url(/images/navRight.gif) top left no-repeat;
	
	
}
#menu {
	height:96px !important;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/

#subNav {

	list-style: none;
	background-color:#eee;
	width: 180px; 
	float: left; 
	
}



/* =Aux Nav
-----------------------------------------------------------------------------*/

#auxNav {
	position:absolute;
	color:#666;
	top: 8px;
	right:8px;
}
#auxNav ul{
	list-style: none; 
	float: right;
	 
}
#auxNav li{
	float:left;
	font-size: 9px;
}
#auxNav a:link, #auxNav a:visited{
	color:#666;
	text-decoration:none;
}
#auxNav a:hover{
	color:#B2B2B2;
}

#auxsearch {
	float:right;
	font-size: 9px;
}



/* =Flash Content
-----------------------------------------------------------------------------*/



#flashHolder{
	width:997px;
	float:left;
	height:214px;
	background:url(/images/flashContent2.gif) top left repeat-x;
	margin:-1px 0 0 0;

}


#flash {
	float:right;
}
#flashbtn {
	clear:right;
	float:right;
	margin-right:16px;
	_margin-right:8px;
	background:url(/images/flashbutton.gif) top left no-repeat;
}
#flashbtn a:link, #flashbtn a:visited {
	display:block;
	width:355px;
	height:31px;
	color:#FFF;
	background:url(/images/flashbutton.gif) top left no-repeat;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	line-height:31px;
}
#flashbtn a:hover {
	color:#005288;
	background:url(/images/flashbuttonRoll.gif) top left no-repeat;
}

/* =Content Holder
-----------------------------------------------------------------------------*/


#content {
	width: 997px; 
	float: left; 
	padding:16px 0 0 0;
	margin:0;
	background-color:#FFF;
}


/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent {
	
	width: 444px; 
	margin: 0 0 0 16px; 
	float: left; 
	padding:0px;
	color:#333;
	font-size: 11px;
	min-height:400px;
	_height:400px;
	
}
#mainContent h1 {

	font: arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0;
	font-weight:bold;
	color:#005288;
	
}

#mainContent p {

	font-size: 11px;
	color:#333;
  
}






/* =Secondary Content
-----------------------------------------------------------------------------*/

#secondaryContent {
	float:left;
	width: 244px;
	height:469px;
	display: inline;  /*:KLUDGE: Fixes IE double margin float bug*/ 	
	top:0;
	left:22px;
	margin: 0 0 0 16px;
}

#secondaryContent h2 {

	font-size: 1.6em;
	margin: 0;
  
}

#secondaryContent p {

	font-size: 1.2em;
  
}

/* =Tertiary Content
-----------------------------------------------------------------------------*/

#tertiaryContent {
	width: 225px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right; 
	margin:0 16px 0 16px;
	
	
}
#missionbox{
	float:right;
	background-color:#F2F2F2;
	color:#333;
	width:227px;
}
#missionbox h1{
	border-width:2px 0;
	border-style:solid;
	border-color:#D9D9D9;
	font-size:16px;
	margin:0;
	padding: 4px 0px 4px 18px;
	text-align:left;
	color:#005288;
}
#missionbox p {
	padding:4px 18px;
	margin:0;
	font-size:12px;
}
#quotebox {
	position:relative;
	clear:both;
	float:right;
	width: 227px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right; 
	margin:18px 0px 0 0px;
	_margin: 5px 0 0 0;
	background: url(/images/quotebox_top.gif) #FFF left top no-repeat;
}
#boxbottom {
	background: url(/images/quotebox_bottom.gif) left bottom no-repeat;
	width: 227px;
	height:15px;
}

#tertiaryContent h2 {
	font-size: 1.6em;
	margin: 0;
}

#quotebox p {
	font-size: 16px;
	line-height:17px;
	color:#005288;
	padding:10px 15px 0 15px;
	margin:0;
}


/* =Footer
-----------------------------------------------------------------------------*/


#footer {

	width:720px;
	clear: both; 
	padding:0 0 16px 0;
	margin:0;
}
#contentFoot{
	position:relative;
	width:720px;
	_width:720px;
	float:right;
	margin:0 16px 0 0;
	_margin:0 8px 0 0;
	padding:10px 0px 10px 0;
	_padding:0;
	color:#777;
	font-size: 10px;
	text-align:left;
}
#footergray{
	background-color:#F2F2F2;
	border-top: #D9D9D9 2px solid;
	height:50px;
	width:684 px;
	padding: 4px 18px;
	margin-bottom:4px;
}
#contentFoot p{
	margin:0;
	padding:0 18px;
	font-size: 10px;
}
#contentFoot a:link, #contentFoot a:visited{
	color:#666;
	text-decoration:underline;
}
#contentFoot a:hover{
	color:#B2B2B2;
}



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {

	border: 1px solid transparent;
	
}




/* =Tables
-----------------------------------------------------------------------------*/

table { 

	border-spacing: 0;
	border-collapse: collapse;
	
}

td {

	text-align: left;
	font-weight: normal;
	
}
