html { height: 100%; }

body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
	background-color: #FDFDFD;
	margin: 0px;
}

img { border: 0px; }

.image {
 padding-right: 10px;
}

div, table, p
{
	font-size: 12px;
	line-height: 15px;
	
}

h1, .heading1
{
	font-size: 19px;
	color: #2a6f5c;
}

h2, .heading2
{
	font-size: 14px;
	font-weight: bold;
	color: #2a6f5c;
}

.smalltext
{
	font-size: 11px;
	line-height: 10pt;
	color: #333;
}

.topbody {
	color: #7E7E7E;
	line-height: 18px;
}

#headcontainer
{
	background-color: black;
	border-bottom: 20px solid #e7e7e7;
}

#header
{
	margin: 0 auto;
	width: 850px;
	font-size: 11px;
	color: #898989;
	text-align: center;
}

#mosaic_header
{
	margin: 0 auto;
	width: 850px;
	height:92px;
	background:url(images/Interface/mosaic_header.jpg) no-repeat black left;
}

#mainmenubg
{
	
	height: 26px;
	background:transparent url("images/MenuItems/off.gif") repeat-x top left;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:26px;
	font-size:11px;
	background:transparent url("images/MenuItems/off.gif") repeat-x top left;
	width: 800px;
	
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a{
	display:block;
	float:left;
	color:#2a6f5c;
	text-decoration:none;
	padding:7px 20px 0 20px;
	height:19px;
	background:transparent url("images/MenuItems/divider.gif") no-repeat top right;
	}
	
ul#menu li a:hover {
	background:transparent url("images/MenuItems/hover.gif") no-repeat top right;	
	}

ul#menu .current{
	background:transparent url("images/MenuItems/hover.gif") no-repeat top right;
	}
	
	
ul#bottommenu{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	
}
ul#bottommenu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#bottommenu li a{
	float:left;
	color:#2a6f5c;
	text-decoration:none;
	padding:0px 10px 0 10px;
	}
	
ul#bottommenu li a:hover {
	color:#000;
	}




.sitemap a
{
	font-size: 11px;
	text-decoration: none;
}

.sitemap a:link { color: #2a6f5c; }
.sitemap a:visited { color: #2a6f5c; }
.sitemap a:active { color: #2a6f5c; }

.sitemap a:hover
{
	color: #2a6f5c;
	background-color: #CAD9D9;
}




#bg_home
{
	background: url('images/Interface/homebg.jpg') repeat-x;
	padding-bottom: 20px;
}

#home_logo
{
	width: 780px;
	margin: 0 auto;
	padding-left: 60px;
}

#home_content
{
	width: 380px;
	margin: 0 auto;
	position: relative;
	top: -30px;
}

#bg_inside
{
	background: url('images/Interface/insidebg.jpg') repeat-x;
}

#inside_content
{
	padding-top: 30px;
	width: 850px;
	min-height: 480px;
	padding-bottom: 20px;
	margin: 0 auto;
}

#inside_content_left
{
	padding: 10px 20px 0px 20px;
}


#inside_content_right
{
	background: url('images/Interface/panelrightbg.gif') repeat-y;
	width: 310px;
}


.home_block
{
	display: block;
	float: left;
	width: 275px;
	height: 127px; 
	padding: 4px;
}

.home_block_text
{
	color:#000;
	font-size: 11px;
	display: block;
	position: relative;
	width: 183px;
	top: -70px;
	left: 85px;
}



#panels_bg
{
	height: 170px;
	background: url('images/Interface/panelbg.jpg') repeat-x;
}

#panels
{
	width: 850px;
	height: 190px;
	text-align: left;
}



#footer
{
	position: relative;
	margin-top: -24px;
	height: 24px;
	background-color: #dcdcdc;
}

#footercontent
{
	width: 830px;
	margin: 0 auto;
}



a:link
{
	color: #0066b3;
	text-decoration: none;
}

a:visited
{
	color: #0066b3;
	text-decoration: none;
}

a:active
{
	color: #0066b3;
	text-decoration: none;
}

#inside_content_left ul { list-style-type: square; }

#inside_content_left li
{
	border-bottom: 1px solid #e4e4e4;
	margin: 8px;
}





/* Form Manager */
.dynamicForm .singleEditField { width: 250px;} 
.dynamicForm .mediumEditField { width: 250px;} 
.dynamicForm .largeEditField { width: 250px;} 
.dynamicForm .required {color: red}
.dynamicForm .dynamicFormLabel { font-weight: bold; text-align: right;} 
.dynamicForm .dynamicFormErrors { font-size:14px; display: block; border: 1px dotted red; font-weight: bold }
.dynamicForm .dynamicFormMessage { font-size:14px; display: block; border: 1px dotted yellow; font-weight: normal}

.oiorange a
{
	font-family: Arial, Verdana, Helvetica;
	color: #F30;
	font-size: 10px;
	text-decoration: none;
}

.oigrey
{
	font-family: Arial, Verdana, Helvetica;
	color: #666;
	font-size: 10px;
}
