/*=====================================================
	BODY STYLES - 02.11.2008 - Heath Gerlock
------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
body {
	background-color: #243158;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
a {
	text-decoration: none;
}
div.fix {
	clear: both;
	height: 1%;
	line-height: 1%;
}
#wrapper-header,
#wrapper-body,
#wrapper-footer {
	position: relative;
	clear: both;
	width: 100%;
}
#wrapper-header {
	height: 179px;
	background: transparent url(../images/bg-header.jpg) repeat-x center top;
}
#wrapper-body {
	background: #232f23 url(../images/bg-body.jpg) repeat-x center top;
}
#wrapper-footer {
	height: 145px;
	background: #243158 url(../images/bg-footer.jpg) repeat-x center top;
}
#header,
#body,
#footer {
	position: relative;
	width: 740px;
	margin: 0 auto;
}

/*=====================================================
	HEADER
------------------------------------------------------*/

#header {
	height: 179px;
}
a#logo {
	position: absolute;
	text-indent: -5000px;
	overflow: hidden;
	left: 0px;
	top: 20px;
	height: 131px;
	width: 356px;
	display: block;
	background: transparent url(../images/logo.jpg) no-repeat top left;
}
#phrase {
	position: absolute;
	right: 0px;
	text-align: right;
	top: 120px;
	width: 380px;
	color: #93a4d3;
	font: italic 20px/20px 'Arial',sans-serif;
}

/*=====================================================
	FOOTER
------------------------------------------------------*/

#footer {
	height: 145px;
}
#legal {
	margin: 100px 0px 0px;
	width: 740px;
	clear: both;
	color: #93a4d3;
	text-align: center;
}
a#five-q {
	position: absolute;
	right: 0px;
	top: 5px;
	margin: 10px 0px;
	height: 15px;
	width: 100px;
	text-indent: -5000px;
	overflow: hidden;
	background: #fff url(../images/5Q-branding.gif) no-repeat 0px 0px;
}
a:hover#five-q {
	background-position: 0px -15px;
}

/*=====================================================
	COLUMN LEFT
------------------------------------------------------*/


#column-left {
	width: 190px;
	float: left;
	margin-bottom: 30px;
	text-align: center; /* ADDED FOR DIFF SIZED PHOTOS */
}
#column-left img {
	/*float: left; REMOVED FOR DIFF SIZED PHOTOS */
	clear: both; /* CHANGED FROM LEFT FOR DIFF SIZED PHOTOS */
	border: 4px solid #fff;
	margin-bottom: 7px;
}

/*=====================================================
	CONTENT
------------------------------------------------------*/

#content {
	margin-left: 28px;
	width: 300px;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
}
#content img {
	border: 4px solid #fff;
	margin-bottom: 25px;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content ul,
#content ol,
#content dl {
	margin: 0 0 25px 0;
}

#content ol,
#content dl,
#content ul {
	list-style: none;
	border-top: 2px solid #4f6b4f;
}
#content ul li,
#content ol li {
/*	height: 1%;*/
	padding: 10px 5px 10px 30px;
	border-bottom: 1px dotted #4f6b4f;
}
#content ul.green li strong {
	color: #a6d29c;
}
#content ul li {
	background: #394d39 url(../images/list-bullet.gif) no-repeat 7px 10px;
}
#content ol li {
	background: #394d39 url(../images/list-number.gif) no-repeat 7px 10px;
}
#content li:hover,
#content dd:hover {
	background-color: #2e3e2e;
}
#content li ul,
#content li ol {
	border: none;
	background: none;
	margin: 0px;
}
#content li ul li,
#content li ol li {
	border: none;
	background: none;
	list-style: inherit;
	font-size: 11px;
	padding: 3px 3px 3px 15px;
}
#content ul.bullets {
	margin: -15px 0px 12px 15px;
	padding: 0px;
	list-style: disc outside;
	border: none;
	background: none;
}
#content ul.bullets li,
#content ul.bullets li:hover {
	border: none;
	background: none;
	margin: 0px;
	padding: 6px 0px;
}
#content a {
	color: #a6d29c;
	text-decoration: none;
}
#content a:hover {
	color: #c4f8b8;
	text-decoration: underline;
}
#content b,
#content strong {
	font-weight: bold;
}
#content i,
#content em {
	font-style: italic;
}

#content p {
	font-size: 13px;
	line-height: 16px;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	letter-spacing: -1px;
	line-height: normal;
}
#content h1 {
	font-size: 28px;
	color: #b7e2b8;
}
#content h2 {
	font-size: 24px;
	color: #b7e2b8;
}
#content h3 {
	font-size: 18px;
	color: #b7e2b8;
}
#content h4 {
	font-size: 16px;
	color: #b7e2b8;
}
#content h5,
#content h6 {
	font-size: 13px;
	color: #fff;
}
#content table {
	border-top: 1px solid #335433;
	border-right: 1px solid #335433;
	margin: 0px auto 15px auto;
	font-size: 13px;
	line-height: 16px;
	border-collapse: collapse;
}
#content table caption {
	color: #fff;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	caption-side: top;
	text-align: left;
}
#content table tr.odd td {
	background: #304b30;
}
#content table tr.odd .column1 {
	background: #325432;
}
.column1 {
	background: #304b30;
}
#content table td {
	color: #fff;
	vertical-align: top;
	border-bottom: 1px solid #253725;
	border-left: 1px solid #293e29;
	padding: 5px;
	text-align: left;
	background: #2d412d;
}
#content table th {
	width: 35%;
	font-weight: normal;
	color: #b7e2b8;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #253725;
	border-left: 1px solid #293e29;
	padding: 5px;
}
#content table thead th {
	background: #2b402b;
	text-align: left;
	font: bold 15px/15px "Verdana","Helvetica",Arial,sans-serif;
	color: #fff
}
#content table tfoot th {
	text-align: left;
	background: #2b402b;
}
#content table tfoot th strong {
	font: bold 13px/13px "Verdana","Helvetica",Arial,sans-serif;
	margin: 5px 5px 5px 0;
	color: #fff;
}
#content table tfoot th em {
	color: #444;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}
#content table.none,
#content table.none tr,
#content table.none tr.odd td,
#content table.none th,
#content table.none td,
#content table.none th.column1,
#content table.none td.column1 {
	border: none;
	background: none;
}
/* */
#content-leader {
	margin-left: 28px;
	width: 490px;
	float: left;
	display: inline;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
}
#content-leader img {
	border: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
#content-leader h2,
#content-leader h3,
#content-leader h4,
#content-leader h5,
#content-leader h6,
#content-leader p,
#content-leader ul,
#content-leader ol,
#content-leader dl {
	margin: 0 0 25px 0;
}

#content-leader ol,
#content-leader dl,
#content-leader ul {
	list-style: none;
	border-top: 2px solid #4f6b4f;
}
#content-leader ul li,
#content-leader ol li {
	height: 1%;
	padding: 10px 5px 10px 30px;
	border-bottom: 1px dotted #4f6b4f;
}
#content-leader ul li {
	background: #394d39 url(../images/list-bullet.gif) no-repeat 7px 10px;
}
#content-leader ol li {
	background: #394d39 url(../images/list-number.gif) no-repeat 7px 10px;
}
#content-leader li:hover,
#content-leader dd:hover {
	background-color: #2e3e2e;
}
#content-leader li ul,
#content-leader li ol {
	border: none;
	background: none;
	margin: 0px;
}
#content-leader li ul li,
#content-leader li ol li {
	border: none;
	background: none;
	list-style: inherit;
	font-size: 11px;
	padding: 3px 3px 3px 15px;
}
#content-leader a {
	color: #a6d29c;
	text-decoration: none;
}
#content-leader a:hover {
	color: #c4f8b8;
	text-decoration: underline;
}
#content-leader b,
#content-leader strong {
	font-weight: bold;
}
#content-leader i,
#content-leader em {
	font-style: italic;
}

#content-leader p {
	font-size: 13px;
	line-height: 16px;
}
#content-leader h2,
#content-leader h3,
#content-leader h4,
#content-leader h5,
#content-leader h6 {
	letter-spacing: -1px;
}
#content-leader h1 {
	font-size: 28px;
	color: #b7e2b8;
}
#content-leader h2 {
	font-size: 24px;
	color: #b7e2b8;
}
#content-leader h3 {
	font-size: 20px;
	color: #b7e2b8;
}
#content-leader h4 {
	font-size: 16px;
	color: #b7e2b8;
}
#content-leader h5,
#content-leader h6 {
	font-size: 13px;
	color: #fff;
}
#content-leader table {
	border-top: 1px solid #335433;
	border-right: 1px solid #335433;
	margin: 0px auto 15px auto;
	font-size: 13px;
	line-height: 16px;
	border-collapse: collapse;
}
#content-leader table caption {
	color: #fff;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	caption-side: top;
	text-align: left;
}
#content-leader table tr.odd td {
	background: #304b30;
}
#content-leader table tr.odd .column1 {
	background: #325432;
}
.column1 {
	background: #304b30;
}
#content-leader table td {
	color: #fff;
	vertical-align: top;
	border-bottom: 1px solid #253725;
	border-left: 1px solid #293e29;
	padding: 5px;
	text-align: left;
	background: #2d412d;
}
#content-leader table th {
	width: 35%;
	font-weight: normal;
	color: #b7e2b8;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #253725;
	border-left: 1px solid #293e29;
	padding: 5px;
}
#content-leader table thead th {
	background: #2b402b;
	text-align: left;
	font: bold 15px/15px "Verdana","Helvetica",Arial,sans-serif;
	color: #fff
}
#content-leader table tfoot th {
	text-align: left;
	background: #2b402b;
}
#content-leader table tfoot th strong {
	font: bold 13px/13px "Verdana","Helvetica",Arial,sans-serif;
	margin: 5px 5px 5px 0;
	color: #fff;
}
#content-leader table tfoot th em {
	color: #444;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}
#content-leader table.none,
#content-leader table.none tr,
#content-leader table.none tr.odd td,
#content-leader table.none th,
#content-leader table.none td,
#content-leader table.none th.column1,
#content-leader table.none td.column1 {
	border: none;
	background: none;
}
#content-leader textarea {
	padding: 2px;
	color: #555;
	font-size: 13px;
	border-bottom: 1px solid #2d3c2d;
	border-left: 1px solid #2d3c2d;
	border-top: 1px solid #192219;
	border-right: 1px solid #192219;
	background: #fff url(../images/gradient.gif) repeat-x 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a.watchVideo {
	margin: 5px 0px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	height: 21px;
	width: 102px;
	background: transparent url(../images/btn-watch_video.gif) no-repeat 0px -21px;
}
a:hover.watchVideo {
	background-position: 0px 0px;
}
/* Applies to All Form Buttons */
.button {
	padding: 2px;
	color: #555;
	font-size: 13px;
	border-bottom: 1px solid #2d3c2d;
	border-left: 1px solid #2d3c2d;
	border-top: 1px solid #192219;
	border-right: 1px solid #192219;
	background: #fff url(../images/gradient.gif) repeat-x 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Apply to All Links to "Look" Like Buttons */
a.button:link, a.button:visited, a.button:hover, a.button:active {
	padding: 2px;
	color: #555;
	font-size: 13px;
	border-bottom: 1px solid #2d3c2d;
	border-left: 1px solid #2d3c2d;
	border-top: 1px solid #192219;
	border-right: 1px solid #192219;
	background: #fff url(../images/gradient.gif) repeat-x 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content-leader a.button:link, #content-leader a.button:visited, #content-leader a.button:hover, #content-leader a.button:active {
	padding: 2px;
	color: #555;
	font-size: 13px;
	border-bottom: 1px solid #2d3c2d;
	border-left: 1px solid #2d3c2d;
	border-top: 1px solid #192219;
	border-right: 1px solid #192219;
	background: #fff url(../images/gradient.gif) repeat-x 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#content a.button:link, #content a.button:visited, #content a.button:hover, #content a.button:active {
  padding: 2px;
  color: #555;
  font-size: 13px;
  border-bottom: 1px solid #2d3c2d;
  border-left: 1px solid #2d3c2d;
  border-top: 1px solid #192219;
  border-right: 1px solid #192219;
  background: #fff url(../images/gradient.gif) repeat-x 0px 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
}


/*=====================================================
	CONTACT US
------------------------------------------------------*/
.text,
.textarea, #content-leader input, #content-leader textarea, #content-leader select {
	padding: 2px;
	color: #555;
	font-size: 13px;
	border-bottom: 1px solid #2d3c2d;
	border-left: 1px solid #2d3c2d;
	border-top: 1px solid #192219;
	border-right: 1px solid #192219;
	background: #fff url(../images/gradient.gif) repeat-x 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* .text {
	width: 70%;
} */
.textarea {
	width: 90%;
}
.errors {
	color: #ffa8a8;
}
.footnote {
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
}

/*=====================================================
	COLUMN RIGHT
------------------------------------------------------*/

/* ---- COLUMN RIGHT ---- */

#column-right {
	margin-left: 28px;
	_margin-left: 29px;
	width: 190px;
	float: left;
	display: inline;
}

/* ---- UNIVERSAL ---- */

#action,
#testimonies,
#submenu {
	width: 190px;
}
#testimonies,
#submenu {
	display: block;
	position: relative;
	margin: 0px;
	background: transparent url(../images/bg-testimonies.gif) no-repeat 0px 0px;
	opacity: .70;
	filter: alpha(opacity=70);
}
div.bottom {
	display: block;
	height: 4px;
	width: 190px;
	margin-bottom: 15px;
	background: transparent url(../images/bg-testimonies.gif) no-repeat 0px -996px;
	opacity: .70;
	filter: alpha(opacity=70);
}

/* ---- TESTIMONIES --- */

#testimonies p {
	position: relative;
	padding: 15px 20px 0px 20px;
	color: #FFF;
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
}
#testimonies p.name {
	padding: 10px 20px 15px 20px;
	text-align: right;
	color: #8fbf8e;
	font-size: 12px;
}

/* ---- SUBMENU ---- */

#submenu h2 {
	padding: 10px 10px 5px 20px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}
#submenu ul {
	list-style: none;
	width: 160px;
	margin: 0px 4px;
}
#submenu ul li {
	display: inline;
	height: 1%;
}
#submenu ul li a {
	float: left;
	clear: left;
	width: 160px;
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	padding: 6px 6px 6px 16px;
	background-color: #232f23;
}
#submenu ul li a:hover {
	background: #2e3d2e url(../images/bg-arrow_dark.gif) no-repeat 5px center;
}
#submenu ul li.active a,
#submenu ul li.active a:hover {
	cursor: default;
	background: #394d39 url(../images/bg-arrow.gif) no-repeat 5px center;
}

/* ---- ACTION ---- */
#action {
	margin-bottom: 30px;	
}
#action a.find,
#action a.start {
	display: block;
	clear: right;
	text-indent: -5000px;
	overflow: hidden;
	height: 35px;
	width: 190px;
	background-image: url(../images/btn-action.gif);
	background-color: transparent;
	background-repeat: no-repeat;
}

/* sliding door technique: use one image with all the states
 use the background-position rule to change it's position... slide it */

#action a.find {
	background-position: 0px -70px;
}
#action a.start {
	background-position: 0px -105px;
}
#action a:hover.find {
	background-position: 0px 0px;
}
#action a:hover.start {
	background-position: 0px -35px;
}

/*=====================================================
	MAIN & FOOTER MENUS - Jase Smith
------------------------------------------------------*/

/* ---- MAIN ---- */

#menu {
	position: relative;
	height: 35px;
	margin-bottom: 15px;
	}
ul.tabs {
	list-style: none;
	}
ul.tabs li {
	float: left;
	font-size: 20px;
	letter-spacing: -1px;
	margin: 0px 1px 0px 0px;
	width: auto;
	height: 1%;
	}

/* IE 6 needs a width to properly render an A tag as a block element */
/* other wise, IE 6 uses the last specified element width in the inheritance chain */
ul.tabs li#tab_1  {width:83px;}
ul.tabs li#tab_12 {width:96px;}
ul.tabs li#tab_13 {width:123px;}
ul.tabs li#tab_14 {width:145px;}
ul.tabs li#tab_15 {width:149px;}
ul.tabs li#tab_16 {width:83px;}

ul.tabs li.active a,
ul.tabs li.active a span {
	color:#343956;
	background:#30432F url(../images/bg-menu_tabs.gif) no-repeat 0 0;
	}
ul.tabs li.active a span {
	background-position:100% 0;
	}
ul.tabs li a {
	display: block;
	color: #b7e2b8;
	font-weight: lighter;
	height: 35px;
	text-align: center;
	padding-left:20px;
	cursor:pointer;
	}
ul.tabs li a span {
	display:block;
	padding:5px 20px 0px 0px;
	height:30px;
	cursor:pointer;
	}
ul.tabs li a:hover,
ul.tabs li a:hover span {
	background:#30432F url(../images/bg-menu_tabs.gif) no-repeat 0 100%;
	}
ul.tabs li a:hover span {
	background-position:100% 100%;
	}
#menu ul.tabs li a:hover,
#menu ul.tabs li a:hover span {
	color: #fff;
	}

/* ---- FOOTER ---- */

#footer-menu ul.tabs {
	padding-top:4px;
	}
#footer-menu ul.tabs li {
	font-size:12px;
	width:75px;
	}
#footer-menu ul.tabs li a {
	color:#343956;
	height: 20px;
	padding-left:10px;
	}
#footer-menu ul.tabs li.utility {
	width:80px;
	}
#footer-menu ul.tabs li a span {
	padding-top:2px;
	padding-right:10px;
	height:18px;
	}
#footer-menu ul.tabs li a,
#footer-menu ul.tabs li a span {
	background:#13223F url(../images/bg-footer_menu_tabs.gif) no-repeat 0 0;
	}
#footer-menu ul.tabs li a span {
	background-position:100% 0;
	}
#footer-menu ul.tabs li a:hover {
	background-position:0 50%;
	}
#footer-menu ul.tabs li a:hover span {
	background-position:100% 50%;
	}
#footer-menu ul.tabs li.utility a,
#footer-menu ul.tabs li.utility a span {
	color: #344634;
	background:#13223F url(../images/bg-footer_utility_tabs.gif) no-repeat 0 0;
	}
#footer-menu ul.tabs li.utility a span {
	background-position:100% 0;
	}
#footer-menu ul.tabs li.utility a:hover {
	background-position:0 100%;
	}
#footer-menu ul.tabs li.utility a:hover span {
	background-position:100% 100%;
	}
#footer-menu ul.tabs li.active a,
#footer-menu ul.tabs li.active a span {
	background-position: 0 100%;
	}
#footer-menu ul.tabs li.active a span {
	background-position:100% 100%;
	}
