/* 
  -----------------------------------
  Deja Vu Interior - 04 Sidebar Left
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	/* margin-left: 0; margin-right: 0;  for IE 6 box error */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1b1b1b;
	background-color: #FFFFFF;
	min-width: 780px;
}
html, body {
	height: 100.1%;
}
#logo {
	background-image: url(img/dj_logo_bg.jpg);
	background-repeat: repeat-x;
}

#masthead {
/*padding: 34px 20px;*/
/*border: 1px solid red;*/
background-image:url(img/tel.jpg);
background-repeat: no-repeat;
background-position: right top;
}
h1 {margin: 3px 0 15px 0px;
	font-size: 0.65em;
	letter-spacing: .55em;
	font-weight: bold;
}
#tagline {
margin: 3px 0 15px 24px;
	/*font-size: 0.65em;
	letter-spacing: .55em;
	font-weight: bold;*/
}
#wrapper {
	margin: 0 auto;
	width: 780px;
	background-image: url(img/dj3_layout.jpg);
	background-repeat: repeat-y;
	}
#layoutcrown {
	background-image: url(img/dj3_layout_top.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
#leftcolumn { /*border: 1px solid blue;*/
	float: right;
	width: 215px;
	font-size: 0.75em;
}
#midcolumn { /*border: 1px solid green; */
	float: right;
	width: 550px; 
	margin: 0 0 0 15px;
	font-size: 0.8em;
}
#rightcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}
#layoutbottom {
	clear: both;
	background-image: url(img/dj3_bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
h2 {
	margin: 1.1em 0 0.5em 0;
	font-size: 0.8em;
	letter-spacing: .45em;
	font-weight: bold;
}
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;
}
h4 {
	font-size: 1.2em;
	margin: 1.1em 0 0 0;
}
h5 {
	font-size: 0.2em;
	margin: 0.2em 0 0 0;
}
.content {
	background-image: url(../p7ap/images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	margin: 0 1px 0 1px;
	padding: 18px;
}
.content p {
	margin: 6px 0 12px 0;
	line-height: 1.3em;
}
.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;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000000;
}
.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
}
.dvdnote {
	font-size: 0.95em;
	padding: 5px 0 0 0;
	/*border: 1px dotted #333;*/
}
.notequote {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
	background-color:#D5E9BE;
}
.notequotewd {
	font-size: 0.95em;
	letter-spacing: .1em;
	padding: 12px;
	border: 1px dotted #333;
	background-color:#D5E9BE;
}
.notehome {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
	background-color:#e5da9a;
}
.noteform {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
	background-color:#3B8574;
	color: #FFFFFF;
}
.noteheader {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
	background-color:#B0C3E3;
}
.smallquote {
	font-size: 1.35em;
	font-weight: bold;
	color: #39726B;
	letter-spacing: .11em;
}
.medquote {
	font-size: 1.8em;
	font-weight: bold;
	color: #39726B;
	letter-spacing: .3em;
}
.homequote {
	font-size: 1.1em;
	color: #39726B;
	font-weight: bold;
	letter-spacing: .1em;
}
#footerbox {
	width: 780px;
	margin: 0 auto;
}
#footer {
	font-size: .7em;
}
#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: 1px 12px 0px 16px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;
	letter-spacing: .5em;
}
#cancel_background {
	background-image: none;
	margin: 0;
	padding-top: 12px;
}
.smallcol { 
	float: left;
	width: 120px;
	margin: 0 0 25px 25px;
}


/*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 {
	border: 0;
	padding: 0;
	margin: 0 1px;
	background-color: transparent;
}
.p7ABtrig h3, .p7ABtrig h4 {
	font-size: 1em !important;
}
#p7ABW1 .p7ABtrig a { /* adjust border colour below */
	border-bottom: 1px solid #666 !important;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down { /* adjust trigger colour below */
	background-color: #3A736C !important;
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
.floatleft { 
    float: left; 
    /*margin: 14px 14px 4px 4px; */
	/*border: 1px solid red;*/
	padding: 14px 14px 4px 4px; 
	background-color: #FFFFFF;
	background-image:url(../images/pre.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}
.floatright { 
    float: right; 
    /*margin: 4px 4px 10px 14px;*/
	padding: 4px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image:url(../images/pre.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}
.floatrighttip { 
    float: right; 
    padding: 0px 0px 0px 30px;
	background-image:url(../images/pre.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}
.clearfloat {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0;
display: block;
}
#footer-left {
float: left;
width: 50%;
padding: 6px 0 6px 10px;
}
#footer-right {
text-align: right;
padding: 6px 10px 6px 0;
}
img { border:none; }


.vidlink a:link {
	color: #0000FF;
	text-decoration: underline;
}
/*.vidlink a:visited {
	color: #0000FF;
	text-decoration: underline;
}*/
.vidlink a:hover {
	color: #003366;
	text-decoration: none;
	background-color:#98CAEF;
}
.vidlink a:active {
	color: #0000FF;
	text-decoration: underline;
}
.photo {float: left;}

.callhead {
font-size: 1.3em;
line-height: 1.4em;
color: #0D6E6E;
letter-spacing: 0.09em;
text-align:right;
}
.redstyle {
color: #FF0000;
font-weight: bold;
text-align: center !important;
}
