/* 
  -----------------------------------
  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: #1b1b1b;
	background-color: #1C1914 /*#231F19*/ /*#000000*/;
	min-width: 900px;
}

#logo {
	padding-left: 15px;
	background-image: url(img/dj_logo_bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	 margin: 0;
}

h2 {
	font-size: 1.5em;
	margin: 1.5em 0 0 0;
}

h2.top {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	letter-spacing: 0.3em;
}

h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}

da__em	{
	 color: #FF9;
	}


#tagline {
	margin: 8px 0 20px 22px;
	color: #DDDDDA;
	font-size: 0.65em;
	letter-spacing: .6em;
	font-weight: bold;
}

#wrapper {
 margin-left: 20px; 
	width: 1000px;
}

#layoutcrown {
	height: 10px;
	line-height: 0.0;
	font-size: 0;
}

#leftcolumn {
	float: right;
	width: 245px; 
	font-size: 0.75em;
}

#midcolumn {
	float: right;
	width: 725px;
	margin: 0 0 0 15px;
	font-size: 0.8em;
	color: #DDDDDA /*#CCCCCC*/;
	line-height: 150%;
}


/*
#rightcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}
*/

#layoutbottom {
	clear: both;
	height: 10px;
	line-height: 0.0;
	font-size: 0;
}

.content {
	background: #1C1914 /*#231F19*/ /*#000000*/;
	margin: 0 1px 0 1px;
	padding: 15px;
	padding-top: 0px;
}

.content p {
	margin: 0 0 12px 0;
	line-height: 1.35em;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}

.content h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
/*Explicitly set dark blue link colors for IE7 Vista*/
.content a, .p7AB p a, .footer a {
 text-decoration: none;
	color: #CFF;
}

.content a:hover, .p7AB p a:hover, .footer a:hover {
	color: #FF9;
}

.image_inline_left{
	margin-right: 20px;
	margin-bottom: 10px;
	border: 3px solid #AAAAAA;
}

.image_inline_right{
 margin-top: 20px;
	margin-left: 20px;
	border: 3px solid #AAAAAA;
}

.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
}

#footerbox {
	width: 1000px;
	margin-top: 60px;
}

.footer {
 background-color: #1C1914 /*#231F19*/ /*#000000*/;
 color: #DDDDDA;
	font-size: .9em;
	text-decoration: none;
	letter-spacing: .1em;
	padding-top: 30px;
	margin-left: 8px;
}

#footer  {
}

/*The bottom content - below the Accordion Panel menu*/
.grayed, .grayed_home {
	margin: 0;
	font-size: .9em;
	color: #DDDDDA /*#CCCCCC*/;
	background-color: #666666;
	padding: 4px 12px 4px 16px;
 /*border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;*/
	border: 1px solid #000000;
	border-top: none;
/*
letter-spacing: .5em;
*/
}

.grayed_home a {
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	letter-spacing: .1em;
	margin-left: 4px;
}


#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 #999;
	color: #333333;
	background-image: url(img/dj_linkgradient.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}
.menulist a:hover {
	color: #333333;
	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, #p7APM_1 {
	border: 0;
	padding: 0;
	margin: 0 1px;
	background-color: transparent;
}
.p7ABtrig h3, .p7ABtrig h4 {
	font-size: 1em !important;
}
#p7ABW1 .p7ABtrig a {
	border-bottom: 1px solid #333 !important;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	background-color: #000000 !important;
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

.important {
	color: red;
		
}
