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

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

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


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

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


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


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

body {
background:#e6e7e7;
margin-top:0;
text-align:center;
font-family: verdana,arial,sans-serif;
}


p{

color:#666;
font-size:8pt;
font-weight:normal;




}

.blueText{

font-family: verdana,arial,sans-serif;
color:#5188bf;
font-size:8pt;
font-weight:normal;


}


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

h1{

font-family: verdana,arial,sans-serif;
color:#5188bf;
font-size:9pt !important;
font-weight:normal;
margin:0;
padding:0;




}




#homeHeaders{

	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:27px;
	background-image: url('/images/homeHeaderTile.gif');
	background-repeat: repeat-x;
	/*_top:-3px;*/
	
}

#headerLeft{

	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:487px;
	height:27px;



}

#headerRight{

	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:476px;
	height:27px;



}



/* =Links
-----------------------------------------------------------------------------*/

a{ 
		
	font-family: verdana,arial,sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
	color:#000;
}
		
a:hover{ 
		
	font-family: verdana,arial,sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
	color:#666;
}
		
a visited{ 
		
	font-family: verdana,arial,sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
	color:#000;
}


#mastHead a{ 
		
	font-family: verdana,arial,sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
	color:#fff;
}
		
#mastHead a:hover{ 
		
	font-family: verdana,arial,sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
	color:#ccc;
}
		
#mastHead a visited{ 
		
	font-family: verdana,arial,sans-serif;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
	color:#fff;
}



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

#mastHead{
	
	position:relative;
	float:left;
	width:962px;
	height:53px;
	background:#ccc;
	background-image: url('/images/mastTile.gif');
	background-repeat: repeat-x;
	margin:0;
	padding:0;
border-right:1px solid #ccc;
}

#mastLogo{
	
	position:relative;
	float:left;
	width:auto;
	height:53px;
	margin:0;
	padding:0;

}

#mastLinks{
	
	position:relative;
	float:right;
	width:auto;
	height:43px;
	margin:10px 10px 0 0;
	padding:0;

}




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

#nav {
	position: relative;
	float:left;
	width:100%;
	height:27px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style: none;
	display: inline;
	overflow:hidden;
	

}
	
#navContainer{
	font-size:10px;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:962px;
	height:27px;
	background-image: url('/images/navTile.gif');
	background-repeat: repeat-x;
	/*_top:-3px;*/
	

}


#navContainer ul {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	width:100%;
	height:27px;
}

#navContainer li {
	position:relative;
	float:left;
	background:url("/images/btnBg_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 0;
	width:12.3%;
	height:27px;
	border-left: 1px solid #CCCCCC;
}

#navContainer a {
	float:left;
	display:block;
	background:url("/images/btnBg2.gif") repeat-x right top;
	padding:7px 0 4px 0;
	margin:0;
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 11px;
	color:#1b60a9;
	text-decoration:none;
	font-weight:bold;
	height:16px;
	width:100%;
}
  


#navContainer a:hover {
	color:#3E4F6F;
	background:url("/images/btnBg_roll.gif") no-repeat right top;
  }
  
#navContainer #current {
	background-image:url("/images/btnBg_roll.gif");

}
#navContainer #current a {
	background-image:url("right_on.gif");
	color:#999;
	padding:11px 0 4px 0;
  }




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




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


#homeContent{
	
	position:relative;
	float:left;
	width:963px;
	height:auto;
	background:#fff;
	margin:0;
	padding:0;
	background-image: url('/images/contentShadow.gif');
	background-repeat: no-repeat;
	color: #666;
	font-size:8pt;
	
}

#left{

	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:485px;
	height:auto;
	border-right:2px solid #787878;
}

/* -- These divs are defined using classes because we are re-using them in multiple locations -- */

.homeContentLeft{

	position:relative;
	float:left;
	margin:0;
	padding:20px 5px 20px 20px;
	width:460px;
	height:auto;
/*	border-right:1px solid #787878;*/



}


.contentL{

	position:relative;
	float:left;
	margin:0;
	width:109px;
	height:auto;



}

.contentR{

	position:relative;
	float:right;
	margin:0;
	width:230px;
	height:auto;
	padding:0 15px 0 15px;

}


#right{

	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:476px;
	height:auto;

}




.contentL2 {

	position:relative;
/*	float:left;*/
	margin:0;
	width:90px;
	height:auto;



}





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



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

#footer{
	
	position:relative;
	float:left;
	width:963px;
	height:42px;
	background:#e6e7e7;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	color: #333;
	font-size: 10px;
	clear: both;
	text-transform: lowercase;
}

#footer a {
	font-size: 10px;
}
#footer a:hover {
	font-size: 10px;
	}


.credit {
	text-transform:none;
	padding: 8px 0 0 0;
	font-size:7pt;
	color: #999999;
	}

.credit a {
	color: #999999;
	font-size:7pt;
	text-decoration: none;
	}

.credit a:hover {
	color: #666666;
	text-decoration: underline;
	}


/* =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;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/




#frame{

	width:963px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	height:auto;
	text-align:left;
	

}




#homePhoto{
	
	position:relative;
	float:left;
	width:963px;
	height:425px;
	background:#999;
	margin:0;
	padding:0;
	
}


#homePhotoArea{
	
	position:relative;
	float:left;
	width:693px;
	height:423px;
	background:#999;
	margin:0;
	padding:0;

}

#homeFormArea{
	
	position:relative;
	float:left;
	width:270px;
	height:423px;
	background:url("/images/home_formbg.gif") no-repeat left top;
	margin:0;
	padding:0;

}

#topForm{

	position:relative;
	float:left;
	width:270px;
	height:auto;
	padding:0;
	margin:0;
}

#topFormTop{

	position:relative;
	float:left;
	width:270px;
	height:15px;
	margin:0;
}

#topFormMid{

	position:relative;
	float:left;
	width:230px;
	height:auto;
	background-image: url('/images/rightBoxMid.gif');
	background-repeat: repeat-y;
	padding:0px 20px;
	margin:0;
	text-align: center;
}
	#topFormMid a {
		color: #597ea8;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
	}
	#topFormMid img {
		display: block;
		margin: 5px auto;
	}

#topFormBottom{

	position:relative;
	float:left;
	width:270px;
	height:26px;
	margin:0;
}

#bottomForm{

	position:relative;
	float:left;
	width:270px;
	height:auto;
	padding: 0;
	margin: -30px 0 0 0;
}
* html #bottomForm {
	margin-top: -25px;
}

#bottomFormTop{

	position:relative;
	float:left;
	width:270px;
	height:15px;
	margin:0;
}

#bottomFormMid{

	position:relative;
	float:left;
	width:230px;
	height:auto;
	background-image: url('/images/rightBoxMid.gif');
	background-repeat: repeat-y;
	padding:0px 20px 0px 20px;
	margin:0;
	color:#666;
	font-size:8pt;
	font-weight:normal;
}

#bottomFormMid ul{
	color:#F00;
	padding:10px 20px 10px 20px;

}

#bottomFormBottom{

	position:relative;
	float:left;
	width:270px;
	height:26px;
	margin:0;
}

#nospam {
	position:absolute;
	bottom:0px;
	right:10px;
}

#homePanels{
	
	position:relative;
	float:left;
	width:963px;
	height:72px;
	background:#666;
	margin:0;
	padding:0;
}
#panelLeft {
	float:left;
}
#panelRight {
	float:right;
	background:url(/images/panelRight.gif) left top no-repeat;
	width:514px;
	height:72px;
}
#panelRight p {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding:13px 28px 0px 28px;
	margin:0;
}
#homeContentHolder{
	
	position:relative;
	float:left;
	width:963px;
	height:auto;
	background:#fff;
	margin:0;
	padding:0 0 20px 0;
}

.homeheader a{
	color:#5188bf;
	text-decoration:none;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
}
.homeheader a:hover{
	color:#666;
	text-decoration:none;
}


#homeleftcol {
	width:270px;
	height:423px;
	background:url(/images/home_formbg.gif) left top no-repeat;
	float:left;
}
#centercol {
	float:left;
	width:423px;
}

.homeContentbottom{

	position:relative;
	float:left;
	margin:0;
	padding:20px 5px 0 20px;
	width:270px;
	height:auto;
	/*border-left:2px solid #787878;*/

}

.contentR2 {

	position:relative;
	float:left;
	margin:0;
	width:260px;
	padding:0 5px 0 35px;
	border-right:1px dotted #CCC;
}
.contentlast {
	border:none;
}
#featured {
	padding:20px 10px;
	height:175px;
}
#featured img {
	float:left;
	margin:0 8px 8px 0;
}
#leftcolcontent {
	height: 198px;
	background: url(/images/homeleftcolbg.jpg) left top no-repeat #5dc9ed;
	width:250px;
	padding:5px 10px 10px 16px;
	color:#333;
	font-size:11px;
}

