/* top right bottom left */

body {
	background-image:url(/images/bgMain.gif);
	background-repeat:repeat-x;
	
	background-color:#fce5e3;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#53a29c;
	margin: 0px;
	padding: 0;
}

img { border:none }

#wrapper {
	background-color:#ffffff;
	width:750px;
	margin: 0 auto;
	
	/* border: 1px dashed #ff0000; */
}

a:link 		{ color: #d97c75; text-decoration:none;}
a:visited 	{ color: #d97c75; text-decoration:none;}
a:hover 	{ color: #d97c75; text-decoration:underline; }

#navSection_1 a:link 	{ color: #000000; text-decoration:none;}
#navSection_1 a:visited { color: #000000; text-decoration:none;}
#navSection_1 a:hover 	{ color: #000000; text-decoration:underline; }

#navSection_1 {
	position:absolute;
	
	top: 7px;
	left:585px;
	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#navSection_2 a:link 	{ color: #ffffff; text-decoration:none;}
#navSection_2 a:visited { color: #ffffff; text-decoration:none;}
#navSection_2 a:hover 	{ color: #ffffff; text-decoration:underline; }



#navSection_2 *, #navSection_3 * {
	margin-right: 16px;
	padding:0;
	
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	white-space:nowrap;
}


#navSection_2 {
	position:absolute;
	bottom: 8px;
	left: 30px;
}


#navSection_3 a:link 	{ color: #ffffff; text-decoration:none;}
#navSection_3 a:visited { color: #ffffff; text-decoration:none;}
#navSection_3 a:hover 	{ color: #ffffff; text-decoration:underline; }


#navSection_3 {
	position:absolute;
	bottom: 8px;
	left: 505px;
}

#navSection_4 {
	position:absolute;
	top: 5px;
	left: 250px;
	
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navSection_4 a:link 	{ color: #f5a9a3; text-decoration:none;}
#navSection_4 a:visited { color: #f5a9a3; text-decoration:none;}
#navSection_4 a:hover 	{ color: #f5a9a3; text-decoration:underline;}




#form {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}


#form .data  { white-space:nowrap; color:#f6a9a3; }
#form .field { white-space:nowrap; font-weight:bold; }


#header {
	position:relative;
	height:125px;
	
	background-color: #ffffff;
	background-image:url(/images/bgHeader.gif);
	
	padding: 0;
	margin: 0;
}


#soon {
	position:relative;
	background-image:url(/images/bgSoon.gif);
	background-repeat:no-repeat;
	background-color:#fce5e3;
	height:450px;
	padding: 0;
	margin: 0;
}

#banner {
	position:relative;
	height:190px;
	padding: 0;
	margin: 0;
}

#bannerInner {
	position:relative;
	height:115px;
	padding: 0;
	margin: 0;
}

#full {
	position:relative;
	background-color:#ffffff;
	width: 750px;
	min-height:450px;
	float: left;
}

#full .content {
	padding: 20px 30px;
}


#left {
	position:relative;
	background-color:#ffffff;
	width: 480px;
	min-height:450px;
	float: left;
}

#left .content {
	padding: 20px 30px;
}



#right {
	/*
	background-image:url(/images/bgRight.gif);
	background-repeat:no-repeat;
	height:409px;
	*/
	
	background-color:#ffffff;
	width: 270px;
	float: left;
}

#right .content {
	padding: 24px 20px;
}

#footer {
	position:relative;
	
	background-image:url(/images/bgFooter.gif);
	background-repeat:repeat-x;
	height:30px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	
	clear: both;
}


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




#footer .copyright {
	position:absolute;
	top: 5px;
	left: 20px;
	
	white-space:nowrap;
}



h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#006f7a;
	font-size:16px;
	
	font-style:italic;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
