/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #2d7ba4;
	text-align: center;
	font-family: Georgia, 'Times New Roman', serif;
}


h1 {
	height: 102px;
	background: url(img/h1bg.gif);
	text-align: center;
	padding: 0;
	margin: 0;
}

h1 span {
	display: block;
	width: 760px;
	height: 102px;
	margin: 0 auto;
	padding: 0;
	background: url('img/h1.gif') top left no-repeat;
}

h2 {
	height: 38px;
	background: #fff;
	text-align: center;
	padding: 0;
	margin: 18px 0 0;
}

h2 span {
	display: block;
	width: 760px;
	height: 38px;
	margin: 0 auto;
	padding: 0;
	background: url('img/h2.gif') top left no-repeat;
}


ul#mainnav {
	list-style-type: none;
	margin: 20 auto 0;
	padding: 0;
	text-align: center;
	width: 420px;
	height: 60px;
}
ul#mainnav li {
	float: left;
	width: 23px;
	height: 40px;
	position: relative;
	overflow: hidden;
}

ul#mainnav li#contact {
	height: 57px;
	width: 130px;
}
ul#mainnav li#contact a:link, ul#mainnav li#contact a:visited {
	display: block;
	height: 57px;
	width: 130px;
	background: url('img/nav_contact_up.gif') top left no-repeat;;
}

ul#mainnav li#contact a:hover {
	background: url('img/nav_contact_dn.gif') top left no-repeat;;
}

ul#mainnav li#features {
	height: 57px;
	width: 277px;
}

ul#mainnav li#features a:link, ul#mainnav li#features a:visited  {
	display: block;
	height: 57px;
	width: 277px;
	background: url('img/nav_feature_up.gif') top left no-repeat;
}

ul#mainnav li#features a:hover {
	background: url('img/nav_feature_dn.gif') top left no-repeat;
}

/* small nav */
a.smallnav:link, a.smallnav:visited {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

a.smallnav:hover {
	text-decoration: underline;
}

/* inside nav */
ul#insidenav {
	list-style-type: none;
	margin: 20 auto 0;
	padding: 0;
	width: 130px;
	height: 15px;
	float: right;
	font-size: 10px;
	font-weight: normal;
}
ul#insidenav li {
	float: left;
}

ul#insidenav li#contact {
border-left: 1px solid white;
margin-left: 10px;
padding-left: 10px;
}
ul#insidenav li a:link, ul#insidenav li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#insidenav li a:hover {
	color: #efefef;
	text-decoration: underline;
}

ul#insidenav li#home {

}



div#welcome {
	clear: both;
	height: 257px;
	width: 100%;
	margin: 20px auto 0;
	background: #CCE0EB;
}

div#welcome span {
	display: block;
	height: 257px;
	width: 100%;
	margin: 0 auto;
	background: url('img/welcome.jpg') top center no-repeat;
}


div#footer {
	clear: both;
	width: 100%;
	height: 21px; 
	border-top: 1px solid white;
	margin: 0;
	text-align: center;
}

div#footer span {
	display: block;
	height: 21px;
	width: 760px;
	margin: 0 auto;
	background: url('img/footer.gif') top center no-repeat;
	}
	
	
	
div#features {
	clear: both;
	height: 570px;
	width: 100%;
	margin: 0 auto;
	background: url('img/featurelistbg.gif');
}

div#features span {
	display: block;
	height: 213px;
	width: 100%;
	margin: 0 auto;
	background: url('img/features.jpg') top center no-repeat;
}

div#features div {	
		width: 785px;
		margin: 0 auto;
		text-align: left;
	}
	
div#features div ul {
	margin: 0;
	padding: 5px 10px 0 20px;
	width: 215px !important;
	width: 255px;
	float: left;
	background: url('img/featurelistborder.gif') top left no-repeat; 
}

div#features div ul#eop {
	background: none;
	width: 226px !important;
	width: 256px;
	/* hack for ie 5 mac */
	
	 /*\*//*/
  		width: 376px;
	/**/	
	}

div#features div ul#bcp {
	width: 237px !important;
	width: 267px;	
	}

div#features div ul li {
	margin: 0 10px 7px;
	padding: 0;
	font-size: 11px;
	color: #2d7ba4;
	list-style-image: url('img/bullet.gif');
	line-height: 12px;
}



/* hide text with the image replacement class (ir) */
span.ir, div#welcome span.ir,div#footer span.ir, div#features span.ir {
	display: none;
}
