/* CSS Document */
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(images/bg_body.jpg) 0 66px repeat-x;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}
a{color:#0c0994; text-decoration:none;}
a:hover{text-decoration:underline;}
a img{border:none;}
a.selected{text-decoration:underline;}
form{
	margin:0;
	padding:0;
}
p{ margin:0; padding:5px 0 5px 0; color:#000000;}
ul{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
h1{
	margin:0;
	padding:20px 0 15px 0;
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
}
h2{
	float:left;
	width:100%;
	margin:10px 0;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:28px;
}
input{
	float:right;
	width:260px;
	height:20px;
	margin:5px 10px;
	padding:3px 5px 0 5px;
	border:1px solid #a1a3ab;
	background:#ffffff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	line-height:12px;
}
textarea{
	float:right;
	width:260px;
	height:160px;
	margin-top:5px;
	padding:3px 5px 3px 5px;
	border:1px solid #a1a3ab;
	background:#ffffff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

#header{
	position:relative;
	width:960px;
	height:308px;
	margin:0 auto;
	background:url(images/bg_header.jpg) 0 66px no-repeat;
}
#header .logo{margin-top:19px;}
.more{
	overflow:visible;
	height:23px;
	padding:5px 5px 5px 15px;
	color:#f0c01d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:23px;
	background:#000000 url(images/symbol_more.gif) 6px 7px no-repeat;
}
#sidebar{
	position:absolute;
	width:350px;
	height:414px;
	margin-top:19px;
	padding:146px 0 0 17px;
	right:0;
	top:0;
	background:url(images/bg_sidebar.jpg) no-repeat;
}
#sidebar div{float:left; width:100%;}
#sidebar p{color:#ffffff;}

#content{width:100%;}
#content .section{
	width:100%;
	background:url(images/bg_section.jpg) top repeat-x;
}
#content .section_content{
	width:960px;
	min-height:265px;
	height:auto !important;
	height:265px;
	margin:0 auto;
	padding:0 5px;
	background:url(images/bg_section_content.jpg) no-repeat;
}
#content div.left{width:580px;}
#content div.right{width:367px;}
#content div.img{
	float:right;
	margin-bottom:20px;
	padding:3px;
	border-bottom:1px solid #cecece;
	border-left:1px solid #cecece;
	background:#FFFFFF;
}
#content li{ padding-left:15px; background:url(images/symbol_li.gif) 0 5px no-repeat;}
#content ul li span{float:left; width:140px;}
a.back, input.submit{
	float:left;
	width:87px;
	height:17px;
	margin:20px 10px;
	padding:0 10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:17px;
	background:#f0c01d url(images/symbol_back.gif) 86px 5px no-repeat;
}
input.submit{
	float:right;
        text-align: left;
	clear:both;
	width:150px;
	margin:-10px 122px 0 0;
	background:#f0c01d url(images/symbol_submit.gif) 135px 3px no-repeat;
}

input.submit:hover {
        cursor: pointer;
}


#footer{
	width:960px;
	height:65px;
	margin:0 auto;
	background:url(images/bg_footer.gif) 0 0 repeat-x;
}
#footer a{color:#000000;}
#footer ul{float:none;}
#footer ul li{ float:left; padding:0; background:none;}
#footer div.left{padding-top:15px;}
#footer div.right{padding-top:15px; text-align:right;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

.float-right {
    float: right;
margin:5px 10px;
	padding:3px 5px 0 5px;
   margin-top: 0px;
}

.float-left {
        float: left;
        margin-left: 16px;
}

div.errors {
        margin-left: 16px !important;
        color: #FF0000 !important;
}

fieldset {
        border: none;
}