/* 
  -----------------------------------
  Deja Vu Interior - Single Column
  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(../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;
	}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: url(../images/dj3_layout_single.jpg) repeat-y;
}
#layoutcrown_single {
	height: 16px;
	line-height: 0.0;
	font-size: 0;
	background: url(../images/dj3_layout_top_single.jpg) no-repeat;
}
#midcolumn {
	float: right;
	width: 760px;
	margin: 0;
	font-size: .8em;
}
#layoutbottom_single {
	clear: both;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
	background: url(../images/dj3_bottom_single.jpg) no-repeat;
}
h2 {
	font-size: 1.5em;
	margin: 1.5em 0 0 0;
}
h2.top {
	margin: 1.5em 0 0 0;
	font-size: 1.2em;
	letter-spacing: 0.3em;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
.content {
	margin: 0 1px;
	padding: 1px 32px 15px;
	background: url(../images/p7ap_light_gray_bevel.jpg) repeat-x;
}
.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 {
	color: #333333;
	font-size: 0.85em;
}

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

.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#p7ABc1_2 h3 {
	background: url(../images/anatomy/greenlip-.jpg) no-repeat right top;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 170px;
}
#p7ABc1_1 h3 {
	background: url(../images/anatomy/blacklip.jpg) no-repeat right top;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 170px;
}
#p7ABW1 h2 {
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 8px;
	font-size: 16px;
}
	
#lge_image div {
	background: #FFFFFF;
	padding: 2px 10px;
	border: 1px solid #333333;
	cursor: pointer;
}
#footer {
	font-size: 0.7em;
	border-top: 1px solid #000000;
	color: #CCCCCC;
	margin-top: 15px;
}
#footer a {color: #C1C1C1; text-decoration: none;}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFF;
	text-decoration: underline;
}

/* form styles */
span.labelText {
	font-size: 0.75em;
	color: #cccccc;
}
.labelText {
	font-size: 0.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;
}

