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

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #E5E5E5;
	text-align: center;
	background-image: url(../images/bg.gif); 
	background-repeat: repeat;
	background-color: #F2F2F2;
}

#warpper {
	text-align: left;
	width: 719px;
	margin: 0 auto;
}

#header {
	padding-bottom: 50px;
	padding-top: 0px;
}

#logo {
	padding: 10px 20px 5px 0px;
	float: left;
	border-right: 2px solid #999999;
}

#nav {	
	float: right;
	width: 480px;
}

#nav ul li {
	list-style: none;
	display: inline;
}


#nav ul .last {
	border-right: none;
}

#bg {
	width: 719px;
	height: 425px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
}

#bg-left {
	width: 500px;
	float: left;
}

#bg-left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #29166F;
	text-transform: uppercase;
	font-weight: normal;
	padding: 30px 0px 25px 35px;
}
a.subhdr {
	font-size:11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.subhdr:hover {
	color: #0000FF;
	text-decoration: underline;
}
#bg-left a {
	color: #666666;
	text-decoration: underline;
}

#bg-left a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#bg-left p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 0px 0px 20px 35px;
	width: 400px;
}

#bg-left p span {
	font-weight: bold;
}

#bg-left2 {
	width: 500px;
	float: left;
}

#bg-left2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #29166F;
	text-transform: uppercase;
	font-weight: normal;
	padding: 30px 0px 25px 35px;
}

#bg-left2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 0px 0px 20px 35px;
	width: 400px;
}


#bg-left2 p span {
	font-weight: bold;
}

#image {
	padding: 0px 0px 0px 35px;
}

#bg-right {
	width: 200px;
	float: right;
}

#bg-right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #29166F;
	text-transform: uppercase;
	font-weight: normal;
	padding: 30px 0px 5px 15px;
}

#bg-right ul {
	padding: 0px 0px 0px 20px;
}

#bg-right li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style: none;
}

#bg-right a {
	color: #666666;
	text-decoration: none;
}

#bg-right a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.float {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 0px 0px 20px 30px;
	width: 200px;
	float: left;
}

.float span {
	font-weight: bold;
}

.float a {
	color: #000000;
	text-decoration: none;
}

.float a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.float span a {
	color: #000000;
	text-decoration: underline;
}

.float span a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.item2 {
	width: 70px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}


.item2 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-transform: titlecase;
}

.item2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.item2 p a {
	color: #666666;
	text-decoration: none;
}

.item2 p a:hover {
	color: #0000FF;
	text-decoration: underline;
}	

.item {
	width: 139px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}

.item h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-transform: titlecase;
}

.item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.item p a {
	color: #666666;
	text-decoration: none;
}

.item p a:hover {
	color: #0000FF;
	text-decoration: underline;
}	

#sub-nav {
	padding: 35px 0px 0px 8px;
}

#sub-nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	display: inline;
	list-style: none;
	padding: 0px 8px;
	border-right: 1px solid #666666;
}

#sub-nav .last {
	border-right: none;
}

#sub-nav ul li a {
	color: #666666;
	text-decoration: none;
	font-weight: 800;
}

#sub-nav ul li a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: 800;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#copyright a {
	color: #999999;
	text-decoration: none;
}

#copyright a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}


