/* COLORS */
/* link normal: #F2CF76
/* link hover/active: #3C3620
/* Ashnil green: #937C02 #996600 (websafe)
/* Ashnil brown: #996633 (websafe)
/* light bg:  #ECE3C4
/* middle bg: #CEB966
/* dark bg: #453C16
/* Ashnil red: #990033
*/


body {
	background-color: #fff;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
}
/*********************************** global styles ***************************************/

.clearfloat {
	clear: both;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}

select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
}
h1 {
	font-family: Arial, Verdana, serif;
	font-size: 2.0em;
	font-stretch: .1em;
	color: #000;
	text-transform: lowercase;
	margin-bottom: 20px;
	line-height: 130%;
}
h2 {
	font-size: 1.0em;
	font-stretch: 0.1em;
	color: #000;
	text-transform:uppercase;
}
h3 {
	font-size: 1.0em;
	color: #000;
	padding: 0;
	margin-bottom: 0px;
}
.headersecond {
	margin-top: 20px;
	padding-top: 12px;
	border-top: 1px dotted #990033;
}
.second {
	padding-top: 20px;
}
a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0em !important; 
	border-color: #000000 !important;
	color: #990033 !important;
}
img {
	border: none;
}
.imageleft {
	float: left;
	margin-right: 20px;
}
.imageright {
	float: right;
	margin-left: 20px;
}
.quotebox {
	background-image: url(../images/quotationmarks_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: transparent;
}
.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: right;
	color: #31291A/*#666*/;
	font-style:italic;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border-top: 0px dotted #666;
	background-image: url(../images/quotationmarks_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
p.quotename {
	margin: 0px 0px;
	padding: 20px 0px 20px 0px;
	font-style:normal;
	font-size: 0.9em;
	text-align: right;
	color: /*#31291A*/#333;
	font-weight: bold;
	border-bottom: 1px dotted #666;
}
p.smallquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	text-align: left;
	color: #31291A/*#666*/;
	font-style:italic;
	line-height: 150%;
	margin: 12px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	border-top: 1px dotted #666;
	}
div .center {
	width: 100%;
	margin: 0 auto;
}
.sidebarleftfloat {
	float: left;
	width: 158px;
	height: auto;
	margin: 0px 20px 15px 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: 4px solid #CEB966;
	background-color: #fff;
}
.sidebarleftfloat ul{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	list-style-type:none;
}

.sidebarleftfloat li{
	display: block;
	margin: 0;
	padding: 0px;
	border-bottom: 1px dotted #E0E078;
}
.sidebarleftfloat a {
	display: block;
	text-decoration: none;
	color: #453C16;
	padding: 5px 5px 5px 20px;
	background-image: url(../images/arrow_fwd.gif);
	background-repeat:no-repeat;
	background-position: 5px 9px;
}
.sidebarleftfloat a:hover {
	text-decoration: none;
	background-color: #CEB966;
	color: #453C16;
}
.sidebarleftfloat .p7uberlink {
	background-image: url(../images/arrow_dot.gif);
	background-repeat:no-repeat;
	background-position: 5px 9px;
}
.sidebarleftfloat h2 {
	/*background-color: #CEB966;*/
	color: #453C16;
	margin: 0;
	padding: 5px;
	border-top: 2px solid #CEB966;
	border-bottom: 1px solid #CEB966;
}
/***********************************************LAYOUT STYLES *************************************/
#outerwrapper {
	width: 1012px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #fff;
	border-left: 1px solid  #000;
	border-right: 1px solid  #000;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	height: auto;
	margin: 0px auto 0px auto;
}

/************************************ masthead divs ********************************/
#masthead {
	display: none;
	width: 100%;
	height: 120px;
	border: 0px dotted green;
}
#logo {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 150px;
	height: 69px;
}
#navigation {
	display: none;
}
#subnav {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 350px;
	height: 21px;
	text-align: right;
	font-size: .9em;
	color: #996600;
	border: 0px dotted red;
}
/************************************** banner div ****************************************/
#banner {
	display: none;
	width: 100%;
	height: 0px;
	margin: 0px 0px;
	border: 0px dotted yellow;
}
/************************************** secondary nav ****************************************/
#tagline {
/*	display: none;*/
	width: 100%;
	height: 40px;
	margin: 5px 0px;
	background-color: #fff;
	background-image: url(images/tagline_950.jpg);
	background-repeat:no-repeat;
	border: 0px dotted yellow;
	color: #efefef;
}
#tagline .content {
	padding: 10px;
	}

/************************************** main content **************************************/
#contentwrapper {
	height: auto;
	padding: 0px;
	border: 0px dotted green;
	margin: 0px;
}
#maincontent {
	position: relative;
	margin-top: 0px;
	margin-right: 350px;
	padding-top: 20px;
	border: 0px dotted #ff0000;
	text-align: justify;
}
#maincontent #printbox {
	display: none;
}
#maincontent .bottomlinks a{
	display: block;
	background-image: url("../images/arrow_fwd.gif");
	background-position:left;
	background-repeat:no-repeat;
	margin:0;
	padding: 3px 0px 3px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #996600;
}
#maincontent .bottomlinks a:hover{
	color: #990000;
}
#sidebarright {
	float: right;
	width: 316px;
	padding: 20px 0px 0px 0px;
	margin-top: 10px;
	margin-left: 20px;
	background-color: #fff;
	border-top: 0px dotted #996600;
	border-left: 1px dotted #666;
}
#sidebarright .content {
	padding: 0px 20px 20px 20px;
	font-size: .9em;
	color: #31291A;
	text-align:justify;
}
/***********************************************footer ***************************************/
#footer {
	height: 200px;
	border-top: 1px dotted #fff;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	background-color: #fff;
	font-size: 1.0em;
	color: #666;
}
#footer .content {
	padding: 10px 20px 10px 20px;
}
#footer .box {
	float: left;
	width: 17%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px dotted #fff;
	background-color: transparent;
}
#footer .box .header{
	font-size: 14px;
	font-weight: bold;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #996600;
	text-decoration:none;
}
#footer .p7uberlink {
	color: #996600!important;
	}
/************************************** boxes **************************************/
.box {
	margin: 0px 0px 22px 0px;
	padding: 12px 0px 0px 0px;
	border-top: 1px dotted #453C16;
	display: table;
}
#boxwrapper {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
}
#box1, #box2, #box3 {
	position: relative;
	width: 21.8em;
	height: 400px;
	background-color: transparent;
	font-size: .9em;
	text-align:justify;
}
#box1 {
	float: left;
}
#box2 {
	float: left;
	margin-left: 2em;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
}
#box3 {
	float: right;
	margin-left: 2em;
	padding-left: 0px;	
	border-left: 0px dotted #666;	
}
#box1 .content, #box2 .content, #box3 .content {
	padding: 0px;
}
.content {
	padding: 20px;
}
.linkbottomright {
	position: absolute;
	top: 340px;
	right: 20px;
	text-align: right;
	margin-top: 30px;
}
.Accordion {
  overflow: visible !important;
}
.AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}

