/* CSS Document */

html {

}

body {
	background-color:  #FFFFFF;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-weight:  normal;
	font-size:  10px;
	color: #666;
	margin: 0 0 0 0;
	overflow: auto;
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;	
	}

h5 {
	color: #006;
	font-size: 12px;
	font-weight: bold;
	}
	
.header {
	color: #006;
	font-size: 12px;
	font-weight: bold;
	}

a {
	color: #006;
	text-decoration: none;
	}

a:hover {
	color: #666;
	text-decoration: none;
	} 

.productHeading {
	color: #006;
	font-size: 10px;
	font-weight: bold;
	}

.grayHeading {
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
	}

.container {
 	margin: 0 auto 0 auto;
	width: 801px;
}

.story{
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: 0px;
	margin-left: 5px;
}

/*HEADER*/

#header {
	background-image:url(../Images/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height:83px;
	width:801px;
	cursor: pointer;
	cursor: hand;
}

#headerPic {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/headerPic.jpg);
	height:83px;
	width:240px;
	display:block;	
	float:right;
	}
	
/*BUTTONS*/
	
#buttons {
	height:24px;
	width:801;
	}

/*MAIN CONTENT*/

#outside{
	width:801px;
	background-image:url(../images/sideBGslice.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
.clearfix:after { /*clears floated divs inside of #outside div*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#mainContent {
	width:521px;
	height:auto;
	float:left;
	padding: 0px 18px 5px 18px;
	}
	
#mainContent2 {
	width:;
	height:auto;
	float:left;
	padding: 0px 18px 5px 18px;
	}

#products{
	}
	
#products2{
	background-image:url(../images/productsBG2.gif);
	background-position: left top;
	background-repeat:repeat-x;
	}

#product1{
	width:505px;  
	text-align: center;
	}
	
#product1 a {
	margin-left: -2px;
	margin-right: -3px;
	} 
	
#productName {
	width:501px;
	height:32px;
	float:left;
	*margin-top: -3px;
	}
	
#productName a {
	padding: 0px;
	margin-left: -2px;
	margin-right: -3px;
	}
	
	
#product2{
	width:72px; 
	float:left; 
	height:80px; 
	margin-left: -3px;
	margin-right: -3px;
	}
	
#product3{
	width:99%; 
	float:left; 
	height:126px; 
	margin-top:-21px;
	padding-top:17px;
	padding-left:5px;
	padding-bottom: 20px;
	*padding-bottom: 0px;
	}
	
#landing #product3 {
		height:146px;
	}
	
/* needed to round fieldset corners for moz browsers*/
fieldset {
	-moz-border-radius-topleft: 1em; 
	-moz-border-radius-bottomleft: 1em; 
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-bottomright: 1em;
	}

#fieldsetMain {

 	}

#fieldsetLeft {
	float:left;
	width:46%;
	}
	
#fieldsetRight{
	float:right;
	width:46%;
	}

/*SIDE CONTENT*/
	
#sideContentBG {
	margin: 0px 30px 0px 40px;
	}

#sideContent {
	background-image: url(../images/sideBG.gif);
	background-repeat: no-repeat;
	width:240px;
	float:right;
	min-height:360px;
	/*height:360px;
	overflow:visible;*/
	}
	
#sideContent a {
	color: #666;
	text-decoration:none;
	}
	
#sideContent a:hover {
	color: #000;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	}


/*STATES/CLIENTS DISPLAY IN SIDE CONTENT*/

.states{
	display:block;
	text-decoration: none;
	color: #666;
	font-weight:bold;
	font-size:12px;
	}

.clients{
	display: block;
	}

.hide{
	display: none;
	}

.show{
	display: block;
	}
	
/*FOOTER*/
	
#footer{
	background-image:url(../images/footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 30px;
	color: #000;
	font-size:8px;
	width: 801px;
	}
	
#footer2{
	background-image:url(../images/footer2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 30px;
	color: #000;
	font-size:8px;
	width: 801px;
	}
	
#footerContent {
	float:left;
	text-align:left;
	text-indent: 63px;
	/*padding: 0px 18px 5px 18px;*/ 
	}

#footer a {
	text-decoration:none;
	color: #000;
	}

#footer a:hover {
	color: #666;
	text-decoration: none;
	}
	
/*CAUTION: the following is an experiment with round corners*/
	
#fieldset 
{
	position:relative;
	margin: 5px;
	background-color: #D3D3D3;
	border:none;
	}

div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{
position:absolute; 
width:20px; 
height:20px; 
background-color:#fff; 
overflow:hidden;
border:none;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside 
{
position:relative; 
font-size:150px; 
font-family:arial; 
line-height: 40px;
}

div.top-left-corner { top:0px; left:0px}
div.bottom-left-corner {bottom:0px; left:0px}
div.top-right-corner {top:0px; right:0px}
div.bottom-right-corner {bottom: 0px; right:0px}
div.top-left-inside {left:-8px;  color:#D3D3D3;}
div.bottom-left-inside {left:-8px; top:-17px; color:#D3D3D3;}
div.top-right-inside {left:-25px; color:#D3D3D3;}
div.bottom-right-inside {left:-25px; top:-17px; color:#D3D3D3;}

div.box-contents 
{
position: relative; 
padding: 8px; color:#000;
}

