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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/plate_bg.jpg) repeat #000;
	text-align: center;
	margin: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #3c1b72;
}

a:hover, a:focus {
	color: #000;
}

a img {
	border: none;
}

h1 {
	font-size: 16px;
	color: #290464;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	color: #290464;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	line-height:20px;
}

#wrapper {
	width: 1034px;
	margin: 0 auto;
	position: relative;
}

#bodyWrapper {
	float: left;
	width: 1034px;
	background-image: url(../images/stretcher.png);
	position: relative;
}

#innerWrapper {
	width: 916px;
	margin: 0px 58px;
	border: 1px solid #d1b233;
}

#bodyContentHome {
	padding: 10px 20px 0px 20px;
	float: left;
	text-align: left;
	width: 878px;
	margin-left:55px;
}
#bodyContent {
	padding: 10px 20px 0px 20px;
	float: left;
	text-align: left;
	width: 878px;
}

#topcap, #bottomCap {
	clear: both;
}

#header {
	float: left;
	width: 918px;
	background-image: url(../images/headerBg.jpg);
	background-repeat: no-repeat;
	background-position:left;
	height: 102px;
	position: relative;
}

#headerRight {
	float: right;
	width: 200px;
	margin: 24px 15px 0px 0px;
	text-align: right;
	font-size: 14px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

#navigationContainer {
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	clear: both;
	text-align: right;
}

#navButtons {
	border: 1px solid #fff;
}

#leftcol {
	float: left;
	width: 260px;
	padding-top: 50px;
}

#rightcol {
	float: right;
	width: 600px;
}

#rightcol p {
	text-align: justify;
}

#homeButtonImages {
	text-align: center;
	margin-bottom: 10px;
}

#bottomTagLine {
	clear: both;
}

#footerHome {
	float: left;
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 10px 2px 10px;
	color: #fff;
	font-size: 10px;
	width: 898px;
	margin-left:59px;
}
#footer {
	float: left;
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 10px 2px 10px;
	color: #fff;
	font-size: 10px;
	width: 898px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#bottomNav {
	text-align: center;
	color: #999;
	font-size: 10px;
}

#bottomNav a {
	color: #999;
	text-decoration: none;
}

#bottomNav a:hover {
	color: #fff;
}

#topRight {
	float: right;
	margin-right: 24px;
}

a.contactLink {
	color: #d1b233;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.contactLink:hover {
	color: #fff;
}

#box1 {
	background-image: url(../images/contactboxbg.jpg);
	background-repeat: repeat-y;
	color: #d1b233;
}

#box2 {
	background-image: url(../images/contactboxbg.jpg);
	background-repeat: repeat-y;
	color: #d1b233;
}

#contactBoxContent {
	padding: 0px 20px;
}

#pageheaders{
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	width:595px;
	font-size:20px;
	padding-bottom:4px;
	font-weight:bold;
	color:#8033cd;
	border-bottom:dashed 1px #000000;
}

.materialText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}
