﻿body 
{
	font-family: Arial;
	color: #000000;
	font-size: 14px;
}
#wrap
{
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pageBG.jpg);
	padding-left: 20px;
	padding-right: 20px;	
}
#topBanner
{
	background-image: url(../images/topBanner.jpg);
	width: 925px;
	height: 319px;
}
#footer
{
	width: 885px;
	height: 41px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footerBG.jpg);
	padding-left: 40px;
	padding-right: 40px;
	color: #bcbcbc;	
	font-size: 12px;
	padding-top: 10px;
}
#footer a
{
	color: #bcbcbc;	
	text-decoration: none;
}
.boldBlack
{
	font-weight: bold; 
	color: Black;
	padding-bottom: 10px;
	font-size: 16px;
}
.introText
{
	padding: 20px 35px 20px 35px; 	
}
.mainMenu
{
	padding: 10px 20px 0px 0px;
	text-align: right;
	color: White;
}
.mainMenu a
{
	color: White;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.mainMenu a:hover
{
	text-decoration: underline;
}
.subMenu
{
	background-color: #f9d001;
	color: White;
	height: 29px;	
	padding-left: 20px;
}
.subMenu a
{
	color: White;
	padding-left: 7px; 
	padding-right: 7px;
	text-decoration: none;
}
.subMenu a:hover
{
	text-decoration: underline;
	color: #fef100;
}
.faqBlock
{
	border-bottom: solid 1px #cecece; 
	padding-bottom: 10px; 
	margin-bottom: 10px;
}
.faqQuestion
{
	font-weight: bold; 
	padding-bottom: 10px;
}
.timeChange a
{
	color: Blue;
}
.timeChange li a
{
	font-size: 16px;
}
.timeChangeHeader
{
	background-color: #eeeeee; 
	padding: 3px; 
	font-weight: bold; 
	margin-bottom: 10px; 
	margin-top: 20px;
	font-size: 16px;
	border: solid 1px gray;
}
/*!!!!!!!!!!! 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: Transparent;
	z-index: 10 !important;	
}


/*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
	color: #faf9f4;
	background-color: Transparent;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 57px 7px 57px;
	border-style: solid;
	border-color: #d0bfad;
	border-width: 0px 1px 0px 0px; 
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{
	color: #cbaa00;
	text-decoration: none;
	background-color: #ffffff;
}


/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
	color: #cbaa00;
	text-decoration: none;
	background-color: #ffffff;
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
	/*background-image:url(images/bullet_white_down.gif);*/
	background-repeat: no-repeat;
	background-position: 92%;
}




/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{	
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #d0bfad;
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
	font-size: 12px;
	color: #7c5225;
	font-weight: bold;
	border-width: 0px 0px 0px 4px;
	border-color: #7c5225;
	border-style: solid;
	padding: 3px 20px 3px 5px;
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	border-color: #9d0b0f;
	text-decoration: none;
	color: #9d0b0f;
}

#qm0 div div
{
	margin: 0px 0px 0px 3px;
}

/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	border-color: #75B1C2;
	text-decoration: underline;
	background-image: url(images/template2_black_arrow_right.gif);
}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent
{
	background-image: url(images/template2_black_arrow_right.gif);
}
