@charset "UTF-8";
h1, h2, h3, h4, h5, h6, strong {
    font-family: pt-sans-narrow, sans-serif;
}
#summary p {
	margin-top: 0;
	font-size: .9em;
}
#summary h5 {
	margin-bottom: 0;
}
body {
	background-color: #F2EAF6;
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: neuton, serif;
	font-size: 16px;
}
#container {
	width: 1120px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 100%;
	height: 120px;
	position: relative;
	background-image: url(images/heading.png);
	background-position: 180px center;
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 240px;
	text-align: center;
}
nav {
	height: 550px;
	width: 160px;
	/*height: auto;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #462456;
	padding-top: 130px;
	text-align: center;
	float: left;
	background-color: #FFFFFF;
}
section {
	width: 960px;
	height: 640px;
	float: left;
}
#col1 {
	width: 420px;
	float: left;
	margin: 0 20px;
	height: 640px;
}
#col2 {
	width: 420px;
	height: 640px;
	float: left;
	padding: 20px;
	background-color: #FFFFFF;
}
#summary {
	width: 240px;
	height: 640px;
	float: left;
	padding: 20px;
	background-color: #FFFFFF;
}
aside p {
	text-align: center;
}
#content {
	width: 100%;
	float: left;
	margin: 20px;
    padding: 20px;
	height: 640px;
}
article {
	width: 600px;
	float: left;
	margin: 20px;
	height: 640px;
}
article ul li {
	padding-bottom: 0px;
	margin-bottom: 25px;
}

h3 {
	margin-top: 0px;
}
article h1 {
	margin-top: 0px;
	font-size: 36px;
	margin-bottom: 10px;
}
aside  {
	width: 240px;
	height: auto;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
}
footer {
	width: 100%;
	height: 40px;
	background-color: #462456;
	clear: both;
}
nav a {
	text-decoration: none;
	display: block;
	width: 160px;
	color: #462456;
	/* [disabled]font-size: small; */
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
	border: 1px solid #F2EAF6;
	font-size: 14px;
}
nav a:hover {
	color: #FB9C02;
	border: 1px solid #462456;
}
.active {
	color: #FB9C02;
}
article h2 {
	margin-top: 0px;
}
#lftFooter {
	width: 50%;
	height: 40px;
	float: left;
}
#lftFooter p {
	color: #FFFFFF;
	line-height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 0;
	padding-left: 80px;
}
#rtFooter {
	width: 50%;
	height: 40px;
	float: right;
}
#rtFooter p {
	color: #FFFFFF;
	line-height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin-right: 140px;
}

/******************** Form Styles **************************/
.butt {
background-color: #808080;
padding-left:6px;
padding-right:6px;
padding-top:3px;
padding-bottom:3px;
color: #ffffff;
border:1px solid #000;
background-image: url(images/button_bg.jpg);
}

.butt:hover {
background-color: #FB9C02;
border:1px solid #000;
background-image: url(images/button_bg_over.jpg);
}

.text {
background-color : #eee;
border: 1px solid #666;
width: 230px;
}

.captcha {
background-color : #eee;
border: 1px solid #666;
width: 50px;
}

.textarea {
width:230px;
height:80px;
background-color : #eee;
border: 1px solid #666;
font-family:sans-serif;
font-size:10pt;
}

.form{
font-family:sans-serif;
font-size:10pt;
text-align:right}

.select{
background-color : #eee;
border: 1px solid #666;
 line-height: 1;
 border-radius: 10;
width: 234px;
 }

.labels {
font-family:sans-serif;
font-size:10pt;
}#rtFooter p a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.centerImg   {
	text-align: center;
	display: block;
}
