/***********/
 /* Globals */
/***********/
body {
	background-image: url(/images/homeborderback.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #252525;
	color: #222222;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

a {
	color: #898989;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.contentitem {
	float: left;
}


#header {
	background-image: url(/images/hometopback.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 378px;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 960px;
	overflow: hidden;
	width: 100%;
}

  /*******************/
 /* Main Navigation */
/*******************/
#navigation {
	background-image: url(/images/navback.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#topnav {
	height: 50px;
	margin: 185px auto 0 auto;
	padding-left: 2em;
	width: 1000px;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	width:100;
	padding: 0;
}

#subnavigation {
	color: #000;
	display: none;
	height: 0;
	max-width: 1200px;
	min-width: 960px;
	overflow: hidden;
	position: absolute;
	top: 232px;
	width: 100%;
	z-index: 1;
}
#subnavcontent {
	background-color: #FFFFFF;
	background-image: url(/images/subnavback.gif);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	font-size: 11px;
	height: 33px;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 960px;
	text-align: left;
	width: 100%;
}
#subnavcontent a {
	color: #FFFFFF;
}

#subnavcontent a:hover, #subnavcontent .active {
	color: #CFFF4C;
	text-decoration: none;
}

#subnavcontent ul {
	display: none;
	margin-left: auto;
	margin-right: auto;
    width: 970px;
}

#subnavcontent ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 .75em;
}
*html #subnavcontent ul li{
    padding-top: 7px;
}
  /****************/
 /* Content Area */
/****************/
#content {
	margin: 0 auto;
	text-align: center;
}

#onecolumn, #threecolumn {
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 960px;
}

#onecolumn .contentitem {
	margin: 20px 0;
	width: 100%;
}

#threecolumn .contentitem {
	margin: 20px 0;
	width: 295px;
}

#threecolumn .centeritem {
	margin: 20px 24px;
}

  /******************/
 /* Footer Styling */
/******************/
#footer {
	clear: both;
	color: #A9A9A9;
	font-size: 10px;
	margin: 0 auto;
	padding: 2em 0 50px 0;
	text-align: left;
	width: 960px;
}

#footer a {
	color: #A9A9A9;
}

.flashmessage{
      font-size: 10px;
      color: #CFFF4C;
}
