
/* captv.css */


body {
font-size:100%;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	color: #3F3F3F;
	font: 14px/22px "Helvetica Neue",Tahoma,Helvetica,Arial,sans-serif;  
	width: 100%;
	height: 100%;
	min-height: 805px;
	text-align: left;
}


/*
 pixels/16=em
 
body {

font: 14px/18px "Helvetica Neue",Tahoma,Helvetica,Arial,sans-serif;
color: #363636;
}

.post h2, h2 {
font-weight: normal;
font-size: 30px;
line-height: 34px;
margin-bottom: 10px; }
.post h2, #sidebar h2, h2 {
font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
}



*/


a {
	color: #0E628C;
	text-decoration: none;
  font-size: 1.6em;	
}

	
h1 {

	font-size: 3.5em;
	line-height: 55px;
	color: #000;
	margin: 0;	
	word-spacing:10px;
}

h2 {

	font-weight: normal;
	font-size: 30px;
	line-height: 30		px;
	margin-bottom: 0px;
	position: relative;
}


.srvng {

  color:#000066;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	float:left;
	text-align: center;
	position: relative;
	left: 55px;
	margin: 0 0 5px 0;
	}


.line3 {

/*	color: #333399; */
  color:#191975;
	display: block;
	font-size: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	float:left;
	text-align: center;
	position: relative;
	top:-65px;
	left: 5px; 
	font-weight: bold;
}


#blu-nav {
	width: 100%;
	height: 34px;
	background-color: #0033FF;
}

.curve {
	width: 967px;
	height: 34px;
	margin: 0 auto;
	background: url(blk-nav-tab.gif) no-repeat top center;
	position: relative;
	z-index: 1000;
}

#section-nav  .sub li a:hover{
	background-image: none;
	color: #FFBA00;
	text-decoration: none;
	border: 0;		
}
#section-nav  li a:hover{
	color: #ffffff;
	background-color: #666666;
	text-decoration: none;
}
	
.nav{
	color: #585858;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.nav li.first {
	border-left: 1px solid #B3B3B3;
}

.nav li {
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
}

/********************START LOGO*********************/
#logo {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 266px; 
	text-indent:-9999px;
}

#logo a { display: block;height: 30px; }

#logo a:hover { 
	border-right: 1px solid white;
	position: relative;
	z-index: 200;
	background: url(logo-hover.gif) no-repeat top left;
	width: 265px;
	height: 34px;
}
/********************END LOGO*********************/

/********************START Main Links *********************/	
.main-links {
	padding-left: 265px;
}

.main-links li{
	height:34px;
	margin-top: 0px;
	border-right: 1px solid #b3b3b3;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.main-links li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 34px; 
	background-color: transparent;
	background-position: 100% 15px;
	background-repeat: no-repeat;
	padding: 8px 22px 9px 10px;
	white-space: nowrap;
}

.main-links.nav li.first:hover {
	border-left: 1px solid #ffffff; 
	margin-left: 0px;
	border-right: 1px solid #ffffff;
	background-color: #333;
}

.main-links li a:hover{
	color: #ffffff;
	background-color: #333;
	text-decoration: none;	
}	

/********************END Main Links *********************/		
	

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0px;
	font-size: 0px;
}

#types
{  
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	float: left;
}

#types li 
{
	float: left;
	padding-left: 7px;
	background-image: url(sq.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

.rbox
{
  position:relative;
  float:left;
	border:2px solid #a1a1a1;
	padding:10px 20px;
  margin:0 0 0 0; 
  background:#F5F7FF;
	border-radius:15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earlier */
}

#email  {
 font-family: serif, Georgia;
 font-size: 1.2em;
 }
  
#email a:link {
 color: #0000ff;
 } 

#email a:visited {
  color: #0000ff;
 } 

#email a:hover {
  color: #999999;
 } 
