/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1000px;/* for mozilla*/
	background-color: #ccc;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:1000px;
	border-left:5px double #800;
	border-right:5px double #800;
	border-bottom: 3px solid #800;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #eee;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:1000px;
	margin-top: 145px;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	
}
#header{
	position:absolute;
	top:0;
	
	width:996px;
	height:148px;
	background:#eee;
	background-image: url(img/jpg/header.jpg);
   
	border-left: 4px solid #800;
	border-right: 0px solid #800;
	overflow:hidden;
	color: #000000;
	z-index:1;
}
#left-box {
	position:relative;/*ie needs this to show float */
	width:145px;
	float:left;
	padding-top:10px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	padding-left: 5px;
    margin-right: 5px;
	background-color: #fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
    border: 0px solid red;
	
}
#left-box p {

padding-left:3px;
padding-right:2px;
font-size: 14px;
}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:right;
	padding-top:10px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin-top: 150px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer {
	width:800px;
	clear:both;
	height:25px;
	border-top:0px solid #eee;
	border-bottom:0px solid #eee;
	background-color: #eee;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	font-size: .7em;
	

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centercontent {
	width:970px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding:8px 10px 32px 5px;/* needed to make room for footer */
    margin: 0 15px 0 15px;
}
#centercontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

#box1{
font-family:Arial, Helvetica, sans-serif;
width: 509px;
height: 30px;
color: #000;
text-align: center;
margin: 1px 0px -2px 300px;
padding-top:5px; 
font-weight: 600;
float:center;
font-size: 1.5em;
border: 0px solid #000;
}
img{
border: none;
}

#box2
{width:190px;
height: 110px;
background-image: url(img/box2-bkgnd.jpg);
background-repeat: no-repeat;
color: #000;
text-align: center;
font-size: 12px;
float: left;
padding-top: 15px;
padding-right: 5px;
margin-right: 3px;
font-family:Arial, Helvetica, sans-serif;
}

#box3{
width:200px;
height: 150px;
background-image: url(img/box2-bkgnd.jpg);
background-repeat: no-repeat;
color: #000;
text-align: center;
font-size: 14px;
float: right;
padding: 20px 0 20px 0;
margin:0 3px 5px 3px;
line-height:1em;
font-family:Arial, Helvetica, sans-serif;
}


#whseo-box1
{width: 425px;
height:125px;
margin: 10px 10px 15px 170px;
border: 0px solid blue;
font-family:Arial, Helvetica, sans-serif;
text-align: left;
}

#con-box1{
width: 500px;
padding: 0 0 0 200px;

 }


#navcontainer2 ul
{
list-style-type: none;
text-align: left;
border: 0px dotted red;
width: 120px;
margin: 0 0 15px 5px;
padding: 0 30px 0 0px;
}

#navcontainer2 ul li a
{
background:#fff url(img/gif/list-off.gif) left center no-repeat;
padding-left: 14px; /* leaves a little space between the img and the nav words*/
text-align: left;
font: normal 15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif, arial;
text-decoration: none;
color: #999;
border: 0px solid red;
width: 120px;

}

#navcontainer2 ul li a:hover
{
background: #fff url(img/gif/list-on.gif) left center no-repeat;
color: #800000;

}

#navcontainer2 ul li a#current
{
background:  url(img/gif/list-active.gif) left center no-repeat;
color: #666;
font-weight: 600;
}

h3{font-family: Arial, Helvetica, sans-serif;
}

h2{
font-size: 20px;
font-family:Arial, Helvetica, sans-serif;
}

h1{
font-family:Arial, Helvetica, sans-serif;
}



/*css for the form*/
fieldset{
float: left;
clear: left;
width: 100%;
margin: -1em 0 0 0;
padding: 0;
border: 0px groove #369;
}

legend
{margin-left: 1em;
color: #000;
font-weight: 600;
}

fieldset ol
{
padding: 1em 1em 0 1em;
list-style: none;
}

fieldset li
{
float: left;
clear: left;
width: 100%;
padding-bottom: -1em;
text-align: right;
}

fieldset.submit
{
float: none;
width: auto;
border-style: none;
padding-left: 6em;
padding-top: 3em;
}

label
{
float:left;
width: 10em;
margin-right: 1em;
display: block;
}
/*end css for form*/



/*opt in box*/
optinbox
{
margin: 0 0 0 0;
padding: 0 0 0 0;
height: auto;
width: 600px;
border: 1px solid blue;
font-size: .7em;
 }
