/* General Body Styles */

html, body{
	background: #FFF url(images/back.jpg) repeat-x ;
	text-align: center;
	margin: 0;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 10pt;
	height: auto;
}

h1{
	font-size: 16pt;
}

h2{
	font-size: 13pt;
	margin-bottom: 0;
	margin-top: 0;

}

h3{
	font-size: 11pt;
	text-decoration: underline;
}

img{
	border: 0;
}

table{ 
	border: 0; 
}

td{
	padding: 0;
	
}

a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #F90;
}

/* Layout Styles */

#top_bar{
	width: 100%;
	background: #000;
	text-align: right;
	color: #FFF;
	height: 24px;
}

.topbarnav{
	padding-right: 5px;
}

#top_bar a{
	color: #FFF;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;

}

#top_bar a:hover{
	color: #f90;
}

#page{
	margin: 0 auto;
	width: 75%;
	padding-bottom: 8px;
}


#head{
	height: 100px;
	text-align: left;
	width: 100%;
	padding: 0px;
}

#title{
	background: url(images/title.png) no-repeat;
	vertical-align: center;
	color: #FFF;
	font-size: 30pt;
	height: 150px;	
	padding-top: 10px;
}

#nav{
	background: url(images/nav_back.gif) no-repeat;
	width: 330px;
	height: 40px;
	position: relative;
	float: right;
	text-align: center;
	top: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	right: -85px;
}

#nav a{
	padding-bottom: 3px;
	color: #FFF;
	text-decoration: none;
}

#nav a:hover{
	border-bottom: 2px solid #f90;
}

#content_top{
	text-align: left;
	font-size: 10pt;
	padding: 0px;
	margin-top: 20px;
}

#content_bottom{
	width: 100%;
	height: 100%;
}

#content_bottom a{
	color: #FFF;
	text-decoration: none;
}

#content_bottom a:hover{
	color: #F90;
}

#contact_content{
	background: #FFF;
	width: 100%;
	margin-top: 7px;
	padding-top: 7px;
	font-size: 10pt;
	height: 100%;
}

/* Layout Classes */

.bottom_title{
	height: 29px;
	background: #999;
	color: #FFF;
	text-align: left;
	vertical-align: center;
	font-weight: bold;
	font-size: 10pt;

}

.bottom_scribble{
	background: url(images/scribble_back.png) repeat-x;
	height: 90px;
	vertical-align: center;
	text-align: left;
	font-size: 10pt;
	padding: 5px;
}

.bottom_scribble img{
	padding-right: 5px;
}

.bottom_scribble a{
	color: #000;
        font-weight: bold;
}


.bottom_left{
	width: 29px;
	height: 29px;
	background: url(images/bottom_corner_left.gif) repeat-y;
}

.bottom_right{
	width: 29px;
	height: 29px;
	background: url(images/bottom_corner_right.gif) repeat-y;
}

#footer{
	padding-top: 5px;
	text-align: left;
}

.footer_left{
	width: 5px;
	background: #f90;
}

.footer_right{
	padding-left: 5px;
	font-size: 8pt;
}

.footer_right a{
	color: #000;
	text-decoration: none;
}

.footer_right a:hover{
	color: #f90;
}

/* Misc Styles For Layout Purposes */

#contact_content th{
	text-align: left;
}

#contact_content td{
	padding: 2px;
	text-align: left;
}

#contact_content input{
	border-right: 2px solid #F90;
	background: #EEE;
}

#contact_content textarea{
	border-right: 2px solid #F90;
	background: #EEE;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 9pt;
}

#contact_content input:hover{
	border-right: 2px solid #000;
	background: #FFF;
}

#contact_content textarea:hover{
	border-right: 2px solid #000;
	background: #FFF;
}

#contact_content input:focus{
	border-right: 2px solid #000;
	background: #FFF;
}

#contact_content textarea:focus{
	border-right: 2px solid #000;
	background: #FFF;
}
#contact_content li{
	list-style-type: none;
}

#contact_content li a{
	background: url(images/mini_nav_back.gif) no-repeat;
	display: block;
	width: 150px;
	height: 20px;
	padding-left: 40px;
	padding-top: 2px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

#contact_content li a:hover{
	background: url(images/mini_nav_back_hover.gif) no-repeat;
}

#site_map li{
	list-style-type: square;
}

#site_map li a{
	background: transparent;
	color: #000;
	width: 300px;
	padding-left: 0px;
}

#site_map li a:hover{
	background: transparent;
	color: #F90;
}
