/* 
  -----------------------------------
  Deja Vu Interior - 04 Sidebar Left
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1b1b1b;
	min-width: 760px;
	background: #777775;
}
#logo {
	background: url(../../Virus/images/dj_logo_bg.jpg) repeat-x;
}
h1 {margin: 0;}
#tagline {
	margin: 3px 0 15px 20px;
	font-size: 0.65em;
	letter-spacing: .6em;
	font-weight: bold;
	color: #FFFFFF;
}
#tagline a {
	color: #FFFFFF;
	text-decoration: none;
}

#tag-line {
	margin: 6px 0 15px 20px;
	font-size: 0.95em;
	letter-spacing: .2em;
	color: #CCcccc;
	float: left;
}
#tag-line a {
	background: url(../../Virus/images/bullet_grey.gif) no-repeat right 50%;
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	padding: 2px 6px;
}
#tag-line a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: url(../../Virus/images/dj3_layout.gif) repeat-y;
}
#layoutcrown {
	height: 16px;
	line-height: 0.0;
	font-size: 0;
	background: url(../../Virus/images/dj3_layout_top.jpg) no-repeat;
}
#leftcolumn {
	float: right;
	width: 215px;
	font-size: 0.75em;
}
#midcolumn {
	float: right;
	width: 530px;
	margin: 0 0 0 15px;
	font-size: 0.8em;
}
#rightcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}
#layoutbottom {
	clear: both;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
	background: url(../../Virus/images/dj3_bottom.gif) no-repeat;
}
h2 {
	font-size: 1.3em;
	margin: 1.5em 0 0 0;
}
h2.top {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	letter-spacing: 0.3em;
}
h3 h4 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
.content {
	margin: 0 1px;
	padding: 12px;
	background: url(../../Virus/images/p7ap_light_gray_bevel.jpg) repeat-x;
}
.content p {
	margin: 6px 0 12px 0;
	line-height: 1.3em;
	font-size: .9em;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}

/*The bottom content - below the Accordion Panel menu*/
.grayed {
	margin: 0;
	font-size: .9em;
	color: #CCCCCC;
	background-color: #777775;
	padding: 4px 12px 4px 10px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;
	letter-spacing: .25em;
}


/*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 4px;
	border: 1px solid #999;
	color: #333333;
	background: #BCBFCC url(../../Virus/images/dj_linkgradient.jpg) no-repeat 0px 0px;
}
.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: #793500 !important;
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	font-size: .95em;
}
/*
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	text-align: center;
	list-style-type: none;
}
*/
.img_right {
	float: right;
	margin: 5px 0px 0px 15px;
	display: block;
    	
}

.img_left {
	float: left;
	margin: 5px 15px 0px 0px;
	display: block;
   }

html, body {
height: 101%;
}

/* form styles */

span.labelText {
	font-size: 0.75em;
	color: #cccccc;
}
.labelText {
	font-size: .75em;
	color: #333333;
}
#searchForm{
	position: absolute;
	right: 0;
	top: 8px;
	width: 25em;
	margin-right: 20px;
	padding-right: 27px;
	color: #FFFFFF;
}

#searchForm label{
	float: right;
}

#searchForm input.text{
	width: 12em;
}
#searchForm span.submit{
	display: block;
	position: absolute;
	right: 0;
	width: 17px;
	height: 17px;
	overflow: hidden;
	margin: 0.25em 0 0 0;
}

#searchForm span.submit input:hover, #searchForm span.submit input.hover{
	position: relative;
	margin-top: -17px;
}



