@charset "iso-8859-1";



* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url('../images/top_bg.gif');
	background-repeat: repeat-x;
	background-position: top;	
	background-color: #493A79;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#logo {
	width: 960px;
	height: 128px;
	float: left;
}

#logo_left {
	width: 380px;
	height: 128px;
	float: left;
}

#logo_right {
	width: 580px;
	height: 128px;
	float: left;
	background-image: url('../images/logo_right_bg.jpg');
	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: 40px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#logo_right ul li a:hover {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #857BA5;
}

#header {
	width: 960px;
	float: left;
}

#header_left { 
	width: 540px;
	height: 250px;
	float: left;
	background-image: url('../images/header_left_bg.gif');
	background-repeat: no-repeat;
}

#header_right {
	width: 420px;
	height: 250px;
	float: left;
}

#header_left h3 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	padding-top: 105px;
	padding-left: 20px;
}

#mainbody {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;	
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#mainbody_cont {
	margin: 0 auto;
	width: 960px;
}

#mainbody_cont_left {
	width: 280px;
	float: left;
}

#mainbody_cont_right {
	width: 660px;	
	float: right;	
	padding-left: 20px;
}


h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 24px;
	font-weight: normal;
	color: #493A79;
	padding-bottom: 20px;
}

h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 14px;
	font-weight: normal;
	color: #493A79;
}

h2 a {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 14px;
	color: #493A79;
	text-decoration: underline;
}

h2 a:hover {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 14px;
	color: #493A79;
	text-decoration: none;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 150%;
	text-align: justify;
	padding-bottom: 10px;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}


p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	background-color: #493A79;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: solid 5px #857BA5;
	}

#footerCont {
	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;
	text-align:center;
}

#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:250px;
	float:left;
	text-align:left;
	margin-right:5px;
	display:block;
}

input {
	border: 1px solid #666;
}

textarea {
	border: 1px solid #666;
}

.submit input {
	margin-left:320px;
	color: #fff;
	background: #493A79;
	padding: 5px;
}