/* ----- CSS ----- */
	
html{
	}	
	
body{
	background: url(images/pageBg.png) repeat-x;
	color: #555555;
	font: 12px Tahoma, Verdana, Arial;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* ----- IDS ----- */

#containerBG{
	background: url(images/containerBg.png) no-repeat;
	width: 820px;
	min-height: 825px;
	margin: 0px auto;
	}
	
#container{
	background: transparent;
	width: 760px;
	/*min-height: 825px;*/
	margin: 0px auto;
	/*border: 1px solid #cccccc;*/
	border-top: 0px;
	}

#header{
	position: relative;
	height: 143px;
	}

#headerContent{
	position: absolute;
	bottom: 0px;
	padding: 0px 10px;
	}

#headerContent h1{
	font-size: 2.5em;
	font-weight: bold;
	color: #006699;
	}

#imageArea{
	height: 302px;
	}

#columns{
	}

#mainContent{
	padding: 10px 50px 10px 20px;
	}
	
#mainContent h2{
	padding: 0px;
	}
	
#mainContent p{
	padding: 0px;
	}

#subContent{
	padding-top: 10px;
	}

#subContent h3{
	background: #006699 url(../../../images/bluespacebg.jpg) repeat-x;
	color: #ffffff;
	padding: 2px 10px;
	}
	
#subContent p{
	padding: 0px;
	}
	
#subContent ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#subContent ul li {
	display: block;
	margin: 0;
	padding: 3px;
	list-style: none;
	}

#subContent ul li a {	
	font-weight: bold;
	}

#nav{
	height: 30px;
	width: 104px;
	color:#333333;
	background-color:#d0d0d0;
	float:left;
	padding-top:12px;
	
	}

#subFooter {
        width: 780px;
        background: url(../../../images/subfooterimg.jpg) no-repeat;
	position: relative;
	height: 100px;
        margin: 0px auto;
        }

#footerLinks{
        width: 780px;
	position: relative;
	height: 25px;
        margin: 0px auto;
        text-align: center;
        color: #ffffff;
        font-size: 10px;
	}

#footerLinks ul{
	margin: 0px auto;
	}

#footerLinks ul li{
	padding: 0px 2px;
	display: inline;
	list-style: none;
        color: #ffffff;	
	}

#footerLinks ul li a {
	line-height: 25px;
	color: #ffffff;
	font-size: 10px;
	}

#footerLinks ul li a:hover {
	color: #89a34c;
	}

/* ----- CLASSES ----- */

.hide{
}

.show{
}

.width{
	width: 760px;
	margin: 0px auto;
	}

.width25{
	width: 24%;
	}
	
.width75{
	width: 64%;
	}
	
.widthPad{
	width: 740px;
	margin: 0px auto;
	}

.footerSpacer{
	height: 10px;
	background: transparent;
	}

.clearSpacer{
	height: 1px;
	background: transparent;
	}

.blueSpacer{
	height: 25px;
        padding: 0px;
	}

.blueSpacer span{
       padding: 1px;
       line-height: 25px;
       color: #ffffff;
       font-size: 10px;
       }

.blueSpacer span a{
       color: #ffffff;
       }

.floatLeft{
	float: left;
	}
	
.floatRight{
	float: right;
	}
	
.floatClear{
	clear: both;
	}
	
.servicesPanel 
{
	color: #555555;
	font: 14px Tahoma, Verdana, Arial;
}

/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
       border: 0px;
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a:link,a:visited,a:active{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	}

a:hover,a:focus{
	color: #3399cc;
	text-decoration: none;
	}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

/* ----- FROM TMC ----- */

 /* common styling */
.menu {
z-index:100;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
color:#ffffff;
height:30px; 
padding-left:20px; 
line-height:30px;
width: 67px;
}
* html .menu ul li a, .menu ul li a:visited {
width:67px;
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover,
.menu ul li.active a {
color:#D3C28F;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:25px;

left:0px;
}
* html .menu ul li a:hover ul {
margin-top:0;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#a1d554; 
color:#ffffff; 
height:auto; 
line-height:14px; 

}
* html .menu ul li a:hover ul li a {
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#a1d554;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#a1d554; 
color:#D3C28F;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:150px; 
top:0;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}
