/* CSS Document */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font-size: 68.75%; /* sets 1em = 11px (76% = 12px) (62.5% = 10px) */
	text-align: center; /* hack for ieWin5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/* =STRUCTURE */
#wrapper {
	margin: 0 auto; /* center aligns wrapper */
	text-align: left;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	position: relative;
	width: 900px;
	margin-top: 20px;
}

#header {
	width: 900px;
	height: 323px;
	
}

#content {
	width: 900px;
	position: absolute;
	margin-top: 28px;
	left: -1px;
	top: 323px;
	border: 1px #fff solid;
}

#product-content {
	width: 900px;
	position: absolute;
	margin-top: 14px;
	left: -1px;
	top: 196px;
	background-image: url(../images/wrapper-bkgd.jpg);
	background-color: #fff;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#product-content li {
	color: #333;
	margin-left: 20px;
	font-size: 11px;
}

#main-content {
	width: 530px;
	float: left;
	background-color: #fff;
	padding: 20px;
}

#news-content {
	width: 860px;
	float: left;
	background-color: #fff;
	padding: 20px;
}

#secondary-content {
	width: 290px;
	float: right;
	padding: 20px;
}

#main-header {
	float: left;
	width: 570px;
	padding: 0px;
	background:url(../images/banner-home.jpg) no-repeat bottom;
	height:242px;
		}

#sub-header {
	width: 900px;
	padding: 0px;
	height:160px;
		}

#secondary-menu {
	float: right;
	width: 330px;
	background-color: #FFF;
	padding: 0px;
	height: 242px;
}

/* =CONTENT */
h1, .headtext {
	font-size: 15px;
	font-weight: normal;
	color: #F60;
}

h2, .secondtext {
	font-size: 12px;
	font-weight: normal;
	color: #06C;
}

h3, .thirdtext {
	font-size: 12px;
	font-weight: bold;
	color: #06C;
}

h4, .fourthtext {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

h5, .fifthtext {
	font-size: 11px;
	font-weight: normal;
	color: #f60;
}

h6, .fourthtext {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #0066CC;
}

.white-font {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.white-font-11pt {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	font-weight: normal;
	}
	
.blue-font {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #06C;
	font-weight: bold;
	}
	
.red-font-itlalics {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #B5121B;
	font-weight:bold;
	font-style:italic;
	}

p {
	font-size: 11px;
	color: #333;
}

.float-left {
	float: left;
}

.float-left-pad-right {
	float: left;
	margin-right:10px;
}

.float-right {
	float: right;
}

#event_01 {
	margin-right: 8px;
	border: 1px solid #0066CC;
}

#table_events {
	padding: 5px;
	width: 290px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.two:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}

a.two:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
a.two:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.three:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}

a.three:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
a.three:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.four:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}

a.four:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
a.four:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F60;
	text-decoration: none;
	font-weight: normal;
}

a.five:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9CD6FE;
	text-decoration: none;
	font-weight: normal;
}

a.five:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9CD6FE;
	text-decoration: none;
	font-weight: normal;
}
a.five:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F9F2BC;
	text-decoration: none;
	font-weight: normal;
}
	
/* =FOOTER */
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: left;
	background-color: #999;
	font-size: 9px;
	font-weight: bold;
	padding: 5px 15px 8px;
	height: 24px;
/*	width: 900px;
	w\idth: 880px;*/
}

/* =PRETTY STUFF */
#table-01 {
	border: solid 3px #AAA;
	}

#table-01 td {
	padding:8px;
	background-color: #FFFFFF;
	}
	
#table-02 {
	border: solid 2px #72A8D6;
	margin: 0 auto;
	}

#table-02 td {
	background-color: #FFFFFF;
	padding: 10px;
	}

#table-news {
	border-collapse: collapse;
	width: 330px;
	}

#table-news td, #table-pad td{
	padding: 7px 10px;
	}

.date {
	font-size: 10px;
	}

#table-03 {
	border-collapse: collapse;
	width: 265px;
	border: 1px solid #999;
}

#table-03 td{
	padding: 5px;
}

.odd {
	background-color: #FFF8DD;
}

#table-03 tr:hover, #table-03 tr td.odd:hover {
	background-color: #EEE;
	color: #fff;
}

#table-04 {
	border-collapse: collapse;
	width: 290px;
	border: solid 2px #72A8D6;
}

#table-04 td{
	padding: 5px;
}

.even {
	background-color: #E8F5FD;
}

#table-04 tr:hover, #table-04 tr td.odd:hover {
	background-color: #EEE;
	color: #fff;
}

#table-04 tr td#th:hover {
	background-color: #3593DD;
}

#table-05 {
	border-collapse: collapse;
	width: 500px;
	border: solid 2px #72A8D6;
}

#table-05 td{
	padding: 5px;
}

#table-05 tr:hover, #table-05 tr td.odd:hover {
	background-color: #ccc;
	color: #fff;
}

#table-05 tr td#th:hover {
	background-color: #3593DD;
}

#table-events {
	border: solid 2px #AAA;
	}

#table-events td {
	padding:5px;
	}

.red-font {
	color: #CC0000;
	font-size: 8px;
	font-weight: bold;
	}

.nobold {
	font-weight: normal !important;
}

.seo {
	clear: both;
	color: #FFFFFF !important;
	text-align: left;
	background-color: #999;
	font-size: 9px !important;
	font-weight: bold !important;
	height: 24px;
}

.topkeywords h1 {
	text-align: right;
	color: #CCCCCC;
	font-size: 9px;
	margin-bottom: 5px;
	padding-top: 2px;
	border-top: 1px solid #CCC;
}

.image-border {border: 1px solid #ccc;}

.margin-top {margin-top:20px;}


	
.table-01 {
	border: solid 3px #AAA;
	}

.table-01 td {
	padding:8px;
	background-color: #FFFFFF;
	}
	
.table-02 {
	border: solid 2px #72A8D6;
	margin: 0 auto;
	}

.table-02 td {
	background-color: #FFFFFF;
	padding: 10px;
	}
	
.table-03 {
	border-collapse: collapse;
	width: 265px;
	border: 1px solid #999;
}

.table-03 td{
	padding: 5px;
}


.table-05 {
	border-collapse: collapse;
	width: 500px;
	border: solid 2px #72A8D6;
}

.table-05 td{
	padding: 5px;
}

.table-05 tr:hover, .table-05 tr td.odd:hover {
	background-color: #ccc;
	color: #fff;
}

.table-05 tr td#th:hover {
	background-color: #3593DD;
}