﻿/*************************************************************************/
/*                             HTML Defenitions                          */
/*************************************************************************/
body
{
	font-family: Times New Roman;
	background-color: #aaa7a7;
	font-size: 14px;
	color: #444545;
	background-color: #ffffff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
a
{
	color: #444545;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
a:visited
{
	color: #444545;
	text-decoration: underline;
	font-weight: normal;
}
/*************************************************************************/
/*                         All Pages Defenitions                         */
/*************************************************************************/
#wrap
{
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
}
#header
{
	width: 762px;
	height: 272px;
	background-image: url(../images/banner.jpg);
}
#headerInfo
{
	padding-top: 8px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}
#menu
{
	width: 762px;
	height: 43px;
	background-image: url(../images/menubg.jpg);
	color: #ffffff;
	text-transform: uppercase;
}
#content
{
	padding: 35px 20px 35px 20px;
	margin-left: 2px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 25px;
}
#footer
{
	background-image: url(../images/footer.gif);
	width: 762px;
	height: 50px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	line-height: 22px;
}

/*************************************************************************/
/*                            Quick Menu                                 */
/*************************************************************************/
.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;
}

/*"""""""" (MAIN) Container """"""""*/
#qm0
{
	background-color: Transparent;
	padding-left: 10px;
}

/*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
	color: #ffffff;
	background-color: transparent;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding: 0px 24px 0px 24px;
	border-right-style: solid;
	border-right-width: 1px;
	height: 30px;
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{
	background-color: transparent;
	color: red;
	border-right-color: #ffffff;
}

/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
	background-color: Transparent;
	color: red;
	border-right: solid 1px #ffffff;
	text-decoration: none;
}

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
	background-repeat: no-repeat;
	background-position: 92%;
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	background-color: #ffffff;
	padding: 2px 15px 2px 5px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: gray;
	margin-top: 2px;
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
	font-size: 14px;
	color: #444545;
	padding: 3px 3px 3px 8px;
	text-align: left;
	height: 15px;
	border-width: 0px 0px 0px 4px;
	border-color: black;
	border-style: solid;

}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	color: red;
	background-color: #ffffff;
	text-decoration: underline;
}

/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	text-decoration: underline;
	background-image: url(images/s3_arrow.gif);
}

/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent
{
	background-image: url(images/s3_arrow.gif);
}
