﻿body
{
	background-image: url(../images/bg_green_stripes.gif);
	font-family: Arial;
	color: green;
	font-size: 16px;
}

#main
{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	width: 760px;
}
#banner
{
	width: 760px;
	height: 78px;
	padding-top: 30px;
}
#left
{
	float: left;
	width: 200px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#leftBottom
{
	/*background-color: #efecec;*/
}
#right
{
	margin-top: 10px;
	margin-bottom: 5px;
	width: 530px;
	margin-left: 15px;
	padding-right: 15px;
}
#rLeft
{
	width: 288px;
	border: 1px groove #999999;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
}
#rRight
{
	width: 288px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	float: left;
}
#rBottom
{
	width: 568px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px groove #999999;
	clear: both;
}
#footer
{
	clear: both;
	width: 760px;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	margin-top: 10px;
	background-color: #2d3f2b;
	color: #ffffff;
	text-decoration: none;
}
#footer a
{
	width: 760px;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	clear: both;
	margin-top: 10px;
	background-color: #2d3f2b;
	color: #ffffff;
	text-decoration: none;
}

.leftImages
{
	padding-top: 5px;
	padding-left: 10px;
}

.topBoxes
{
	float: left;
	width: 161px;
	border: solid 1px green;
	padding: 5px;
	color: #385131;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.topBoxes a
{
	color: #385131;
	text-decoration: none;
}
.title
{
	color: #385131;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 15px;
}

/*****************************************************************************************/
/*                                      Quick Menu                                       */
/*****************************************************************************************/
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear
{
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
}
.qmmc
{
	position: relative;
}
.qmmc a
{
	float: left;
	display: block;
	white-space: nowrap;
}
.qmmc div a
{
	float: none;
}
.qmmc div
{
	visibility: hidden;
	position: absolute;
}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
.qmmc a
{
	float: none;
}



/*"""""""" (MAIN) Container """"""""*/
#qm0
{
	background-color: #47613e;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	width: 180px;
	background-image: url(images/template3_bg.gif);
}


/*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
	color: #aaaaaa;
	color: #ffffff;
	background-color: transparent;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 20px 3px 3px;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 0px 0px 1px 0px;
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{
	color: #ffffff;
	border-color: #cec14e;
	background-color: #395137;
}


/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
	color: #ffffff;
	border-color: #FFCC33;
	background-image: url(images/template3_arrow_hl.gif);
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
	background-image: url(images/template3_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 97%;
}




/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	background-color: #000000;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	background-image: url(images/template3_bg.gif);
	border-color: #FFCC33;
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
	font-size: .7em;
	color: #cccccc;
	border-width: 0px 0px 0px 0px;
	border-color: #FFCC33;
	padding: 3px 20px 3px 5px;
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	color: #FFCC33;
	text-decoration: underline;
}



/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	color: #FFCC33;
	text-decoration: underline;
	background-image: url(images/bullet_black_right.gif);
}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent
{
	background-image: url(images/bullet_black_right.gif);
}

