
body
{
	font-family: Arial;
	background-color: #808080;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

#pagewrapper
{

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footerwrapper
{
	height: 40px;
	background-color: #094b1f;
	padding: 0px 25px 0px 25px;
}

#bodywrapper
{
	min-height: 655px;
	border-bottom: 2px solid #fff;
	position: relative;
	background-repeat: no-repeat;
	background-color: #094B1F;
	background-position: 100% 0px;
}

#bodyinside
{
	min-height: 655px;
	background-repeat: no-repeat;
	background-image: url('/images/fade.png');
}

#topbar
{
	height: 15px;
	overflow: hidden;
}

#strip1
{
	position: absolute;
	top: 0px;
	right: 35px;
	height: 435px;
	width: 157px;
	background-image: url('/images/strip1.png');
	background-repeat: no-repeat;
}

#strip2
{
	position: absolute;
	top: 0px;
	right: 220px;
	height: 435px;
	width: 157px;
	background-image: url('/images/strip2.png');
	background-repeat: no-repeat;
}

#strip3
{
	position: absolute;
	top: 0px;
	right: 405px;
	height: 435px;
	width: 157px;
	background-image: url('/images/strip3.png');
	background-repeat: no-repeat;
}

#logo1
{
	position: absolute;
	right: 19px;
	top: 300px;
}

#logo2
{
	position: absolute;
	right: 205px;
	top: 300px;
}
#logo3
{
	position: absolute;
	right: 390px;
	top: 300px;
}

#menuwrapper
{
	width: 417px;
	height: 28px;
	background-image: url('/images/menu.png');
	position: relative;
	z-index: 1000;
}

#menu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li
{
	margin: 0px;
	padding: 6px 25px 6px 25px;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	float: left;
	cursor: pointer;
	position: relative;
}

#menu li.divider
{
	background-color: #094b1f;
	padding: 0px;
	height: 28px;
	width: 1px;
	cursor: default;
}

#menu li a
{
	text-decoration: none;
	color: #094b1f;
}

#menu li ul
{
	position: absolute;
	top: 29px;
	left: 0px;
	list-style: none;
	margin: 0px;	
	padding: 3px 0px 3px 0px;
	background-color: #D5E4DD;
}

#menu li ul li
{
	margin: 0px;	
	padding: 2px 10px 2px 25px;
	float: none;
	font-size: 8pt;
	line-height: 10pt;
	width: 235px;
	border-bottom: 1px solid #5E967C;
}

#menu li ul li.hover
{
	background-color: #094b1f;
	color: #fff;
	width: 235px;
}

#homecontent
{
	padding: 50px 0px 0px 26px;
	font-size: 10pt;
	line-height: 15pt;
	color: #000;
	width: 260px;
}

#homecontent p
{
	margin: 0px;
	padding: 0px 0px 25px 0px;
}

#contentwrapper
{
	padding: 25px 25px 25px 0px;
}

#content
{
	padding: 25px 25px 15px 25px;
	font-size: 10pt;
	line-height: 15pt;
	color: #fff;
}

#content h1
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12pt;
	line-height: 14pt;
}

#content p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content a
{
	color: #fff;
}

#logo_1
{
	padding: 0px 0px 20px 0px;
}

#logo_2
{
	padding: 0px 0px 20px 0px;
}

img
{
	display: block;
}

#odd
{
	background-color: #fff;
}

#odd h1
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12pt;
	line-height: 14pt;
	color: #999999;
}

#odd p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #747575;
}

#odd a
{
	color: #747575;
}

#odd
{
	color: #747575;
	padding: 25px 25px 25px 25px;
}

.black_overlay{
        display: none;
        position: absolute;
        top: 0px;
        left: 0%;
        width: 100%;
        height: 6000px;
        background-color: black;
        z-index: 8001;
        -moz-opacity: 0.6;
        opacity:.60;
        filter: alpha(opacity=60);
}

#log_res
{
        width: 500px;
        border: 1px solid #468387;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -250px;
        z-index: 8002;
        display: none;
        top: 0px;
}

#log_res.show
{
        display: block;
}

#log_res.ajax-loading {
        background: url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat center;
        background-color: #fff;
        display: block;
}

#info a
{
	color: #005a3a;
	text-decoration: none;
}

.showhide
{
	display: none;
}
