/* 
  -----------------------------------
  Deja Vu Interior - 04 Sidebar Left
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Couier New, Courier, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #CCCCCC;
	background-color: #000000;
	min-width: 760px;
}
#logo {
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
	color: #CCCCCC;
}
h1 {margin: 0;}
#tagline {
	margin: 7px 0 30px 40px;
	font-size: 0.7em;
	letter-spacing: 0.6em;
	font-weight: bold;
}
#wrapper {
	margin: 0 auto;
	width: 860px;
	background-repeat: repeat-y;
}
#layoutcrown {
	background-repeat: no-repeat;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
}
#leftcolumn {
	float: right;
	width: 245px;
	font-size: 0.75em;
}
#midcolumn {
	float: right;
	width: 600px;
	margin: 0 0 0 15px;
	font-size: 0.8em;
	border: none;
}
#rightcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}
#layoutbottom {
	clear: both;
	background-repeat: no-repeat;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
h2 {
	font-size: 1.5em;
	margin: 1.5em 0 0 0;
}
h2.top {
	margin: 1em 0 1em 0;
	font-size: 1.1em;
	letter-spacing: 0.2em;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
.content {
	background-repeat: repeat-x;
	margin: 0 1px 0 1px;
	padding: 20px;
}
.content p {
	margin: 6px 0 12px 0;
	line-height: 1.3em;
	color: #999999;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}
/*Explicitly set dark blue link colors for IE7 Vista*/
.content a, .p7AB p a, #footer a {
	color: #008900;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #CCCCCC;
}

.content p a {
	color: #222222;
}
.content p a:hover {
	color: #555555;
}

.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
	background-color: #003300;
}
#footerbox {
	width: 700px;
	margin: 0 auto;
}
#footer {
	font-size: 0.7em;
	float: right;
	margin-right: 100px;
}
#footer p {
	margin: 12px 20px 6px 6px;
	color: #666666;
}
/*The bottom content - below the Accordion Panel menu*/
.grayed {
	margin: 0 2;
	font-size: 0.9em;
	color: #CCCCCC;
	padding: 6px 12px 6px 16px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;
	letter-spacing: 0.3em;
	background-color: #666666;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#cancel_background {
	margin: 0px;
	padding-top: 12px;
}
/*The links inside the Accordion Panel menu*/
.menulist {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 1em;
}
.menulist li {
	margin: 0 0 4px 0;
}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border: 1px solid #999;
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #000000;
}
.menulist a:hover {
	color: #FFFFFF;
	border-color: #505050;
	background-position: 0px -100px;
	text-decoration: none;
}
/*
The YOU are HERE link assigned by the Accordion Panel script
to mark the current page link
*/
.p7ap_currentmark {
	font-weight: bold;
	border-color: #505050 !important;
	background-position: 0px -200px!important;
	cursor: default;
}
/*Affects only the Accordion Panel component that houses the nav menu. 
We turn off borders, padding, and background color, 
and assign a left margin of 1px to nudge the accordion over
to clear and reveal the column border
*/
#p7ABW1 {
	padding: 0;
	margin: 0 1px;
}
.p7ABtrig h3, .p7ABtrig h4 {
	font-size: 1.4em !important;
	margin: 0;
	padding: 0;
}
#p7ABW1 .p7ABtrig a {
	border-bottom: 1px solid #000000!important;
	border-top: 0px solid #4A4A4A;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	background-color: #000000!important;
}
.panel_list {
	margin: 0 0 0 0.5em;
	padding: 0 0 0 0.5em;
}
h4 {
	margin: 0 0 0 0;
	color: #666666;
	font-size: 2em;
	padding-top: 8px;
	padding-left: 80px;
}

