/* ---------- Body Attributes ---------- */

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #000000;
background: #f7e8d7;
margin: 0;
height: 100%;
}

html{ height: 100%; }

* html #container{ height: 97%; } /* IE min-height hack */

* html #footer { height: 30px; padding: 10px 12px 0 12px; } /* IE I have no idea why hack */

/* ---------- Div Attributes ---------- */

#container{
width: 760px;
position: relative;
min-height: 97%;
background: url(images/bg.gif) repeat-y;
padding-bottom: 50px;
margin-bottom: 5px;
border-right: 1px solid #f3880a;
}
		
#footer{
position: relative;
margin: -4.5em 0;
width: 736px;
height: 40px;
padding: 0 12px 0 12px;
font-size: 11px;
background: url(images/footerBG.gif) repeat-x;
border-top: 8px solid #f3880a;
border-right: 1px solid #f3880a;
}  
	
/* ---------- Dropdown Menu ---------- */	
	
#dropmenudiv{
position:absolute;
border:1px solid #06b8c5;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #06b8c5;
padding: 1px 0 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e64097;
color: #ffffff;
}

/* ---------- Common Styles ---------- */

img { border: none; }

td { vertical-align: top; }

hr{
	width: 95%;
	height: 1px;
	border: none;
	color: #0099b8;
	background: #0099b8;
}

.menuItem{
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #f3880a;
	margin: 0px;
	padding: 5px 5px 5px 20px;
}

.leftImage{
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	clear: both;
}

.centerImage{
	display: block;
	margin: auto;
	clear: both;
}

.rightImage{
	display: block;
	float: right;
	margin: 5px 0 5px 5px;
	clear: both;
}

.clear{
clear: both;
}

/* ---------- Form Styles ---------- */

.row { /* contact form row */
	margin: 8px 0;
	font-size: 11px;
	clear: both;
}

.row label {  /* contact form row label */
	display: block;
	margin-right: 10px;
	float: left;
	width: 160px;
	text-align: right;
	padding-top: 2px;
}

/* ---------- Text Styles ---------- */

h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 22px;
color: #f3880a;
margin-bottom: 0;
}

h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #0099b8;
}

h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: white;
}

.subheaderText{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 16px;
color: #e64097;
}

.bold{
font-weight: bold;
}

/* ---------- Link Attributes ---------- */

a{
text-decoration: none;
color: #404040;
}

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