/* CSS Document */
body{
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 11px;
	color: #3A3D42;
	background-color: #6B694A;
	margin:0px;
}
#wrap{
	margin:0px auto;
	width:794px;
	padding-left:6px;
	background-image:url(../images/mainBg.jpg);
	background-color: #ABAEEA;
	background-repeat: repeat-x;
}
#header{
	height: 92px;
	position:relative;
}
#mainContent{
	background-image: url(../images/CRO_mainBg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#leftColumn{
	float: left;
	width: 176px;
	background-color:#EAEAD2;
	margin-right:2px;
}
#menu9 {
	width: 176px;
	margin: 0px;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	padding-top:6px
	}
#menu9 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu9 img {
    border: none;
}	
#menu9 li a {
	height: 25px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18px;
	text-decoration: none;
	border-bottom:solid 1px #F5D5B1;
	font-weight:bold;
	font-size:10px;
	border-top:solid 1px #6E8C81;
	border-bottom:solid 1px #294037;
	}
#menu9 li a:link, #menu9 li a:visited {
	color: #FFF;
	display: block;
	padding: 5px 0 0 25px;
	background-image: url(../images/menu9.gif);
	background-repeat:no-repeat;
	}
#menu9 li a:hover {
	color: #D5CB14;
	background:  url(../images/menu9.gif) 0 -25px;
	padding: 5px 0 0 25px;
	background-repeat:no-repeat;
	}
	#menu9 li a#current {
	color: #D5CB14;
	background:  url(../images/menu9.gif) 0 -25px;
	padding: 5px 0 0 25px;
	background-repeat:no-repeat;
	}
	.topCurve{
	background-image: url(../images/roundCorner.gif);
	background-repeat: no-repeat;
	border-top:solid 2px #000000;
	height:5px;
	width:616px;
}
#content{
	float: left;
	width: 610px;
}
.content_text{
padding:8px;
}
.contentBox{
	background-image: url(../images/content_column.jpg);
	background-repeat: no-repeat;
	background-position: right 3px;
	border-top: 2px solid #506F83;
	width:190px;
	float:left;
	margin:3px 6px 0px 0px;
	padding:6px 0px 0px 2px;
}
.contentBox h3{
	font-family:  Helvetica, Arial, sans-serif;
	color: #B67804;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
.content_text h1{
	font-size: 13px;
	font-weight: bold;
	color: #444B4F;
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	margin:0px;
	padding:0px;
}
.content_text h2{
	font-size: 11px;
	font-weight: bold;
	color: #B67804;
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	margin:15px 0px 4px 0px;
}
#footer{
	height:76px;
	clear:both;
	margin-top:3px;
	background-color:#DADBF5;
}
#footer .address{
width:250px;
float:left;
color:#3C3939;
padding:4px;
}
#footer .bottomNav{
width:500px;
float:left;
color:#000;
padding:10px 0px;
}
#footer .bottomNav a{
	color: #3C3939;
	text-decoration: none;
}
#footer .bottomNav a:hover{
	color: #000000;
	text-decoration: none;
}
#footer .bottomNav a#bottomCurrent{
	color: #FFF;
	text-decoration: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
