@CHARSET "ISO-8859-1";

body {
	color: #333333;
	padding: 0;
	margin: 0; 
	border: 0;
	font-size: 12pt;
	text-decoration: none;
	background-image: url(/assets/images/bg5.jpg);
	background-repeat:repeat-x;
	background-color:#eee;
	font-family: Helvetica, Arial, Times New Roman, default;
}

h1,h2,h3,h4 {
	margin-bottom: 0;
	margin-top: 1.5em;
}

a {
	text-decoration:none;
	color: #b34538;
}
a:visited {
	color: #b34538;
}
a:hover {
	color: #000;
}

img {
	border:0;
}

.clear { 
	clear: both; 
}

#main {
	/* used a fixed width or set margins/percentage */
	width: 1000px;
	margin: 0 auto; 
	background-color:#fff;
}	



#header {
	background-color: #fff;
}
	
#content {
	width:100%;		
	position:relative;
}

.col_header {
	height: 12px;
	background-color:#80b796;
}

#col2 {				
	width: 100%;
	margin: 0;
	border: 1px solid #80b796;
	line-height: 1.35em;
}	

#footer {
}
#footer .col_1 {
	float: left;
	width: 25%;
}

#footer .col_2 {
	float: left;
	width: 25%;
}
#footer .col_3 {
	float: left;
	width: 25%;
}
#footer .col_4 {
	float: left;
	width: 25%;
}
#header_bar {
	background-color: #80b796; 
	height: 10px
}

/* navigation */

ul#nav_main {
	padding: 0;
	list-style-type: none;		
	width: 925px;
	display: block;
	margin: 0 auto;
}
ul#nav_main li {
	float: left;
	width: 125px;
	background-color: #cfebdb;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
}


ul#nav_main li.active {
	background-color: #80b796;
}

.nav_top, .nav_bottom{
	text-align: center;
	font-size: 0.8em;
}
.nav_top a, nav_bottom a{
	text-deocration: none;
}


/* col 3 column settings */
#col3 dl dt {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
}
#col3 dl dt dd {
	font-size: 0.7em;
}

#legal_information {
	font-size: 0.7em;
}


/* general purpose */

.bar {
	background-color: #80b796; 
	height: 1px
}


.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
/* only works if a width has been defined */
.block_center {
	margin:0 auto;
}	

/* used for the rounded corners */
.corner_left {
	float:left; 
}

.corner_right {
	float:right;
}


/* icons */

img.icon_small {
	width: 16px;
	height: 16px;
	border: 0;
}

/* status and error messages */

.error_message {
	color: red;
}
.success_message {
	color: green;
}
.status_message {
	color: green;
}
.form_errors {
	color: red;
}
.required {
	color: red;
}

.indent_10 {
	padding-left: 10px;
}
.hide {
	display: none;
}
.vtop {
	vertical-align: top;
}
.vbottom {
	vertical-align: bottom;
}
