@charset "utf-8";

/*
 * General styles
 *
 */
 
/* typography  */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

/* html */
html {
	height: 100%;
	width: 100%;
	background:#C0E9F8 url(../images/bgGradient.png) repeat-x;
}

/* body */
body {	
	background: url(../images/fgGradient.png) repeat-y;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 49px;
	position: relative;
	width: 802px;
}

/*
 * Company banner styles
 *
 */
#banner {
	height: 90px;
	background: url(../images/companyLogo.png) 420px 15px no-repeat;	/* right justified */
	background: url(../images/companyLogo.png) 1px 15px no-repeat;		/* left justified */
	background: url(../images/companyLogo.png) 220px 15px no-repeat;
	


}

/*
 * Navigation bar
 *
 */
#nav-menu ul {	
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	float: left;
	margin: 0 0.15em;
}

#nav-menu li a {
	background: url(../images/navBarGradient.png) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 12em;
	display: block;
	border: 0.1em solid #dcdce9; /* NB could change this here to #bbbbbb - possibly 0.075em solid #bbbbbb; */
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}
/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */

#nav-menu li a:hover {
	color:#FF6600;
}

#nav-menu .current {
	color:#FF9900;
}

/*
 * Header image styles
 *
 */
#header-img{
	background:url(../images/landscapeHeader.png) no-repeat top left;
	width: 100%;
	height: 240px;
}

/*
 * Content wrapper styles
 *
 */
#content-wrapper{
	position:relative;	
	width:776px;	
	margin: 8px;
}

#content-wrapper #header{	
	color:#00A2E4;
	height:20px;
}

#content-wrapper #header h1{
	color:#FF9900;
	font-size:1.2em;
}

/* main content styles */
#content-wrapper #main-content{	
	font-size:.75em;
	float: left;
	min-width:65%;
	max-width:65%;	
	margin-top:inherit;	
	margin-bottom:inherit;
}

#content-wrapper #main-content li{
	color:#00A2E4;
}

#content-wrapper #main-content li span{
	color:#666666;
}

/* table cell styles */
#content-wrapper #main-content #table-cell{
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

/*
 * Contact side bar styles
 *
 */ 
#content-wrapper #contact-sidebar{
	margin-top:inherit;	
	float:right;
	min-width:30%;
	max-width:30%;
	font-size:.75em;
	/*background:url(../images/bgContact.png) no-repeat top left;*/
	background:url(../images/contactFull.png) no-repeat top left;
}

#content-wrapper #contact-sidebar strong{
	color:#00A2E4;
}

/*
 * Footer styles
 *
 */
#footer {
	clear:both;
	position:relative;
	background: url(../images/footerBar.png) no-repeat;
	font-size: 0.80em;	
	text-align:center;
	color: #999999;	
}

#footer ul {	
	list-style: none;
	margin: 20px 0 10px;
	padding: 15px 0 0;
	white-space: nowrap;
}

#footer li {
	display: inline;
	padding: 0 0.5em 0 0.8em;
}

#footer a {	
	font-weight:bold;	
	color: #999999;		
}

#footer p {
	padding-right:1%;
	color:#999999;
	font-size: 0.75em;
	font-variant:normal;
}
