html {
	background: #fff;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	width: 100%;
	display: table;
	background: url(images/header.jpg) repeat-x;
}

a:link, a:visited {	color: #1a8fd5; text-decoration: none; }
a:active, a:hover { color: #666; text-decoration: underline; }

p {
	color: #666;
	margin: 0 0 10px 0;
	text-align: left;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #999;
	margin: 0 0 10px 0;
}

.container {
	width: 930px;
	margin: auto;
}

#header {
	width: 930px;
	height: 190px;
	padding: 2px 0 0 0;
	margin: 0 0 25px 0;
}

#slider {
	clear: both;
	width: 930px;
	height: 320px;
	padding: 0 10px;
}

#logo_area {
	float: left;
	width: 300px;
	height: 87px;
	font-weight: bold;
	color: #ffffff;
	margin: 5px 0 0 0;	
}

#logo {
	font-size: 30px;	
	margin: 0 0 15px 0;
	
}
#logo a {
	color: #CCC;
	text-decoration: none;
}
#tag_line {
	font-size: 14px;
	margin: 0;
}

.field {
	float: left;
	width: 234px;
	height: 23px;
	border: none;	
	border: none;
	color : #ccc;
	font-size: 15px;
	padding: 5px 3px 0 3px;
	background: #000;
	border: 1px solid #000000;

}

#menu {
	float: left;
	height: 80px;
	position:absolute; top:106px;
	width: 930px;
	padding-left: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 80px;
	width: 130px;
	text-decoration: none;
	font-size: 14px;
	padding-top: 33px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;

}

#menu a:hover {
	color: #E9E9E9;
	background: url(images/mouseover.gif) repeat-x;
}

#showcase {
	
	width: 930px;
	height: 120px;
	padding: 0;
	margin: 0 0 30px 0;
}

#content_area {
	width: 930px;
}

#left {
	width: 600px;
	float: left;
}

.content {
	width:	600px;
	margin: 0 0 10px 0 ;
}

.content_banner {
	width: 578px;
	height: 30px;
	background:  url(images/content_header.jpg) no-repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 18px;
	padding: 10px 0 0 20px;
	margin: 0;
}

.content_banner a {
	color: #1a8fd5;
	text-decoration: none;
}

.content_banner a:hover {
	color: #1a8fd5; text-decoration: underline;
}

.content_banner h1 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 10px 0;
}

.content_text {
	width: 558px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 20px 20px 10px 20px;
	margin: 0 0 30px 0;
	text-align: left;
}

.content_text img {
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #000000;
	padding: 6px
	
}

#right {
	float: right;
	width: 300px;	
}

.sidebar {
	width: 300px;
	margin: 0 0 30px 0;
}

.sidebar_banner {
	width: 278px;
	height: 30px;
	background: url(images/right_header.jpg);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	font-size: 18px;
	color: #ffffff;
	padding: 10px 0 0 20px;
}

.sidebar_content {
	width: 258px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 15px 20px 10px 20px;
	text-align: left;
}

#footer_background {
	background: url(images/bottom.jpg) #000 repeat-x;
	width: 100%;
	height: 100px;
}

#footer {
	width: 100%;
	color: #ffffff;
	font-size: 11px;
	padding: 10px 0 0 0;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.list {
	color: #333;
	text-align: left;
	list-style: none;
	padding: 0 0 0 10px;
}

.list li {
	font-size: 14px;
	list-style: disc;
	padding: 0px;
	margin: 5px 0px;
}


.list a {
	color: #1a8fd5; text-decoration: none;
}

.list a:hover {
	color: #666; text-decoration: underline;
}

.footer li, .footer a {
	color: #108fd5;
	font-size: 14px;
	margin: 5px 0 0 0;
}

.footer a:hover {
	color: #ffffff;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
