/*
Theme Name: Vanslyke Law
Theme URI:
Description:
Version:
Author:
Author URI:
Tags:

*/



/* ----------------------------------------- start reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.5;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ----------------------------------------- end reset */

body {
	background: #5a797b url(images/bg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

* html {
	height: 100%;
}

#wrapper {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 78px;
	border-bottom: #4d6573 solid 1px;
}

.logo {
	float: left;
	margin: 8px 0;
}

.tagline {
	color: #fff;
	font-size: 13px;
}

.serviceArea {
	color: #fff;
	margin-top: 10px;
}

.contactphone {
	float: right;
	margin: 8px 0;
}

#content {
	border: #0c2c40 solid 2px;
	background: #fff;
	height: 100%;
}

#teaser {
    position:relative;
	width: 836px;
    height:180px;
	margin: 5px;
	background: url(images/teaser.jpg);
}

#teaser IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#teaser IMG.active {
    z-index:10;
    opacity:1.0;
}

#teaser IMG.last-active {
    z-index:9;
}

#secondary {
	float: left;
	margin: 5px;
	width: 230px;
	height: auto;
	background: #a6a397;
}

#secondary h2 {
	color: #591c0e;
	font-size: 16px;
	margin: 10px 5px;
}

#secondary p {
	margin: 5px;
}

#secondary .hrule {
	height: 2px;
	background: url(images/hrule.gif) repeat-x;
	margin: 18px 0;
}

#secondary a:link  {
	color: #591c0e;
}

#secondary a:visted {
	color: #591c0e;
}

#secondary a:active {
	color: #591c0e;
}

#secondary a:hover {
	color: #fff;
}
#secondary ul {
	margin: 10px;
}

#main {
	float: right;
	margin: 0 5px 5px 5px;
	width: 590px;
}

#main h1 {
	color: #0c2c40;
	font-size: 20px;
	margin: 5px;
	font-weight: normal;
}

#main h2 {
	color: #0c2c40;
	font-size: 16px;
	margin: 5px;
	font-weight: bold;
}

#main p {
	margin: 10px 5px;
}

#main hr {
	color: #8c8c7d;
	height: 1px;
	margin: 10px 0;
}

#main ul {
	margin: 5px 20px;
}

#main ul li {
	line-height: 20px;
}

#main ul a:link {
	color: #591c0e;
}

#main ol {
	margin: 5px 30px;
	list-style: upper-latin;
}

.links ul {
	margin: 5px 20px;
}

.links ul li {
	line-height: 20px;
	font-weight: bold;
}

.links ul a:link {
	color: #591c0e;
}

#caseEval {
	background: url(images/form-bg.gif) top no-repeat;
	width: 210px;
	float: right;
	margin: 0 0 10px 10px;
}

#caseEval h1 {
	color: #fff;
	margin: 8px;
}

#caseEval table {
	margin: 8px;
}

input#Name,
input#Phone,
input#Email {
	width: 190px;
	border: #000 solid 1px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:	11px;
	margin: 1px 0;
	padding: 2px;
	border: none;
}

input#Submit {
	margin: 1px 0;
}

textarea#Description {
	width: 190px;
	height: 75px;
	margin: 1px 0;
	border: #000 solid 1px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border: none;
	padding: 2px;
}

ul.interest {
	margin: 5px 6px;
}

ul.interest li {
	line-height: 24px;
	margin-bottom: 2px;
}

ul.interest a {
	display: block;
	background: #f6f6f5 url(images/interest-arrow.gif) left no-repeat;
	padding: 0 5px 0 14px;
	color: #000;
}

ul.interest a:hover {
	display: block;
	background: #d3d1cb url(images/interest-arrowh.gif) left no-repeat;
	color: #000;
}

#footer {
	margin: 10px;
	line-height: 20px;
	color: #fff;
}

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:active {
	color: #fff;
}

#footer a:hover {
	color: #000;
}

.copyright {
	float: left;
}

.footLinks {
	background: #6b8788;
	border: #516d6e solid 1px;
	float: right;
	padding: 5px;
	width: 450px;
}

.footLinks ul {
	float: left;
	width: 210px;
	margin-left: 10px;
}

/* ----------------------------------------- Start Nav */

#nav, #nav ul {
	width: 100%;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	background: url(images/menu-bg.gif) top repeat-x;
	font-weight: bold;
	z-index: 101;
}

#nav a {
	display:block;
	padding:9px;
	color:#fff;
	text-decoration:none;
	background: url(images/menu-bg.gif) top repeat-x;
}

#nav a:hover {
	background: #79838c;
	color:#fff;
}

#nav li {
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:2.9em;
}

#nav li ul a {
	width:12em;
	height:auto;
	float:left;
	background: #333;
	border:1px solid #333;
	padding:5px;
}

#nav li ul a:hover {
	background: #fff;
	color:#000;
}

#nav ul ul {
	top:auto;
}	

#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}

/* ----------------------------------------- End Nav */

.brdr {
	margin: 5px;
	border: #000 solid 1px;
}

.brdrLeft {
	float: left;
	margin: 5px 5px 0 0;
	border: #000 solid 1px;
}

.brdrRight {
	float: right;
	margin: 0 0 5px 5px;
	border: #000 solid 1px;
}

.clear {
	clear: both;
}
