@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/heading-arrow.gif) no-repeat 0 0;
	padding: 3px 0 0 30px;
	height: 17px;
	margin: 10px 0 30px 10px;
}

h3
{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

p
{
	margin-bottom: 10px;
}

a
{
	color: #004664;
	text-decoration: none;
}

ul, ol
{
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

.wrap
{
	background: url(../images/blue-line.gif) repeat-x 0 180px;
	min-width: 900px;
	min-height: 200px;
	margin: 0 10px;
}

.content
{
	width: 850px;
	padding: 0 25px;
	margin: 0 auto;
	background: url(../images/bg-content.jpg) no-repeat center 217px;
	overflow: hidden;
}

.header
{
	margin-bottom: 2px;
	display: inline-block;
}

.logo
{
	margin: 47px 0 5px;
	float: left;
}

.tagline
{
	background: url(../images/tagline.jpg) no-repeat 0 0;
	text-indent: -9999px;
	width: 849px;
	height: 76px;
	margin-bottom: 8px;
	float: left;
}

.nav
{
	width: 805px;
	height: 35px;
	background-color: #004664;
	float: left;
	padding-left: 45px;
	margin: 0;
}

.nav li
{
	float: left;
	list-style: none;
}

.nav a
{
	text-indent: -9999px;
	background: url(../images/nav.jpg) no-repeat 0 0;
	height: 35px;
	float: left;
	padding: 0 13px;
}

.nav .home
{
	width: 37px;
	background-position: -45px 0;
}

.nav .home:hover, .nav .home.selected
{
	background-position: -45px -35px !important;
}

.nav .about
{
	width: 65px;
	background-position: -108px 0;
}

.nav .about:hover, .nav .about.selected
{
	background-position: -108px -35px !important;
}

.nav .consulting
{
	width: 152px;
	background-position: -201px 0;
}

.nav .consulting:hover, .nav .consulting.selected
{
	background-position: -201px -35px !important;
}

.nav .training
{
	width: 140px;
	background-position: -380px 0;
}

.nav .training:hover, .nav .training.selected
{
	background-position: -380px -35px !important;
}

.nav .value
{
	width: 134px;
	background-position: -547px 0;
}

.nav .value:hover, .nav .value.selected
{
	background-position: -547px -35px !important;
}

.nav .contact
{
	width: 81px;
	background-position: -708px 0;
}

.nav .contact:hover, .nav .contact.selected
{
	background-position: -708px -35px !important;
}

.submenu
{
	width: 805px;
	height: 35px;
	background-color: transparent;
	float: left;
	padding-left: 0;
	margin: 0;
}

.submenu li
{
	clear: both;
}

.submenu a
{
	text-indent: -9999px;
	background: url(../images/subnav.jpg) no-repeat 0 0;
	height: 35px;
	float: left;
	padding: 0 0;
}

.submenu .professional
{
	width: 265px;
	background-position: 0 0;
}

.submenu .professional:hover, .submenu .professional.selected
{
	background-position: -265px 0 !important;
}

.submenu .accountants
{
	width: 265px;
	background-position: 0 -35px;
}

.submenu .accountants:hover, .submenu .accountants.selected
{
	background-position: -265px -35px !important;
}

.home h1
{
	width: 754px;
	height: 72px;
	text-indent: -9999px;
	background: url(../images/home-quote.gif) no-repeat 0 0;
	margin: 20px 0 0 15px;
}

.footer
{
	width: 850px;
	padding: 5px 25px;
	margin: 50px auto 0;
	text-align: right;
	border-top: 1px solid #003146;
}

.footer p
{
	font-size: 10px;
}

.colTwoThirds
{
	width: 470px;
	padding-right: 30px;
	float: left;
}

.colOneThird
{
	float: left;
}

.colOneHalf
{
	width: 410px;
	float: left;
	padding-right: 30px;
}

.contact .colOneThird
{
	margin-top: 80px;
}

p.list
{
	border-bottom: 5px solid #003146;
	font-weight: bold;
	padding-bottom: 2px;
}

.colTwoThirdsHalf
{
	width: 220px;
	float: left;
	padding-right: 30px;
}

.noPadding
{
	padding: 0;
}

label
{
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}

.textfield
{
	width: 450px;
	height: 30px;
	background: url(../images/bg-textfield.jpg) no-repeat 0 0;
	padding: 10px 10px 0;
	margin-bottom: 17px;
	display: block;
}

.textarea
{
	width: 450px;
	height: 110px;
	background: url(../images/bg-textarea.jpg) no-repeat 0 0;
	padding: 10px 10px 0;
	display: block;
}

.textfield input, .textarea textarea
{
	width: 450px;
	border: 0 none;
	background: transparent;
}

.textarea textarea
{
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
	overflow: auto;
}

.submitBtn
{
	width: 74px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/submit.gif) no-repeat 0 0;
	float: right;
}

.response
{
	float: left;
	color: #F00;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
}

.response .success
{
	color: #004664 !important;
}

.panelHeader
{
	width: 390px;
	height: 50px;
	background-color: #cccccc;
	border-bottom: 1px solid #999999;
	margin-top: 1px;
	padding: 5px 10px 0;
	cursor: pointer;
	position: relative;
}

.panelHeader p
{
	font-size: 10px;
	color: #666666;
	line-height: 11px;
}

.panelArrow
{
	width: 35px;
	height: 18px;
	background: url(../images/panel-arrow.gif) no-repeat 0 -18px;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.panelHolder
{
	overflow: hidden;
}

.panelBody
{
	overflow: hidden;
}

.panelBody p
{
	width: 125px;
	float: left;
	padding-left: 10px;
	font-size: 10px;
	margin: 3px 0;
}

.row
{
	width: 410px;
	background-color: #EEEEEE;
	overflow: hidden;
	display: inline-block;
	margin: 2px 0;
}