/* CSS Document */

* { margin: 0px; padding: 0px; }
html { margin: 0px; padding: 0px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/pgblend.jpg);
	background-position: top; background-repeat: repeat-x;
}
img { border: 0px; }

a:link { color: #425B6D; text-decoration: underline; }
a:visited { color: #425B6D; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold; line-height: 20px;
	color: #585758;
	padding: 0px; margin: 0px 0px 10px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold; line-height: 20px;
	color: #585758;
	padding: 0px; margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: normal; line-height: 20px;
	color: #585758; text-transform: uppercase;
	padding: 0px; margin: 0px;
}
h4 {}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 20px; color: #585758;
	padding: 0px; margin: 0px 0px 10px 0px;
}
ul, ol {
	margin: 0px 0px 16px 15px;
	list-style-position: outside;
}
li { list-style-type: disc; }

a.skiplink { display: none; }

/* **************** HEADER **************** */
#headerPanel {
	width: 100%; height: 137px;
	border-bottom: 5px solid #FFFFFF;
	display: block;
}
#headerContent {
	width: 880px; height: 107px; padding: 30px 35px 0px 35px;
	margin-left: auto; margin-right: auto;
	background-image: url(../images/verticalRules.gif);
	background-position: right; background-repeat: repeat-y;
	display: block;
}
#logo {
	width: 136px; height: 60px;
	float: left;
	margin: 0px; padding: 0px;
	display: block;
}
#contacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left; clear: left;
	margin-left: 20px;
	height: 47px; line-height: 47px;
}
span.contactNo { font-family: "Arial Black", Arial, Helvetica, sans-serif; }
#contacts a:link, #contacts a:visited { color: #FFFFFF; text-decoration: none; }
#contacts a:hover { color: #FFFFFF; text-decoration: underline; }

/* **************** NAVIGATION **************** */
#nav {
	width: 435px;
	float: right;
	text-align: left;
	height: 47px;
}
* html #nav { padding-top: 60px; }
* + html #nav { padding-top: 60px; }
#nav ul {
	padding: 0px; margin: 0px;
	list-style: none;
	font-size: 16px; line-height: 47px;
}
#nav li { display: inline; margin-right: 15px; float: left; }
#nav li a { color: #FFFFFF; text-decoration: none; }
#nav li a:hover { color: #FFFFFF; text-decoration: underline; }

/* **************** PAGE CONTENT **************** */
#content {
	width: 880px;
	min-height: 440px;
	padding: 0px 35px 0px 35px;
	margin: 0px auto 0px auto;
	background-image: url(../images/verticalRules.gif);
	background-position: right; background-repeat: repeat-y;
}

#mainImg {
	width: 415px; height: 310px;
	float: right;
	margin-right: 35px;
	border-bottom: 5px solid #FFFFFF;
}

#textArea {
	width: 370px;
	min-height: 350px;
	float: left;
	margin: 20px 0px 20px 20px;
}

/* **************** FOOTER **************** */

#footer {
	width: 880px; height: 50px;
	margin: 20px auto;
	clear: both;
	font-size: 10px;
	color: #585758;
}
#footer a:link, #footer a:visited { color: #585758; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: underline; }
#footerNav { text-indent: 20px; float: left; }
#credits {
	width: 435px;
	float: right;
	text-align: left;
}