/************************ [Table of contents]
* body
	+ Glaobal Elements / p, h1, h2, h3, h4, h5, form, li, a, img, hr
	+ Container / #container
    + Branding / #branding, #branding-tag
	+ Navigation / #nav-main-wrapper, #nav-main, #left_nav
    + Content / 
        - Home Page Settings / #content-wrapper-home 
            - Content Intro / #content-intro-wrapper, #content-intro, #content-intro-text, #content-benefit
            - Content News / #content-news, .content-news-text, .content-tech, .content-tech-text
        - Sub Page Settings / #content-wrapper-main, .content-main-text    				
    + Footer / #footer
    + Extras / Float, Text, Image , Border, Padding


/************************ Global Elements */
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
	background-color: #1676BE;
	background-image: url(../images/bg_body.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. */
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.875em;
	line-height: 1.4em;
	text-align: left;
	color: #FFF;
	font-weight: 400;
	margin: 0px 0px .7em;
}
h1 {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.2em;
	text-align: left;
	color: #282d88;
	font-weight: 800;
}
h2 {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.125em;
	text-align: left;
	color: #f0901e;
	font-weight: 800;
	padding: 0px;
	margin: 0px 0px 0.8em;
}
h3 {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #f0901e;
	font-weight: 800;
	margin: 0px 0px 0.8em;
}
h4 {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.125em;
	font-weight: 800;
	text-align: left;
	color: #FFFFFF;
	margin: 0em 0px 0.8em;
}
h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .6em;
	line-height: 1.125em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #464646;
}
form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.8em;
	text-align: left;
	margin-top: 0px;
	color: #E8D69E;
	font-size: 1.0em;
}
li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.875em;
	line-height: 1.3em;
	text-align: left;
	color: #FFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li a:link {
	text-decoration: none;
	color: #f3e1ab;
}
li a:visited {
	text-decoration: none;
	color: #e8d69e;
}
li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
li a:active {
	text-decoration: underline;
	color: #EEBA14;
}
a:link {
	text-decoration: none;
	color: #FEB12F;
}
a:visited {
	text-decoration: none;
	color: #e8d69e;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #F1C028;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: 1px solid #4A765C;/*the border*/
	height: 1px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
/************************ Container */
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
/************************ Branding */
#branding {
	background-image: url(../images/bg_branding.jpg);
	height: 160px;
	width: 940px;
	background-repeat: no-repeat;
}
/* using an image to replace text in an h1 */
#branding h1 {
	height: 160px;
	width: 940px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#branding h1 span {
	display: none;
}
#branding-tag h1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 0.9em;
	height: 60px;
	line-height: 54px;
}
/************************ Branding Supplimemtal Navagation Image Map Settings */
#nav-supp a {
	position: absolute;
	height: 130px;
	width: 290px;
	top: 17px;
	text-decoration: none;
	left: 1.125em;
}
#nav-supp a i {
	visibility: hidden;
}
a#home {
	left: 318px;
}
/************************ Navagation */
	/* top nav */
#nav-main-wrapper {
	width: 940px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#nav-main {
	width: 940px;
	height: 40px;
	font-size: 0.875em;
	position: relative;
	top: 8px;
	overflow: hidden;
	padding: 0px;
}
#nav-main ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#nav-main li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 40px;
}
#nav-main li a {
	color: #E7DCCF;
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0px;
	padding: 10px;
	line-height: 40px;
	height: 40px;
	background: url(../images/bg_topnav_link.jpg) repeat-x bottom;
}
#nav-main li a:hover {
	background: url(../images/bg_topnav_hover.jpg) repeat-x bottom;
	color: #FFFFFF;
	text-decoration: underline;
}
#nav-main li a:active {
	background: url(../images/bg_topnav_active.jpg) repeat-x bottom;
	color: #E8BF15;
	text-decoration: underline;
}
#nav-main li #active {
	background: url(../images/bg_topnav_hover.jpg) repeat-x bottom;
	color: #FFFFFF;
	text-decoration: none;
}
/* left nav */
#left_nav {
	width: 217px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
#left_nav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#left_nav li {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F9F9F9;
}
#left_nav li a {
	display: block;
	background: #dfdfdf;
	width: 217px;
	height: 24px;
	color: #2548aa;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .8em;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	text-indent: 12px;
	margin: 0px;
	padding: 0px 0px;
}
#left_nav li a:hover {
	background: #ECECEC;
	color: #2548aa;
	text-decoration: underline;
}
#left_nav li a:active {
	background: #C8C8C8;
	color: #173782;
	text-decoration: underline;
}
/* active state for the left nav  */
#left_nav #active a:link, #left_nav #active a:visited, #left_nav #active a:hover {
	background: #FFFFFF;
	text-decoration: none;
}
/* sub menu item  */
#left_nav ul ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #FFFFFF;
	left: 0px;
}
#left_nav #subnav li {
	padding: 1px 0px;
	margin: 1px 0px 1px 16px;
	list-style-type: none;
}
#left_nav #subnav li a {
	display: block;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: .7em;
	font-weight: 400;
	text-decoration: none;
	padding: 0px;
	background-image: none;
	line-height: 13px;
	margin: 0px;
	text-indent: 0px;
	height: 1%;
	width: auto;
}
#left_nav #subnav li a:hover {
	text-decoration: underline;
}
/* active state for the left nav  */
#subactive a:link, #subactive a:visited, #subactive a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/************************ Content */
	/* content wrapper */
#content-wrapper-home {
	min-height: 680px;
	width: 940px;
	text-align: left;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#content-wrapper-main {
	min-height: 680px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	background-image: url(../images/bg_content_sub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1676BE;
}
/* content area home page */
#content-intro-wrapper {
	width: 940px;
	min-height: 314px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_content_home_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: visible;
}
#content-intro {
	width: 940px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_content_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 313px;
}
#content-intro-text {
	width: 610px;
	text-align: left;
	padding: 0px 40px 0px 0px;
	margin: 0px;
	top: 0px;
	float: left;
}
#content-intro-text ul {
	margin: 0px;
	padding: 0px;
}
#content-intro-text li {
	text-align: left;
	margin: 0px 0px 6px;
	padding: 0px;
	list-style: url(../images/pix_check.png) none inside;
	text-indent: 0px;
}
#content-benefit {
	width: 250px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	top: 0px;
	float: left;
}
#content-benefit ul {
	margin: 0px;
	padding: 0px;
}
#content-benefit li {
	text-align: left;
	margin: 0px 0px 6px 17px;
	padding: 0px;
	list-style: url(../images/pix_check.png) none outside;
	text-indent: 0px;
}
#content-news {
	width: 940px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_content_home_sub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 313px;
}
.content-news-text {
	width: 262px;
	text-align: left;
	padding: 10px;
	margin: 20px 0px 0px 20px;
	background-image: url(../images/bg_box.gif);
	background-repeat: repeat-x;
	background-color: #114692;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	height: auto;
}
.content-news-text p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	color: #FFF;
	font-weight: 400;
	margin: 0px 0px 6px;
}
.content-news-text ul {
	margin: 0px;
	padding: 0px;
}
.content-news-text li {
	text-align: left;
	margin: 0px 0px 6px 18px;
	padding: 0px;
	list-style: url(../images/bullet.png) outside;
	text-indent: 0px;
	font-size: 0.8em;
}
.content-tech {
	width: 262px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #114692;
}
.content-tech-text {
	margin: 0px 8px 6px;
	position: relative;
	padding: 0px;
}
.content-tech-text p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	color: #FFF;
	font-weight: 400;
}
.content-tech-text ul {
	margin: 0px;
	padding: 0px;
}
.content-tech-text li {
	text-align: left;
	margin: 0px 0px 6px 17px;
	padding: 0px;
	list-style: url(../images/bullet.png) outside;
	text-indent: 0px;
	font-size: .8em;
}
/* content area sub pages */
#content-main {
	width: 900px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	height: auto;
}
.content-main-text {
	width: 594px;
	text-align: left;
	padding: 10px 0px 0px;
	margin: 0px;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	height: auto;
}
.content-main-text h2 {
	height: 48px;
	background-image: url(../images/bg-content-main-h2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3B2C0F;
	font-size: 1.3em;
	line-height: 48px;
	margin: 10px 0px;
	padding-left: 10px;
	color: #f3e1ab;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.content-main-text h3 {
	color: #0B2C61;
}
.content-main-text ul {
	margin: 0px;
	padding: 0px;
}
.content-main-text li {
	text-align: left;
	margin: 0px 0px 6px 36px;
	padding: 0px;
	list-style: url(../images/bullet2.png) outside;
	text-indent: 0px;
}
.content-main-text hr {
	border-top: 1px dotted #54ADD8;
	border-bottom: 0;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	padding: 0px;
}
/* content area sub pages */

.content-full-text {
	width: 900px;
	text-align: left;
	padding: 10px 0px 0px;
	margin: 0px;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	height: auto;
}
.content-full-text h2 {
	height: 48px;
	background-image: url(../images/bg-content-main-h2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #10428B;
	font-size: 1.3em;
	line-height: 48px;
	margin: 10px 0px;
	padding-left: 10px;
	color: #f3e1ab;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.content-full-text ul {
	margin: 0px;
	padding: 0px;
}
.content-full-text li {
	text-align: left;
	margin: 0px 0px 6px 36px;
	padding: 0px;
	list-style: url(../images/bullet2.png) outside;
	text-indent: 0px;
}
.content-full-text hr {
	border-top: 1px dotted #9A6B12;
	border-bottom: 0;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	padding: 0px;
}
/* subpage column position */	
#right_column {
	width: 565px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
/* left sidebar position */
#left_column {
	width: 217px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
/************************ Sub Page Settings */	
		/* sub category */
#sub_cat_tab {
	background-image: url(../images/bg_sub_cat_wht.gif);
}
#sub_cat_tab h6 {
	background-image: url(../images/bg_sub_content_wht_btm.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 17px;
	width: 565px;
}
/*  detail pages */
#sub_cat {
	width: 672px;
	margin: 0px;
	float: left;
	height: auto;
	background-image: url(../images/bg_sub_cat_brdr.gif);
	position: relative;
	background-repeat: repeat-y;
}
#sub_cat h2 {
	background-image: url(../images/bg_sub_cat_top.gif);
	margin-top: 0px;
	width: 672px;
	height: 56px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 56px;
	color: #FFFFFF;
	text-indent: 24px;
	font-size: .875em;
	text-transform: uppercase;
}
#sub_cat h6 {
	background-image: url(../images/bg_sub_cat_btm.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	width: 672px;
}
#sub_cat .detail {
	width: 540px;
	margin: 4px 12px 0px;
	height: auto;
	padding: 0px;
}
#sub_cat .detail h3 {
	font-size: .8em;
	line-height: .938em;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
#sub_cat .detail p {
	font-size: .8em;
	line-height: 1.125em;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
#sub_cat .detail hr {
	margin: 2px 0px 8px;
	padding: 0px;
}
#sub_cat .detail table {
	font-size: .8em;
	line-height: 1.125em;
	text-align: left;
	margin: 0px 0px 4px;
	padding: 0px;
	height: auto;
	width: auto;
}
#sub_cat .detail table th {
	font-size: .7em;
	line-height: 1.125em;
	text-align: center;
	margin: 0px;
	padding: 4px 8px;
	border: 1px solid #D4D4D4;
	background-image: url(../images/bg_th.gif);
	background-position: center bottom;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #464646;
}
#sub_cat .detail table td {
	font-size: .7em;
	line-height: 1.125em;
	text-align: center;
	margin: 0px;
	padding: 4px;
	border: 1px solid #D4D4D4;
	color: #464646;
}
/* sub content page */
#sub_cat .content {
	margin: 4px 22px 0px 24px;
	height: auto;
	padding: 0px;
}
#sub_cat .content h3 {
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
	color: #004681;
}
#sub_cat .content h4 {
	font-size: .875em;
	line-height: 1.25em;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
	color: #347B46;
}
#sub_cat .content p {
	text-align: left;
	margin: 0px 0px 6px;
	padding: 0px;
}
#sub_cat .content hr {
	margin: 2px 0px 8px;
	padding: 0px;
}
.content ul {
	margin-top: 3px;
	margin-bottom: 6px;
}
.content li {
	text-align: left;
	list-style: url(../images/li_bullet.gif) none outside;
	margin: 0px 0px 6px;
	padding: 0px;
	text-indent: 0px;
}
/************************ Footer */
#footer_wrapper {
	padding: 0px;
	height: 165px;
	background-image: url(../images/bg_site_info.jpg);
	background-repeat: no-repeat;
	width: 940px;
	margin: 0px;
}
#foot_text {
	padding: 0px;
	width: 680px;
	margin: 0px;
	position: relative;
	left: 240px;
	top: 0px;
	height: 130px;
}
#foot_text h4 {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 24px;
	font-weight: 400;
	padding: 0px;
	margin: 2px 0px;
	position: relative;
	top: 65px;
	color: #FFA73C;
	text-align: right;
}
#foot_text h4 span {
	
	font-size: .8em;
	
}
#footer {
	height: 37px;
	width: 900px;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	width: auto;
	white-space: nowrap;
}
#footer ul li {
	display: inline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .7em;
	line-height: 24px;
	font-weight: 400;
	color: #beaf81;
	font-size: 0.7em;
	font-weight: 400;
	padding: 0px;
}
#footer ul li a {
	color: #FFFFFF;
}
#footer li a:link {
	text-decoration: none;
	color: #FFF;
}
#footer li a:visited {
	text-decoration: none;
	color: #FBA73C;
}
#footer li a:hover {
	text-decoration: underline;
	color: #FCA318;
}
#footer li a:active {
	text-decoration: underline;
	color: #7ABAFF;
}
#footer h5 {
	text-align: left;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
/************************ Extras */
	   /* float classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
}
.center {
	text-align: center;
	left: auto;
	right: auto;
}
.clear {
	clear: both;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: .6em;
}
/* Text Settings */	
.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	color: #BD861C;
	line-height: 0
.em
; 	line-height: 0.9em;
}
.orange {
	color: #F9A21D;
}
.white {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.red {
	color: #a40000;
}
.green {
	color: #347B46;
}
.blue {
	color: #0C2D66;
}
/* Image Settings */	
.imgLink {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #CEA04B;
}
/* Border Settings */	
.pixBrdr {
	border:1px solid #e3e3e1;
}
/* Padding Settings */
.pad2 {
	padding: 0px 4px 0px 0px;
}
.pad4 {
	padding: 4px;
}
.padPhoto {
	margin-right: 12px;
	margin-left: 20px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.floatLeftPix {
	float: left;
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.floatRightPix {
	float: right;
	margin-left: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
}
/* Form */
form label {
	cursor: pointer;
	color: #000000;
	font-size: .9em;
}
fieldset {
	border: thin solid #483614;
}
input, select, textarea {
	color: #231A09;
	font-family: inherit;
}
form textarea {
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	padding: 2px 0 2px 2px;
	background: #fff top;
}
input.radio, input.checkbox {
	height: auto !important;
	width: auto !important;
	background: none !important;
	vertical-align: middle;
	border: 0;
	color: #333333;
}
select {
    border: 1px solid #c3c3c3 !important;
    border: 0;
    background: #fcfcfc;
}
form input.hidden {
    display: none !important;
    position: absolute;
}

form textarea {
    height: 100px;
    width: 300px;
    margin-top: 0;
}
form legend {
	color: #231A09;
	padding: 5px;
	font-weight: bold;
}

form select {
    display: inline;
    float: left;
}
form br {
    clear: both;
}
input.submit {
    display: block !important;
    float: none !important;
    margin: 20px 0 0 140px !important;
}
input.button, input.submit {
    margin: 0;
    border: 0;
    padding: auto;
    width: auto;
    height: auto;
    background: transparent;
    vertical-align: middle;
    
}
.form fieldset.list {
    border: 0;
    padding: 0 !important;
    margin: 6px 0 3px 6px;
}
/* in case someone adds a legend */
form fieldset.list legend {
    display: none;
}
form fieldset.list label, 
form fieldset.list input {
    padding: 0;
    margin: 0 0 3px;
    float: left;
    display: inline;
    border: 0;
    background: none;
    width: auto;
    height: auto;
}
form fieldset.list label {
    padding-left: 5px;
    text-align: left;
    width: auto;
}
#contactBack {
	text-align: left;
	width: auto;
	color: #000000;
	background-color: #FFFFFF;
	padding: 36px;
}
#contactBack p {
	color: #000000;
}
#contactBack h4 {
	color: #000000;
}
#contactBack h3 {
	color: #000000;
}
#contactBack li {
	color: #000000;
}


/*newly included*/

#contactBack-app {
	text-align: left;
	width: auto;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px 36px 36px 36px;
	height:100px;
}

#app-content {
width:400px;
float:left;
}

#app-content p {
color:#000000;
}

img {border:0px;}

#app-connect-logo {
width:235px;
float:right;
}
