@charset "UTF-8";
/* CSS Document */

.greyOutline1px {
	border: 2px solid #999999;
}
.blueOutline1px {
	border: 2px solid #4a6e92;
}
.greyGotham13 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
.greyGotham11 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
.headerFont {
	font-family: "Footlight MT Light", Times, serif;
	font-size: 18px;
	color: #092039;
}
.bodyFont {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
.bodyFontbold {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.bodyFontLightGrey {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
}
.bodyFontSM {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: italic;
}
.blueOutlineRounded2px {
	border: 2px solid #E5E5E5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}


.navbuttons{
font-family: "Footlight MT Light", Times, serif;
font-size: 14px;
color: #000033;
text-decoration: none;
background-color: #cccccc;
padding: 11px 0px 11px 12px;
display:block;
width: 100%;
height: 100%;

} 

.navbuttons:hover{
background-color: #999999;
color: #000000;
} 

.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 3px solid white;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
	background: white url(glossyback.gif) repeat-x bottom left;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	font: 14px "Footlight MT Light", Times, serif;
	color: #000033;
	display: block;
	width: auto;
	padding: 7px 0;
	padding-left: 15px;
	text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 185px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 185px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #000033;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
