body {
	margin:0;
	padding:0;
	background:#fff url(images/bg.gif) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	behavior: url("inc/csshover.htc");
}

#headerHome {
	width:1000px;
	height:238px;
	margin:30px auto 4px auto;
}
#home #navWrapper {
	background:url('images/true-bottom-line.jpg') no-repeat;
	width:977px;
	height:36px;
	margin:0 auto;
	padding:115px 0 0 23px;
}
#home #nav .email, #home #nav .home {
	display:none;
}
#navWrapper {
	background:url('images/true-bottom-line-sub.jpg') no-repeat;
	width:977px;
	height:36px;
	margin:41px auto 20px auto;
	padding:177px 0 0 23px;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
}
#nav a {
	display:block;
	background:url(images/nav.gif) no-repeat;
	width:136px;
	height:36px;
	line-height:36px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
#nav a:hover {
	background:url(images/nav-on.gif) no-repeat;
}
#nav .home {
	position:relative;
	margin:-50px -24px 0 -10px;
	height:26px;
	width:24px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
}
#nav .home:hover {
	background:url(images/home-hover.gif) no-repeat;
}
#nav .home span {
	display:none;
}
#nav .email {
	position:relative;
	margin:-50px -24px 0 -20px;
	background:url(images/mail.gif) no-repeat;
	height:26px;
	width:24px;
}
#nav .email:hover {
	background:url(images/mail-hover.gif) no-repeat;
}
#nav .email span {
	display:none;
}
/* Dropdown Navigation */
#nav li {
	position:relative;
}
#nav li ul {
	display:none;
	position:absolute;
	top:36px;
	width:135px;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover ul {
	display:block;
}
#nav li li a {
	background:#232323;
	border:#666 1px solid;
	border-top:none;
	display:block;
	width:133px;
}
#nav li li a:hover {
	background:#333;
	display:block;
}
#contentHome {
	width:980px;
	padding:0 10px;
	margin:20px auto;
	color:#666;
	line-height:1.4em;
	font-size:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.contentInner {
	background:url(images/content-bg.gif) repeat-y;
	width:1000px;
	margin:0 auto;
}
div.contentInnerFull  {
	background:#F2F2F2;
}
#footer {
	border-top:#97e93f 2px solid;
	color:#c0c0c0;
	width:1000px;
	margin:1px auto;
	line-height:30px;
	padding:10px 0;
}

a {
	color:#1079b0;
}
a:hover {
	color:#6CB632;
}
.contentInner a {
	color:#F30;
}
.contentInner a:hover {
	color:#990;
}
.contentInner p, .contentInner ol, .contentInner ul  {
	color:#1079b0;
	font-size:1.1em;
	line-height:1.5em;
}


/* content styles */
.contentInner .textHighlight {
	color:#F00;
}
.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}
.imageLeft {
	margin-right:5px;
	float:left;
}
.imageHeader {
	margin:0;
	padding:0;
}
.button {
	background:url(images/button.jpg) no-repeat;
	display:block;
	margin:10px auto;
	text-align:center;
	width:256px;
	height:37px;
	line-height:34px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.button:hover {
	background:url(images/button-hover.jpg) no-repeat;
	color:#FFF;
}
.clear {
	clear:both;
}
.columnsThreeEven {
	width:999px;
	margin:0 auto;
	background:#E2E2E2;
}
.contentHalf {
	padding:0 2%;
	float:left;
	width:46%;
}
.columnsThreeEven .column {
	width:333px;
	float:left;
}
.columnHeader {
	background:#E2E2E2 url(images/mid-header.gif) repeat-x;
}
.columnHeaderLW {
	background:url(images/left-header-white-bg.gif) left top no-repeat;
}
.columnHeaderLB {
	background:url(images/left-header-blue-bg.gif) left top no-repeat;
}
.columnHeaderRW {
	background:url(images/right-header-white-bg.gif) right top no-repeat;
}
.columnHeaderRB {
	background:url(images/right-header-blue-bg.gif) right top no-repeat;
}
.contentInner .columnHeader {
	background:url(images/inner-header-bg.gif) repeat-x;
}
.contentInner .columnHeaderLW {
	background:url(images/inner-header-left.gif) left top no-repeat;
}
.contentInner .columnHeaderRW {
	background:url(images/inner-header-right.gif) right top no-repeat;
}
.contentInner .columnHeaderRB {
	background:url(images/inner-header-right-border-blue.gif) right top no-repeat;
}
.columnsThreeEven .column {
	width:333px;
}
.column h2,.column h1 {
	line-height:50px;
	color:#509BAB;
	text-shadow: .1em .1em .5em black;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.2em;
	font-weight:normal;
	text-align:center;
	margin:0;
	padding:0;
}
.columnContact h2 {
	color:#545454;
	text-shadow: .1em .1em .5em white;
	margin-bottom:-18px;
}
.columnContent h2 {
	line-height:normal;
	color:#000;
	text-shadow:none;
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
	margin:10px 0;
}
.columnContent {
	margin:0;
	padding:20px;
	text-decoration:none;
}
.columnMainContent {
	width:667px;
	float:left;
}
.columnContact {
	background:url(images/contact-top.png) no-repeat;
	width:333px;
	float:right;
}
.columnContact .contactForm label {
	font-weight:bold;
	display:block;
}
.columnContact .contactForm input {
	width:270px;
}
.columnContact .contactForm textarea {
	width:270px;
}
.columnContact .contactFormError {
	color:#F00;
}
.benderCode span {
	color:#F00;
}
.columnsThreeEven ul {
	margin:0;
	list-style:none;
	padding:10px;
}
.columnsThreeEven ul li {
	padding:8px 0;
	border-bottom:#bebebe 1px solid;
	line-height:1.5em;
}
.columnsThreeEven ul li.last {
	border-bottom:none;
}
.columnsThreeEven ul a {
	text-decoration:none;
}
.columnsThreeEven ul a:hover {
	text-decoration:underline;
}
.columnHeaderLW .columnHeaderRB .columnContent ul ul {
	font-size: 13px;
}
.columnContent ul ul {
	font-size: 13px;
}

