/* CSS Document */

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
	background-image: url(../images/page_background_blend.jpg);
	background-position: top; background-repeat: repeat-x;
}

img { border: 0; }

a:link, a:visited { color: #C55112; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; }

.corp_orange { color: #C55112; }


/* ********************* TEXT STYLES ********************* */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.1em; font-weight: normal; color: #C55112;
	padding: 0; margin-top: 0; margin-bottom: 12px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em; font-weight: normal; color: #C55112;
	padding: 0; margin-top: 0; margin-bottom: 12px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em; font-weight: normal; color: #C55112;
	padding: 0; margin-top: 0; margin-bottom: 12px;
}

p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em; line-height: 1.4em; color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 12px;
}
ul, ol {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
li.subLevel { margin-left: 15px; list-style-type: circle; }

p.firstPara, ul.firstPara { font-size: 1.6em; color: #333333; }
.contact { font-size: 0.9em; color: #666666; font-weight: bold; }

/* ********************* PAGE ********************* */

.clearDiv { height: 1px; clear: both; display: block; }
.clearDivPage { height: 20px; clear: both; display: block; }

/* *** HEADER *** */

#header_wrapper {
	width: 100%; height: 145px;
	background-image: url(../images/page_background_1.jpg);
	background-position: center top; background-repeat: no-repeat;
	display: block;
}
#header {
	width: 900px;
	margin-left: auto; margin-right: auto;
}
#logo {
	float: left;
	padding-top: 3px;
}
#strapline {
	width: 497px; height: 13px;
	float: left;
	background-image: url(../images/strapline.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
	margin-left: 69px; margin-top: 106px;
}
#strapline .straplineContent { display: none; }

/* *** PAGE INFO *** */

#page_wrapper {
	width: 100%; min-height: 337px;
	background-image: url(../images/page_background_2.jpg);
	background-position: center top; background-repeat: no-repeat;
}
#page {
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/page_background_2.jpg);
	background-position: center top; background-repeat: no-repeat;
	margin-left: auto; margin-right: auto;
}
* html #page { background-image: url(../images/page_background_2_ie6.jpg); }


/* *** NAVIGATION *** */
#nav {
	width: 145px;
	padding-left: 35px; padding-top: 100px;
	float: left;
}
#nav ul { list-style: none; margin-left: 0; }
#nav li {
	padding-bottom: 7px;
	border-bottom: 1px solid #666666;
	margin-bottom: 7px;
}
#nav li a { text-decoration: none; }
#nav li a:link, #nav li a:visited { color: #333333; }
#nav li a:hover { color: #000000; }
#nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover { color: #C55112; font-weight: bold; }


/* *** TYPE AREA *** */

#typeArea {
	width: 465px;
	float: left;
	margin-left: 70px;
	margin-top: 15px;
	min-height: 300px;
}

/* *** TYPE AREA *** */

#rightColumn {
	width: 125px;
	float: right;
	margin-top: 63px;
}

/* ********************* FOOTER ********************* */
#footer_wrapper {
	width: 100%; height: 60px;
	clear: both;
	background-color: #000000;
	background-image: url(../images/page_footer_lines_rpt.gif);
	background-position: top; background-repeat: repeat-x;
	display: block;
}
#footer {
	width: 900px; padding-top: 22px;
	background-image: url(../images/page_footer_lines.gif);
	background-position: center top; background-repeat: no-repeat;
	display: block;
	margin-left: auto; margin-right: auto;
}

#footerNav { float: left; }
#footerNav ul {
	list-style: none; margin: 0;
	font-weight: bold; font-size: 0.9em;
	color: #C55112;
}
#footerNav li { display: inline; }
#footerNav a:link, #footerNav a:visited { color: #C55112; text-decoration: none; }
#footerNav a:hover { color: #FFFFFF; text-decoration: underline; }

#credits {
	float: right;
	font-size: 0.9em; color: #999999;
}
#credits a:link, #credits a:visited { color: #999999; text-decoration: none; }
#credits a:hover { color: #C55112; text-decoration: underline; }

.drawingExample {
	border: 1px solid #CCCCCC;
	padding: 10px;
	display: block;
}