/* CSS Document */


body, p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#00b4ed;
}
textarea, input, select {
	border:#00b4ed solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:2px;
	color:#00275b;
}
.button {
	color:#FFFFFF;
	background-color:#00b4ed;
	font-weight:bold;
	border:#FFFFFF 1px solid;
	padding:4px;
	cursor:pointer;
}
body {
	background-color:#00275b;
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	margin:0px 10px 0px 10px;
	padding:0px;
	height:100%;
}

p {
	margin:0px 0px 10px 0px;
	padding:0;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
} 
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
} 

h1, h1 a:link, h1 a:visited {
	margin:0px 0px 2px 0px; 
	color:#FFFFFF; 
	font-size:22px; 
	font-weight:normal; 
	line-height:26px; 
	text-decoration:none;
}
h2, h2 a:link, h2 a:visited {
	font-size:15px;
	line-height:20px;
	color:#FFFFFF;
	margin:0px 0px 6px 0px; 
	font-weight:normal; 
}
h3, h3 a:link, h3 a:visited {}

hr { 
	border-top:1px dashed #DDD;
	font-size: 1px;
	line-height: 1px;
	height:1px;
	margin-bottom:3px;
	margin-top:3px;
	border-collapse:collapse;
	border-bottom:none;
	border-left:none;
}

/* -------------------------------------
	LAYOUTS
	-------------------------------------*/
#wrapper {
	position:absolute;
	width:862px;
	left:50%;
	margin-left:-431px;
	height:100%;
}

#back_left {
	width:6px;
	height:100%;
	background-image:url(back_left.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:none;
}
#back_center {
	float:left;
	clear:none;
	background-color:#00275b;
	width:850px;
	height:auto;
	min-height:100%;
}
#back_right {
	width:6px;
	height:100%;
	background-image:url(back_right.jpg);
	background-repeat:no-repeat;
	float:right;
	clear:none;
}
.required {color:#57e600;}

/* -- HEADER AREA -------------------------------------*/

#header {
	width:850px;
	background-image:url(head_back.gif);
	background-repeat:repeat-y;
	height:122px;	
}
#logo {
	float:left;
	clear:none;
	width:200px;
	margin-left:20px;
	margin-top:20px;
}
#contact {
	float:right;
	clear:none;
	margin-right:20px;
	margin-top:58px;
	background-image:url(head_contact.gif);
	background-repeat:no-repeat;
	height:64px;
	width: 310px;
}
#contact a {
	height:64px;
	width: 278px;
	display:block;
	padding:26px 20px 0px 14px;
	color:#00b4ed;
	font-size:10px;
	line-height:14px;
}
#contact a:link, #contact a:hover {
	cursor:pointer;
	text-decoration:none;
}


/* -- CONTENT AREA -------------------------------------*/

#banner {
	background-image:url(banner.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:298px;
	float:none;
	clear:both;	
}
#banner_txt {
	clear:both;
	float:none;
	color:#FFFFFF;
	font-size:16px;
	line-height:22px;
	margin-left:150px;
	margin-top:70px;
	position:absolute;
	padding:0px;
}
#banner_txt span {
	color:#FFFFFF;
	font-size:28px;
	line-height:32px;
}
#container {
	padding:40px 20px 20px 20px;
	width:810px;
	margin:0px;
}
#content_left {
	float:left;
	clear:none;
	width:330px;
	height:auto;
}
#content_right {
	float:right;
	clear:none;
}
#content_left2 {
	float:left;
	clear:none;
	width:550px;
	height:auto;
	padding-right:40px;
	border-right:#00b4ed 1px solid;
}
#content_right2 {
	float:right;
	clear:none;
	width:211px;
}
#content_right2 p {
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
	}

#content_right2 a:link, #content_right2 a:visited {
	font-size:13px;
	text-decoration:none;
	color:#00b4ed;
}
/* -- FOOTER AREA -------------------------------------*/
#footer {
	background-color:#002557;
	border:#001a3f solid 1px;
	text-align:center;
	padding:2px 20px 2px 20px;
	width:770px;
	margin:20px;
	position:relative;
	bottom:0px;
	float:inherit;
	clear:left;	
}
#footer .copywrite {font-size:10px;}

