* {
   margin:0;
   padding:0;
}

body {
	background-color: #ffffff;
	background-repeat: repeat;
	color: #383838;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align:center;
}

img {
	border:0px solid black;
	}
	
.logo img {
	padding: 0px 20px 10px 0px;
	float: left;
	border: none;
}

/* main content holders */

div.container{
	width: 941px;
	margin: auto;
	text-align:left;
}

.contentWrapper {
	width: 941px; 
	clear: both;
}


/*text styles*/

h1 {
	font-size: 21px;
}

h2 {
	font-size: 16px;
	color: #000000;
}

h3 {
	color: #3366cc;
	margin-bottom: 10px;
}

ul {
	padding-left: 14px;
}

/* links */

a:link {color: #3366cc; text-decoration:none}
a:visited {color: #3366cc; text-decoration:none}
a:hover {color: #3366cc; text-decoration:underline}
a:active {color: #3366cc; text-decoration:underline}

/* header */

.headerLeft{
	float: left;
	width: 700px;
	padding-top: 15px;
}

.headerRight{
	height:  60px;
	padding: 23px 0px;
	text-align: right;
	font-size: 10px;
}

.headerRight p {
	font-size: 10px;
	margin-bottom: 15px;
}

#slogan p{
	padding-top: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
	
/* main nav*/

.topnav {
	width:941px; 
	height:42px; 
	position:relative; 
	z-index:100;
	border-right:1px solid #bbb; 
	font-family:arial, sans-serif;
	padding:0;
	margin:0;
}

.topnav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:941px;
	height:40;
}
.topnav ul ul {width:117.5px;}

.topnav li {
	float:left;
	width:117.5px;
	position:relative;
}

/* Top level link styles */
.topnav a, .topnav a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#000; 
	width:117.5px; 
	height:35px; 
	border:1px solid #bbb; 
	border-width:1px 0 1px 1px; 
	background: url('images/btnBkgd.png') repeat-x; 
	padding-top:5px; 
	text-align:center; 
	font-weight:bold;
}

/* Top level link hover styles */
.topnav a:hover{
	color:#36c; 
	background:#fff; 
	background-image: none;
	text-decoration: none;
}

/* Use the class "oneLine" for top level links with just one line of text */
.topnav a.oneLine, .topnav a.oneLine:visited {
	padding-top:12px; 
	height:28px;
}

/* Second level link styles */
.topnav ul ul a, .topnav ul ul a:visited {
	background:#fff; 
	color:#000; 
	height:12px; 
	width:117.5px;
	border-width:0 1px 1px 1px;
	padding:10px 0px;
}

/* Hide sublevels when not viewed */
.topnav ul ul {
	display:none;
	position:absolute;
	height:0;
	top:41px;
	left:0;
	border-top:1px solid #bbb;
}

/* Second level link hover styles */
.topnav ul ul a:hover{
	color:#fff;
	background:#36c;
}

/* Make the second level visible when hovering on first level link */
.topnav li:hover ul {
	display:block;
}

.submenu_visible {
	display:block !important;

}


.topnav ul li:hover ul li {
	height:30px;
}


/* image styles */

.siteHomeImg{
	float: left;
	padding: 8px;
	background-color: #cccccc;
	margin: 15px 20px 15px 0px;
}

.imageUL{
	float: left;
	background: url('images/imgcornerUL.png') top left no-repeat;
}

.imageTop{
	float: left;
	height: 10px;
	background-color: gray;
}

.imageUR{
	background: url('images/imgcornerUR.png') top right no-repeat;
}

/* home page styles */


.siteHomeText{
	float: left;
	width: 500px;
	padding: 20px 0px 40px 0px;
}

.siteHomeText h1{
	font-size: 26px;
	font-weight: bold;
}

.siteHomeText p{
	margin: 20px 0px;
}

.siteHomeText a{
	color: #6666ff;
}

.newsColumn{
	float: left;
	width: 420px;
	padding: 20px 50px 20px 0px;
}

.newsColumn2{
	float: left;
	width: 420px;
	padding: 5px 0px 20px 50px;
}

.newsItem{
	margin-bottom: 25px;
}

.newsItem h1{
	font-size: 16px;
	color: #3366cc;
	margin: 10px 0px 5px 0px;
}

.newsItem h2{
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 5px 0px;
}

.newsItem p{
	margin: 10px 0px;
}

/* main content styles */

.imgCol{  /* imgCol creates a right-side column to float alongside textCol and hold images. */
	float: right;
	width: 217px;
	margin-top: 20px;
	margin-left: 15px;
	clear: both;
}

.imgCol img{
	border: 8px solid #cccccc;
	margin-bottom: 10px;
}

.contactPic img{
	float: left;
	border: 4px solid #cccccc;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* textCol creates a wide left-side column to hold text. */

.textCol h1, h2{
	margin-top: 15px;
	margin-bottom: 20px;
}


.article, .twoCol, .table, .contact{
	padding: 10px 0px;
	width: 666px;
	margin-bottom: 25px;
}

.twoCol p{
	margin: 10px 0px 20px 0px;
}

.leftCol{
	float: left;
	width: 300px;
	padding-right: 20px;
}


/* leftcol2 use to show a single text col all the way across to the image column */
.leftCol2{
	float: left;
	width: 670px;
	padding-right: 20px;
}


/* table */

.table{
  padding: 10px 0px;
	width: 666px;
	margin-bottom: 25px;
}


/* contact form */

.contactField{
	padding: 10px 15px 10px 0px;
}

/* footer */

.footer {
	height: 40px;
	background-color: #000000;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

.footer a {
	display: inline;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0px 9px;
	border-left: 1px solid white;
}

#copyright {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	margin-left: 32px;
}
