
body {
	background-color: #258ac1;
}

#container {
	background: transparent url(../images/shadowMiddle.gif) repeat-y;
	margin: 0 auto;
	width: 1015px;
}

#page {
	background: transparent url(../images/shadowBottom.gif) no-repeat left bottom;
	padding: 0 10px 12px;
	
}

#pagecontent {
	background: transparent url(../images/bodyBkgd.jpg) no-repeat top left;
	min-height: 386px;
	position: relative;
}

#header {
	background: transparent url(../images/header.jpg) no-repeat left bottom;
	height: 157px;
	position: relative;
	width: 995px;
}

#maincontainer {
	left: 360px;
	position: relative;
	width: 467px;
}

#main {
	background-color: #fff;
	clear: both;
	padding: 20px 25px 10px;
}

#footer {
/*	top: 356px;*/
	bottom: 10px;
	position: absolute;
	right: 19px;
}

#legal #footer {
	padding: 10px 0 30px 0;
	position: static;
	text-align: right;
}

/* text */

body {
	color: #5c707c;
	font-family: tahoma,trebuchet,"lucida grande",sans-serif;
	font-size: 11px;
	line-height: 14px;
}

body#aboutus {
	line-height: 19px;
}

h1 {
	height: 15px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #b0cde1;
	margin-bottom: 8px;
	padding-bottom: 5px;
	text-indent: -9999px;
}

h2 {
	font-weight: bold;
	padding-top: 2px;
}

.h1-contact { background-image: url('../images/h1contactus.gif'); }
.h1-legal { background-image: url('../images/h1legaldisclosure.gif'); }

strong {
	font-size: 14px;
	font-weight: bold;
}

p { margin-bottom: 5px; }
#legal p { margin-bottom: 1em; }

.label {
	color: #2d9ad5;
	font-weight: bold;
}

#footer { color: #fff; }




/* nav */

#nav {
	float: right;
	height: 26px;
}
#nav li {
	float: left;
	
	padding-left: 18px;
}
#nav li a {
	background: transparent url(../images/nav.gif) no-repeat;
	color: #fff;
	display: block;
	height: 26px;
	text-decoration: none;
	text-indent: -9999px;
	text-transform: uppercase;
}
#nav li a#navli-about {
	background-position: -7px 0;
	width: 53px;
}
body#aboutus li a#navli-about,
#nav li a#navli-about:hover { background-position: -7px -26px; }

#nav li a#navli-contact {
	background-position: -75px 0;
	width: 64px;
}
body#contactus li a#navli-contact,
#nav li a#navli-contact:hover { background-position: -75px -26px; }




/* links */

a { 
	color: #2d9ad5;
}
a:hover {
	text-decoration: none;
}

a#logolink {
/*	border: 1px solid red;*/
	display: block;
	height: 100px;
	left: 25px;
	position: absolute;
	top: 25px;
	width: 310px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
