html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #00444E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	text-align: center;
}

/*
------------------------
		tags
------------------------
*/

a {
	color: #155F6A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#mainContainer {
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	
	border-left: solid #155F6A 1px;
	border-bottom: solid #155F6A 1px;
	border-right: solid #155F6A 1px;
}

#headerContainer {
	width: 750px;
	height: 92px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-color: #155F6A;
}

#menuContainer {
	width: 750px;
	height: 221px;
	
	background: url(../images/menu-bg.gif);
}

#menuItems {
	float: left;
	width: 217px;
}

#menuItems a {
	position: relative;
}

#menuItems a#projects {
	display: block;
	left: 0px;
	top: 0px;
	
	background-image: url(../images/menu-01.gif);
		
	width: 217px;
	height: 55px;
}

#menuItems a#projects:hover {
	background: none;
}

#menuItems a#saveMoney {
	display: block;
	left: 0px;
	top: 0px;
	
	background-image: url(../images/menu-02.gif);
		
	width: 217px;
	height: 55px;
}

#menuItems a#saveMoney:hover {
	background: none;
}

#menuItems a#specs {
	display: block;
	left: 0px;
	top: 0px;
	
	background-image: url(../images/menu-03.gif);
		
	width: 217px;
	height: 55px;
}

#menuItems a#specs:hover {
	background: none;
}

#menuItems a#industryServed {
	display: block;
	left: 0px;
	top: 0px;
	
	background-image: url(../images/menu-04.gif);
		
	width: 217px;
	height: 55px;
}

#menuItems a#industryServed:hover {
	background: none;
}

#menuItems a#projects {
	display: block;
	left: 0px;
	top: 0px;
	
	background-image: url(../images/menu-01.gif);
		
	width: 217px;
	height: 55px;
}

#menuItems a#projects:hover {
	background: none;
}

#menuRolledOver2 {
	float: left;
	width: 181px;
	height: 221px;
	display: none;
	background-image: url(../images/menu-bg2.gif);
}

#menuRolledOver2Text {
	width: 161px;
	margin: 65px 0px 0px 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

#menuRolledOver2Text a {
	display: block;
	margin: 0px 0px 15px 0px;
			
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}


#menuRolledOver4 {
	float: left;
	width: 181px;
	height: 221px;
	display: none;
	background-image: url(../images/menu-bg2.gif);
}

#menuRolledOver4Text {
	width: 161px;
	margin: 65px 0px 0px 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

#menuRolledOver4Text a {
	display: block;
	margin: 0px 0px 15px 0px;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

#subMenuContainer {
	width: 750px;
	height: 31px;
	border-top: solid #155F6A 7px;
	border-bottom: solid #155F6A 1px;
	background: white;
}

#subMenuContent {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #155F6A;
	margin-left: 28px;
	margin-top: 10px;
}

#subMenuContent a {
	font-family: verdana,arial,helvetica,sans-serif;

	font-size: 10px;
	color: #155F6A;
}

#subMenuContent ul {
	display: inline;
	list-style-image: url(../image/bullet.gif);
	list-style-position: inside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#subMenuContent li {
	display: inline;
	border-left: solid #155F6A 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;	
}

#subMenuContent li.first {
	border-left: none;
	padding: 0px 8px 0px 0px;
}

#introContainer {
	width: 750px;
	height: 209px;
	background: url(../images/intro-bg.gif);
	background-repeat: repeat-y;
	border-bottom: solid #155F6A 1px;
}

#introDecor {
	float: left;
	width: 205px;
	height: 209px;
	background: url(../images/bubbles.gif);
}

#introContent {
	float: left;
	margin-left: 42px;
	margin-top: 24px;
	width: 335px;
}

#introContent h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 10px 0px;
}

#introLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	float: left;
	margin-left: 42px;
	margin-top: 24px;
	width: 115px;
}

#introLogin h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

#introLogin input {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #000000;
	vertical-align:bottom;
}

#introLogin input.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 84px;
	height: 13px;
	color: #000000;
}

#introLogin .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 94px;
	margin:0px;
	padding:0px;
	color: #000000;
}

#introLogin a {
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #155F6A
}

#introLogin form {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#subContainer {
	background-color: #E7E7E7;
	width: 750px;
	border-bottom: solid #155F6A 1px;
	padding-top:24px;
	padding-bottom: 40px;
}

#subContainer h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}

#subContentProjects {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 247px;
	/*width: 452px;*/
	width: 335px;
}

#subContentProjects .projectContainer {
	clear: both;
	/*width: 452px;*/
	width: 333px;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#subContentProjects .projectThumb {
	width: 56px;
	float: left;
	margin:0px;
	padding:0px;
	/* border: solid black 1px; */
}

#subContentProjects .projectDesc {
	padding: 0px;
	margin-left: 20px;
	/*width: 374px;*/
	width: 257px;
	float: left;
}

#subContentProjects .projectMore {
	display: inline;
	background-image: url('../images/go-arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-left: 8px;
	
	font-weight: bold;
	font-size: 10px;
	color: #155F6A;
}

#subContentProjects h2 {
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;	
	margin:0px;
	padding:0px;
}

#subContentFeatures {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 247px;
	width: 452px;
	height: 150px;
	color: #484848;
	list-style-image: url(../images/bullet.gif);
}

#subContentFeatures ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 16px;
}

#subContentFeaturesCol1 {
	float: left;
	width: 216px;
}

#subContentFeaturesCol2 {
	float: left;
	width: 216px;
	margin-left: 20px;
}

#footerContainer {
	clear: both;
	background-color: #FFF;
	width: 750px;
	padding: 14px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}	


#footerContainer a.important {
    color: #730000;
}

#footerContainer a {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	color: #666;
}

#footerContainer ul {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footerContainer li {
	display: inline;
	border-left: solid #999 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 4px;	
}

#footerContainer li.first {
	border-left: none;
	padding: 0px 2px 0px 0px;
}

#footerTopContainer {	
	width: 695px;
	margin: 0px 0px 0px 26px;
	padding: 0px;
	color: #666666;
}

#footerTopLeft {
	float: left;
}

#footerTopRight {
	float: right;
}

#footerContact {
	margin-left: 26px;
	margin-bottom: 47px;
	clear:both;
	color: #484848;
}

#footerCopyright {
	color: #155F6A;
	margin-left: 26px;
}

/* 
------------------------
        classes
------------------------ 
*/

.hr {
	clear: both;
	width: 452px;
	height: 1px;
	background: url(../images/dash.gif);
	background-position: center;
	background-repeat: repeat-x;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 247px;
	font-size: 1px;
	line-height: 1px;
}

.hrLong {
	clear: both;
	width: 695px;
	height: 1px;
	background: url(../images/dash.gif);
	background-position: center;
	background-repeat: repeat-x;

	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 26px;

	font-size: 1px;
	line-height: 1px;
}
