﻿
html,body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;	
	background-color: #295976;/*#224762;	*/
	/*margin: 0 auto;	
	text-align:center;*/
	color: #000;
	margin: 0 auto;	
	text-align:center;
	/*margin-top: 18px;*/
	height:100%; /* needed for container min-height */
	
	

}	

#outercontainer {			
	margin:0 auto; /* center, not in IE5 */
	margin-left: auto;
	margin-right: auto;		
	width: 884px;
	text-align: left;	
	background-image: url(../images/content_areaREPEATER_884.gif);		
	background-repeat: repeat-y;		
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


#container {			
	float: left;
	text-align: left;	
	margin-top:18px;
	background-color: #D7EDFA;
}


#leftborder {
	float:left;
	width:91px;
}

#rightborder {

	float:left;
	width:91px;

}

/* header */
#header {
	background-color:#655c57;
	width: 702px;
	color: #fff;
	font-size: 12px;
}

#header #logo {
	float: left;
}

#header #copy {
	float: left;	
	line-height: 16px;
	padding-top: 8px;
	padding-left: 8px;
	font-style: italic; 
}

#header #links {
	float: right;
	text-align: right;
	padding-right: 18px;
	font-weight: bold;
	padding-top: 72px;
}

#header #links a{
	color: #8ccded;
	text-decoration: none;
	font-size: 13px;
	
}

/* content */
#content {
	float: left;
	width: 467px;
	line-height: 15px;
	
}

#content #homepage {
	background-image: url(../images/homecontent.jpg);
	width: 467px;
	height: 226px;
}

#content #copy {
	margin-right:13px;
	margin-left: 25px;
	
}

#content #interior {
	background-color:#fff;
	
}

#content #topnav {
	width:467px;
	height: 46px;
	font-size: 12px;	
	font-weight: bold;	
	text-transform: uppercase;
	background-color: #a0d6f2;
	text-align: center;
	line-height: 14px;
}



#content #topnav a {
	text-decoration: none;
	text-align:center;
	color:#4B7CA3; /*color: #255177;*/
}

#content #topnav a:hover {
	color: #000;
}

#content #topnav .on {
	color: #000;
}


/* right nav */
#rightnav {
	float: left;
	width: 235px;
	background-color: #D7EDFA;
		
}



#rightnav .nav {
	width:195px;
	height: 29px;
	font-size: 14px;	
	font-weight: bold;
	display:block;
	color: #000;
	text-transform: uppercase;
	background-image: url(../images/quadrantbullet.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	text-decoration: none;
	padding-left:40px;
	padding-top:17px;
}

#rightnav .nav:hover {
	color: #fff;
	background-color:#5a97ce;
	background-image: url(../images/quadrantbulletHOT.png);
}

#rightnav .navon {
	width:195px;
	height: 29px;
	font-size: 14px;	
	font-weight: bold;
	display:block;
	color: #fff;
	text-transform: uppercase;
	background-image: url(../images/quadrantbulletHOT.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	text-decoration: none;
	padding-left:40px;
	padding-top:17px;
	background-color:#1F3E63;

}

#rightnav #rightnavcopy {
	padding-left: 15px;
	padding-right: 5px;

}

/* footer */
#footer {
	width: 100%;
	font-size: 10px;
	text-align: center;	
	padding-top:10px;
	padding-bottom:10px;
}

#footer a{
	color:#000;
}

/* misc */

h1 {
	font-size: 19px;
	line-height: 21px;

}

.emailinput {
	color:#afafaf;
	font-size:11px;
	width: 160px;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 2px;
}

.submitbutton {
	font-size: 11px;
}

.lightbluetext {
	color: #295976;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.lightbluetext:hover {
	text-decoration: underline;
}

.smallimage {
	border-color: #AFAFAF;
	border-width: 1px;
	border-style: solid;
	margin-left: 6px;
	float: right;
}


.clr {clear:both;} 



/* --- jlr items --- */

.largeimage {
    background-color: #D7EDFA;
}

.imageproject {
	border-color: #AFAFAF;
	border-width: 1px;
	border-style: solid;
}

.sectionheading {
	font-size: small;
	font-style: italic;
}

.sectionindent {
	margin-left: 40px;
}

.lightbluemore {
	color: #295976;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#sitemap a:visited {
	color: black;
	text-decoration: none;
}

#sitemap a:link {
	color: black;
	text-decoration: none;
}

#sitemap a:active {
	color: #88d0f8;
	text-decoration: none;
}

#sitemap a:hover {
	color: #88d0f8;
	text-decoration: none;
}

.textbox {
	background-color:#D7EDFA;
	font-size:11px;
	padding: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.indent {
	margin-left: 40px;
}

