/* 
  -----------------------------------
  Three Column 920 Left
  by John Schnell
  www.johnschnell.net
  -----------------------------------
*/
body {
	background-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1b1b1b;
	margin: 0px;
	padding: 0px;
	min-width: 920px;
}
#logo {
	background-image: url(img/dj_logo_bg.jpg);
	background-repeat: repeat-x;
}
h1 {margin: 0;}

#wrapper {
	margin: 20px auto;
	width: 920px;
	background-image: url(img/dj1b_layout.jpg);
	background-repeat: repeat-y;
}
#layoutcrown {
	background-image: url(img/dj1b_layout_top.jpg);
	background-repeat: no-repeat;
	height: 16px;
	font-size: 0;
}
#leftcolumn {
	float: right;
	width: 215px;
	font-size: .75em;
}
#midcolumn {
	float: right;
	width: 460px;
	margin: 0 15px;
	font-size: .75em;
}
#rightcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}
#layoutbottom {
	clear: both;
	background-image: url(img/dj1b_bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	font-size: 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;
	letter-spacing: 0.1em;
	margin: 0 0 0 0;
}
h4 {
	font-size: 1.1em;
	letter-spacing: 0.05em;
	margin: 0 0 0 0;
}
.content {
	background-image: url(../p7ap/images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	margin: 0 1px 0 1px;
	padding: 20px;
}
.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: #999999;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000000;
}
.note {
	font-size: 0.95em;
	color: #077CC0;
	padding: 12px;
	border: 1px dotted #999;
}
.callout {
	float: left;
	width: 160px;
	margin: 0px 10px 0 0;
	padding: 8px;
	border: 1px dotted #333333;
	font-size: 0.75em;
	font-weight: bold;
}
.callout-wide {
	float: left;
	width: 240px;
	margin: 0px 10px 0 0;
	padding: 8px;
	border: 1px dotted #333333;
	font-size: 0.75em;
	font-weight: bold;
}
.copyright {
	tex-align: center;
	font-size: 0.95em;
	font-weight: normal;
}
.legend { 
	color: #cccccc; 
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .05em;
}
.legend-font { 
	color: #ababab; 
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: .75em;
	font-weight: normal;
}
.date-font { 
	color: #09018b; 	
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: .7em;
	font-weight: normal;
	letter-spacing: .05em;
}
 
fieldset	{ padding: 10px; -moz-border-radius: 5px; border: #666666 1px solid; }

fieldset legend	{ padding: 0; margin-bottom: 5px; }

.image-border		{ LEFT: 0px; position: relative; bottom: 0px; border: #999999 1px solid; }

.image-borderon		{ LEFT: 1px; position: relative; bottom: 5px; border: #e1e1e1 1px solid; }

 /* PAGE LINK COLORS */


a:link		{ color: #0075be; text-decoration: none; }

a:visited	{ color: #0075be; text-decoration: none; }

a:active	{ color: #333333; text-decoration: none; }

a:hover		{ color: #333333; text-decoration: none; }

#footerbox {
	width: 920px;
	margin: 0 auto;
}
.footer {
	font-size: .7em;
	color: #ccc;
}
.footer p {
	margin: 0px 20px 6px 6px;
}
.footer a:link {
	color: #0075be;
	text-decoration: none;
}
.footer a:visited {
	color: #0075be;
	text-decoration: none;
}
.footer a:active {
	color: #ffcc66;
}
.footer a:hover {
	color: #ffcc66;
}

/*The bottom content - below the Accordion Panel menu*/
.grayed {
	margin: 0;
	font-size: 100%;
	color: #f1f1f1;
	background-color: #0075be;
	padding: 4px 12px 4px 16px;
	border-top: 1px solid #0075ne;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #202020;
	letter-spacing: .1em;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #077CC0;
}
.company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #077CC0;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #d20f20;
}
#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 {
	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: #b6d6e6 !important;
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
