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

version:   1.0
date:      6.8.06
author:	 daelan wood
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{

  margin: 1em 0;
  line-height:12pt;
  
}

/* Class for clearing floats */
.clear {

	clear:both;

}


/* Remove border around linked images */
img {

	border: 0;
	
}


body{
	text-align:left;
	font-family: Verdana,arial,sans-serif;
	font-size:12px;
	height:100%;
   	background: #414142 url('/images/bgTileHome.gif') repeat-x;

}

html,body {
	height: 100%;
}


/* --- General Layout Styles --- */
#frame {
	width:963px;
	margin-left:auto;
    margin-right:auto;
	height:auto;
}

#mastHead{
	position:relative;
	float:left;
	width:963px;
	height:108px;
	text-align:left;
}


#logo {
	float: left;
	width: 400px;
	}
/* -- Nav -- */


#navTop {
	float:right;
	text-align: right;
	width:463px;
	height:20px;
	margin:20px 15px 0 0;
	font-size:10px;
	color:#ee3a42;
}

#navTop ul {
	list-style:none;
	float:right;
}

#navTop li {
	float: left;
	line-height:10px;
	display: block;
	padding: 0px;
}

#navTop li.pipe {
	padding: 0 5px 0 5px;
	color: #FF6600;
}

#navTop a {
color: #999999;
text-decoration:none;
}

#navTop a:hover {
color: #CCCCCC;
text-decoration:underline;
}

/* --- Nav Menu Styles --- */

#navHolder {
	position:relative;
	float:left;
	width:963px;
	height:27px;
	text-align:left;
	background:  url('/images/navBg.gif') no-repeat;
}


#navHolder ul {
width:963px;
padding:3px 0 0 30px;
}

#navHolder li {
display: inline;
list-style-type: none;
padding:0 1% 0 0;
margin:0 22px 0 0;
}

#navHolder li a {
width:160px;
font-size:13px;
color:#fff;
text-decoration:none;
font-weight:bold;
}

#navHolder li a:hover{
color:#333;
}

#navHolder li a:visited{
color:#fff;
}


#navHolder li a:visited:hover{
color:#333;
}


#navHolder .menu-top .menu-parent a { /* Applies to every parent menu item of current page */
	color: #000;
}

#navHolder .menu-top .menu-current a:link, #navHolder .menu-top .menu-current a:visited{
	color: #000;
}

#navHolder .menu-sibling { /* Applies to siblings of current page */
}

#navHolder .menu-child { /* Applies to every child menu items of current page */
}

#navHolder .menu-expand { /* Applies to every menu item with children */
}


/* -- End Menu Styles --- */


#mainContent{

	position:relative;
	float:left;
	width:963px;
	height:auto;




}

#contentHLeft{


	position:relative;
	float:left;
	width:453px;
	height:auto;


}

#contentHRight{


	position:relative;
	float:left;
	width:510px;
	height:auto;
	


}

#rightTop{


	position:relative;
	float:left;
	width:510px;
	height:288px;
	

}



#rightBottom{


	position:relative;
	float:left;
	width:510px;
	height:200px;
	_top:-2px;



}

#rb1{

	position:relative;
	float:left;
	width:510px;
	height:auto;
	


}
#rb2{
	position:relative;
	float:left;
	width:510px;
	height:126px;
overflow:auto;
	background:  url('/images/rContentBg.gif') no-repeat;
	_top:-2px;
	
}
#rb2 p{
	padding:0 0 0 3px;
}

#rb3{

	position:relative;
	float:left;
	width:510px;
	height:auto;
	_top:-2px;


}
#rb4{

	position:relative;
	float:left;
	width:510px;
	height:auto;
	_top:-4px;


}

#footer{

	position:relative;
	float:left;
	width:958px;
	height:24px;
	_top:-8px;
	background:  url('/images/homeFoot.gif') no-repeat;
	color:#808080;
	font-size:9px;
	text-align:right;
	padding: 10px 5px 0 0;


}


#footer a{

width:160px;
font-size:9px;
color:#949494;
text-decoration:none;


}

#footer a:hover{


color:#fff;


}

#footer a:visited{


color:#949494;


}


#footer a:visited:hover{


color:#fff;


}