/* CSS Document */

/* Header Styling */
#header h1 {
	display:none;
}
/* Navigation Styling */
#nav {
	font-size:8pt;
}
#nav ul {
	margin:0 2px 0 10px;
	padding:0;
	list-style-type:none;
	color:#FF0;
	font-weight:bold;
}
#nav li {
	margin:10px 0;
	padding:0;
}
#nav li a, #nav li a:visited {
	text-decoration:none;
	color:#FF0;
}
#nav li a:hover, #nav li a:active{
	color:#F90;
}
/* Content Styling */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#222;
}
#content h1 {
	padding:0;
	margin:0 25% 0 0;;
	border-bottom:2px solid #F90;
	/*font-size:1.5em;*/
}
#content h2 {
	padding:0;
	margin:10px 30% 0 0;
	border-bottom:1px solid #F90;
	/*font-size:1.2em;*/
}
#content h3 {
	padding:0;
	margin:5px 0 0 10px;
	/*font-size:1em;*/
}
#content p {
	padding:0;
	margin:0 10px 15px 10px;
	line-height:1.4em;
	/*font-size:.8em;*/
	text-align:justify;
}
#content a, #content a:visited {
	text-decoration:none;
	color:#DD0;
	/*border-bottom:1px dashed #0CF;*/
}
#content a:hover, #content a:active {
	text-decoration:none;
	color:#F90;
	/*border-bottom:1px dashed #6F0;*/
}
.button {
	margin:20px;
}
.button a {
	border:2px outset #CCC;
	padding:5px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.button a:link,
.button a:visited {
	color:#FFFF00 !important;
	background-color:#999 !important;
}
.button a:hover,
.button a:active {
	color:#B33B00 !important;
	background-color:#F90 !important;
}
img {
	border:0;
}
.image {
	padding:5px 10px;	
}
.image img {
	border:2px outset #CCC;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.caption {
	max-width:100%;
	font-size:.7em;
	text-align:center;
	color:#009;
}
/* Footer Styling */
#footer p {
	margin:0 0 0 120px;
	color:#FFF;
	padding:0;
	font-size:8pt;
	text-align:center;
}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#FFF;
	border-bottom:1px dashed #FFF;
}
#footer a:hover, #footer a:active {
	text-decoration:none;
	color:#FF0;
	border-bottom:1px dashed #FF0;
}
/* Positioning */
body {
	background-color:#CCC;
}
#wrapper {
	width:755px;
	margin:0 auto;
	background-image:url(./images/wrapper_mid.png);
	background-repeat:repeat-y;
}
#header {
	background-image:url(./images/wrapper_top.png);
	height:92px;
	margin-bottom:20px;
}
#nav_top {
	background-image:url(./images/nav_top.png);
	background-repeat:no-repeat;
	height:5px;
}
#nav {
	width:116px;
	margin-left:7px;
	float:left;
	background-image:url(./images/nav_mid.png);
	background-repeat:repeat-y;
}
#nav_btm {
	background-image:url(./images/nav_btm.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:5px;
}
#content_top {
	background-image:url(./images/content_top.png);
	background-repeat:no-repeat;
	height:10px;
	position:relative;
}
#content {
	background-image:url(./images/content_mid.png);
	background-repeat:repeat-y;
	width:610px;
	margin-left:125px;
}
#content_wrapper {
	margin:0 15px;
}
.prop_nav {
	float:right;
	width:1px;
	height:100px;
}
.prop_content {
	float:right;
	width:1px;
	height:400px;
}
.clear {
	clear:both;
}
#content_btm {
	background-image:url(./images/content_btm.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
	position:relative;
}
#footer {
	background-image:url(./images/wrapper_btm.png);
	height:38px;	/* 53-18 (padding) */
	padding-top:15px;
}