/************************************************* Elems *********************************************/
body {
	background-color: #98B1CF;
	font-family:tahoma, verdana;
	font-size:11px;
}

#wrapper {
	width:900px;
}

#stage {
	position:relative;
	width:900px;
}

p {
	margin:5px;
	font-size:13px;
}

h1 {
	font-size:18px;
	color: #3C5773;
    margin: 0px;
	padding:0px 0px 0px 35px;
	font-weight:bold;
	background: #FFFFFF url(../images/greenSqWhite.gif) left no-repeat;
}

h2 {
	font-size:16px;
	color: #3C5773;
    margin: 0px;
	padding:0px 0px 0px 35px;
	font-weight:bold;
	background: #FFFFFF url(../images/greenSqWhite2.gif) left no-repeat;
}

h3 {
	font-size:14px;
	color: #3C5773;
  margin: 0px;
	padding:0px 0px 0px 35px;
	font-weight:bold;
	background: #FFFFFF url(../images/greenSqWhite3.gif) left no-repeat;
}

#highlights h3 {
	font-size:1.5em;
	color: #3C5773;
 	margin: 0px;
	padding:0px 0px 0px 35px;
	font-weight:bold;
	background: #DBE9C7 url(../images/greenSqWhite3.gif) left no-repeat;
}

#highlights li {
	font-size:1.3em;
	width:250px;
	list-style:none;
	padding-left:10px;
	background:url(../images/bullet.gif) 0px 15px no-repeat;
	background-position: 0 12px;
}

#highlights ul {
	position:relative;
	left:15px;
	width:260px;
}

ul {

	position:relative;
	left:20px;
	margin-bottom:15px;
	width:565px;
}

li {
	font-size:14px;
	list-style:none;
	padding-left:10px;
	background:url(../images/bullet.gif) 0px 6px no-repeat;
}

ol {
	list-style-type:decimal;
	margin-left:20px;
	margin-bottom:15px;
}

label.fields {
	font-weight:bold;
}

td.vertical {
	vertical-align:top;
}

#msg {color:red;}
.finput { width:425px; }
textarea.finput {width:425px;}

/************************************************* Banner ********************************************/
#banner_top {
	width:900px;
	height:104px;
	background: #000000 url(../images/bannerTop.jpg) top no-repeat;
}

#banner_bottom {
	width:900px;
	height:220px;
	background: #000000 url(../images/bannerBottom.gif) top no-repeat;
}

#banner_text {
	position:absolute;
	top:140px;
	left:5px;
	width:440px;
}

#banner_text td {
	padding:10px 10px 10px 5px;
	vertical-align:middle;
	text-align:justify;
	font-size:1.3em;
	font-weight:600;
	background-image: url(../images/banner-text-bg.png);
}

#banner_text td h1 {
	color:#5D9D00;
	font-size:1.5em;
	font-weight:bold;
	background:none;
	margin:0px;
	padding:0px;
}

a.login {
	color:#67B2FF;
	text-decoration:none;
	font-size:14px;
	margin:40px 40px 0px 0px;
	padding-left:20px;
	background: url(../images/lightBulb2.png) left no-repeat;
	cursor:pointer;
}

a.login:hover { text-decoration:underline; }

/************************************************* Nav *********************************************/
#navigation {
	width:900px;
	height:49px;
}

#leftBar {
	width:64px;
	height:49px;
}

#rightBar {
	width:316px;
	height:49px;
}

#rightBarExt {
	width:56px;
	height:49px;
}

#home_button {display:none;}
#home {
	width:130px;
	height:49px;
	background:url(../images/navBar.jpg) 0px -49px no-repeat;
	text-decoration:none;
	display:block;
}
#home:hover {
	background-position:0px 0px;
	text-decoration:none;
	display:block;
}
#homeSel {
	width:130px;
	height:49px;
	background:url(../images/navBar.jpg) 0px 0px no-repeat;
	text-decoration:none;
	display:block;
}

#services_button {display:none;}
#services {
	width:130px;
	height:49px;
	background:url(../images/navBar.jpg) -130px -49px no-repeat;
	text-decoration:none;
	display:block;
}
#services:hover {
	background-position:-130px 0px;
	text-decoration:none;
	display:block;
}
#servicesSel {
	width:130px;
	height:49px;
	background:url(../images/navBar.jpg) -130px 0px no-repeat;
	text-decoration:none;
	display:block;
}

#about_button {display:none;}
#about {
	width:130px;
	height:49px;
	background:url(../images/navBar.jpg) -260px -49px no-repeat;
	text-decoration:none;
	display:block;
}
#about:hover {
	background-position:-260px 0px;
	text-decoration:none;
	display:block;
}
#aboutSel {
	width:130px;
	height:49px;
	background:url(../images/navBar.jpg) -260px 0px no-repeat;
	text-decoration:none;
	display:block;
}

#contact_button {display:none;}
#contact {
	width:130px;
	height:49px;
	background:url(../images/navBar.jpg) -390px -49px no-repeat;
	text-decoration:none;
	display:block;
}
#contact:hover {
	background-position:-390px 0px;
	text-decoration:none;
	display:block;
}
#contactSel {
	width:130px;
	height:49px;
	background:url(../images/navBar.jpg) -390px 0px no-repeat;
	text-decoration:none;
	display:block;
}

#faq_button {display:none;}
#faq {
	width:130px;
	height:49px;
	background:url(../images/navBarExt.jpg) -520px -49px no-repeat;
	text-decoration:none;
	display:block;
}
#faq:hover {
	background-position:-520px 0px;
	text-decoration:none;
	display:block;
}
#faqSel {
	width:130px;
	height:49px;
	background:url(../images/navBarExt.jpg) -520px 0px no-repeat;
	text-decoration:none;
	display:block;
}

#downloads_button {display:none;}
#downloads {
	width:130px;
	height:49px;
	background:url(../images/navBarExt.jpg) -665px -49px no-repeat;
	text-decoration:none;
	display:block;
}
#downloads:hover {
	background-position:-665px 0px;
	text-decoration:none;
	display:block;
}
#downloadsSel {
	width:130px;
	height:49px;
	background:url(../images/navBarExt.jpg) -665px 0px no-repeat;
	text-decoration:none;
	display:block;
}

/************************************************* Content *********************************************/
#content {
	width:900px;
	min-height:400px !important;
	height:auto;
	height:400px;
}

#l_content {
	width:583px;
	margin:10px;
}

#l_content p {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
}

#leftPane {
	width:603px;
	background:#FFFFFF;
	vertical-align:top;
}

#rightPane {
	width:297px;
	background:#DBE9C7;
	vertical-align:top;
}

img.picture1 {
	float:left;
	margin-right:5px;
	padding:1px;
	border:1px solid gray;
	background:#FFFFFF;
}

img.picture2 {
	float:right;
	margin-left:5px;
	padding:1px;
	border:1px solid gray;
	background:#FFFFFF;
}

#contact_form {
	border-collapse: separate;
	border-spacing:4px;
	width:300px;
}


#contactForm {
	text-align:center;
	width:585px;
	height:180px;
}

#highlights {
	width:270px;
	margin:10px;
}

td.labels_pad {
	font-weight:bold;
	vertical-align:top;
	padding:6px 0px 4px 4px;
}

td.labels {
	font-weight:bold;
	vertical-align:top;
	padding:0px 0px 4px 4px;
}

tr.divider {
	height:1px;
	background:#DCDCDC;
	width:100%;
}

td.vertical {
	vertical-align:top;
}

span.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration: underline;
	cursor:pointer;
}

span.link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:steelblue;
	text-decoration:none;
}

#downloadList {
	border-spacing:4px;
	border:1px solid #DCDCDC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#downloadList a {
	color:steelblue;
	text-decoration:none;
}

#downloadList a:hover {
	text-decoration:underline;
}


/************************************************* Footer **********************************************/
#footer {
	width:900px;
	height:78px;
	background: url(../images/altFooter.gif) repeat-x;
	color:white;
	text-align:center;
}

#links{
	text-align:center;
	color: #FFFFFF;
	font-size:13px;
}

#copy {
	float:right;
	margin:10px 10px 5px 0px;
	color:#FFFFFF;
	font-size:11px;
}

