/*
Theme Name: Brian Jensen theme
Theme URI: 
Description:
Version:
Author:
Author
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.2;
	color: black;
}

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 {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background: #4f5558;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

* html {
	height: 100%;
}

#wrapper {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#leftSliver {
	float: left;
	width: 8px;
	height: 541px;
	background: url(images/left-bg.gif) top no-repeat;
}

#mainCol {
	float: left;
	background: url(images/content-bg.gif) repeat-y;
	width: 622px;
}

#mainCol h1 {
	font-size: 20px;
	margin: 5px 10px;
}

#mainCol h2 {
	font-size: 16px;
	margin: 5px 10px;
}

#mainCol p {
	margin: 8px 10px;
}

#mainCol ul,
#mainCol ol {
	margin: 8px 8px 8px 30px;
}

#mainCol ul li {
	list-style: disc;
}

#mainCol ol li {
	list-style: decimal;
}

#header {
	background: url(images/header-bg.jpg) top no-repeat;
}

#header2 {
	background: url(images/header-bg2.jpg) top no-repeat;
}

.logo {
	margin: 20px 10px 20px 20px;
}

.logo2 {
	margin: 20px 10px 100px 20px;
}

.video {
	float: right;
	margin: 0 10px 10px 10px;
}

.featured1 {
	float: left;
	margin: 0 0 0 10px;
	padding: 5px;
	width: 284px;
	height: 201px;
	background: url(images/featured-box.gif);
}

.featured2 {
	float: right;
	margin: 0 10px 0 0;
	padding: 5px;
	width: 284px;
	height: 201px;
	background: url(images/featured-box.gif);
}

#secondaryCol {
	float: right;
	width: 220px;
}

#secondaryCol h1 {
	font-size: 18px;
	color: #fff;
	background: #292618;
	padding: 4px 10px;
	margin-bottom: 10px;
}

#secondaryCol h1.top {
	background: #292618 url(images/right-corner.gif) right top no-repeat;
}

#secondaryCol h3 {
	font-size: 14px;
	color: #fff;
	padding: 4px 10px;
}

#secondaryCol ul {
	margin: 10px;
}

#secondaryCol li {
	margin-bottom: 3px;
}

#secondaryCol table {
	margin: 5px;
}

#sideBar {
	background: url(images/right-bg.gif);
	margin-top: 99px;
	margin-bottom: 10px;
	height: 612px;
}

#caseEval {
	margin: 0 10px 10px 10px;
}

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;
}

#caseEval input {
	width: 190px;
	border: #000 solid 1px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:	11px;
	margin: 1px 0;
}

#caseEval td {
	padding: 1px 0;
}

input#Submit {
	margin: 1px 0;
	border: none;
}

textarea#Description {
	width: 190px;
	height: 75px;
	margin: 1px 0;
	border: #000 solid 1px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:	11px;
}

.caseTypes a {
	font-weight: bold;
	color: #000;
}

.helpInfo li {
	color: #fff;
}

.helpInfo a {
	font-weight: bold;
	color: #fff;
}

#footer {
	padding: 20px;
	color: #fff;
	background: url(images/footer.gif) top no-repeat;
}

#footer p {
	margin: 8px 0;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.copyright {
	float: left;
}

.footLinks {
	width: 150px;
	float: right;
	margin-right: 215px;
}

/* ----------------------------------------- start menu */

ul.topnav {
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	float: left;
	width: 850px;
	background: #dfc391 url(images/menu-bg.gif) no-repeat;
	border-top: #734c27 solid 5px;
	z-index: 101;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #000;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: #fff;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 35px;
	background: #dfc391;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 210px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 210px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 185px;
	background: #c8af82 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #fff url(images/dropdown_linkbg.gif) no-repeat 10px center;
}

/* ----------------------------------------- end menu */

.sl_badge_150 {width:150px;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);line-height:1.5;}
.sl_badge_150 .profile {padding:2px;}
.sl_badge_150 a {color: #000; text-decoration:none;}
.sl_badge_150 a:hover {text-decoration:underline;}
.sl_badge_150 .online{width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color: #000;}
.sl_badge_150 .visit { text-align:center; font-size:12px; }

hr {
	margin: 8px 10px;
	color: #776655;
	height: 1px;
}

.brdrRight {
	float: right;
	padding: 2px;
	margin: 0 0 8px 8px;
	border: #999 solid 1px;
}

.clear {
	clear: both;
}

table#social {
	margin: 10px;
}

table#social td {
	padding: 4px;
	vertical-align: middle
}

small {
	margin: 10px;
}
