/* CSS Document */
body {
	background-color:#f5f5f5;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:0px;
	margin:0px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:5px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
}
.bottom_row {
	width:754px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:right;
	padding:5px 0px 5px 0px;
	background-color:#f5f5f5;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size :12px;
	color:#333333;
}
img {border:0px;}

.banner {
	border-bottom: 1px solid #ccc;
}
.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	background-color:#eee;
	padding: 5px 0px 5px 0px;
	text-align:right;
}
/* Navigation Styles*/
ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#nav a {
	font-weight: normal;
	color: #666;
	display:block;
	text-decoration: none;
	}

#nav a {
	
}
.top_links {
	color:#666;
	font-weight:bold;
	background-color:#eee;
	padding:3px 10px 3px 10px;
	text-align:center;
	border-left:1px solid #ccc;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
a:active {
	color: #039;
	text-decoration: none;
}

/*drop down links*/
#nav li li a {
	display: block;
	font-weight: normal;
	color: #666;
	padding:3px 3px 3px 5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#eee;
	
}
/*drop down hover*/
#nav li li a:hover {
	background-color:#e6e6e6;
	color:#000;
	padding:3px 3px 3px 5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	display:block;
}
li#first {
	border-top:1px solid #ccc;
}

/*IE fix*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

li {
	float: left;
	position: relative;
	width: 126px;
	text-align: left;
	cursor: default;
}

li ul {
	display: none;
	position: absolute;
	top:100%;
	left:0;
	font-weight: normal;
	background-color:#eee;
}

li>ul {
	top: auto;
	left: auto;
	
}

li li {
	display: block;
	float: none;
}

li:hover ul, li.over ul {
	display: block;
}
/*End Navigation Styles*/
/* Secondary Navigation Styles*/
.left_nav {
	background:#f5f5f5;
	
}
#navcontainer { width: 120px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 5px 3px 1px 5px;
width: 118px;
background-color: #f5f5f5;
font-weight:bold;
}

#navcontainer a:link, #navlist a:visited
{
color: #069;
font-weight:bold;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #f5f5f5;
color: #666;
font-weight:bold;
}
/*contact form styles*/
.contact_title {
	text-align:right;
	font-size:12px;
	color:#666;
	}
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #f5f5f5;
	border: 1px solid #666;
	}
.input_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666;
	background-color: #f5f5f5;
	border: 1px solid #666;
	width:220px;
	}
.text_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	background-color: #f5f5f5;
	border: 1px solid #666;
	width:220px;
	}