@charset "iso-8859-1";



* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url('../images/top_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;	
	background-color: #0C59A5;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#logo {
	width: 960px;
	height: 140px;
	float: left;
}

#logo_left {
	width: 490px;
	height: 140px;
	float: left;
}

#logo_right {
	width: 470px;
	height: 140px;
	float: left;
	background-image: url('../images/logo_right_bg.gif');
	background-repeat: no-repeat;
}

#logo_right ul  {
	float:right;
}

#logo_right ul li {
	display: inline;
	float: left;
	list-style: none;
}

#logo_right ul li a {
	height: 30px;
	float: left;
	padding-left: 30px;
	padding-top: 110px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#logo_right ul li a:hover {
	color: #FFFF00;
}

#header {
	width: 960px;
	float: left;
}

#header_left { 
	width: 490px;
	height: 360px;
	float: left
}

#header_right {
	width: 450px;
	height: 360px;
	float: left;
	padding-top: 20px;
	margin-left: 20px;
}

#header_right h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 20px;
}

#header_right h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 20px;
}

#header_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: justify;
	padding-bottom: 10px;
}

#header_right ul {
	float: left;
	padding-bottom: 10px;
}

#header_right ul li {
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:30px;
	margin-left: 30px;
}

#header_right ul li a{
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:30px;
}

#header_right ul li a:hover{
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:30px;
}

#mainbody {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;	
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#mainbody_cont {
	margin: 0 auto;
	width: 960px;
}

#mainbody h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 24px;
	font-weight: normal;
	color: #00AEEF;
	padding-bottom: 20px;
}

#mainbody h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 20px;
	font-weight: normal;
	color: #0C59A5;
	padding-bottom: 20px;
}

#mainbody h2 a {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

#mainbody h2 a:hover {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#mainbody h3 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 20px;
}

#mainbody h3 a {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 14px;
	font-weight: normal;
	color: #009DDC;
	text-decoration: underline;
}

#mainbody h3 a:hover {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 14px;
	font-weight: normal;
	color: #009DDC;
	text-decoration: none;
}


#mainbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 150%;
	text-align: justify;
	padding-bottom: 10px;
}

#mainbody p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

#mainbody p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#mainbody ul {
	float: left;
	padding-bottom: 10px;
}

#mainbody ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 150%;
	padding-left: 20px;
	background-image: url('../images/points.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#cont_left {
	width: 660px;	
	float: left;
}

#cont_right {
	width: 280px;
	float: left;
	padding-left: 20px;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	background-color: #0C59A5;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

#footer_cont {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	float: none;
	clear: both;
	padding-bottom: 10px;
}

#footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#footer p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.sidebox_title {
	width: 280px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background-color:#A31D59;
	margin-bottom: 10px;
}

.portfolio_box {	
	width: 480px;
	float: left;
	text-align: center;
}

.clear
{
clear: both;
}
label {
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 5px;
	display: block;
}

input {
	border: 1px solid #666;
}

textarea {
	border: 1px solid #666;
}

.submit input {
	margin-left: 210px;
	color: #fff;
	background: #0C59A5;
	padding: 5px;
}

.float_right {
	float: right;
	margin: 0 0 0 10px;
	clear: both;
}

