@charset "UTF-8";
/* CSS Document */


	
/* sitewide tag redefines */

body {
	background: url(images/bg.jpg);
	margin: 15px 0;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 140%;
	}
	
img {
	border: none;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	background: #FFDA0E;
	margin: 10px 0 15px 0;
	padding: 5px;
	color: #000000;
	text-transform:uppercase;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0 0;
	color: #006699;
	text-transform:uppercase;
	}
	
a {
	color: #006699;
	}
	
a:hover {
	color: #000033;
	}
	
	
	
	
/* layout */

#utilities {
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	margin-bottom: 2px;
	color: #CCCCCC;
	}
	
#utilities a, #footer a { 
	color: #CCCCCC;
	}
	
#utilities a:hover, #footer a:hover {
	color: #FFDA0E;
	}
	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	background-color: #888888;
	width: 810px;
	padding: 10px;
	border: 1px solid #000000;
	}
	
#header {
	height: 137px;
	}
	
#header img {
	float: left;
	border: 1px solid #000000;
	}
	
#flash {
	float: left;
	border: 1px solid #000000;
	}

#content {
	clear: both;
	}
	
#nav, #copy, #side {
	margin: 10px 10px 10px 0;
	height: 463px;
	float: left;
	}

#nav {
	width: 180px;
	background: #000000;
	padding: 0 5px;
	}
	
#contact {
	padding: 10px 0;
	border-top: dashed #FFDA0E 1px;
	color: #cccccc;
}

#contact a {
	color: #FFDA0E;
	}
	
#contact a:hover {
	color: #FFFFFF;
	}
	

#copy {
	width: 375px;
	overflow: auto;
	border: 1px solid #000000;
	padding: 0 10px;
	background-color: #FFFFFF;
	}
	
#copy ul {
	padding-bottom: 10px;
	}
	
#side {
	width: 200px;
	border: 1px solid #000000;
	margin-right: 0;
	}
	
#footer {
	clear: both;
	background: #222222;
	color: #bbbbbb;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
	}

	
	
	
/* classes */

.linkbox {
	height: 60px;
	width: 89px;
	float: left;
	text-align: center;
	}
	

	
	

/*nav styles */

#nav ul {
list-style-type: none;
padding: 0;
margin: 5px 0;
width: 170px;
height: 340px !important;
height: 315px;
}

#nav li a {
font-size: 12px;
text-transform: uppercase;
color: #CCCCCC;
display: block;
width: 100%;
padding: 5px;
text-decoration: none;
font-weight: bold;
}

#nav li a:hover, .buttonmenu li a:active{
color: black;
background: #FFDA0E;
}


/*form styles*/

.cssform {
	height: 200px;
	}


.cssform p{
width: 200px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 120px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 22px;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -120px; /*width of left column*/
width: 115px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
}

/*.cssform textarea{
width: 200px;
height: 150px;
}*/

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}





</style>

	