/* 
  -----------------------------------
  Deja Vu Interior - 04 Sidebar Left
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	height: 101%;
}
#logo {
	background-image: url(../images/graf_pbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100px;
}
#tagline {
	margin: 3px 0 30px 20px;
	font-size: 0.65em;
	letter-spacing: 0.6em;
	font-weight: bold;
	color: #545454;
}
#wrapper {
	margin: 2.4em auto 0;
	width: 770px;
}
#layoutcrown {
	background-repeat: no-repeat;
	height: 16px;
	line-height: normal;
	font-size: 0;
	display: none;
}
#leftcolumn {
	float: right;
	width: 170px;
	font-size: 0.75em;
	height: auto;
	margin-right: 8px;
}
/*Main Content*/
h1 {
	margin: 0px;
	font-size: 1.3em;
	padding: 2px 40px;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #CCCCCC;
	letter-spacing: 0.35em;
	background-attachment: fixed;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}
#midcolumn {
	font-size: 0.8em;
	background-image: none;
	width: 580px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: right;
}
#rightcolumn {
	float: left;
	width: 155px;
	font-size: .75em;
}
#layoutbottom {
	clear: both;
	background-image: none;
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
.content {
	margin: 30px 40px;
	padding: 0px;
	font-size: 1em;
}
.content p {
	margin: 6px 1px 12px;
	line-height: 1.4em;
}
.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: #000000;
	font-weight: bold;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000000;
}
.note {
	padding: 12px;
	border: 1px dotted #333;
}
/***********FOOTER************/
/*Footer Container*/
#footerbox {
	font-size: 0.7em;
	width: 200px;
	margin: auto;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*Footer Content*/
#footer {
	margin: 0;
	color: #999999;
	height: auto;
	padding: 0px;
}
#footer p {
	margin: 0;
	text-align: right;
}

/*The bottom content - below the Accordion Panel menu*/
.grayed {
	margin: 0;
	font-size: 0.9em;
	color: #999999;
	background-color: #FFFFFF;
	padding: 4px 12px 4px 16px;
	letter-spacing: 0.5em;
	border: 1px none;
}
#cancel_background {
	background-image: none;
	margin: 0;
	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 #CCCCCC;
	color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menulist a:hover {
	color: #000000;
	border-color: #000000;
	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: #333333!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 {
	border: 0;
	padding: 0;
	margin: 0 1px;
	background-color: transparent;
}
.p7ABtrig h3, .p7ABtrig h4 {
	font-size: 1em !important;
}
#p7ABW1 .p7ABtrig a {
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
