@charset "utf-8";
/* CSS Document */

/* Structure */

body {
	background: url(../images/bg.jpg) top center repeat-x #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #535971;
	font-size: 13px;
	line-height: 20px;
	}

#center {
	width: 880px;
	margin: 0 auto 0 auto;
	}

#header {
	width: 880px;
	height: 164px;
	float: left;
	background: url(../images/header-bg.jpg) top center no-repeat;
	}

#header-left {
	float: left;
	width: 308px;
	height: 146px;
	padding: 18px 0 0 0;
	}

#header-right {
	float: right;
	width: 560px;
	height: 154px;
	text-align: right;
	padding: 10px 12px 0 0;
	}

#newsletter {
	width: 560px;
	float: right;
	margin-bottom: 71px;
	}

#slogan {
	width: 560px;
	float: right;
	}

#banner {
	width: 880px;
	height: 311px;
	float: left;
	background: url(../images/banner-bg.jpg) center no-repeat;
	}

#main {
	width: 880px;
	float: left;
	background: url(../images/content-bg.jpg) center repeat-y;
	}

#main2 {
	width: 864px;
	float: left;
	background: url(../images/content-top.jpg) top center no-repeat;
	padding: 6px 8px 8px 8px;
	}

#left {
	width: 139px;
	float: left;
	padding: 0 5px 0 0;
	}

#nav {
	width: 139px;
	float: left;
	background: url(../images/nav-top.gif) top center no-repeat;
	padding: 9px 0 0 0;
	}

#nav img {
	float: left;
	margin: 0px;
	}

#sidebar {
	float: left;
	width: 139px;
	}

#sidebar ul {
	display: block;
	width: 139px;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	display: block;
	width: 139px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#sidebar ul li#fb {
	margin: 0 0 20px 0;
	}

#right {
	width: 720px;
	float: right;
	}

#content {
	width: 720px;
	float: right;
	background: url(../images/content-div-top.gif) top center no-repeat;
	padding: 15px 0 0 0;
	}

#content-text {
	width: 670px;
	float: right;
	background: url(../images/content-div-bg.gif) center repeat-y;
	padding: 0 25px 0 25px;
	}

#content-btm {
	width: 720px;
	height: 74px;
	float: right;
	background: url(../images/content-div-btm.gif) top center no-repeat;
	}

#modules {
	width: 720px;
	float: right;
	}

#mod-lft {
	width: 326px;
	height: 221px;
	float: left;
	background: url(../images/feat-sec.gif) top center no-repeat;
	padding: 15px 15px 0 15px;
	}

#mod-rt {
	width: 326px;
	height: 221px;
	float: right;
	background: url(../images/feat-sec.gif) top center no-repeat;
	padding: 15px 15px 0 15px;
	}

#footer {
	width: 800px;
	height: 147px;
	float: left;
	background: url(../images/footer.jpg) top center no-repeat;
	padding: 52px 40px 0 40px;
	}

#footer-top {
	width: 800px;
	float: left;
	text-align: center;
	margin: 0 0 70px 0;
	}

#footer-btm {
	width: 800px;
	float: left;
	}

img.footer-spacer {
	margin: 0 15px 0 15px;
	}
	
/* Basic Text Styling */

h1 {
	color: #b3556b;
	font-size: 27px;
	margin: 15px 0 15px 0;
	}

h2 {
	color: #1f348a;
	font-size: 24px;
	margin: 15px 0 15px 0;
	}

h3 {
	color: #b3556b;
	font-size: 21px;
	margin: 15px 0 15px 0;
	}

h4 {
	color: #1f348a;
	font-size: 18px;
	margin: 5px 0 15px 0;
	}

h5 {
	color: #1f348a;
	font-size: 15px;
	margin: 5px 0 15px 0;
	}

h6 {
	font-size: 11px;
	margin: 0 0 15px 0;
	}

p {
	font-size: 13px;
	line-height: 21px;
	margin: 0 0 15px 0;
	}

ul, ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	}

ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	list-style: url(../images/footer-divide.gif);
	color: #1f348a;
	line-height: 15px;
	}

hr {
	border: 0;
	border-bottom: 1px solid #cd6470;
	background: 0;
	margin: 25px 0 25px 0;
	}
	
a { 
	cursor:pointer;
	}

/* Link Styling */

h1 a {
	color: #b3556b;
	text-decoration: none;
	}

h2 a {
	color: #1f348a;
	text-decoration: none;
	}

h3 a {
	color: #b3556b;
	text-decoration: none;
	}

h4 a {
	color: #1f348a;
	text-decoration: none;
	}

h5 a {
	color: #1f348a;
	text-decoration: none;
	}

h6 a {
	color: #535971;
	text-decoration: none;
	}

p a {
	color: #535971;
	text-decoration: none;
	}

ul a, ol a {
	color: #535971;
	text-decoration: none;
	}

ul li a {
	color: #535971;
	text-decoration: none;
	}

a.visible {
	color: #b3556b;
	text-decoration: underline;
	}

a.visible:hover {
	color: #1f338a;
	text-decoration: none;
	}

p a.visible {
	font-weight: normal;
	}

h1 a.visible, h2 a.visible, h3 a.visible, h4 a.visible, h5 a.visible, span.emphasis a.visible {
	font-weight: bold;
	text-decoration: none;
	}

/* Additonal Text Styling */

#modules h1, #modules h2, #modules h3, #modules h4, #modules h5, #modules h6, #modules p, #modules ol, #modules ul {
	color: #ffffff;
	margin: 0 0 10px 0;
	}

#modules p {
	font-size: 11px;
	line-height: 15px;
	}

p.copyright {
	display: block;
	width: 300px;
	float: left;
	text-align: left;
	}

p.keyweb {
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	}

p.more {
	text-align: right;
	}

a.more-link {
	display: block;
	background: url(../images/arrow2.gif) right no-repeat;
	padding: 2px 20px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #1f348a;
	}

a.more-link:hover {
	color: #b3556b;
	}

#modules a.more-link {
	display: block;
	background: url(../images/arrow.gif) right no-repeat;
	padding: 2px 20px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

#modules a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

#modules a:hover {
	text-decoration: underline;
	}

#footer a, #footer p, #footer p a {
	color: #1f338a;
	text-decoration: none;
	}

#footer a:hover, #footer p a:hover {
	color: #b3556b;
	text-decoration: underline;
	}

#footer p.copyright a:hover, #footer p.keyweb a:hover {
	color: #1f338a;
	text-decoration: none;
	}

.pink {
	color: #b3556b;
	}

.purple {
	color: #1f348a;
	}

.gray {
	color: #535971;
	}

.emphasis {
	color: #b3556b;
	font-size: 18px;
	font-weight: bold;
	}

/* Forms */

#newsletter-signup {
	position:absolute;
	visibility: hidden;
	background-color: white;
	width: 200px;
	padding: 20px;
	z-index:99;
	text-align: left;
	border: 2px solid #b3556b;
	opacity: 0.95;
	filter:alpha(opacity=95);
	}

input {
	border: 1px solid #96a0c9;
	background: url(../images/input-bg.gif) top repeat-x #ffffff;
	padding: 10px;
	color: #535971;
	margin: 0 0 6px 0;
	}

input:hover {
	background: none #ffffff;
	}

input#submit {
	border: 0;
	background: url(../images/submit.gif);
	width: 79px;
	height: 31px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0;
	}

input#submit:hover {
	background: url(../images/submit2.gif);
	cursor: pointer;
	}

input.submit {
	border: 0;
	background: url(../images/submit.gif);
	width: 79px;
	height: 31px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0;
	}

input.submit:hover {
	background: url(../images/submit2.gif);
	cursor: pointer;
	}

input.check {
	border: 0;
	background: none;
	padding: 0;
	color: #535971;
	margin: 0;
	}

div.form-sec {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: none;
	border-bottom: 1px solid #b3556b;
	}

div.form-sec h4, h5, p {
	margin: 0 0 6px 0;
	}

/* Other */

a img {
	border: 0px;
	}
	
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
	}

.pic {
	border: 1px solid #b3556b;
	}

#modules img.pic {
	border: 1px solid #dee1ee;
	}

