* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

html {
	overflow: scroll;
}

.clearAll {
	clear: both;
}

body {
	background-image: url(../img/background.gif);
}

#pageContainer {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/page_bg.png) repeat-y;
}

#flashBanner {
	float: left;
	width: 650px;
	height: 190px;
	background-color: silver;
}

/* @group header */

#pageHeaderWrapper {
	background: url(../img/header_bg.jpg) repeat-x center;
	height: 134px;
}

#pageHeader {
	height: 134px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#headerShadowWrapper {
	height: 12px;
	background: url(../img/header_shadow.png) repeat-x;
}

#headerShadow {
	background: url(../img/page_top_bg.png) no-repeat 0 top;
	height: 12px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
}

#headerLogo {
	width: 606px;
	height: 0;
	overflow: hidden;
	padding-top: 134px;
	background: url(../img/header_logo.png) no-repeat;
	float: left;
	position: relative;
}

#headerContact {
	margin-top: 30px;
	float: right;
	margin-right: 13px;
}

#headerContact p a {
	width: 225px;
	height: 0;
	display: block;
	background-image: url(../img/header_contact_button.png);
	padding-top: 36px;
	overflow: hidden;
	position: relative;
}

#headerSearchBox {
	float: right;
	width: 225px;
	height: 27px;
	background-image: url(../img/header_sbox.png);
	margin-top: 5px;
	margin-right: 13px;
	position: relative;
}

#headerSearchBox input {
	width: 177px;
	border-style: none;
	border-width: 0;
	margin-left: 5px;
	position: relative;
	left: 0;
	top: 0;
	margin-top: 5px;
	height: 17px;
}

/* @end */

/* @group global navigation */

/* @group nav generic */

#globalNav {
	width: 212px;
	float: left;
	margin-right: 10px;
}

#globalNav ul {
	list-style-type: none;
}

#globalNav ul li a {
	width: 212px;
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
}

#globalNav ul ul {
	list-style-type: none;
	padding-top: 7px;
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

#globalNav ul ul li a {
	padding-top: 0;
	color: #336666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	padding-bottom: 5px;
	height: auto;
	width: 180px;
	line-height: 13px;
	background-image: none;
}

#globalNav ul ul li a:hover {
	text-decoration: underline;
	background-image: none;
}

/* @end */

/* @group nav home */

li#navHome a {
	background-image: url(../img/nav_home.gif);
	padding-top: 26px;
}

li#navHome a:hover {
	background-image: url(../img/nav_home_o.gif);
}

body#home li#navHome a {
	background-image: url(../img/nav_home_a.gif);
}

/* @end */

/* @group nav about */

li#navAbout a {
	background-image: url(../img/nav_about.gif);
	padding-top: 25px;
}

li#navAbout a:hover {
	background-image: url(../img/nav_about_o.gif);
}

li#navAbout ul {
	background-image: url(../img/nav_sub_bg1.gif);
	padding-bottom: 2px;
}

body#about li#navAbout a {
	background-image: url(../img/nav_about_a.gif);
}

body#about li#navAbout ul {
	background-image: url(../img/nav_sub_bg1a.gif);
}

body#about li#navAbout ul a {
	color: white;
	background-image: none;
}

/* @end */

/* @group nav news */

li#navNews a {
	background-image: url(../img/nav_news.gif);
	padding-top: 25px;
}

li#navNews a:hover {
	background-image: url(../img/nav_news_o.gif);
}

body#news li#navNews a {
	background-image: url(../img/nav_news_a.gif);
}

/* @end */

/* @group nav products */

li#navProducts a {
	background-image: url(../img/nav_products.gif);
	padding-top: 25px;
}

li#navProducts a:hover {
	background-image: url(../img/nav_products_o.gif);
}

li#navProducts ul {
	background-image: url(../img/nav_sub_bg1.gif);
	padding-bottom: 2px;
}

body#products li#navProducts a {
	background-image: url(../img/nav_products_a.gif);
}

body#products li#navProducts ul {
	background-image: url(../img/nav_sub_bg1a.gif);
}

body#products li#navProducts ul a {
	color: white;
	background-image: none;
}

/* @end */

/* @group nav projects */

li#navProjects a {
	background-image: url(../img/nav_projects.gif);
	padding-top: 25px;
}

li#navProjects a:hover {
	background-image: url(../img/nav_projects_o.gif);
}

li#navProjects ul {
	background-image: url(../img/nav_sub_bg1.gif);
	padding-bottom: 2px;
}

body#projects li#navProjects a {
	background-image: url(../img/nav_projects_a.gif);
}

body#projects li#navProjects ul {
	background-image: url(../img/nav_sub_bg1a.gif);
}

body#projects li#navProjects ul a {
	color: white;
	background-image: none;
}

/* @end */

/* @group nav services */

li#navServices a {
	background-image: url(../img/nav_services.gif);
	padding-top: 25px;
}

li#navServices a:hover {
	background-image: url(../img/nav_services_o.gif);
}

li#navServices ul {
	background-image: url(../img/nav_sub_bg1.gif);
	padding-bottom: 2px;
}

body#services li#navServices a {
	color: white;
	background-image: url(../img/nav_services_a.gif);
}

body#services li#navServices ul {
	background-image: url(../img/nav_sub_bg1a.gif);
}

body#services li#navServices ul a {
	color: white;
	background-image: none;
}

/* @end */

/* @group nav faq */

li#navFaq a {
	background-image: url(../img/nav_faq.gif);
	padding-top: 25px;
}

li#navFaq a:hover {
	background-image: url(../img/nav_faq_o.gif);
}

body#faq li#navFaq a {
	background-image: url(../img/nav_faq_a.gif);
}

/* @end */

/* @group nav links */

li#navLinks a {
	background-image: url(../img/nav_links.gif);
	padding-top: 25px;
}

li#navLinks a:hover {
	background-image: url(../img/nav_links_o.gif);
}

body#links li#navLinks a {
	background-image: url(../img/nav_links_a.gif);
}

/* @end */

/* @group nav contact */

li#navContact a {
	background-image: url(../img/nav_contact.gif);
	padding-top: 25px;
}

li#navContact a:hover {
	background-image: url(../img/nav_contact_o.gif);
}

li#navContact ul {
	background-image: url(../img/nav_sub_bg2.gif);
	padding-bottom: 13px;
}

body#contact li#navContact a {
	color: white;
	background-image: url(../img/nav_contact_a.gif);
}

body#contact li#navContact ul {
	background-image: url(../img/nav_sub_bg2a.gif);
}

body#contact li#navContact ul a {
	color: white;
	background-image: none;
}

/* @end */



/* @end */

/* @group body content */

#pageBody {
	padding-right: 18px;
	padding-left: 18px;
}

#bodyContent {
	float: left;
	width: 424px;
	padding: 10px;
}

#bodyContent.wide {
	width: 630px;
}

#bodyContent h2 {
	color: #003333;
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

#bodyContent h3 {
	color: #003333;
	font-size: 18px;
	margin-bottom: 10px;
}

#bodyContent p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 18px;
}

#bodyContent ul {
	list-style-type: square;
	margin-left: 30px;
	font-size: 12px;
	padding-bottom: 10px;
}

#bodyContent ul li {
	margin-bottom: 5px;
}

.categoryBanner h2 {
	width: 652px;
	height: 0;
	float: left;
	overflow: hidden;
	padding-top: 52px;
}

#catBanProducts h2 {
	background-image: url(../img/products_header_bg.gif);
}

#catBanNews h2 {
	background-image: url(../img/news_header_bg.gif);
}

#catBanServices h2 {
	background-image: url(../img/services_header_bg.gif);
}

#catBanContact h2 {
	background-image: url(../img/contact_header_bg.gif);
}

#catBanAbout h2 {
	background-image: url(../img/aboutus_header_bg.gif);
}

#catBanCaseStudies h2 {
	background-image: url(../img/casestudies_header_bg.gif);
}

#catBanLinks h2 {
	background-image: url(../img/links_header_bg.gif);
}

#catBanFaq h2 {
	background-image: url(../img/faq_header_bg.gif);
}

#newsTicker {
	width: 504px;
	height: 28px;
	background-image: url(../img/ticker_bg_1.gif);
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#newsTickerButton {
	width: 126px;
	height: 28px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#newsTickerButton a {
	background-image: url(../img/ticker_bg_2.gif);
	width: 126px;
	height: 28px;
	float: left;
	text-indent: -9999px;
}

.mooquee
{
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	padding-top: 5px;
	margin-left: 10px;
	float: left;
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}

#mooquee-text a {
	text-decoration: none;
	color: #003333;
	font-size: 13px;
	font-weight: bold;
}

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

#sideBar {
	width: 210px;
	float: left;
	margin-top: 10px;
}

#sideBar img {
	margin-bottom: 10px;
}

/* @end */

/* @group news */

div.newsArticle {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #003333;
	font-size: 12px;
	line-height: 16px;
}

#bodyContent div.newsArticle h3 {
	margin-bottom: 0;
}

#bodyContent div.newsArticle p.newsPosted {
	font-size: 10px;
	color: #666666;
}

/* @end */

/* @group footer */

#pageFooter {
	background: url(../img/footer_bg.png) no-repeat 0 bottom;
	text-align: center;
	font-size: 10px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

#pageFooter p {
	font-weight: bold;
	margin-bottom: 5px;
}

#pageFooter p a {
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}

/* @end */

#bodyContent a
{
	color: #003333;
	font-weight: bold;
	text-decoration:none;
}

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

#bodyContent img 
{
	position: relative;
}

.picRight
{
	padding-left: 15px;
	float: right;	
}

.picLeft 
{
	padding-right: 15px;
	float: left;
}

.required
{
	color:#CC0000;
}

.admin_button  { vertical-align: middle; background-color: #CCCCCC; padding: 5px; border: solid 1px #003333; font-size: 12px; width: 100px; }
.admin_button:hover   { background-color: #FFFFFF; }
.admin_button img { margin-top: 5px; }

.admin_key
{
	border-style:none;
	border-width: 0px;
}