/*  dk blu = #002f79 or 3060b2
	green = #009001
	lt blu = #7ab1ea
*/



body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	}

#outerHeader {
	margin: 0 auto;
	background: url(../_images/outerHeaderBG.jpg) repeat-x;
	}

#header {
	min-height: 299px;
	width: 770px;
	margin: 0 auto;
	background: url(../_images/headerBG.jpg) no-repeat;
	}
	
#header #feature {
	position:relative;
	top:50px;
	left:250px;
	width:175px;
	height:125px;
	border:0;
	}
	
	
#outerNavDiv {
	margin:0 auto;
	background: url(../_images/tile_navBar.jpg) repeat-x;
	}	

#navDiv {
	width:770px;
	min-height:25px;
	margin:0 auto;
	background: url(../_images/tile_navBar.jpg) repeat-x;
	background-color:#3060b2;
	}



#outerContent {
	background: #fff url(../_images/outerContentBG_noBlue.jpg) repeat-x;
	min-height:167px;
	}

#contentWrapper {
	width: 770px;
	padding-top: 11px;
	margin: 0 auto;
	font-size: 80%;
	}

#content {
	width: 380px;  /* I want this to be 380 and the side cols to be 170*/
	margin: 35px 190px 0;  /* 170 for the leftcol and rightcol plus 
							15px space between */
	border-right:1px solid #7ab1ea;	
	padding-right:6px;
	}
	
		
	

#content img {
	border: 1px solid #04388b;
	border:0;
	}





#content p {
	text-align:left;
	padding-right:12px;
	}
	
	

#leftcol {
	width: 172px;
	float: left; 
	margin-top: 8px;
	margin-left:  3px;
	border-top: 12px solid #002f79;
	}

#rightcol {
	width: 170px;
	float: right;
	color: #000;
	/*margin-top: 12px;*/
	text-align:left;
	}
	
#specs {
	width: 245px;
	float: right;
	color: #000;
	/*margin-top: 12px;*/
	text-align:left;
	
	}


#rightcol img {
/*	border: 1px solid #494138;*/
	border:0;
	margin: 10px 0;
	}


#leftcol img {
	border: 1px solid #04388b;
	margin: 10px 0;
	}

#leftcol img.whiteborder {  /* for some reason if I remove the leftcol img border INLINE the whole layout breaks  */
	border: 1px solid #ffffff;
	margin: 10px 0;
	}



#outerFooter {
	clear: both;
	font-size: 85%;
	/*margin-top: 65px; to keep space betwn content and footer */
	background: #fff url(../_images/outerFooterBG.jpg) bottom repeat-x;
	min-height: 195px;
	}

#footer {
	width: 770px;
	margin: 0 auto;
	font-size: 90%;	
	position:relative;
	top:154px;
	}


#footer p { 
/*border:1px solid white;
background-color:#3060b2;*/
	text-align:center;
	color:#fff;
	font-weight:bold;
	}



#footer p a:link, #footer p a:visited { 
	text-decoration:none;
	color:#fff;  
	padding:2px 6px 2px 6px;
	}



#footer p a:hover, #footer p a:focus {
	text-decoration:underline;
	color: #002f79;
	background-color:#7ab1ea;
	padding:2px 6px 2px 6px;
	}

/********** text elements ******************/

h1, h2, h3 {
	font-family: Verdana,"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height:110%;
	color: #05357d;
	}


h2 {
	font-size: 130%;
	margin-top: 12px;
	}


h3 {
	font-size: 110%;
	margin: 0;
	padding: 0;
	}

.green {
	color:#009001;
	}

.blue {
    color: #05357d;
	}

p {
	margin: 10px 0;
	}


p.quote1 {
	padding-left:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#000066;
}



p.quote2 {
	padding-left:35px;
	font-family: Verdana,"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000066;
}


p.quote3 {
	padding-left:35px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:150%;
	color:#000;
	}



p.footnote {
	margin:0 25px 0 25px;
	padding:0;
	font-family: Verdana,"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:110%;
	color:#000066;
	font-style:italic;
	}







.openQ { /* big quote marks */
 		background: url(../_images/quoteOpen.gif);
}



/*  padding for the left of the elements within the content div */
#content h1, #content h2,#content h3, #content p {
    padding-left:5px;
    }

.center {
	text-align:center;
	}


	
.special {
	text-align:center;
	color:#009001;
	line-height:120%;
	font-style:italic;
	font-size:160%;
	}	
	
.underline {
	text-decoration:underline;
	}
	
.b { font-weight:bold;
	}	
	
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
	}

.left {
	float: left;
	margin: 5px 8px 0 0;
	}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
	}

/********** header navigation *********************/



 


	
ul.navBar {
font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
font-size:85%;
list-style-type:none;
/*margin:0 auto;  THIS IS SUPPOSED TO KEEP IT CENTERED BUT IT DON'T WORK */
margin: 0 0 0 100px;


padding:0;
width:690px;
} 
	
	
	
	
	
	
	
	
  
ul.navBar li {  
	float: left; /* must float to keep list inline 	*/	
	padding: 1px 18px 1px 18px; /* spread the li's out horizontally */
	}
  
ul.navBar a { 
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	}
  
ul.navBar a:hover, ul.navBar a:focus {
	color: #3ef33e;
	}
  
ul.navBar #current {
	background-color:#fff;
	}
  
ul.navBar #current a {

	color: #94347e;
	}

/* ---------------------------------------------------  */













/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0 0 510px 0;/*if you add more sub links increase the padding value from 140px*/
	background: url(../_images/leftCol-bottom-168c.jpg) bottom no-repeat;
	margin: 0;
	
}

#leftcol li { 
	font-weight:normal;
	line-height:125%;
	padding-bottom: 3px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #04347e;
	padding: 6px 3px;
	border: 1px solid #7ab1ea;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #7ab1ea;
}






	
/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 195px;
	width: auto;
	border:0;
}




/************ |||||||  MISC  |||||||||| ****************/

.noTop {
	margin-top:0;
	}
	
	
.noBottom {
	margin-bottom:0;
	}
	
	
.center {
	text-align:center;
	}
	
		
.noborder {
	border:0;
	}
	
	
	
	


















