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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6f6f6f;
	background-color: #eeece9;
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#pagecontainer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 130px;
	width: 248px;
}
#nav {
	float: right;
	width: 720px;
	height: 95px;
	padding-top: 15px;
	padding-right: 15px;
}
#3sixty {
	float: left;
	width: 150px;
	height: 50px;
}
#copyright {
	font-size: 11px;
	float: right;
	color: #999;
	clear: right;
	width: 300px;
	text-align: right;
}
#contentarea {
	clear: both;
	width: 990px;
}
#textcol {
	float: left;
	width: 250px;
	padding-top: 30px;
	font-size: 13px;
	line-height: 19px;
	color: #777;
}
#flash {
	float: right;
	width: 707px;
	background-image: url(images/home_pic_back.png);
	height: 510px;
	padding-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.link {
	background-image: url(images/navbac.png);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 32px;
	color: #339AD8;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-top: 1px;
	letter-spacing: 0em;
}
.link a {
	color: #339BD7;
	text-decoration: none;
}
.link a:hover {
	color: #666;
	text-decoration: none;
}
.linkbox {
	float: right;
	padding-left: 0px;
}
#botnav {
	clear: both;
}
#topnav {
	height: 30px;
	padding-bottom: 10px;
}
#topnav a:hover {
	color: #666;
}
#topnav a {
	color: #D7152B;
}
.navleft {
	float: left;
	background-image: url(images/left.png);
	height: 32px;
	width: 14px;
	margin-left: 3px;
}
.navright {
	background-image: url(images/right.png);
	height: 32px;
	width: 14px;
	float: left;
}
#footer {
	clear: both;
	height: 60px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d7d5;
}
#insidefooter {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	height: 50px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 5px;
	color: #aaaaaa;
}
#form {
	float: right;
	width: 680px;
}

