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

/* clear out default styles */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

.ping, #container, #theLogo, #theMenu, #header,#homeBottom{  
	behavior: url(iepngfix.htc); 
}

a:link, a:visited {color: #1aad90; text-decoration:none;}
a:hover, a:active {color: #1aad90; text-decoration:underline;}

body{
	background: #000000 url(images/gui-pageback.jpg) no-repeat center top;
}

#container{
	margin: 0 auto;
	padding:0;
	width:958px;
}

.clearer {
	clear:both; 
	line-height: 0; 
	height: 0;
}

#content{
	padding:10px 40px;
	width:878px
}
#homeBottom{
	background: url(images/gui-homebottom.png) no-repeat center top;
	padding: 20px 40px;
	width: 878px;
}

/* --- --- --- --- header Stuff --- --- --- --- */
#header{
}

#theLogo{
	padding:0 20px;
}
#theMenu{
	padding: 0;
	font: 15px/35px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 937px;
	height: 59px;
	background: url(images/menubar-back.png) no-repeat;
	margin: 0 10px;
}

#theMenu #noflash_menu a:link, #theMenu #noflash_menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
	padding: 20px 0 0 30px;
}
#theMenu #noflash_menu a:hover, #theMenu #noflash_menu a:active {
	color: #006666;
	text-decoration:none;
}



/* --- --- --- --- footer --- --- --- --- */

#footer{
	padding:20px 40px;
	width:878px
}

#footer p {
	font: normal 12px/13px Arial, Helvetica, sans-serif;
	color: #999999;
}
#footer .weblinx {
	border-top:1px dashed;
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	color: #111111;
	padding: 4px 0 0 0;
	margin: 20px 0 0 0;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration:none;
	padding: 0 0 0 10px;
}
#footer a:hover, #footer a:active {
	color: #006666;
	text-decoration:none;
}

.right{
	float: right;
}

.left{
	float: left;
}

/* --- --- --- --- Main Styles --- --- --- --- */

h1{
	font: normal 21px/24px Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	padding-bottom: 20px;
}



h2{
	font: normal 17px/18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-bottom: 5px;	
}
h2 .arrow{
	color: #1aad90;
	font: normal 22px/20px Georgia, "Times New Roman", Times, serif;
}
h3{
	font: normal 18px/23px Arial, Helvetica, sans-serif;
	color:#1aad90;
	padding-bottom: 8px;
}
h4{
	font: bold normal 12px/18px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom: 0px;
}
h5{
	font: bold normal 16px/20px Arial, Helvetica, sans-serif;
	color:#3F384E;
	padding-bottom: 8px;
	
}
h6{
	font: bold normal 14px/20px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom: 0px;
}
p{
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 14px;
}

li{
	padding-bottom: 5px;
}
ul{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 14px;
	list-style: square outside;
	padding-left: 20px;
}
ol{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0 0 20px 15px;
	list-style: outside;
}
table{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.smallText{
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #aaaaaa;
	padding-bottom: 14px;

}
.bigger{
	font-size:18px;
	line-height:22px;
	}
	
.biggerer{
	font-size:22px;
	line-height:26px;
	}

.biggererer{
	font-size:26px;
	line-height:34px;
	}
	
.biggerererer{
	font-size:36px;
	line-height:48px;
	}

ul.contactHours li{list-style:none;display:inline;float:left;padding-right:20px;padding-bottom:30px;font-size:18px;
	line-height:22px;}