html, body{
	height:100%;
	font-family:"trebuchet MS";
	color:#3d3d3d;
	font-size:12px;
}

a{
	color:#3d3d3d;
	text-decoration:underline;
}

a:hover{
	color:#f3bc00;
	text-decoration:none;
}

.thirteen{
	padding:3px;
	font-size:13px;
}

.thirteen a{
	text-decoration:underline;
}

.thirteen a:hover{
	text-decoration:none;
}

.padding5{
	padding:5px;
}

.dgrey{
	background-color:#e7e7e7;
}
.dgrey:hover{
	background-color:#fde287;
}

.lgrey{
	background-color:#eeeeee;
}

.lgrey:hover{
	background-color:#fde287;
}

.yellow{
	color:#f3bc00;
}

body{
	margin: 0px;
	padding: 0px;
	font-family:"trebuchet MS";
	background-image: url(/images/common/background.jpg);
}

.homeGal{
	width:460px;
	height:260px;
}

.homeGalCaption{
	position:absolute;
	width:460px;
	height:55px;
	top:207px;
	background-image: url(/images/common/caption_bg.png);
}

#title{
	position:absolute;
	width:260px;
	font-family:"Trebuchet MS",arial, tahoma;
	font-size:16px;
	font-weight:bold;
	color:white;
	top:207px;
	padding-left:4px;
}

#loc{
	padding-left:4px;
	position:absolute;
	width:260px;
	font-family:"Trebuchet MS",arial, tahoma;
	font-size:14px;
	font-style:italic;
	color:white;
	top:225px;
}

#button{
	position:absolute;
	width:200px;
	top:220px;
	left:260px;
}

.off{
	background-image: url(/images/common/off.png);
	width:25px;
	height:25px;
	color:white;
	font-family:"Trebuchet MS",arial, tahoma;
	font-size:14px;
	font-weight:bold;
	background-repeat:no-repeat;
	margin:3px;
	cursor:pointer;
}

.on{
	background-image: url(/images/common/on.png);
	width:25px;
	height:25px;
	color:white;
	font-family:"Trebuchet MS",arial, tahoma;
	font-size:14px;
	font-weight:bold;
	background-repeat:no-repeat;
	margin:3px;
	cursor:pointer;
}

.dotted{
	background-image: url(/images/common/dotted.png);
	width:1px;
	height:2px;
	background-repeat:repeat-y;
}

.home_bot_rpt{
	background-image: url(/images/common/home_bot_rpt.gif);
	
	height:182px;
	background-repeat:repeat-x;
}

.headerBackground{
	background-image: url(/images/header/headerBackground.jpg);
	background-repeat:repeat-x;
	height:auto;
}
.menuBackground{
	background-image: url(/images/header/menuBackground.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.menu{
	color:white;
	padding-top:10px;
	font-family:tahoma;
	font-size:11pt;
	
}
.menu:hover{
	color:#f3bc00;
}

.footer{
	color:#787878;
	font-size:10px;
}

.footer a{
	color:#787878;
	text-decoration:none;
}

.footer a:hover{
	color:#787878;
}

.footer a:hover{
	color:#f3bc00;
}

#footerMenu, 
#footerMenu li, 
#footerMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footerMenu li{
	float: left;
	vertical-align: left;
	zoom: 1;
	
}

#rightPane{
	margin-left:10px;
}

#rightPaneListing{
	list-style-image:url(/images/common/rightPaneArrow.gif);
	list-style-position:inside;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#rightPaneListing li{
	vertical-align:middle;
	height:25px;
}

#message {
	list-style:none;
	padding:5px;
	height:18px;
	width:245px;
	font-size:14px;
	text-align:center;
	float:left;
	color:#f3bc00;
}

/** CONTACT US STYLES **/
#contactusform{
	list-style:none;
	width:320px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#contactusform ul{
	list-style:none;
	clear:both;
	height:30px;
	padding:0px;
}

#contactusform ul li ul{
	padding:0px;
	margin:0px;
}

#contactusform ul li{
	float:left;
}

input.text{
border:1px solid #ababab;
width:207px;
font-family:tahoma,"Trebushet MS";
font-size:13px;
}

textarea{
border:1px solid #ababab;
width:207px;
font-family:tahoma,"Trebushet MS";
font-size:13px;
}

select{
border:1px solid #ababab;
width:207px;
font-family:tahoma,"Trebushet MS";
font-size:13px;
}