/* CSS Document */

/* START PAGE LAYOUT */
body {
	background-image: url(../../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#bodycontainer{
	float:left;
	width:608px;
	background-color:#F7F7F7;
	border-left:solid 1px #6C7B8B;
	border-right:solid 1px #6C7B8B;
	border-bottom:solid 1px #6C7B8B;
	border-top:dotted 1px #6C7B8B;
	min-height:360px;
	padding-bottom: 30px;
}
.bodycontents
{
	color: #666666;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#toppage{
	width:800px;
}
#date{
	float:left; 
	width:190px; 
	height:39px; 
	border-bottom:solid 0px #999999; 
	border-right:solid 1px #999999;
}
#header{
	width:800px;
}
#content{
	width:800px;
}
/* END PAGE LAYOUT */

/* START TOP NAVIGATION CONTROLS */
#topnav{
	float:left;
	width:608px;
	height:40px;
	background-image:url(../../images/nav.jpg);
	background-repeat:repeat-x;
	border-right:solid 1px #6C7B8B;
}
#topnav a:link{
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px none #994803;
	text-decoration: underline;
}
.topnavtext {
	font: 0.7em Tahoma, sans-serif;
	font-weight:bold;
	color: #ffffff;
	padding: 12px;
	text-align: right;
}
.topnavtext a{
	font: Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
.topnavtext a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.topnavtext a:visited{
	color:#ffffff;
}
/* END TOP NAVIGATION CONTROLS */

#logo{
	float:left;
	width:190px;
	height:110px;
	background-color:#F7F7F7;
	border-left:solid 0px #999999;
	background-image: url(../../images/logotitle.jpg);
}
#pagetitle{
	position:relative;
	float:left;
	width:609px;
	height:110px;
	border-right:solid 1px #999999;
	background-image: url(../../images/header_two.jpg);
}
#footer{
	width:590px; 
	padding-right:10px; 
	padding-left:200px;
}

/* LEFT LOGO & TEXT */
#title{
	position:absolute; 
	right:10px; 
	bottom:0px; 
	width:600px;
	height:100px;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #FFFFFF;
	margin: 30px;
}
/* END LEFT LOGO & TEXT */

/* START LEFT NAVIGATION MENU */
#leftnavmenu{
	float:left; 
	width:190px; 
	margin:0px;
}
#linksmenu a{
	float: right;
	width: 175px;
	height: 25px;
	background-color:#6C7B8B;
	border-left:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:1px;
	padding-bottom: 1px;
}
#linksmenu a:hover
{
	background-color:#696969;
	background-image: url(../../images/lftnav.jpg);
}
.byettalinks
{
	font: Tahoma, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color:#FFFFFF;
}

/* END LEFT NAVIGATION MENU*/

/* START BOTTOM NAVIGATION */
.bottomnavtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-align: center;
}
.bottomnavtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.bottomnavtext a:hover{
	text-decoration:underline;
}
/* END BOTTOM NAVIGATION */

/* START CUSTOM ITEMS */
.listtitles
{
	color: #666666;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
	font-weight: bold;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.libullets {
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
}
.libulletsindent {
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
}
.italiclist {
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-top: 5px;
	font-style: italic;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-color: 666666; !important
}
.formatform {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
A:link 
{
	font-weight: bold; 
	color: #336699; 
	border-bottom: 1px none #994803; 
	text-decoration: none
}
A:visited 
{
	font-weight: bold; 
	color: #336699; 
	border-bottom: 1px none #994803; 
	text-decoration: none
}
A:active 
{
	font-weight: bold; 
	color: #336699; 
	border-bottom: 1px none #994803; 
	text-decoration: none
}
A:hover 
{
	font-weight: bold;
	color: #000000;
	border-bottom: 1px none #994803;
	text-decoration: none;

}
ul {
	margin: 5px;
	padding-left: 35px;
}
.note {
	font: 1.3em Tahoma, sans-serif;
	padding-left: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 0px;
	color: #990033;
	font-style: italic;
}
.dataformnote {
	font: 0.9em Tahoma, sans-serif;
	text-align: left;
	padding-left: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 0px;
	color: #990033;
	font-style: normal;
}
.hr {
	background-image: url(../../images/hr.jpg);
	height: 2px;
	width: 500px;
	margin-left: 35px;
}
H1 
{
	display: none
}
input {
	background-color: #9FB6CD;
}
.phonenumber{
	font: 1.0em Tahoma, sans-serif;
	padding-left: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	color: #666666;
}


