/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	height: 70px;
	padding: 0px;
	margin: 0 0 20px 0;
	background-color: #274372;
	background-image: url(../images/drj_header_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logodiv {
	text-align: right;
}

#topmenu {
	font-family: Verdana;
	padding-left: 40px;
	color:#000000;
	font-size: .80em;
	}
	
#topmenu a:link, #topmenu a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
#topmenu a:hover {
	color:#000099;
	text-decoration: underline;
	}

#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm08_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm08_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(img/clm08_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.highlights {
	font-style: italic;
	}
	
#center {
	width: 450px;
	float: left;
}
#left {
	width: 160px;
	float: left;
}
#right {
	width: 160px;
	float: left;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.35em;
}
#left .content {
	padding: 24px 8px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 8px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 0px;
}
#footer {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #990000;
}
#center a:link {
	color: #990000;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #990000;
	text-decoration: none;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #990000;
	text-decoration: underline;
}


#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #B0B0B0;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color:#990000;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
	color: #660000;
	line-height: 1.2em;
}
h2 {
	font-size: 1.6em;
	margin: 10px 0 10px 0;
	color: #000000;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

#right h2 {
	color:#660000;
}

#floatbox {
	float: right;
	width: 160px;
	border: thin;
}