﻿/*
	  http://www.code-sucks.com  
*/

* { padding: 0; margin: 0; }

A:link {text-decoration: underline; color: #fff;}
A:visited {text-decoration: underline; color: #fff;}
A:active {text-decoration: underline; color: #fff;}
A:hover {text-decoration: none; color: #fff;}

.arrowlistmenu{
width: 150px; /*width of accordion menu*/
list-style-type: none;
border:0px solid #fff;
padding-left:1px;
padding-right:5px;
color: #fff;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
background: url('images/menu_bg.gif') no-repeat;
min-height:26px;
padding-left:10px;
padding-top:6px;
margin-bottom:5px;
margin-top:6px;
list-style-type: none;
font-weight:bold;

}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
}

.arrowlistmenu ul li{
font-size:11px;
color: #fff;
border-color: #7B6139;
border-width: 1px;
border-style: none none solid solid;
padding-left:5px;
margin-left:5px;
padding-bottom:4px;
padding-top:1px;
list-style-type: none;
list-style-position: outside;
}

.arrowlistmenu h3 {
color: #fff;
margin-left:0px;
padding-bottom:0px;
}

.arrowlistmenu ul li:hover{
background-color:#555;
}

.arrowlistmenu ul li a{
color: #fff;
list-style-type: none;
display: block;
text-decoration:none;
}

.arrowlistmenu li a{
list-style-type: none;
}






body{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
	color: #333333;
	height: 100%;
	background: url('images/pagebg2.gif');

}
img {
	display: block;
	}
td, ul, li {
	font-size: 12px;
	}

p {
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #006666;
 margin: 5px 0 0 0;
 padding: 0px;
}

h2{
 font-size: 114%;
 color: #006666;
 margin: 0 0 5px 0;
 padding: 0px;
}

h3{
 font-size: 90%;
 color: #006666;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: medium;
 font-weight: bold;
 color: #FF9900;
 margin: 20px 0px 0px 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: small;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
hr {
 color: #FF9900;
 boder: solid 1px #FF9900;
 background-color: #FF9900;
}


/*************** list tag styles ***************/

ul{
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
 list-style-type: square;
 list-style-position: inside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}


#siteInfo{
	text-align: center;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




#wrapper { 
 margin: 0 auto;
 width: 740px;
}
#faux {
 background: url(images/2col.jpg);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 720px;
 padding: 10px;
 height: 201px;
 margin: 10px 0px 0px 0px;
 background: url('images/header.jpg') #ABBEBE no-repeat;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px 10px 0px 10px;
 padding: 0px;
 width: 154px;
 float: left;
 background: #323232;
}
#rightcolumn { 
 float: right;
 color: #333;
 padding-left: 10px;
 padding-right:10px;
 width: 535px;
 display: inline;
 position: relative;
 margin-right:10px;
 height: 100%;
}
#footer { 
 width: 720px;
 clear: both;
 color: #333;
 background: url('images/bottom.jpg') #ABBEBE no-repeat;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height:38px;

}
#timedate {
 width: 540px;
 color:#fff;
 background: url('images/timedate.jpg')  no-repeat;
 height:18px;
 padding-left:200px;
 padding-top:3px;
 position:relative; 
 z-index:1;
}

.clear { clear: both; background: none; }