/*Elements CSS Framework by Ben Henschel*/
/*Mass Reset*/
/*Thanks to Eric for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
}
	
a img {border:none;}

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/********************************************************************************/

.right {text-align:right;}

strong {
	font-weight: bold;
}
.small {
	font-size: 9px;
	margin: 5px 0px;
}
p {
	margin: 0px 0px 15px 0px;
}

a {
	color: #2d5489;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hr {
	height: 6px;
	width: 30px;
	margin: 10px 60px;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #3c3c3c;
	background: url(../img/h1_bg.gif) right 8px no-repeat;
}

h2 {
	margin: 5px 0px 15px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #631020;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #F8F8F8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
}

h4 {
	margin: 5px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #631020;
}

h5 {
	margin: 5px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #506345;
	text-align: center;
}

h6 {
	margin: 5px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #d39b44;
}

ul {
	margin: 5px 25px;
}

li{
	margin: 10px 0px;
}

#box4 h3 {
	letter-spacing: -1px;
}

h3 a {
	color: #F8F8F8;
	text-decoration: none;
}
h3 a:hover {
	color: #F8F8F8;
	text-decoration: underline;
}

body {
	background: #fff url(../img/bg.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 18px;
}

#container {
	margin: 0px auto;
	width: 800px;
	position: relative;
	background: #fff;
}

#header {
	position: relative;
	width: 800px;
	height: 126px;
	background: url(../img/header.jpg) no-repeat; 
}



	/* Nav
	----------------------------------------*/
	ul#nav
	{
		

	position: absolute;
	display: block;
	height: 37px;
	bottom: 0px;
	right: 0px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		
	}
	
	ul#nav li {float:left; list-style-type:none; margin: 0px 0px;}
	
	/* Image Replacement 
	----------------------------------------*/
	ul#nav li a {/*Set to height of image*/    
	display: block;
	width: 108px;
	height: 27px;
	text-align: center;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding-top: 15px;
	line-height: 27px;
	background:  url(../img/tab.png) bottom left no-repeat;
	width:108px;}
	
	ul#nav li a.active {
		background: url(../img/tab_active.png) bottom left no-repeat; font-weight: bold;
		line-height: 20px;
	}
	
	/* CSS Rollover (Sprites) - Advanced Users!
	----------------------------------------*/
	
	/*Each link must have a unique ID - Include all of your links here - Remove if not using!*/
	ul#nav li a:hover {background: url(../img/tab_active.png) bottom left no-repeat; font-weight: bold; line-height: 20px;}
	
	
	/*Nav Drop Down
	----------------------------------------*/	
	/* These styles create the dropdown menus. */
	
	#nav li ul {
		display: none; 
		width: 190px; /* Width to help Opera out */
		background: #fff ;}
	#nav li:hover ul, #nav li.hover ul {
		display: block;
		position: absolute;
		top: 42px;
		margin: 0px 0px 0px 4px;
		padding: 0 28px 8px 0;
		background: url('../img/shadow.png') no-repeat bottom right; 
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-topright: 15px;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-bottom-left-radius: 10px;}
	#nav li:hover li, #nav li.hover li {
		float: none; }
	#nav li:hover li a, #nav li.hover li a {
		text-align: left;
		width: 190px;
		background: #fff;
		border-bottom: 1px solid #F3F3F3;
		color: #000; 
		text-transform: none;
		text-decoration: none;
		text-indent:0px;
		padding: 0px 10px;
		line-height: 25px;
		height: auto;}
	#nav li li a:hover {
		background: #EEEEEE;
		text-decoration: underline;
		color: #000;
		font-weight: normal;
	 }


#flashHeader {
	width: 780px;
	height: 191px;
	margin: 10px 10px;
	background: #24648E;
}

#boxes {
	position: relative;
	width: 780px;
	height: 160px;
	padding: 0px 10px;
	background: #fff url(../img/boxes.jpg) top center no-repeat;
	text-align: left;
}

#boxesSmall {
	position: relative;
	width: 780px;
	height: 46px;
	padding: 0px 10px;
	background: #fff url(../img/boxes_small.jpg) top center no-repeat;
}

#boxes p,
#boxesSmall p {
	color: #fff;
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

#boxes ul {
	margin-top: 15px;
}

#boxes ul li {
	color: #fff;
	padding: 0px 0px;
	margin: 0px 0px 0px -3px;
	text-align: left;
	font-size: 10px;
}

#box1 {
	position: absolute;
	width: 195px;
	height: 135px;
	top: 7px;
	left: 17px;
}
#box2 {
	position: absolute;
	width: 210px;
	height: 135px;
	top: 7px;
	left: 215px;
}
#box3 {
	position: absolute;
	width: 195px;
	height: 135px;
	top: 7px;
	left: 410px;
}
#box4 {
	position: absolute;
	width: 195px;
	height: 135px;
	top: 7px;
	left: 607px;
}
#learn {
	position: absolute;
	bottom: 5px;
	left: 75px;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-left: 15px;
	background: url(../img/arrow.png) 0px 2px no-repeat;
	font-size: 10px;
	line-height: 11px;
	margin-right: 15px;
}
#learn a {
	color: #fff;
	text-decoration:none;
}
#learn a:hover {
	color: #fff;
	text-decoration:underline;
}
#boxesSmall #box1 {
	height: 30px;
}
#boxesSmall #box2 {
	height: 30px;
}
#boxesSmall #box3 {
	height: 30px;
}
#boxesSmall #box4 {
	height: 30px;
}

#content {
	width: 780px;
	background: #fff;
	margin: 16px 10px;
}

#homeContent {
	width: 780px;
	background: url(../img/homeContentBG.jpg) repeat-y #fff;
	margin: 16px 10px;
}

#leftCol {
	float: left;
	width: 190px;
	margin: 0 10px 0 0;
	padding-bottom: 90px;
	background: url(../img/leftcolbot.jpg) bottom no-repeat #eaeaea;
}

#contentCol {
	float: left;
	width: 570px;
	margin: 0px 0px 0px 10px;
}

#homeContentCol {
	float: left;
	width: 570px;
	margin: 0px 10px 0px 0px;
}

#rightCol {
	float: right;
	width: 190px;
	margin: 0 0 0 10px;
	padding-top: 15px;
	background: url(../img/rightColTop.jpg) top no-repeat #eaeaea;
}

#rightCol #contentRight {
	padding: 15px 25px;
	width: 200px;
	height: 225px;
	overflow: hidden;
}

#rightCol a {
	font-weight: bold;
	text-decoration: none;
	text-align: inherit;
}

#rightCol a:hover {
	text-decoration: underline;
}

#footer {
	width: 780px;
	margin: 0px 10px;
	border-top: 4px solid #266894;
}

#footer #copyright {
	float: left;
	margin: 15px 0px;
	font-size: 9px;
	color: #48593d;
	line-height: 11px;
}
#footer #copyright a {
	color: #48593d;
	text-decoration: none;
	font-weight: normal;
}
#footer #copyright a:hover {
	text-decoration: underline;
}

#footer #footNav {
	float: right;
	margin: 15px 0px;
	font-size: 9px;
	color: #48593d;
	line-height: 11px;
}

#footer #footNav a {
	color: #48593d;
	text-decoration: none;
	font-weight: normal;
}
#footer #footNav a:hover {
	text-decoration: underline;
}
#footer #footNav ul {
	list-style: none;
	text-align: center;
	font-size: 10px;
	line-height: 11px;
	margin: 0px 0px;
}
#footer #footNav  li {
	float: left;
	margin: 0px 0px;
	padding: 0px 8px;
}

#footer #footNav  li+li {
	border-left: 1px solid #48593d;
	padding-left: 10px;
}




#footer #footLinks {
	display: block;
	clear: both;
	margin: 15px auto;
	font-size: 9px;
	line-height: 11px;
}

#footer #footLinks a {
	text-decoration: none;
	font-weight: normal;
}
#footer #footLinks a:hover {
	text-decoration: underline;
}
#footer #footLinks ul {
	list-style: none;
	text-align: center;
	font-size: 10px;
	line-height: 11px;
	margin: 0px 0px;
}
#footer #footLinks  li {
	display: inline;
	margin: 0px 0px;
	padding: 0px 8px;
}

#footer #footLinks  li+li {
	border-left: 1px solid;
	padding-left: 10px;
}

.colContent {
	margin: 10px 15px 15px 15px;
    width: 160px;
}

ul#subNav {
	margin: 0px 0px 25px 0px;
}

ul#subNav li {
	list-style: none;
	font-weight: bold;
	margin: 0px 0px;
}

ul#subNav li ul li {
	list-style: url(../img/nav_bullet.gif);
	margin: 0px 5px 0px 0px;
	font-weight: normal;
}

ul#subNav li ul li a {
	font-weight: normal;
}

#subNav a {
	text-decoration: none;
}

#subNav a:hover {
	text-decoration: underline;
}

#textScroll {
	position: absolute;
	top: 11px;
	right: 0px;
	width: 485px;
	height: 85px;
}

#phone {
	position: absolute;
	top: 5px;
	right: 11px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

ul.smallSubNav {
	list-style: none;
	font-size: 9px;
	margin: 5px 0px 15px 0px;
}

.smallSubNav li {
	display: inline;
}

.smallSubNav li+li {
	border-left: 1px solid #000;
	padding: 0px 3px 0px 5px;
}

.smallSubNav a {
	font-weight: bold;
	text-decoration: none;
}

.smallSubNav a:hover {
	text-decoration: underline;
}

.smallSubNav  strong {
	color: #631020;
}

#contentSamples,
#fullColumn {
	width: 780px;
	background: #fff;
	margin: 16px 10px;
}

.samples {
	margin: auto auto;
}

.samples a {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

.samples td {
	padding: 3px 10px 5px 10px;
	text-align: center;
}

#bio td {
	vertical-align: top;
	padding: 10px  10px 10px 0px;
}

#bio td img {
	padding-right: 10px ;
}

.testimonial h2 {
	margin-bottom: 5px;
}
.testimonial .quote {
	margin: 0px 0px;
	font-style: italic;
}
.testimonial .name {
	font-weight: bold;
	text-align: right;
	margin: 0px 0px;
}
.testimonial .practice {
	text-align: right;
	margin: 0px 0px;
}

td.question {
	vertical-align: top;
}
.required{ color:#cc0000 }

#roiCalc,
#roiResults {
	margin: 5px 0px 10px 0px;
}
#roiCalc {
	background: #eaeaea;
}
#roiResults th {
	font-size: 9px;
	line-height: 10px;
	padding: 3px 3px;
}
.inc-10,
.inc-30,
.inc-50 {
	background: #eaeaea;
}
.inc-20,
.inc-40  {
	background: #fff;
}

#roiCalc td,
#roiResults td {
	padding: 5px 5px;
	vertical-align: top;
}
.error {
	background: #f66969;
}

.yellow {
	background: #e7c082;
	padding: 3px 5px;
}