/* Main */

body {
	font-family:Arial, Verdana;
	color:#222222;
	background-color:#d4e3ea;
	font-size:12px;
	padding:0px;
	margin:0px;
	text-align:center;
}

a {
	color:#222222;
	text-decoration:underline;
}

a:hover {
	color:#222222;
	text-decoration:none;
}

img {
	border:0px;
}

hr {
	width:auto;
	height:1px;
	border:0px;
	background-color:#CCC;
	padding:opx;
	margin:10px 0px 10px 0px;
	
}

#background {
	position:relative;
	width:880px;
	height:auto;
	background-image: url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	padding:auto;
	margin:auto;
	text-align:left;
}

#wrapper {
	position:relative;
	width:800px;
	height:auto;
	padding:auto;
	margin:auto;
	text-align:left;
}

#header {
	position:relative;
	width:880px;
	height:154px;
	background-image: url(images/bg_header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:auto;
	margin:auto;
	text-align:left;
}

h1 {
	color:#114054;
	padding:0px;
	margin:0px 0px 10px 0px;
	font: normal normal normal 30px 'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
}

h2 {
	color:#114054;
	padding:0px;
	margin:10px 0px 10px 0px;
	font: normal normal normal 18px 'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
}

h3 {
	color:#114054;
	padding:0px;
	margin:10px 0px 10px 0px;
	font: bold bold bold 14px 'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
}

/* Sidebar Left */

#left_side {
	position:relative;
	width:226px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	clear:left;
	text-align:left;
}

/* Menu */

#menu {
	position:relative;
	width:226px;
	height:auto;
	padding:0px;
	color:#ffffff;
	font-family:Tahoma, Arial, sans-serif, Verdana;
	font-size:18px;
	margin:0px;
	text-align:left;
}

#menu a {
	color:#ffffff;
	text-decoration:none;
	display:block;
}

#menu a:hover {
	color:#114054;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

#menu ul {
	margin:0px;
	padding:0px;
	width:226px;
	list-style:none;
	cursor:pointer;
}

#menu li {
	border-bottom:1px solid #d4c4b7;
	padding:9px 0px 0px 25px;
	margin:0px;
	*margin-top:-4px;
	width:201px;
	height:34px;
	list-style:none;
	text-align:left;
	display:block;
	background-color:#114054;
}

#menu li:hover {
	border-bottom:1px solid #d4c4b7;
	padding:9px 0px 0px 25px;
	margin:0px;
	*margin-top:-4px;
	width:201px;
	height:34px;
	list-style:none;
	text-align:left;
	display:block;
	background-color:#ffffff;
}

/* Page */

#page {
	position:relative;
	width:493px;
	height:auto;
	padding:0px;
	margin:0px 0px 5px 38px;
	float:left;
	clear:right;
	text-align:left;
}

#page_text {
	width:493px;
	height:auto;
	position:relative;
	padding:0px;
	background-color:#FFFFFF;
	margin:0px;
	text-align:justify;
}

#page P {
	padding:6px 0px 6px 0px;
	margin:0px;
}

#page_text a.more {
	color:#999999;
	text-decoration:none;
}

#page_text a.more:hover {
	color:#333333;
	text-decoration:none;
}

#page_text a.titlelink {
	color:#114054;
	text-decoration:none;
}

#page_text a.titlelink:hover {
	color:#666666;
	text-decoration:none;
}

/* Form */

form {
	padding:0px;
	margin:0px;
}

input {
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	font-size:14px;
	color:#222222;
	background:#e5e5e5;
	border:2px solid #114054;
	width:280px;
	height:30px;
	padding:5px 3px 0px 7px;
	margin:5px 0px 5px 0px;
}

input.captcha {
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	font-size:14px;
	color:#222222;
	background:#e5e5e5;
	border:2px solid #114054;
	width:180px;
	height:30px;
	padding:5px 3px 0px 7px;
	margin:5px 0px 5px 0px;
}

textarea {
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	font-size:14px;
	color:#222222;
	background:#e5e5e5;
	border:0px;
	border:2px solid #114054;
	width:345px;
	height:100px;
	padding:5px 3px 0px 7px;
	margin:5px 0px 5px 0px;
	overflow:auto;
}

input.submit_button {
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background:#114054;
	border:0px;
	width:110px;
	height:30px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}

/* Footer */

#footer {
	position:relative;
	width:880px;
	height:96px;
	background-image: url(images/bg_footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#114054;
	padding:40px 0px 0px 0px;
	margin:auto;
	clear:both;
	text-align:left;
}

#footer_menu {
	position:relative;
	font-size:10px;
	padding:0px;
	margin:0px;
	right:70px;
	text-align:right;
	float:right;
}

#footer_copy {
	position:relative;
	font-size:10px;
	padding:0px;
	margin:0px;
	left:70px;
	text-align:left;
	float:left;
}

#footer a {
	color:#114054;
	text-decoration:none;
}

#footer a:hover {
	color:#114054;
	text-decoration:underline;
}

/* Extra */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}