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

/***********/
 /* 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: 1000px;
	overflow: hidden;
	width: 100%;
}

  /*******************/
 /* Main Navigation */
/*******************/
#navigation {
	background-image: url(../images/nav/navback.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#topnav {
	height: 50px;
	margin: 0px auto 0 auto;
	padding-left: 2em;
	width: 1200px;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	width:100;
	padding: 0;
}
  /****************/
 /* Content Area */
/****************/
#content {
	margin: 0 auto;
	text-align: center;
}

#onecolumn, #threecolumn {
	clear: both;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	width: 960px;
}

#onecolumn .contentitem {
	margin: 20px 0;
	width: 100%;
}

#threecolumn .contentitem {
	width: 700px;
}

#threecolumn .centeritem {
}

  /******************/
 /* 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: #0099FF;
}

