/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  04: 2Col_Fixed_Full_Width_Header_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	background-image: url(../images/template/dunbarwebdesign_vert.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	letter-spacing: 1.15px;
}
#masthead {
	background-image: url(../images/template/filler_top.jpg);
	background-repeat: repeat-x;
}
#masthead .content {
	height: 155px;
	background-image: url(../images/template/banner.jpg);
	background-repeat: no-repeat;
}

#menu {
	background-image: url(../images/template/menu.jpg);
	background-repeat: no-repeat;
}
#menu .content {
	height: 30px;
	width: 820px;
	margin-left: 92px;
	padding-top: 8px;
}


#wrapper {
	background-image: url(../images/template/content_middle.jpg);
	background-repeat: repeat-y;
}
#column_wrapper {
	background-image: url(../images/template/content_next.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#column_top {
	background-image: url(../images/template/content_top.jpg);
	background-repeat: no-repeat;
	height: 44px;
}
#column_bottom {
	background-image: url(../images/template/content_bottom.jpg);
	background-repeat: no-repeat;
	height: 59px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 650px;
	float: left;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #999999;
}
#right {
	width: 250px;
	float: left;
}
#left .content {
	padding: 0px 10px 0px 10px;
	font-size: 0.8em;
	line-height: 1.65em;
	margin: 0px 0px 0px 120px;
}
#right .content {
	padding: 24px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#footer {
}
#footer .content {
	margin: 0px 0px 0px 120px;
	font-size: 0.7em;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #D3A007;}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#right a:link {
	color: #58306D;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #B185C9;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #333333;
	padding: 0 0 0 6px;
	border-left-color: #D4A613;
	border-left-style: solid;
	border-left-width: 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}

.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
	background-image: url(../images/template/but_down.jpg);
}
h1 {
	font-size: 1.6em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.caption {
	font-size: 0.8em;
	color: #666666;
}

.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
#left .content img {
	margin: 10px;
}
#left .content .new {
	background-image: url(../images/template/new.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 40px;
}
#left .content li {
	margin-bottom: 10px;
	list-style-image: url(../images/template/bullet.png);
}
#mist {
	height: 350px;
}
