/* CSS Document */

body {
	background: url(../siteimages/body-bg.jpg) 0px 148px;
	body: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	}
	
a:link { color: #4fabf3; text-decoration: none; }
a:visited { color: #3289cc; text-decoration: none; }
a:hover { text-decoration: underline; }

#breadcrumbs {
	float: left;
	padding-top: 40px;
	text-align: right;
	width: 680px;
	}
	
.clear { clear: both; }

#container {
	margin: 0px auto;
	width: 860px;
	}
	
.table-white-border {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #FFF;
	margin: 0px;
	padding: 0px;
	}
	
.table-white-border tbody td {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #FFF;
	padding: 5px;
	margin: 0px;
	}
	
#content {
	background: #323232 url(../siteimages/content-bottom.jpg) no-repeat bottom;
	border-top: 10px solid #4fabf3;
	}
		
#content h1 {
	border-bottom: 2px solid #4fabf3;
	color: #4fabf3;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	text-transform: uppercase;
	}
	
#content #ad {
	float: left;
	padding: 20px 20px 10px 20px;
	width: 400px;
	}
	
#content #content-text {
	padding: 20px;
	}
	
#content #index-text {
	float: left;
	font-weight: bold;
	padding: 20px 20px 10px 0px;
	text-align: justify;
	width: 400px; 
	}
	
#content #index-text p { line-height: 18px; }

#content #news { padding: 0px 10px 20px 10px; }

#content #news .news-box {
	background: url(../siteimages/news-bottom.jpg) no-repeat bottom;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	width: 190px;
	}
	
#content #news .news-box dt {
	background: #4fabf3 url(../siteimages/news-header.jpg) no-repeat;
	color: #323232;
	font-weight: bold;
	margin: 0px;
	padding: 6px 8px;
	text-transform: uppercase;
	}
	
#content #news .news-box dd {
	margin: 0px;
	padding: 10px;
	}
	
#content #news .news-box p {
	margin: 0px;
	padding: 5px 0px;
	}

#footer {
	margin: 0px auto;
	padding: 20px;
	text-align: center;
	width: 860px;
	}

#header { float: left; height: 70px; }

#mainnav1 {
	background: url(../siteimages/mainnav.jpg) no-repeat;
	height: 34px;
	margin: 0px;
	padding: 0px 20px;
	}
	
#mainnav1 ul#primary-nav1, #mainnav1 ul#right-align {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#mainnav1 ul#right-align {
	float: right;
	}
	
#mainnav1 ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#mainnav1 ul li a {
	background: url(../siteimages/mainnav-arrow.jpg) no-repeat 2px 16px;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
	}
	
#wrapper {
	background: url(../siteimages/wrapper-bg.jpg) repeat-x; 
	}