/* 	Colors
	light grey: #C2C2C2
	light light grey (content bg); #F6F6F6;
	border grey: #D2D2D2;
	*/
	
	
	
/* Compatibility fix, margin and padding clearer */

body, h1, h2, h3, h4, form, input, p, ul, li, a {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	}

/* Wildcard clearer */
* {margin:0;padding:0}

	
body {
	/*background: url('/img/contentwrapperbg.gif') repeat-y center center;*/
	/* background: url('/img/bg_container_wide.gif') top center repeat-y; */
	background-color: #EEEEEE;
	}



#table1 {text-align:center; margin-left:auto; margin-right:auto; width:755px;
	border: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/*border-top: 1px solid #CCCCCC;*/
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	}
	tr,td {text-align:left;}

#table2 {text-align:center; margin-left:auto; margin-right:auto; width:460px;
	border: 0px; 
	background-color: #FFFFFF;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	}
	tr,td {text-align:left;}

#table3 {text-align:center; margin-left:auto; margin-right:auto; width:755px;
	border: 0px; 
	}
	tr,td {text-align:left;}
  




#headline {  font-family: Arial; 
		font-size: 14px; 
		font-weight: bold; 
		line-height: normal; 
		color: #000000; 
		text-decoration: none;
		padding-left: 10px;
		padding-right: 5px;
		padding-bottom: 3px;
		}


#headline h1 {  font-family: Arial; 
		font-size: 14px; 
		font-weight: bold; 
		line-height: normal; 
		color: #000000; 
		text-decoration: none;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}

#headline_wht {  font-family: Arial; 
		font-size: 12px; 
		font-weight: bold; 
		line-height: normal; 
		color: #FFFFFF; 
		text-decoration: none;
		padding-left: 10px;
		padding-top: 3px;
		padding-bottom: 4px;
		padding-top: 5px;
		}

	
div#floatclearer {
	clear: both;
	height: 20px;
	color: white;
	}

div#contentwrapper {
background-color: #FFFFFF;
	}
	
div#contentwrapper a:hover {
	text-decoration: underline;
	}


	
/* font content formatting */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', sans-serif;
	}
	
h1, h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	color: #454545;
	font-weight: lighter;
	}
	
/* styling for anything in the masthead div */


div#mastheadwrapper {
	/*background: black;*/
	/*background-color: #EEEEEE;*/
	
	width: 785px;
	margin: 0 auto;
	height: 240px;
	background-color: #FFFFFF;
	}
	

/****************HEADER CONFIG*********************/
div#masthead {
	width: 785px;
	
	}
	
div#masthead h1 {
	font-size: 32px;
	font-weight: lighter;
	padding-top: 10px;
	}
	
div#masthead ul#smallnav {
	float: right;
	margin-top: 5px;
	}
	
div#masthead ul#smallnav li {
	float: left;
	padding-left: 5px;
	color: #C2C2C2;
	}
	
div#masthead ul#smallnav li a {
	color: #C2C2C2;
	font-weight: bold;
	}
	
div#masthead ul#smallnav li a:hover {
	color: white;
	}
	
div#masthead p.slogan {
	float: right;
	clear: right;
	margin-top: 5px;
	font-weight: bold;
	}
	
div#masthead p.slogan a {
	color: white;
	}
	
div#masthead ul#mainnav {
	float: left;
	margin-top: 10px;
	}
	
div#masthead ul#mainnav li {
	float: left;
	background: white;
	text-align: center;
	font: bold 14px 'Trebuchet MS';
	}
	
div#masthead ul#mainnav li a {
	width: 85px;
	height: 19px;
	display: block;
	background: url('/img/mainnav.gif') no-repeat top left;
	padding-top: 5px;
	color: black;
	}


/***************************************************MAIN NAV ***************************************************************/	
body.home div#masthead ul#mainnav li.home a {
	background: url('/img/mainnavcurrent.gif') no-repeat top left;
	color: black;
	}

body.services div#masthead ul#mainnav li.services a {
	background: url('/img/mainnavcurrent.gif') no-repeat top left;
	color: black;
	}

body.products div#masthead ul#mainnav li.products a {
	background: url('/img/mainnavcurrent.gif') no-repeat top left;
	color: black;
	}

body.apps div#masthead ul#mainnav li.apps a {
	background: url('/img/mainnavcurrent.gif') no-repeat top left;
	color: black;
	}

body.contact div#masthead ul#mainnav li.contact a {
	background: url('/img/mainnavcurrent.gif') no-repeat top left;
	color: black;
	}

body.blog div#masthead ul#mainnav li.blog a {
	background: url('/img/mainnavcurrent.gif') no-repeat top left;
	color: black;
	}

body.news div#masthead ul#mainnav li.news a {
	background: url('/img/mainnavcurrent.gif') no-repeat top left;
	color: black;
	}

	
div#masthead ul#mainnav li a:hover {
	background: url('/img/mainnavhover.gif') no-repeat top left;
	/*color: white;*/
	color: red;
	}
	
div#masthead div#searchbar {
	float: right;
	clear: right;
	width: 196px;
	height: 28px;
	background: white url('/img/searchbar.gif') no-repeat top left;
	margin-top: 24px;
	}
	
div#masthead div#searchbar input {
	float: left;
	margin: 5px 0 0 10px;
	border: 1px solid #D2D2D2;
	}


	
div#masthead div#searchbar input.button {
	float: right;
	margin: 3px 5px 0 0;
	width: 50px;
	height: 22px;
	border: 0;
	background: blue url('/img/searchbutton.gif') no-repeat top left;
	color: white;
	font-weight: bold;
	padding-bottom: 3px;
	}
	
div#masthead h3 {
	color: #C2C2C2;
	}
	
/************************************************** main content formatting ***************************************************************/

div#contentwrapper {
	/* width: 755px;*/
	width: 755px;
	margin: 0 auto;
	padding-top: 5px;
	}

div#maincontent_left_wrapper {
	float: left;
	}

div#maincontent_rt_wrapper {
	float: right;
	}

	
div#maincontent {
	/*float: left;*/
	background: #F8F8F8 url('/img/maincontentbg_wht.gif') repeat-y top left;
	/*width: 485px;*/
	width: 485px
	}
	
div#maincontent .first {
	background: url('/img/maincontenttopbg_wht.gif') no-repeat top left;
	}
	
div#maincontent .last {
	background: url('/img/maincontentbottombg_wht.gif') no-repeat bottom left;
	}
	
div#contentwrapper p {
	line-height: 24px;
	}

div#maincontent form input {
	border: 1px solid #D2D2D2;
	}
	
div#maincontent form input.button {
	border: 0;
	background: url('/img/loginbutton.gif') no-repeat top left;
	float: right;
	margin-right: 5px;
	padding-bottom: 3px;
	height: 22px;
	width: 59px;
	font-weight: bold;
	color: white;
	}
	
div#maincontent form p.login {
	width: 200px;
	padding-left: 30px;
	height: 30px;
	line-height: 15px;
	}
	
div#maincontent form p strong {
	float: left;
	clear: left;
	}
	
div#maincontent form p input {
	float: right;
	clear: right;
	}

	
/********************************************** subcontent formatting ***********************************************************************/

div#subcontent_rt_wrapper {
	float: right;
	}

div#subcontent_left_wrapper {
	float: left;
	}
	
div#subcontent p {
	padding: 0;
	padding-left: 10px;
	clear: left;
	}


div#subcontent form, div#subcontent div#links {
	margin-bottom: 20px;
	width: 252px;
	background: url('/img/subcontentbg_wht.gif') repeat-y top left;
	}

div#subcontent div#links a{
color:black;
text-decoration: none;
}

div#subcontent div#links a:hover {
color:red;
text-decoration: none;
}

div#subcontent div#level_2_nav {
	margin-bottom: 20px;
	width: 252px;
	background-color: #CCCCCC;
	background: url('/img/subcontentbg.gif') repeat-y top left;
	}

div#subcontent div#level_2_nav a{
color:black;
text-decoration: none;
}

div#subcontent div#level_2_nav a:hover {
color:red;
text-decoration: none;
}


	
div#subcontent form input {
	border: 1px solid #D2D2D2;
	}
	
div#subcontent form input.button {
	border: 0;
	background: url('/img/loginbutton.gif') no-repeat top left;
	float: right;
	margin-right: 5px;
	padding-bottom: 3px;
	height: 22px;
	width: 59px;
	font-weight: bold;
	color: white;
	}
	
div#subcontent form p.login {
	width: 200px;
	padding-left: 30px;
	height: 30px;
	line-height: 15px;
	}
	
div#subcontent form p strong {
	float: left;
	clear: left;
	}
	
div#subcontent form p input {
	float: right;
	clear: right;
	}
	
div#subcontent h2 {
	padding-bottom: 10px;
	}

div#subcontent img {
	padding-left: 10px;
	}



	
div#subcontent h2.first, div#subcontent_top  {
	background: url('/img/subcontenttopbg_wht.gif') no-repeat top left;
	}

div#subcontent_top_red  {
	background: url('/img/subcontenttopbg_red.gif') no-repeat top left;
	}

div#subcontent_top_blk  {
	background: url('/img/subcontenttopbg_blk.gif') no-repeat top left;
	}
	
div#subcontent p.last {
	background: url('/img/subcontentbottombg_wht.gif') no-repeat bottom left;
	}

div#subcontent p.level_2_nav_last {
	background: url('/img/subcontentbottombg.gif') no-repeat bottom left;
	}

	
div#subcontent p.forgotpass {
	float: left;
	}
	
div#subcontent ul li {
	list-style-image: url('/img/listdot.gif');
	margin-left: 50px;
	line-height: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	}

div#arrowlist ul li {
	list-style-image: url('/img/arrow_3.gif');
	margin-left: 50px;
	line-height: 12px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

div#on {
/* background: url('/img/subcontentbg_wht.gif') repeat-y top left; */
/* background-color: #FFFFFF; */
font-size: 20px;
font-weight: bold; 
font-color: black;
}
	
div#subcontent p.last, div#subcontent div#links p.last {
	color: white;
	height: 10px;
	padding: 0;
	}
	
div#subcontent div#links p {
	padding: 10px 10px;
	}
	
	/* site wide content formatting */
	
h1, h2 {
	padding-top: 5px;
	padding-left: 10px;
	}
	
h3 {
	padding-left: 10px;
	}
	
p {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	}
	
	
div#footer {
	clear: both;
	border-top: 1px solid #D2D2D2;
	}
	
div#footer p {
	float: left;
	}
	
div#footer p.nfx {
	float: right;
	}
	
	