/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

body {
	background: #f2f2f2 url(../images/bg.jpg) repeat-x;
	font: 10px/1.6em Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

p.caption {
	padding: 0;
	margin: 0;
	color: #777 !important;
	margin-bottom: 5px;
	font-weight: bold;
}

table#con {
	display: block;
	height: 106px;
	font-size: 1.2em;
	width: 412px;
	position: relative;
}

#con img {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding: 0 !important;
	margin: 0 !important;
}

#wrapper {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

#outWrap {
	width: 100%;
	position: relative;
}

#footer {
	width: 100%;
	height: 105px;
	float: left;
	background: url(../images/footer.jpg) repeat-x;
}

#innerFooter {
	margin-left: auto;
	margin-right: auto;
	width: 668px;
	margin-top: 15px;
	padding-left: 226px;
	font-size: 1.1em;
	position: relative;
	color: #a2a2a2;
}

#innerFooter a {
	color: #a2a2a2;
	text-decoration: none;
}

#innerFooter a:hover {
	color: #a2a2a2;
	text-decoration: underline;
}

#innerFooter ul {
	position: absolute;
	top: 0;
	right: 0;
}

#innerFooter li {
	display: inline;
	margin-left: 10px;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 99px;
	float: left;
	overflow: hidden;
	width: 890px;
}

#header h1, #header h2 {
	text-indent: -5000px;
}

/* @group navbar */

div#navbar {
	height: 60px;
	/*overflow: hidden;*/
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div#navbar ul {
	height: 60px;
	padding: 0px;
	background: url(../images/navbar.jpg) no-repeat;
	position: relative;
	display: block;
	width: 890px;
	margin: 0;
}

#navbar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	position: absolute;
}

#navbar ul li, #navbar a {
	height: 45px;
	display: block;
}

#navbar ul li a {
	text-indent: -5000px;
	text-decoration: none;
}

#nb1 {
	left: 0px;
	width: 86px;	
}

#nb2 {
	left: 86px;
	width: 114px;
}

#nb3 {
	left: 200px;
	width: 98px;
}

#nb4 {
	left: 298px;
	width: 185px;
}

#nb5 {
	left: 483px;
	width: 83px;
}

#nb6 {
	left: 566px;
	width: 128px;
}

#nb7 {
	left: 694px;
	width: 88px;
}

#nb8 {
	left: 782px;
	width: 108px;
}

#nb1 a:hover, body#pHome #nb1 {
	background: url(../images/navbar.jpg) no-repeat 0 -60px transparent;
}

#nb2 a:hover, body#pAbout #nb2 {
	background: url(../images/navbar.jpg) no-repeat -86px -60px transparent; 
}

#nb3 a:hover, body#pPeople #nb3 {
	background: url(../images/navbar.jpg) no-repeat -200px -60px transparent;
}

#nb4 a:hover,body#pTech #nb4 {
	background: url(../images/navbar.jpg) no-repeat -298px -60px transparent;
}

#nb5 a:hover,body#pFaq #nb5 {
	background: url(../images/navbar.jpg) no-repeat -483px -60px transparent;
}

#nb6 a:hover, body#pContact #nb6 {
	background: url(../images/navbar.jpg) no-repeat -566px -60px transparent;
}

#nb7 a:hover, body#pLinks #nb7 {
	background: url(../images/navbar.jpg) no-repeat -694px -60px transparent;
}

#nb8 a:hover, body#pCareer #nb8 {
	background: url(../images/navbar.jpg) no-repeat -782px -60px transparent;
}

/* @end */


/* @group submenu */

#navbar li div.submenu {
	display: none;
	opacity: 0.9;
}
#navbar li:hover div.submenu {
	display: block;
}

div#navbar ul {
	z-index: 200;
}
	
div#navbar ul ul {
	width: auto;
	height: auto;
	background: url(../images/menu_r.html) 100% 8px no-repeat;
	margin: 0 0 0 7px;
	padding: 0px 0px 0px 0px;
	height: 1%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#navbar li li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: auto;
	background: #fff;
}

#navbar .submenu a {
	height: auto;
	width: auto;
	height: 1%;
	white-space: nowrap;
	text-indent: 0px;
	background: #fff !important;
	color: #686768;
	text-decoration: none;
	border-top: 1px solid #d4d4d4;
	font-size: 1.2em;
	padding: 4px 10px;
	min-width: 175px;
}

#navbar .submenu a:hover, #navbar .submenu span:hover, #navbar .submenu span.hover {
	background-color: #3d7328 !important;
	color: #fff;
}

#navbar div.submenu {
	position: absolute;
	/*top: 30px;*/
	left: 0px;
}

#navbar div.submenu li a {
	height: 20px;
	font-size: 1.2em;
	line-height: 1.8em;
}

div.submenu li {
	position: absolute;
	/*top: 30px;*/
	left: 0px;
}

.b {
	margin: 0px 8px 0 14px;
	height: 8px;
	background: url(../images/menu_b.html) repeat-x;
	font-size: 0px;
}
.bl, .br, .tr {
	width: 8px;
	height: 8px;
	position: absolute;
	font-size: 0px;
}
.bl {
	bottom: 0px;
	left: 6px;
	background: url(../images/menu_bl.html) no-repeat;

}
.br {
	bottom: 0px;
	right: 0px;
	background: url(../images/menu_br.html) no-repeat;
}
.tr {
	top: 0px;
	right: 0px;
	background: url(../images/menu_tr.html) no-repeat;
}

/* @end */



/* new sub nav */

#navbar div.submenu li ul {position: absolute; left: -999em; }

#navbar div.submenu  ul ul {margin: -28px 0 0 195px; }
#navbar div.submenu  ul li a {}
#navbar div.submenu  ul li ul li a {}

#navbar div.submenu li:hover ul ul, #navbar div.submenu li.sfhover ul ul {left: -999em; }
#navbar div.submenu li:hover ul, #navbar div.submenu li li:hover ul, #navbar div.submenu li.sfhover ul, #navbar div.submenu li li.sfhover ul {left: auto;}


#navbar div.submenu li:hover, #navbar div.submenu li.sfhover {border-bottom: 0; padding-bottom: 0px;}
#navbar div.submenu li:hover ul li, #navbar div.submenu li.sfhover ul li {padding-bottom: 0;}

/* @end */








#contentWrapper {
	
	
}

#leftCol {
	width: 207px;
	float: left;
}

#rightCol {
	width: 668px;
	float: left;
	margin-left: 15px;
}

#decor {
	width: 147px;
	height: 184px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/right_decor.jpg) no-repeat;
}

.clearing {
	clear: both;
}

#copy {
	width: 668px;
	margin-bottom: 30px;
	background: url(../images/copybg.gif) repeat-y;
	position: relative;
	float: left;
}

#copy img.top {
	position: absolute;
	top: 0;
	left: 0;
}

#copy img.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

#copy h4 {
	line-height: 2em;
	color: #505150;
	font-size: 2em;
	margin: 0.5em 15px 1em;
}

#copy h5 {
	font-size: 1.6em;
	line-height: 1.8em;
	color: #505150;
	border-bottom: 1px solid #dbdbdb;
	margin: 0 15px 0.5em;
}

#copy p {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #505150;
	padding-right: 15px;
	padding-top: 0;
	padding-left: 15px;
}

#copy p.bottom {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #505150;
	padding: 8px 15px 30px;
}

#copy p.larger {
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 1.2em;
	color: #505150;
}

#copy a {
	color: #505150;
	text-decoration: underline;
}

#copy a:hover {
	color: #82ba3d;
	text-decoration: underline;
}

#flashTv {
	display: block;
	height: 275px;
	margin-bottom: 15px;
	position: relative;
}

#flashmovie {
	position: absolute;
	top: 15px;
	left: 15px;
}

#mainContent {
	width: 440px;
	margin-right: 20px;
	display: inline;
	float: left;
	padding-bottom: 30px;
}
#mainContentHome {
	width: 440px;
	height:1350px;
	margin-right: 20px;
	display: inline;
	float: left;
	padding-bottom: 30px;
}

#mainContent ul {
	margin-bottom: 1em;
	background-color: #f9f9f9;
	border: 1px dotted #e3e3e3;
	margin-left: 15px;
	margin-right: 15px;
	padding: 1.5em 3.5em;
}

#mainContent ul li {
	font-size: 1.2em;
	color: #505150;
	list-style-type: disc;
	margin-bottom: 0.5em;
}

ul.links {
	
}

.people {
	width: 442px;
	float: left;
	margin-bottom: 20px;
}

.peopleText {
	width: 312px;
	float: left;
}

.peoplePic {
	width: 100px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	display: inline;
}

.peoplePic img {
	margin: 0 !important;
	padding: 0 !important;
}

#mainContent ul.links li {
	color: #c3c3c3;
}
#mainContent img {
	margin: 0 0 2em 15px;
}

#mainContent img.noPad {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bbb;
}

#mainContent img.noPadBorder {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 20px;

}

.image {
	float: right;
}

.image img {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}



#faq {
	float: left;
	width: 190px;
	background-image: url(../images/bg_faq.jpg);
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

#faq img.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#faq img.main {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 15px;
	bottom: 0;
	left: 0;
	display: inline;
}


#faq p {
	line-height: 1.6em;
	font-size: 1em;
	color: #666;
	z-index: 100;
}

#faq p strong {
	font-size: 110%;
}

#faq a {
	text-decoration: none;
}

#faq a:hover {
	color: #666;
}

#video {
	float: left;
	width: 190px;
	background-image: url(../images/bg_video.jpg);
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

#video img.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#video img.main {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 15px;
	bottom: 0;
	left: 0;
	display: inline;
}


#video p {
	line-height: 1.6em;
	font-size: 1em;
	color: #666;
	z-index: 100;
}

#video p strong {
	font-size: 110%;
}

#video a {
	text-decoration: none;
}

#video a:hover {
	color: #666;
}





#news {
	float: left;
	width: 207px;
	background-image: url(../images/bg_news.jpg);
	position: relative;
	margin-bottom: 15px;
	height: 900px;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#news img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#news p {
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#news p strong {
	font-size: 110%;
}

.newsStories a, .newsStoriesTop a, .newsStoriesBottom a {
	text-decoration: none;
	color: #666;
}

.newsStories a:hover, .newsStoriesTop a:hover, .newsStoriesBottom a:hover {
	text-decoration: underline;
	color: #666;
}

.newsStories {
	width: 177px;
	margin-left: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
}

.newsStoriesTop {
	width: 177px;
	margin-left: 15px;
	float: left;
	margin-top: 50px;
}

.newsStoriesBottom {
	float: left;
	width: 177px;
	margin-left: 15px;

}

.postit {
	float: left;
	width: 190px;
	height: 170px;
	margin-bottom: 15px;
	position: relative;
}

.postit img {
	position: absolute;
	top: 0;
}

#rightContent {
	width: 190px;
	height: 850px;
	float: left;
	margin-top: 25px;
}

#rightContent_home {
	width: 190px;
	height: 1070px;
	float: left;
	margin-top: 25px;
}


#search {
	width: 207px;
	height: 98px;
	margin-bottom: 15px;
	background: url(../images/bg_search.jpg) no-repeat;
}

#search h3, #news h3, #faq h3 {
	font-size: 0.1em;
	line-height: 0.1em;
	text-indent: -5000px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.go {
	color: #82ba3d;
	font-weight: bold;
	font-size: 1.1em;
	overflow: hidden;
}

#mainContent p.title {
	color: #204813;
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#mainContent p.title strong {
	font-size: 1.3em;
	line-height: 1.4em;
}

h6 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #204813;
	padding-right: 15px;
	padding-top: 0;
	padding-left: 15px;
	font-weight: bold;
}

