@charset "utf-8";
body, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	background-image: url(images/header_rp.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	background-color: #CCCCCC;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
p {
	font-size: 1em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 60px;
	padding-right: 150px;
	padding-bottom: 10px;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 60px;
	padding-bottom: 10px;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3276A5;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 70px;
}
h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3276A5;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* ----- Header Styles ----- */
#header {
	background-image: url(images/header.jpg);
	height: 205px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#header p {
	font-size: 1.8em;
	text-align: center;
	color: #FFFFCC;
	line-height: 1.4em;
	top: 120px;
	letter-spacing: -2px;
	position: relative;
}

#navigation {
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	height: 50px;
	width: 900px;
}
#navigation ul {
	list-style-type: none;
	margin-top: 10px;
	float: left;
	margin-left: 60px;
}
#navigation li {
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	width: 130px;
	text-align: center;
}
#navigation li a:link, #navigation li a:visited {
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #666666;
}
#navigation li a:hover, #navigation li a:active {
	color: #CCCCCC;
	background-color: #666666;
	border: 1px solid #666666;
}
#navigation ul li a.currentPage, #navigation ul li a.currentPage:hover, #navigation ul li a.currentPage:active {
	cursor: default;
	background-color: #666666;
	color: #CCCCCC;
	border: 1px solid #666666;
}

/* ----- Content Styles ----- */
#mainContent {
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}
#mainContent #flashstuff {
	float: right;
	padding: 20px;
	background-color: #999999;
	margin-right: 60px;
	margin-left: 20px;
	margin-top: 35px;
	height: 350px;
}
#mainContent #flashcontent {
	height: 340px;
	width: 370px;
	float: left;
	padding-top: 5px;
}
#mainContent h1 {
	font-size: 1.4em;
	padding-right: 10px;
	padding-left: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
	letter-spacing: -0.05em;
}
#mainContent h2 {
	font-size: 1em;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: -0.01em;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent p {
	padding-left: 60px;
	padding-bottom: 20px;
	padding-right: 60px;
	font-size: 0.85em;
	text-align: justify;
	word-spacing: -0.1em;
}
.subHeading {
	text-decoration: underline;
}
.heading {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
#mainContent #content1 {
	float: left;
	width: 23%;
	padding-left: 90px;
}
#mainContent #content1 p {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}
#mainContent  #content2 {
	float: left;
	width: 31%;
}
#mainContent #content2 p {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}

/* ----- Footer Styles ----- */
#footer {
	background: url(images/footer.jpg) no-repeat top left;
	float: left;
	width: 900px;
	height: 125px;
}
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
#footer p {
	font-size: 0.85em;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: center;
}

a.pdf{background:url('images/pdf_icon.gif') no-repeat 100% 50%; ; padding-left:0; padding-right:20px; padding-top:0; padding-bottom:0}
a.qt{background:url('images/qt_icon.gif') no-repeat 100% 50%; ; padding-left:0; padding-right:20px; padding-top:0; padding-bottom:0}

.indent {
	margin-left: 5px;
	margin-top: 3px;
	color: #666666;
}


.marginTop {
	margin-top: 4px;
}

#mainContent   #resHead  {

}
#mainContent #resHead #resHeading {
	font-size: 1.6em;
	font-weight: bold;
	color: #3276A5;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 70px;
}
#mainContent #resHead #resHeadingSub {
	padding-left: 70px;
	font-size: 0.9em;
	padding-bottom: 10px;
}

#mainContent #resHead #resumColLeft {
	float: left;
	width: 27%;
	clear: both;
}
#mainContent #resHead #resumColLeft p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 70px;
	font-size: 0.8em;
	text-align: left;
}
#mainContent #resHead #resumColMid {
	float: left;
	width: 40%;
	padding-left: 10px;
}
#mainContent #resHead #resumColMid p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
}
#mainContent #resHead #resumColRt {
	float: left;
	width: 27%;
	padding-left: 10px;
}
#mainContent #resHead #resumColRt p {
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
	text-align: left;
}
.contactLeft  {
	padding-left: 40px;
	width: 45%;
	float: left;
}
.contactRight {
	width: 40%;
	float: left;
}
form {
	padding-top: 40px;

}
#mainContent .contactRight .error {
	color: #FF0000;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	font-size: 0.8em;
}

label{
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
