﻿*
{
	margin: 0;
	padding: 0;
	color: #333333;
}

IMG { border: none; }

A { color: Blue;}

legend  
{
	font-size: 15px;
	font-weight: bold;
	color: Orange; 
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
}

body 
{
	font-size: 13px;
	background: #f7f7f7 url(../images/mainrepeater.jpg) repeat-x; background-position: 0 78px;
	font-family: Georgia, "Times New Roman", Times New Roman, Times, Serif;
	color: #333333;
	margin: 0; 
	padding: 0;
}

#centerContainer { max-width: 1000px; margin: 0 auto 0 auto; padding: 0; }

.menu
{
	border-right: solid 1px #edebd5;
	width: 1000px;
	height: 77px;
	margin: 0 auto 0 auto;
	background-color: #f7f7f7;
}

.staticMenuItem
{
	width: 124px;
	text-transform: lowercase;
	font-size: 144%;
	text-decoration: none;
	height: 77px;
	border-left: #edebd5 1px solid;
	padding: 25px 0 0 0;
	text-align: center;
	color: #2C78FF;
	background-color: #f7f7f7;
	
}

.staticHover
{
	color: Orange;
}

.dynamicMenuContainer
{
	margin-top: 0px;
	padding: 10px;
	min-width: 150px;
	border: solid 2px grey;
	border-top: none;
	background-color: #f7f7f7;
}

.dynamicMenuItem
{
	font-size: 14px;
	height: 25px;
	background-color: #f7f7f7;
	color: #333333;
}

.dynamicMenuItem A { color: #333333; }
.dynamicMenuItem A:Hover { color: Orange; }

#menu
{
	border-right: solid 1px #edebd5;
	height: 78px;
	margin: 0 auto;
}

#menu .navItem
{
	width: 124px;
	text-transform: lowercase;
	font-size: 144%;
	text-decoration: none;
	height: 53px;
	border-left: #edebd5 1px solid;
	float: left;
	padding: 25px 0 0 0;
	text-align: center;
	color: #bababa;
}

.subNavItem
{
	min-width: 124px;
	text-transform: lowercase;
	font-size: 10px;
	text-decoration: none;
	height: 20px;
	border-left: #edebd5 1px solid;
	padding: 25px 0 0 0;
	text-align: center;
	color: #bababa;
}

#menu UL
{
	list-style-type: none;
	padding: 0; margin: 0;
}

#menu LI
{
	display: inline;
}

#menu A
{
	width: 124px;
	text-transform: lowercase;
	font-size: 144%;
	text-decoration: none;
	height: 53px;
	border-left: #edebd5 1px solid;
	float: left;
	padding: 25px 0 0 0;
	text-align: center;
	color: #bababa;
}

#menu A:hover
{
	background: #ffe492;
}

#menu .active A
{
	background: #82bc2b;
	color: #ffffff;
}

#header
{
	width: 100%;
	height: 240px; 
	margin: 0 auto 0 auto; 
	padding: 0; 
}

#header H1
{
	position: absolute; 
	margin: 155px 0 0 350px;
	height: 100px;
	font-size: 50px; 
	font-style: italic;
	color: #ffffff;
}

#header H2
{
	position: absolute; 
	margin: 20px 0 0 500px; 
	width: 450px; 
	height: 100px;
	line-height: 20px;
	font-size: 12px; 
	color: #6B5503;
	font-style: italic;
	text-decoration: none;
}

#page
{
	clear: left;
	background: url(../images/mainimage.jpg) no-repeat;
	max-width: 1000px; 
	min-height: 350px; 
	margin: 0 auto 0 auto; 
	padding: 0;
}

#content
{
	margin: 15px;
	float: left;
	width: 950px;
}


#updates
{
	margin: 5px 0 5px 5px; padding: 0;
	width: 230px;
}

.greenbox
{
	background: url(../images/greenbox_body.png) repeat-y;
	margin: 0; padding: 0;
}

.greenbox H2
{
	background: url(../images/greenbox_top.png) repeat-y;
	line-height: 18px;
	font-size: 16px;
	color: #ffffff;
	padding: 5px 15px;
}

.greenbox H3
{
	line-height: 16px;
	font-size: 14px;
	color: #ffffff;
	margin: 10px 0 0 0;
	padding: 0;
}

.greenbox P
{
	color: #ffffff;
	margin: 0;
}


#sidebar
{
	margin: 20px 0; padding: 0;
	width: 240px;
	background-color: #d5d5d5;
	float: left;
}

#sidebar ul
{
	margin: 0;
	padding: 0 15px 15px 15px;
	list-style: none;
}

#sidebar li 
{
	margin: 15px 0 5px 0;
}

#sidebar li h3
{
	margin: 5px 0 10px 0;
}


#sidebar2
{
	margin: 20px 0; padding: 0;
	width: 240px;
	background-color: #d5d5d5;
	float: left;
}

#sidebar2 ul
{
	margin: 0;
	padding: 0 15px 15px 15px;
	list-style: none;
}

#sidebar2 li 
{
	margin: 15px 0 5px 0;
}

#sidebar2 li h3
{
	margin: 5px 0 10px 0;
}


P { color: #333333; font-size: 13px; line-height: 20px; margin: 15px; }

h1
{
	margin-bottom: 10px;
}

.simplelist
{
	margin: 20px;
}

.simplelist LI
{
	margin-left: 20px;
}


h3 { font-size: 15px; }

h2 { color: #333333; }

HR { height: 1px; color: #666666; }


#rightsidebar
{
	margin: 5px 0 5px 5px; padding: 0;
	width: 230px;
	float: left;
}

.rightsidebar
{
	background: url(../images/greenbox_body.png) repeat-y;
	margin: 0; padding: 0;
}

.rightsidebar H2
{
	background: url(../images/greenbox_top.png) repeat-y;
	line-height: 18px;
	font-size: 16px;
	color: #ffffff;
	padding: 5px 15px;
}

.rightsidebar H3
{
	line-height: 16px;
	font-size: 14px;
	color: #ffffff;
	margin: 10px 0 0 0;
	padding: 0;
}

.rightsidebar P
{
	color: #ffffff;
	margin: 0;
}

.faq_question { font-weight: bold; font-size: 14px; }

.faq_ul_questions_top LI { margin: 10px; }
