@import 'content.css';

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

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

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

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:#396b90;
font-size:18px;
line-height:25px;
font-weight:normal;
background:url(../images/hr.gif) bottom left repeat-x;
}

h2 {
color:#396b90;
font-size:15px;
line-height:23px;
font-weight:normal;
}

h3 {
color:#396b90;
font-size:12px;
line-height:21px;
}

hr {

}

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



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

#top_bar {
margin:auto;
width:980px;
padding:0 35px;
height:29px;
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:#737373 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:520px;
}

#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:5px 35px;
overflow:hidden;
font-size:11px;
color:white;
line-height:14px;
text-align:center;
background:url(../images/footer.jpg) top left no-repeat;
min-height:40px;
}

#footer a {
color:white;
}

#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 #396b90;
border-radius:4px;
-moz-border-radius:4px;
color:#396b90;
font-size:12px;
font-family:Arial;
cursor:pointer;
padding:1px 10px;
}

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

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;
}

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

/************** files **********************/

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

ul.download_files li {
margin:2px;
display:block;	
}




/*********** 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;
}

