/* CRH CSS */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#C0C55E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#7E7E7E;
}

h1 {
	color:#A3B335;
	font-size:150%;
	font-weight:bold;
	margin-top:10px;
}

h2 {
	color:#A3B335;
	font-size:120%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:4px;
}

h3, h4, h5, h6 {
	color:#A3B335;
	font-size:100%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:2px;
}

td p {
	font-size: 100%;
}

td {
	border-collapse:collapse;
	border-color:#CCCCCC;
}

table {
	border-collapse:collapse;
	border-color:#CCCCCC;
}

a {
	color:#CC3366;
	text-decoration:none;
}

a:hover {
	color:#616A20;
}

/* Containers */

#wrapper1 {
	float:left;
	width:100%;
	background-color:#E7D7B9;
}

#wrapper2 {
	float:left;
	width:100%;
	background:url(../images/wrapper2_bkgd.jpg) top center repeat-x;
}

#wrapper3 {
	float:left;
	width:100%;
	background:url(../images/wrapper3_bkgd.jpg) bottom center repeat-x;
}

#contentwrapper {
	width:960px;
	margin:0px auto;
	text-align:left;
}

#content {
	float:left;
	width:960px;
	background:url(../images/content_bkgd.jpg) top center repeat-y;
}

#header {
	float:left;
	width:960px;
	height:125px;
}

#lefthead {
	float:left;
	width:193px;
	height:125px;
}

#unilink {
	float:left;
	width:193px;
	height:54px;
}

#divlink {
	float:left;
	width:193px;
	height:54px;
}

#mainhead{
	float:left;
	width:550px;
	height:125px;
	background:url(../images/header.jpg) left no-repeat;
}
#righthead {
	float:left;
	width:217px;
	height:125px;
}

#maincontent {
	float:left;
	width:960px;
	margin:0px;
}

#leftcol {
	float:left;
	width:193px;
}

/* Top Level Menu */

#menu {
	float:left;
	
}

#menu {
	float:left;
	width:193px;
	margin:0px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul a {
	display:block;
	width:181px;
	height:26px;
	padding:8px 7px 0px 7px;  
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
}

#menu ul a:hover {
	color:#333333;
	text-decoration:none;
	background-image:url(../images/menu_hover.jpg);
	background-postition:top center;
	background-repeat:no-repeat;
}

#menu ul a.active {
	color:#666666; 
	background-image:url(../images/menu_active.jpg);
	background-postition:top center;
	background-repeat:no-repeat;
}

/* Second Level Menu */

#menu ul ul {
	padding:0px;
}

#menu ul ul li {
	margin:0px;
}

#menu ul ul a {
	display:block;
	width:181px;
	height:24px;
	padding:10px 7px 0px 7px;  
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	font-size:85%;
}

#menu ul ul a:hover {
	color:#333333;
	text-decoration:none;
}

#menu ul ul a.active {
	color:#666666; 
}

/* Third level Menu */

#menu ul ul ul {
	padding:0px;
}

#menu ul ul ul li {
	margin:0px;
}

#menu ul ul ul a {
	display:block;
	width:193px;
	height:26px;
	padding:7px 0px 0px 24px;  
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	font-size:85%;
}

#menu ul ul ul a:hover {
	color:#333333;
	text-decoration:none;
}

#menu ul ul ul a.active {
	color:#666666; 
}

#text {
	float:left;
	width:510px;
	margin:0px;
	padding:0px 20px 20px 20px;
}

#rightcol {
	float:left;
	width:217px;
	margin:0px;
}

#footer {
	float:left;
	width:720px;
	font-size:80%;
	color:#ECECE1;
	text-align:right;
	padding:20px 240px 10px 0px;
	color:#B6BC43;
}

#bottomfooter {
	float:left;
	width:960px;
	height:153px;
	background:url(../images/bottomfooter_bkgd.jpg) top center no-repeat;
}



