/*----------------------------------------
No Sidebar Style Sheet

version 1.0
author: PTC
last updated: 3-19-2007
----------------------------------------*/



/* Standard Document Styles
----------------------------------------*/
body {
	background-color: #634235;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
}

body, html { min-height: 100.1%;}
/* BUG FIX: min-height fixes page jump in firefox when vertical scrollbar is not necessary */

.clearer {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

td {font-family: Arial, Helvetica, sans-serif;}

div h1, h2, h3, p { margin: 0; padding: 0;}



/* Container Elements
----------------------------------------*/
#pagewrap {
	margin: 0 auto;
	padding: 0 22px 22px 22px;
	width: 790px;
	background-color: #FFFFFF;
	border-left: 10px solid #4A3128;
	border-right: 10px solid #4A3128;
}

#logo { padding: 15px;}

/*#mainnav {
	padding: 0 5px;
	background-color: #9D9D9D;
	background-image: url(../images/mainnav_gradient.jpg);
	background-repeat: repeat-x;
}*/

#splashwrap {
	margin: 0 auto;
	padding: 0 0 0 15px;
	background-image: url(../images/splash_gradient_small.jpg);
	background-repeat: repeat-x;
}

#splash { height: 100px;}
/* NOTE: The Splash div graphic is customized per page in the perpagestyles.css stylesheet */


#colwrap {
	margin: 0 15px;
}

#endnav {
	clear: both;
	margin-top: 75px;
	padding: 0 15px;
}

#footer {
	margin: 7px 0;
	padding: 7px 0 7px 15px;
	background-color: #E7E7E7;
	border-top: 1px solid #9B9B9B;
}

.section {
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #CCCCCC;
}

.testsection {
	margin: 30px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
}

.section-head { padding-bottom: 15px;}

.section-image {
	float: left;
	width: 226px;
}

.section-text {
	float: right;
	width: 493px;
}



/* Text Styles
----------------------------------------*/
.firstline { margin-top: 0!important; padding-top: 0!important;}

#splash h1 {
	margin-right: 300px;
	padding: .5em 0 0 0;
	font-size: 1.45em;
	font-weight: bold;
	color: #FFFFFF;
}

#splash p {
	margin: .25em 320px 0 0;
	padding: .25em 0 0 0;
	font-size: .75em;
	color: #E7DCCC;
	border-top: 1px dotted #E7DCCC;
}

.section { font-size: .9em; line-height: 1.5em;}

.section-text h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 15px;
	color: #000000;
}
.section-text p { margin-top: 1.5em;}

.section-text ol, .section-text ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.section-text li { margin-top: .5em;}

.section-text li li { margin-top: .10em;}

#endnav { font-size: .7em;}

#endnav ul {
	margin: 0;
	padding: 0;
	border-left: 1px solid #DCDCDC;
}

#endnav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #DCDCDC;
}

#footer { font-size: .7em; color: #000000;}



/* Links
----------------------------------------*/
.section a:link, .section a:visited { color: #FF0000;}
.section a:hover, .section a:active { color: #FF0000;}

#endnav a:link, #endnav a:visited { color: #999999; text-decoration:none;}
#endnav a:hover, #endnav a:active { color: #000000;}


