@charset "UTF-8";
/* CSS Document */

html, body {
	background: #000033 url(../images/bg.gif) center repeat-y;
	margin:auto;
	text-align:center;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:11px;
}

img {
	border:0;
}

p {
	margin:5px;
	padding:0;
}

h1, h2, h3, h4, h5 { font-family:Georgia, "Times New Roman", Times, serif; }

h1 {
	margin:0;
	padding:5px 0px;
	font-size:15px;
	font-weight:bold;
	font-variant:small-caps;
	color:#CC0000;
}

h2 {
	margin:0;
	padding:0;
	color:#000066;
	font-size:18px;
	font-weight:bolder;
	border-bottom:2px solid #CC0000;
	font-variant:small-caps;
	text-align:left;
}

h3 {
	margin:0;
	padding:0;
	color:#000066;
	font-size:28px;
	font-weight:bolder;
	font-variant:small-caps;
	text-align:left;
}

h4 {
	margin:0;
	padding:0;
	padding-top:10px;
	color:#000066;
	font-size:20px;
	font-weight:bolder;
	border-bottom:2px solid #CC0000;
	font-variant:small-caps;
	text-align:left;
}

h5 {
	margin:0;
	padding:0;
	color:#CC0000;
	font-size:16px;
	font-weight:bolder;
	font-variant:small-caps;
	text-align:left;
}

#container {
	margin:auto;
	text-align:center;
	padding:0px 10px;
	width:1040px;
	background: url(../images/containerBg.jpg) center repeat-y;
}

#header {
	width:100%;
	height:354px;
	background:url(../images/headerBg.jpg) top center no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	left:85px;
	top:0px;
	z-index:2;
}

#menu {
	position:absolute;
	right:0px;
	top:0px;
	z-index:3;
	width:420px;
	margin-right:20px;
}

#banner {
	position: absolute;
	bottom:0px;
	left:20px;
	z-index:1;
}

#content {
	width:960px;
	margin:auto;
	background: url(../images/contentBg.jpg) repeat-x;
	padding:40px 20px 20px 20px;
	text-align:left;
	font-size:13px;
}

#sectionsCointainer {
	clear:both;
	width:1000px;
	margin:auto;
	height:150px;
	padding:10px 20px;
}

.section {
	float:left;
	text-align:left;
	width:300px;
	height:150px;
	margin-left:25px;
}

#footer {
	clear:both;
	position: relative;;
	width:100%;
	height:150px;
	background: url(../images/footerBg.jpg) top center;
	text-align:left;
}

#footer p {
	margin:0;
	padding: 30px 0px 0px 40px;
	font-size:11px;
	color:#666666;
}

#footer a:link, #footer a:visited {
	color:#666;
	text-decoration:none;
}

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


/* CREDIT */

#credit {
	position:absolute;
	bottom: 20px;
	left:40px;
	width: 400px;
	color:#CCCCCC;
	line-height:normal;
}

#credit a:link, #credit a:visited { 
	color:#CCCCCC;
}

#credit a:hover {
	color:#FFFFFF;
	text-decoration:none;
}



/* FORMS */
form {
	text-align:left;
	font-size:11px;
	margin: 10px 70px 0px 20px;
	padding:5px 0px 10px 0px;
	font-weight:bold;
	color: #000066;
}

.required {
	color:#CC0000;
}

.error_strings {
	background:#CC0000;
	color:white;
	width:250px;
	border:1px solid #000066;
	line-height:120%;
	font-weight:normal;
}



.contactForm {
	width:450px;
	float:left;
	text-align:left;
	font-size:11px;
	margin: 10px 70px 0px 20px;
	padding:5px 0px 10px 0px;
	font-weight:bold;
	color:#000;

}

.feedbackForm {
	padding:10px;
	color:#000066;
	text-align:left;
	background:#FFFFFF;
	width:300px;
}

.feedbackForm h2 {
	text-align:left;
}

.feedbackForm ul {
	list-style:none;	
}

.feedbackForm li {
	padding: 4px 0px;
}

/* END FORMS */


/* MENU */


#menu {
	margin:0; 
	padding:0;
	margin-right:20px; 
	list-style:none; 
	display:table; 
	white-space:nowrap;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px;
}
	
#menu a:link, #menu a:visited {
	float:left; 
	color:#fff; 
	background: url(../images/menuTab.png) no-repeat 0 0; 
	margin:0 2px 0 0; 
	padding:0 0 0 2px; 
	text-decoration:none;
	line-height:27px;
	width:100px;
}
#menu a:hover {background: url(../images/menuTab.png) no-repeat 0 -35px; color: #000066; cursor:pointer;} 


/* MENU END */


.news {
	float:left; width:430px; height:230px; border:1px dotted #999; margin:0px 20px 0px 0px; padding:10px;
}
