/* 
  -----------------------------------
  Deja Vu Interior - Single Column
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
html, body {height:101%;}
body {
	background-color: #526574;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1b1b1b;
	margin-top: 20px;
	padding: 0px;
	min-width: 760px;	
}
#logo { background-image: url(img/dj_logo_bg.jpg);
	background-repeat: repeat-x;
	
} 

h1 {margin: 0;}

#wrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(../megavator/img/dj1b_layout.jpg);
	background-repeat: repeat-y;
}
#layoutcrown {
	background-image: url(../megavator/img/dj4_layout_top.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
#midcolumn {
	float: right;
	width: 760px;
	margin: 0;
	font-size: .8em;
}
#layoutbottom {
	clear: both;
	background-image: url(../megavator/img/dj4_bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
h2 {font-size: 1.5em;}

h2.top {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	letter-spacing: .3em;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
.content {
	margin: 0 1px;
	padding: 1px 32px 20px 32px;
}
.content p {
	margin: 6px 0 6px 0;
	line-height: 1.3em;
	text-align: justify;
}
.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: #0000FF;

}

/*Link styles */ 
.content a {
	color: #BF0F1E; /* red */
	text-decoration: none;
}

.content a:visited {
color: #000066; /* blue */
text-decoration:none;
} 

.content a:hover {
	color: #FFFFFF; /* white */
	background-color:#993300; /* brown */
	text-decoration:none;
}

.content a:active  {
color:#663300; /* brown */
text-decoration:none;
} 

.note {
	color: #333333;
	font-size: 0.85em;
}
#footerbox {
	width: 760px;
	margin: 0 auto;
}
#footer {
	font-size: .7em;
	color: #000000;
}
#footer p {
	margin: 12px 20px 6px 6px;
}
/*The bottom content - below the Accordion Panel menu*/
.grayed {
	margin: 0;
	font-size: .9em;
	color: #CCCCCC;
	background-color: #666666;
	padding: 4px 12px 4px 16px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;
	letter-spacing: .5em;
}
#cancel_background {
	background-image: none;
	margin: 0;
	padding-top: 12px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.img_right {
	float: right;
	margin: 5px 0px 0px 15px;
	display: block;  	
}

.img_left {
	float: left;
	margin: 5px 15px 0px 0px;
	display: block;
}
.callout {
	float: left;
	width: 132px;
	margin: 6px 10px 0px 0px;
	padding: 10px;
	border: 1px solid #793500;
	font-size: 0.85em;
}

.redbox {
	margin: 0;
	color: #FFFFFF;
	background-color: #990000;
	padding: 6px 14px 6px 14px;
	display:block;
}
