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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link {
	color: #7B2D18;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
		color: #7B2D18;

}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #7B2D18;
}

h3 {
	font-size:14px;
	font-style: normal;
	line-height: 40px;
}

h6 {
	font-size:12px;
	font-style: normal;
	line-height: 20px;
}
p {
	font-size: 15px;
	line-height: 22px;
}
#rightCol p {
	color: #7B2D1A;
}
.oneColFixCtr #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#flash {
	background-color: #FFF;
	height: 164px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
}
#header {
	height: 80px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	width: 884px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
#leftCol {
	background-color: #E4E4E4;
	width: 866px;
	min-height: 250px;
	padding-left: 20px;
	padding-top: 1px;
	float: left;
}

#rightCol {
	width: 232px;
	background-color: #E4E4E4;
	clear: none;
	float: right;
	background-image: url(images/graphic1.jpg);
	background-repeat: no-repeat;
	min-height: 250px;
	padding-left: 30px;
	color: #7B2D18;
}

.textWrapLeft {
	padding-top: 20px;
	padding-right: 315px;
}
.textWrap {
	padding-top: 20px;
}
#navBar {
	width: 886px;
	height: 55px;
}
#nav-menu ul
{
	list-style-type: none;
	list-style-image: none;
}

#nav-menu li {
	float: left;
	width: 123px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFF;
}








#nav-menu li a {
	float: left;
	width: 123px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu {
	height: 76px;
	list-style-type: none;
	list-style-image: none;
	width: 902px;
}

nav-menu li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
}
#tabnav .tab1 a,#tabnav .tab2 a,#tabnav .tab3 a,#tabnav .tab4 a,#tabnav .tab5 a,#tabnav .tab6 a {
	background-color: #666;
}
ul#tabnav a:hover { 
	background: #fff; 
	color: #7B2D1A;
}
	ul#tabnav .active { 
	background: #fff; 
	color: #7B2D1A;
	}

#footer {
	padding-top: 10px;
	padding-bottom: 50px;
}
#copy {
	float: right;
	width: 300px;
	text-align: right;
}
#graphic {
	background-image: url(images/graphic2.jpg);
	float: right;
	width: 310px;
	height: 100px;
	background-repeat: no-repeat;
	margin-top: -20px;
}
#logo {
	float: left;
	margin-top: -8px;
}



@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	padding: 0px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	padding: 0px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	margin-top: 2px;
	width: 188px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding-top: 37px;
	height: 26px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	width: 188px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	width: 188px;
	}
}
.oneColFixCtr #container #mainContent #nav-menu #tabnav #MenuBar1 .tab2 ul li a {
	width: 188px;
	padding-top: 1px;
	text-align: left;
	font-size: 13px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	height: 1.2em;
}


#rightCol h1 {
	font-size: 17px;
}
.line {
	width: 545px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #888;
	padding-top: 30px;
}
.indent {
	padding-left: 70px;
}
.indent2 {
	padding-left: 200px;
}
.indent3 {
	padding-left: 30px;
}
#footer #copy h3 {
	font-size: 12px;
}
.textWrapLeft  ul {
	line-height: 30px;
	text-align: left;
	padding-bottom: 15px;
	list-style-image: url(images/check.jpg);
	font-size: 18px;
	list-style-position: outside;
	text-indent: 5px;
}
#leftCol #rightCol ul {
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 15px;
	list-style-image: url(images/check.jpg);
	padding-top: 15px;
}

#leftCol #rightCol ul .active {
	color:#999;
	list-style-image: url(images/check2.jpg);

	
}

#footer #footerNav  h3 {
	padding-top: 10px;
}
#headshot {
	padding-top: 20px;
}
