/* CSS Document */


#menuwrapper {
	height: 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #555;
	background-color: #909090;
	background-repeat: repeat-x;
	background-image:url(../images/menu_bg1.png)

}

#wrapper {
width: 730px;
height: 40px;
background-color: #fff;
margin: 0 auto;
padding: 0;
border-right: 1px solid #A30C01;
border-left: 1px solid #A30C01;
border-bottom: 1px solid #A30C01;
}



a:link {
font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color:#870004;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color:#870004;
	font-size: 12px;
	font-weight: bold;
	}

a:visited {
font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color:#870004;
	font-size: 12px;
	font-weight: bold;
	}

a:active {
font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	color:#870004;
	font-size: 12px;
	font-weight: bold;
	}

textarea.bg {
width: 430px;
background-color: #ffffff;
font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #870004; 
font-weight: bold;
border-bottom: solid 1px #870004;
border-top: solid 1px #870004;
border-left: solid 1px #870004;
border-right: solid 1px #870004;
margin: 10px;
padding: 13px;
padding-bottom: 13px;
}

.chromestyle{
width: 730px;
height: 40px;
margin: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border-top: 0px solid #fff;
	/* border-bottom: 1px solid #000; */
	width: 730px;
	height: 40px;
	background: url(../images/menu_bg1.png); /*THEME CHANGE HERE*/
	padding: 15px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	border-bottom: 0px solid #555;
	background-repeat: no-repeat;
}

.chromestyle ul li{
	display: inline;
	height: 40px;
}

.chromestyle ul li a{
	color: #fff;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .1px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	height: 40px;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #fff;
	text-transform: uppercase;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/menu_bg_rollover.png) center center repeat-x; /*THEME CHANGE HERE*/
height: 40px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 2px;
top: 0;
font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
line-height:18px;
z-index:100;
background-color: #ceadda;
width: 200px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
text-align: left; /*set value to "left", "center", or "right"*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
color: #fff;
text-align: left; /*set value to "left", "center", or "right"*/
}
img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a.bottom:link { color: black; text-decoration: none }
a.bottom:active { color: red; text-decoration: none }
a.bottom:visited { color: black; text-decoration: none }
a.bottom:hover { color: red; text-decoration: underline }
.style1 {color: #FFFFFF}

a.top:link { color: white; text-decoration: none; font-size: 12px}
a.top:active { color: white; text-decoration: none; font-size: 12px}
a.top:visited { color: white; text-decoration: none; font-size: 12px }
a.top:hover { color: red; text-decoration: underline; font-size: 12px }

a.top2:link { color: red; text-decoration: none; font-size: 9px}
a.top2:active { color: red; text-decoration: none; font-size: 9px}
a.top2:visited { color: red; text-decoration: none; font-size: 9px }
a.top2:hover { color: black; text-decoration: underline; font-size: 9px }

a {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
}
