@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 19px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333;
}
p {
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	color: #383838;
	text-align: justify;
}
h3 {
	font-size: 16px;
	color: #CD4269;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}



.pageWrapper {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/pageBg.jpg);
	background-repeat: repeat;
}
.clr {
	clear: both;
}

.header_section {
}
.logo {
	float: left;
	width: 270px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.menu_section {
	clear: right;
	float: right;
	width: 700px;
	padding: 0px;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.socialDIV {
	text-align: right;
	padding-top: 17px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.menuDIV {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/navBg.png);
	background-repeat: repeat;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 0px;
}

.menuDIV a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	display: inline;
	margin: 0px;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	color: #FFF;
}
.menuDIV a:hover {
	background-color: #CCC;
	color: #CB302C;
}
.active {
	background-color: #000;
	color: #333;
}
.menuDIV .active {
	color: #FFF;
	background-color: #C72C29;
}
.homeIcon {
	background-image: url(../images/homeIcon.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	padding-left: 25px;
	font-style: normal;
}
.banner_section {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.pageContent {
	background-color: #FFF;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 22px;
	padding-right: 12px;
	padding-bottom: 17px;
	padding-left: 12px;
}
.homeLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px;
}
.homeRight {
	float: right;
	width: 460px;
}
.headingSeparation {
	background-color: #333333;
	background-image: url(../images/separationBg.jpg);
	background-position: left;
	height: 2px;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	clear: both;
}
.image {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: 6px solid #c3bec0;
	border-radius: 6px;
}
.button {
	background-color: #cd4469;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-image: url(../images/bulletArrow.png);
	background-repeat: no-repeat;
	background-position: 135px;
}
a.button {
	text-decoration: none;
	color: #FFF;
}
a.button:hover {
	background-color: #000;
	color: #FFF;
}
.footer {
	margin: 0px;
	height: 30px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.projectDIV {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
}
.innercontent {
	clear: both;
}
.bullets {
	list-style-image: url(../images/arr.gif);
	font-size: 11px;
	line-height: 22px;
	font-style: italic;
	color: #333;
	font-weight: bold;
}
