 @import url("reset.css");
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CBD035;
	color: #333333;
	font-size: 11px;
	line-height: 150%;
	height: 100%;
	width: 100%;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	background-color: #CCD234;
	text-decoration: none;
}
blockquote {
	margin: 0 0 18px 18px;
	color: #666666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.hide {
	display: none;
}
.nobg {
	background-image: none;
}
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Forms

----------------------------------------*/



input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}



#web-container {
	width: 970px;
	margin: 0px auto;
}
#popup {
	background-color: #F8F8DE;
}
#popup #web-container {
	width: 440px;
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}
#popup #web-container h2 {
	font-weight: bold;
	padding-bottom: 10px;
	color: #465153;
}
#header {
	height: 85px;
}
#header .logo {
	float: left;
}
#header .link {
	float: right;
	margin: 70px 30px 0 0;
}
#content {
	background-image: url(../img/cont-bg.jpg);
}
#content .inner {
	background-image: url(../img/web-bg.jpg);
	background-repeat: no-repeat;
	padding: 30px 0 0 0;
}
#content .col-3 {
}
#content .col-3#top {
	border-top: 12px solid #465153;
	padding: 30px 0 0 0;
	margin: 5px 30px 0 30px;
}
#content .col-3#middle {
	padding: 20px 0;
	margin: 0 0 0 30px;
}
#content .col-3 .item {
	float: left;
	width: 290px;
	text-align: justify;
	margin-right: 20px;
}
#content .col-3#top .item.profile {
	width: 600px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: right top;
}
#content .col-3#top .item.profile h1 {
	color: #465153;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}
#content .col-3#top .item.profile h3 {
	color: #CCD234;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
#content .col-3#top .item.profile label {
	color: #CCD234;
	font-size: 12px;
	display: block;
	font-weight: bold;
	padding: 10px 0 0 0;
}
#content .col-3#middle .item {
	width: 300px;
	margin-right: 10px;
}
#content .col-3 .item h2 {
	color: #465153;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}
#content .col-3#middle .item .banner {
	height: 125px;
}
#content .col-3#middle .item .text {
	height: 126px; /*86*/
	padding: 6px 20px 4px 10px;
	background-image: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	text-align: justify;
}
#content .col-3#middle .item .more, #content .col-2-1#bottom .item .more {
	padding: 4px 0 0 0;
	font-size: 12px;
}
#content .col-3#middle .item .more span {
	padding: 0 4px;
}
#content .col-3#middle .item .more .p01 {
	color: #EE3D81;
}
#content .col-3#middle .item .more .p02 {
	color: #836FA0;
}
#content .col-3#middle .item .more .p03 {
	color: #DD9803;
}
#content .col-3 .item.last {
	float: left;
	width: 290px;
	text-align: justify;
	margin-right: 0;
}
#content .col-3 .item .green-box {
	background-color: #F8F8DE;
	border-left: 12px solid #CCD234;
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-align: justify;
}
#content .col-2-1 {
}
#content .col-2-1#bottom {
	margin: 5px 30px 0 30px;
}
#content .col-2-1 .item {
	width: 290px;
	float: left;
	text-align: justify;
	margin-right: 20px;
}
#content .col-2-1 .item.last {
	margin-right: 0;
}
#content .col-2-1 .long {
	width: 600px;
}
#content .col-2-1 .long .text {
	background-color: #F8F8DE;
	border-left: 12px solid #CCD234;
	height: 150px;
	border-bottom: 1px solid #ffffff;
}
#content .col-2-1 .long .text .col1 {
	width: 260px;
	padding: 10px 20px 10px 10px;
	float: left;
	text-align: justify;
}
#content .col-2-1 .long .text .col2 {
	width: 260px;
	padding: 10px 10px 10px 20px;
	float: left;
	text-align: justify;
}
#content .col-2-1 .item .box-contact {
	width: 290px;
	height: 150px;
	border-bottom: 1px solid #ffffff;
}
#footer {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	padding: 50px 30px;
	color: #3F5153;
}
