@import 'content.css';

body {
background: #f7f7f7;
margin: 0;
font-size: 12px;
line-height: 21px;
font-family: Arial;
color:#000000;
}

/* blue */
.color1
.blue {
color:#007e99;
}

/* orange */
.color2
.orange {
color:#c3810f;
}
 
a {
color:#968d63;
}

a:hover,
.nodeco {
text-decoration:none;
}

img {
border:none;
}

hr {
display:none;	
}


img.image_left {
margin:5px 15px 5px 0 ;
float:left;
padding:1px;
border:solid 1px #dedede;
}

img.image_right {
margin:5px 0 5px 15px;
float:right;
padding:1px;
border:solid 1px #dedede;
}

img.image_none {
margin:4px;
padding:1px;
border:solid 1px #dedede;
}


.clearer {
clear:both;
}



h1 {
padding-bottom:8px;
color:#000000;
font-size:18px;
line-height:25px;
font-weight:normal;
border-bottom:1px solid #cccccc;
font-family:Georgia;
}

h2 {
color:#dea305;
font-size:15px;
line-height:23px;
font-weight:normal;
font-family:Arial;
}

h3 {
color:#000000;
font-size:12px;
line-height:21px;
font-family:Georgia;
}

hr {

}

/********** main frames **************/



#header {
margin:auto;
width:1050px;
height:164px;
overflow:hidden;
}

#top_bar {
margin:auto;
width:980px;
padding:0 35px;
height:30px;
overflow:hidden;
background:url(../images/top_bar.jpg) top repeat-y;
}


#main {
margin:auto;
width:980px;
padding:0 35px;
background:url(../images/main_bg.gif) top repeat-y;
}

#left {
float:left;
background:#3b3b3b url(../images/left_menu.jpg) bottom left no-repeat;
}

#left_inner {
float:left;
width:189px;
min-height:100px;
float:left;
overflow:hidden;
}


#content {
float:left;
background:white;
}

#content_inner {
float:left;
background:white;
width:505px;
padding:18px 28px;
min-height:660px;
height:auto !important;
height:660px;
}

#right {
float:left;
background:#fff;
min-height:350px;
}

#right_top {
margin-top:1px;
float:left;
width:230px;
clear:both;
}

#right_bottom {
float:left;
width:230px;
clear:both;
}

#breadcrumb {
font-size:11px;
padding-bottom:5px;
border-bottom:solid 1px #cdcdcd;
/*padding-bottom:10px;
background:url(../images/hr.gif) bottom repeat-x;*/
}

#footer {
margin:auto;
width:980px;
padding:100px 35px;
overflow:hidden;
font-size:11px;
color:#000000;
line-height:14px;
text-align:center;
background:url(../images/footer.jpg) top left no-repeat;
}

#footer a {
color:#000000;
}

#print {
width:100%;
background:white;
}

body.print {
background:white;
margin:20px;
}


/****************** page nav ***************/

.page_navigation {
	text-align:center;
	padding:4px 0;
	margin:5px 0;
}


.page_navigation a {
	border:solid 1px #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:3px 7px;
	margin:1px 3px;
	font-size:11px;
	text-decoration:none;
}

.page_navigation a.current_nav {
	font-weight:bold;
	background:#f5f5f5;
}


.page_navigation {
	text-align:center;
	padding:4px 0;
}
/**************** forms ********************/

.form_break {
float:left;
width:100%;
padding:4px 0;
}

.form_field {
float:left;

}

label {
display:block;
float:left;
clear:none;
width:160px;
padding-right:10px;
}

.required {
font-weight:bold;	
}

#captcha {
margin-top:-10px;
margin-left:130px;	
}

.form_button {
padding:10px 0;
float:right;
margin-right:75px;
}

input[type=button],
input[type=submit] {
border:solid 1px #cdcdcd;
border-radius:4px;
-moz-border-radius:4px;
color:#000000;
font-size:12px;
font-family:Arial;
cursor:pointer;
padding:1px 10px;
}

input[type=button]:hover,
input[type=submit]:hover {
border:solid 1px #968d63;
color:#968d63;
}

input[type=text],
textarea {
border-radius:2px;
-moz-border-radius:2px;
border:solid 1px #cdcdcd;
font-size:12px;
padding:3px 4px;
font-family:Arial;
color:#666666;
width:253px;
}

.content_newsletter input[type=text] {
border-radius:2px;
-moz-border-radius:2px;
border:solid 1px #cdcdcd;
font-size:12px;
padding:3px 4px;
font-family:Arial;
color:#666666;
width:135px;
}

.content_listfilter input[type=text] {
border-radius:2px;
-moz-border-radius:2px;
border:solid 1px #cdcdcd;
font-size:12px;
padding:3px 4px;
font-family:Arial;
color:#666666;
width:120px;
}

.content_newsletter .form_row{
padding-top:5px;
padding-bottom:5px;
}

input[type=text]:focus,
textarea:focus {
	border:solid 1px #aaaaaa;
}

dt {
	margin:0;
	margin-bottom:10px;
	padding:0;
}

dd {
	margin:0;
	margin-bottom:10px;
	padding:0;
}
.radio_label {
	color:#dea305;
	font-size:15px;
	line-height:23px;
	font-weight:normal;
	font-family:Arial;
	width:600px;
}

.content_poll .radio_option label{
	float:left;
	width:450px;
}

.content_poll input[type=radio] {
	float:left;
	margin-right:20px;
}

/************** files **********************/
.content_download {
	padding-top:10px;
}

ul.download_files {
margin:15px 0;
padding:0px 10px 0 20px;
display:block;
list-style-type: none;
}

ul.download_files li {

margin-top:-1px;
display:block;
padding:10px;
border-top: 1px solid #cdcdcd;
border-bottom: 1px solid #cdcdcd;
}

.radio_label {
	color:#dea305;
	font-size:15px;
	line-height:23px;
	font-weight:normal;
	font-family:Arial;
}

*[disabled="disabled"] {
	display:none;
}

/*********** system messages **********/

.messages {
	padding:10px 25px;
	background:#fffecc;
	border:dotted 1px #dcdcdc;
	/*font-weight:bold;*/
	border-radius:2px;
	-moz-border-radius:2px;
	margin:10px 0;
}
.form_messages {
	padding:5px 10px;
	background:#fffecc;
	border:dotted 1px #dcdcdc;
	border-radius:2px;
	-moz-border-radius:2px;
	margin:5px 0;
	font-size:11px;
}
.messages_error {
	color:red;
}
.messages_warning {
	color:#ff9900;
}
.messages_success {
	color:green;
}
