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

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

	ol, ul {
	list-style-type: none;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
		margin:0 20px 15px;
	}
	
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	color: #FFFFFF;
	padding-top: 140px;
	padding-bottom: 15px;
	background-color: #25548A;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

	a {
	color: #FF9900;
	outline: none;
	}
	a:hover {
	color: #151515;
	}

	a:visited {}

	a:active {}
	
	#header {
	position:relative;
	overflow:hidden;
}
	
		#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.3em;
	}
	.clearer {
		clear:both;
		
	}
	
	
HEADER
------------------------------------------------------------------------------------------------ */
#header {
	background:#f5f5f5 url(../images/bg-header.gif) left top repeat-x;
	position:relative;
	overflow:hidden;
}
	/* MENU
	-----------------------------------------*/
	#main_menu {
	float:right;
	display:inline;
	margin-top:20px;
	width:940px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDFDFD;
	margin-left: 20px;
	margin-right: 20px;
	}
		#main_menu li {
			float:left;
		}
		#main_menu li.first_element {
	padding-left:1px;
	display:inline;
		}
		#main_menu a {
	float:left;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 14px;
	text-decoration:none;
		}
		#main_menu a:hover {
	color: #FFCC00;
		}
	#submenu {
	clear:both;
	width:955px;
	padding-right:25px;
	}
	body.homepage #submenu{
		display: none;
	}	
	#content .header_image {
		margin:5px auto 14px;
		width:948px;
		display:block;
	}
	
	
/* content
------------------------------------------------------------------------------------------------ */	
#content {
	padding-top:10px;
	overflow:hidden;
	height:1%;
	line-height:1.4;
}
	#content #content_text {
	float:left;
	display:inline;
	width:902px;
	margin-left:20px;
	padding-top:40px;
	margin-right: 20px;
	background-image: url(../images/bg-content-narrow-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	}

		#content #content_text h2 {
			font-size:2em;
			font-weight:bold;
			margin:0 20px 15px;
		}
		#content #content_text p {
			margin:0 20px 15px;
		}
		#content #content_text h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 20px 8px;
		}
	
#content ul {
	list-style-type: none;
	padding-left: 30px;
	list-style-image: url(../images/bullet.gif);
}	
	
.image_right {

	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}

.image_left {
	margin-right: 15px;
	margin-bottom: 15px;
}
.footer_bottom{
	overflow:hidden;
	width: 942px;
	display: block;
	height: 50px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	text-align: center;
	padding-top: 50px;
	background-image: url(../images/footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}
	
.form_wrapper {
	width:260px;
	height:450px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/form_wrapper_bg.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
}	


textarea {
	border: 1px solid #CCCCCC;
	width:200px;
	height:100px;
	background-color:#1F75BE;
	overflow: auto;
	background-image: url(../images/textarea.jpg);
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #CCCCCC;
}
input.textboxes {
	width:200px;
	height:20px;
	background-color:#FFFFFF;
	background-image: url(../images/textbox.jpg);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input.btn {
	background-image: url(../images/send.gif);
	width:54px;
	height:16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
