<!--
* {
	margin: 0;
	padding: 0;
}

html { 
	overflow: -moz-scrollbars-vertical !important;
}

img {
	border: 0;
}

.alt {
	display: none;
}

br.clear {
	clear: both;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #dddddd;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #cc3333;
}

h2,h3,h4,h5,h6 {
	font-size: 12px;
	color: #333333;
}

a {
    color: #cc3333;
}

a:hover {
    text-decoration: none;
}


/* Body */
#maincontainer {
	width: 960px;
	padding: 8px 0 20px 0;
	margin-right:auto;
	margin-left:auto;
	background-repeat: repeat-x;
	background-position: top left;
}

#wrapper {
	float: left;
	width:960px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left:auto;
	text-align: left;
}


/* Header */
#header {
	width: 960px;
}

#header ul {
	list-style-type: none;
	padding: 5px 0 7px 12px;
	background-color: #333333;
	float: right;
}

#header ul li {
	display: inline;
}

#header ul li a {
	padding: 5px 16px 7px 16px;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header ul li a.last {
	padding: 5px 16px 7px 16px;
}

#header ul li a:hover {
	background-color: #454545;
}

#header ul li.active a {
	background-color: #454545;
}

#header ul li a.activelast {
	padding: 5px 16px 7px 16px;
	background-color: #454545;
}

#header img {
	float: left;
}

#headerwrapper {
	float: left;
	width: 820px;
}


/* Left content column */
#leftcol {
	clear: both;
	float: left;
	width: 240px;
	padding: 0 20px 0 0;
	width: 220px;
}

#contentleft {
	float: left;
	width: 220px;
	margin: 0 0 30px 0;
}


/* Right content column */
#rightcol {
	float: left;
	padding: 0 2px 0px 0;
	width: 718px;
}

#sectionheads {
	width: 718px;
	height: 240px;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 236px;
	height: 250px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background-image: url('../images/hdr_home1_bw.jpg');

}
#kwick_2 {
	background-image: url('../images/hdr_home2_bw.jpg');

}
#kwick_3 {
	background-image: url('../images/hdr_home3_bw.jpg');

}
.kwicks.horizontal #kwick_3 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_3 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

#main {
	width: 470px;
	margin-top: 20px;
	float: left;
}

#main h1 {
	padding-bottom: 10px;
}

#main a {
	text-decoration: none;
	font-weight: bold;
}

#main h2,h3,h4,h5,h6 {
	padding: 0px;
}

#main p {
	line-height: 20px;
	padding-bottom: 20px;
}

#main .related {
	line-height: 20px;
	padding-bottom: 5px;
}

#main ul {
	margin: 0 0 16px 22px;
	list-style-type: none;
}

#main ul li {
	padding: 0px 0px 5px 10px;
	background-image: url("../images/arrow_bullet_red.gif");
	background-repeat: no-repeat;
	line-height: 18px;
}

#main ul ul {
	margin: 0 0 0 12px;
	padding: 4px 0 0 0;
}

#main ul ul ul li {
	background-image: none;
}

#main ol {
	margin: 0 0 16px 0;
	padding: 0 0 0 42px;
}

#main ol li {
	padding: 0 0 3px 0;
}

#main .featured	{
	border: 1px dotted #333;
	padding: 10px;
}

#liwrapper	{
	width: 450px;
	background: #eee;
	border: 1px dotted #333;
	padding: 10px;
	float: left;
}

#liwrapper	img {
	margin: 0;
	padding: 0;
}

#advboardleft {
	width: 220px;
	float: left;
	margin-left: 0px;
	display: inline;
}

#advboardleft ul {
	width: 210px;
	margin: 0 0 10px 0px;
	list-style-type: none;
}

#advboardleft ul li {
	padding: 5px 0 5px 0;
	line-height: 18px;
	border-bottom: 1px dotted #999;
	background-image: none;
}

#advboardleft ul li.last {
	display: block;
	border-bottom: none;
	padding-bottom: 0px;
}

#advboardright{
	width: 220px;
	float: right;
	margin-left: 0px;
	display: inline;
}

#advboardright ul {
	width: 210px;
	margin: 0 0 10px 0px;
	list-style-type: none;
}

#advboardright ul li {
	padding: 5px 0 5px 0;
	line-height: 18px;
	border-bottom: 1px dotted #999;
	background-image: none;
}

#advboardright ul li.last {
	display: block;
	border-bottom: none;
	padding-bottom: 0px;
}

#sidebar {
	width: 225px;
	float: right;
	background: #ebebeb;
	border-left: 1px dotted #333;
	padding-left: 10px;
	padding-top: 5px;
	display: inline;
}

#sidebar ul {
	width:225;
	margin: 0 0 16px 0px;
	list-style-type: none;
}

#sidebar ul li {
	padding-bottom: 5px;
	line-height: 18px;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	padding-right: 5px;
}

#sidebar ul li.last {
	display: block;
	padding-bottom: 5px;
	border-bottom: none;
}
#sidebar img {
	padding-top: 15px;
	padding-bottom: 5px;
}

#sidebar2 .featured	{
	background: #eee;
	border: 1px dotted #333;
	padding: 10px;
}

#sidebar .arrow ul {
	width: 215px;
	list-style-type: none;
	margin-bottom: 0px;
}

#sidebar .arrow ul li {
	padding: 0px 0px 0px 10px;
	background-image: url("../images/arrow_bullet_red.gif");
	background-repeat: no-repeat;
	line-height: 18px;
	border: none;
	margin-bottom: 0px;
}


#sidebar2 {
	width: 225px;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	display: inline;
}


#sidebar2 img {
	padding-top: 10px;
	padding-bottom: 5px;
}

#sidebar2 h1 {
	font-size: 13px;
	padding-top: 15px;
	font-weight: bold;
}

#sidebar2 p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
}

#sidebar2 a {
	text-decoration: none;
	font-weight: bold;
}

#contactforms {
	margin: 0px;
	border: none;
}

#contactforms fieldset{
	margin: 0px;
	border: none;
}

#contactforms label {
	float: left;
	clear: both;
	width: 100px;
	margin: 0 0 12px 0;
	font-weight: bold;
}

#contactforms input {
	float: right;
	margin: 0 50px 8px 0;
	padding: 1px 0 1px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#contactforms select {
	float: right;
	width: 300px;
	margin: 0 54px 8px 0;
	padding: 1px 0 1px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#contactforms checkbox {
	width: 10px;
}

#contactforms input.sub {
	width: 53px;
	height: 20px;
	border: none;
}

#contactforms textarea {
	float: right;
	width: 300px;
	margin: 0 50px 8px 0;
	padding: 1px 0 1px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;

}

#checks td {
	padding: 4px;
	border-bottom: #999 1px dotted;

}

#contentright table {
	width: 499px;
	margin: 10px 0 22px 10px;
	border-top: #6f6b67 1px solid;
	border-left: #6f6b67 1px solid;
	width: 498px;
}

#contentright table caption {
	padding: 0 0 2px 0;
	font-style: italic;
}

#contentright table td {
	padding: 4px;
	border-right: #6f6b67 1px solid;
	border-bottom: #6f6b67 1px solid;
}


/* Footer */
#footer {
	clear: both;
	float:right;
	width: 694px;
	border-top: #999 1px dotted;
	padding: 14px 14px 0 14px;
	font-size: 11px;
	background-image: url("../images/background_footer_tile.gif");
}

#footer ul {
	margin: 2px 0 0 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
}


//-->