/* page styles */
html, body { 
	margin:0; 
	padding:0; 
	border:none; 
	background-color: #F2F2F2;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
}

a
	{
		color: #006;
	}
	
a:hover
	{
		color: #060;
		text-decoration: none;
	}
	
#container { 
	width: 950px; 
	margin: 0 auto; 
	padding: 0;
}
#container h1 { 
	color: #000000;
	font: normal 24px georgia, san-serif;
	margin: 0 0 0px 0;
	padding-bottom: 5px
}

#container h2 { 
	color: #000000;
	font: normal 18px georgia, san-serif;
	margin: 0 0 0px 0;
	font-style: italic;
}

#container h2 { 
	clear: both; 
}
#thick-col { 
	width: 720px; 
	float: right; /* switch this to left and below to right to change the column locations */
}
#thin-col {
	width: 230px; 
	float: left; /* switch this to right and above to left to change the column locations */
}

p
	{
		font-size: 11px;
	}

ul.main
	{
		list-style-type: none;
		font-size: 11px;
		padding-top: 10px;
		padding-bottom: 10px;
		}

li.main
	{
		padding-top: 10px;
		}

blockquote{
	font-size: 10px;
	color: #333;
	background-color: #efefef;
	border: solid 1px #ccc;
	padding: 10px;
}

#footer {
	width: 950px;
	padding:0px;
	margin: 0px;
	margin-left: 30px;
	margin-right: 30px;
	height: 90px;
	background-image: url(footergrass.gif);
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden
}
/* page styles */


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

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

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

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*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: white;
}

.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 */