/* ---------------------
basic layout
--------------------- */

* {
	font-family: Arial, Helvetica, sans-serif;
}

.waterbody {
	background:#CCCCCC url(../images/bg_body.jpg) repeat-x left top;
	margin:0;
	color:#333333;
}


/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#container {
	width:760px;
	margin: 15px auto;
	padding:0;
	text-align: left;
}

#containerbg {
	width: 760px;
	background:transparent url(../images/bg_inside.jpg) repeat-y left top;
	/*float:left;*/
}

#outerleft {
	position:relative;
	/*float:left;
	clear:left;*/
	width:760px;
}

#topmenu {
	position:relative;
	/*float:left;
	clear:left;*/
	background-color:#000000;
	width: 100%;
}
#imgheader {
	position:relative;
	/*float:left;
	clear:left;*/
	width:100%;
	height:231px;
	background-color: #ffffff;
	background:url(../images/header.jpg) no-repeat left top;
}


#container_inner {
	position:relative;
	/*float:left;
	clear:left;*/
	width:760px;
}

#leftcol {
	position:relative;
	width:170px;
	background:transparent url(../images/bg_leftcol.jpg) repeat-y left top;	
	float:left;
}

#content_main {
	position:relative;
	width:560px;
	float:left;
	margin:10px 0 0 10px;
	background-color:#FFFFFF;
	overflow:visible;
}

#blackline {
	position:relative;
	clear:left;
	float:left;
	width:760px;
	height:10px;
	min-height:10px;
	background-color: #000000;
	color:#FFFFFF;
	font-size:10px;
}


/** generic menu item link **/
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	line-height: 27px;
}

/** generic menu item link on mouseover **/
a.mainlevel:hover,
#leftcol a.mainlevel:hover {
	background-color:#484848;
	color:#FFFFFF!important;
	text-decoration:none!important;
}

.mainlevel  {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	background:transparent url(../images/bg_mainlevel.gif) repeat-x center top;
	font-weight:bold;
	text-decoration:none;
}

div.moduletable h3 {
	color: #ffffff;
	background-color:#484848;
	height:25px;
	text-align:left;
	padding-left:15px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:20px;
	padding:0px;
	margin:0px;
	border: 1px solid #000000;	
	padding-left:10px;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding-left:10px;
	color: #cfcfcf;
	font-size: xx-small;
}

/** input button html tag **/
#leftcol .button {
	font-size:11px;
	color:#FFFFFF;
	background-color:#585858;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	width:140px;
}

#leftcol a {
	color: #ffffff;
	font-size: xx-small;
}




/** pathway block **/
span.pathway {
	display:block;
	text-align:left;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	height:20px;
	margin-bottom:10px;
	width:560px;
}

/** content title **/
.componentheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3973AC;
	font-size: 20px;
	padding: 5px 0 0px 0;
	display:block;
}

.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3973AC;
	font-weight: bold;
	padding-top: 25px;
	background-color:inherit;
	display:block;
}





/** search div in top right column. position:user4 **/
div.search {
	margin-left:10px;
}

/** search field in search div **/
.search .inputbox {
	width:130px;
	border: 1px solid #000000;
}

.search  {
	margin-top:30px;
}
.highlight {
	font-weight:bold;
	background-color: #FFFF00;
	padding: 2px 0 2px 0;
	
}

#fireboard {

width:560px;
overflow: auto;
}
