
body
{
	font-family: Arial;
	background-repeat: repeat-x;
}

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

#logo
{
	padding: 5px 0px 0px 10px;
	float: left;
}

#pagewrapper
{
	border: 1px solid #007060;
	position: relative;
	z-index: 10;
}

#leftside
{
	background-image: url('/images/leftside.gif');
	background-repeat: repeat-y;
	width: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#rightside
{
	background-image: url('/images/rightside.gif');
	background-repeat: repeat-y;
	width: 103px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#menuwrapper
{
	height: 25px;
	background-image: url('/images/menuback.gif');
	background-repeat: repeat-x;
	position: relative;
	z-index: 300;
}

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

#quickmenu li
{
	margin: 0px 0px 0px 0px;
	padding: 2px 20px 0px 20px;
	float: left;
	text-align: center;
	height: 23px;
	color: #fff;
	font-size: 12pt;
	position: relative;
	z-index: 100;
	background-image: url('/images/menudivide.gif');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	font-family: Times New Roman;
	cursor: pointer;
}

#quickmenu li a
{
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
	font-family: Times New Roman;
}

#quickmenu li.first
{
	padding: 5px 40px 0px 40px;
	height: 20px;
}

#quickmenu li.firstover
{
	padding: 5px 40px 0px 40px;
	height: 20px;
	background-image: url('/images/menudivideover.gif');
}

#quickmenu li.last
{
	background-image: none;
	padding: 3px 15px 0px 50px;
	font-family: Arial;
	height: 22px;
	float: right;
}

#quickmenu li.over
{
	background-image: url('/images/menudivideover.gif');
}

#quickmenu li.over a
{
	color: #7b0672;
}

#menuleft
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#menuright
{
	position: absolute;
	right: 0px;
	top: 0px;
}

img
{
	display: block;
}

#headerwrapper
{
	height: 130px;
	background-color: #fff;
}

#headright
{
	width: 275px;
	float: right;
	border-top: 13px solid #fff;
	border-right: 15px solid #fff;
}

#leftcolumn
{
	float: left;
	width: 214px;
	position: relative;
}

#rightcolumn
{
	margin-left: 215px;
	color: #666666;
	font-size: 10pt;
}

#bodywrapper
{
	background-color: #fff;
	background-image: url('/images/flowers.gif');
	background-repeat: no-repeat;
	background-position: 80% 100%;
	position: relative;
}

#mainmenu
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 20px;
	position: relative;
}

#mainmenu li
{
	margin: 0px 0px 0px 0px;;
	padding: 9px 0px 5px 40px;
	color: #007060;
	font-size: 11pt;
	line-height: 12pt;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 150px;
}

#mainmenu li a
{
	color: #007060;
	font-size: 11pt;
	text-decoration: none;
	line-height: 12pt;
}

#mainmenu li.hover
{
	background-image: url('/images/bulletover.gif');
	background-position: 7px 7px;
}

#mainmenu li.breadcrumb
{
	background-image: url('/images/bulletdown.gif');
	background-position: 7px 7px;
}

#mainmenu li ul
{
	display: none;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#mainmenu li.breadcrumb ul {
	display: block;	
}

#mainmenu li ul li
{
	background-image: url('/images/bullet2.gif');
	background-position: 0px 5px;
	font-size: 9pt;
	color: #d6bed6;
	padding: 0px 0px 5px 13px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	width: 130px;
}

#mainmenu li ul li a
{
	font-size: 9pt;
	color: #b378b0;
	font-weight: bold;
}

#mainmenu li ul li.hover
{
	background-image: url('/images/bullet2over.gif');
	background-position: 0px 5px;
	padding: 0px 0px 5px 13px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

#mainmenu li ul li.hover a
{
	color: #007060;
	font-weight: bold;
}

#bannerwrapper
{
	border-top: 3px solid #d6bed6;
	border-bottom: 3px solid #d6bed6;
	border-left: 4px solid #d6bed6;
	border-right: 4px solid #d6bed6;
	height: 140px;
	background-color: #fff;
}

#rightcolumn h1
{
	color: #007060;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
	font-size: 14pt;
	font-weight: normal;
}

#rightcolumn a
{
	color: #007060;
	font-weight: bold;
	text-decoration: none;
}

#rightcolumn p
{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 0px;
	color: #666666;
	font-size: 10pt;
}

#footer
{
	padding: 100px 0px 0px 0px;
	margin: -175px 0px 0px 0px;
	float: right;
	position: relative;
}

#footer p
{
	text-align: center;
	color: #4c4c4c;
	font-size: 8pt;
}

#footer a
{
	text-decoration: none;
	color: #4c4c4c;
	font-size: 8pt;
}

.breadcrum
{
	color: #82b2a6;
	font-size: 9pt;
	padding-top: 11px;
	height: 26px;
}

.breadcrum a
{
	color: #007060;
	font-size: 9pt;
	text-decoration: none;
}

.breadcrum a:hover
{
	color: #82b2a6;
}

#log_res
{
        position: absolute;
        left: 50%;
        width: 600px;
        background-color: #fff;
        border: 1px solid #2f2409;
        margin-left: -300px;
        display: none;
	z-index: 1002;
	border: 1px solid #000;
}

#log_res.show
{
        display: block;
}

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

#content
{
	padding: 20px;
	background-image: url('/images/logo_fade.gif'); 
	background-repeat: repeat-y; 
	background-position: 50% 0px;
	min-height: 1px;
}

.fieldinput input
{
	width: 300px;
}

.fieldtextarea textarea
{
	width: 300px;
}

.tableheader
{
	background-color: #00725f;
	color: #fff;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

.tablebody
{
	background-color: #e5e5e5;
	text-align: center;
	font-size: 9pt;
	color: #000;
}

h2
{
	font-size: 14pt;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
} 

#mainmenu2
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 20px;
}

#mainmenu2 li
{
	margin: 0px 0px 0px 0px;;
	padding: 9px 0px 5px 40px;
	color: #007060;
	font-size: 11pt;
	line-height: 12pt;
	background-image: url('/images/bullet3.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 150px;
}

#mainmenu2 li a
{
	color: #007060;
	font-size: 11pt;
	text-decoration: none;
	line-height: 12pt;
}

#mainmenu2 li.hover
{
	background-image: url('/images/bullet3over.gif');
	background-position: 7px 7px;
}

#mainmenu2 li.breadcrumb
{
	background-image: url('/images/bulletdown.gif');
	background-position: 7px 7px;
}

#mainmenu2 li ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#mainmenu2 li ul li
{
	background-image: url('/images/bullet2.gif');
	background-position: 0px 5px;
	font-size: 9pt;
	color: #d6bed6;
	padding: 0px 0px 5px 13px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	width: 130px;
}

#mainmenu2 li ul li a
{
	font-size: 9pt;
	color: #d6bed6;
	font-weight: bold;
}

#mainmenu2 li ul li.hover
{
	background-image: url('/images/bullet2over.gif');
	background-position: 0px 5px;
	padding: 0px 0px 5px 13px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

#mainmenu2 li ul li.hover a
{
	color: #007060;
	font-weight: bold;
}

#mainmenu2 li ul
{
	display: none;
}

.brand
{
	float: left;
	padding: 0px 10px 0px 17px;
}

.footer
{
	position: relative;
	padding-top: 75px;
	height: 100%;
}

.footer p
{
	text-align: center;
	color: #4c4c4c;
	font-size: 8pt;
}

.footer a
{
	text-decoration: none;
	color: #4c4c4c;
	font-size: 8pt;
}

#content ul
{
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 15px 0px;
}
