body,div,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
margin:0;
padding:0;
}

body,html {height: 100%; margin: 0; padding: 0}

body
{
	background: #ffffff url(../images/mainback.jpg) repeat-x;
	margin-top: 14px;
	}

td, select, input, textarea, div
{
font-family: Arial;
font-size: 12px;
}


input[type=submit]
{
	background:#d23605;
	border: 0;
	height:	18px;
	width: 177px;
color: #fff;
font-size: 12px;	
font-family:Helvetica, Arial, sans-serif;
text-align: right;
padding-right: 10px;
	}
	
input[type=checkbox]
{
vertical-align:text-top;
padding-left: 3px;
}


input[type=text]
{
	border-top: 1px solid #949494;
	border-right: 1px solid #949494;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;	
	height:	15px;
	width: 177px;


	}	
	
textarea
{
width: 177px;
border-top: 1px solid #949494;
	border-right: 1px solid #949494;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	overflow: auto;
	height: 52px;
	}

input[type=radio]
{
	margin-top: -1px;
margin-left: 3px;
margin-right: 3px;
vertical-align: text-top;
}



img
{
border: 0;
}

#mainTitle
{
	font-family:Arial, Helvetica, sans-serif;
	color: #9d9ea3;
	font-size: 12px;
	margin-left:29px;
	margin-top: 18px;
	padding-bottom: 24px;
	}
	
#mainTitle span
{
	
	font-size: 12px;
	color: #ee4611;
	font-weight:bolder;
	vertical-align:middle;
}

	
#mainHeader
{
width: 950px;
height: 72px;
background: #d23605;
/*background:url(../images/topback.gif) repeat-x;*/
margin-left: auto;
margin-right: auto;	
text-align: right;

	}
	
#mainShadow
{
width: 950px;
height: 15px;
margin-left: auto;
margin-right: auto;
	}
	
	
	
#homeBlurb
{
background:#373737;
width: 950px;
position: relative; 
height: 319px; 
z-index: 10; 

margin-left: auto; 
margin-right: auto;	
	}

#footerDiv
{
background:#d0d1d2;/*#e8eaea url(../images/bottomshadow.jpg) repeat-x;*/
width: 950px;
position: relative;
height: 386px;
z-index: 10;
margin-left: auto;
margin-right: auto;
	}
	
#homeContent
{
	width: 100%;
	height: 192px;
	}
	
#mainContent
{
background:#fff;
width: 950px; 
position: relative; 
 
padding-bottom: 25px;
z-index: 10;
margin-left: auto; 
margin-right: auto;	
	}

	
#footerDiv>div
{
color: #515054;
font-size: 11px;
	}
	
#footerDiv>div>span
{
color: #515054;
font-size: 11.5px;
font-weight: bold;
	}
	
#footerDiv>div a
{
	color: #fff;
	
	}

	
#contactContent
{
width: 100%;
background: #fff;
	}
	
#formCaption
{
	font-weight: bold;
	font-size: 12px;
	width: 55px;
	
	margin-bottom: 8px;
	color: #424242;
	}

#loadingScreen
{
background:#f4f4f4;
width: 220px;
height:28px;
padding: 10px;
border: 1px solid #a0a0a0;
/*
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity:0.85;
opacity: 0.85;
*/
text-align: left;
z-index: 150;
position: absolute;
margin-top: 85px;
display: none;
}

/* menu */

#menuDiv
{
float: right;
margin-top: 44px;
}

	
.menuHolder
{
height: 29px;
background-color: #ffffff;
border-bottom: 1px solid #c9c9c9;

}

.topMenuLinks
{
 text-decoration: none;
 font-size: 14px;
 color: #ffffff;
 font-family: Arial;
}

.topMenuLinks:hover
{
text-decoration:underline;
}

/* tables */

.tablediv {
display:  table;
border-spacing:0px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}

.celldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
width:auto;
overflow: hidden;
}


.celldivMenu {
float:left;/*fix for  buggy browsers*/
background:url(../images/home/menuback.gif);
width: 618px;
height: 28px;
display:  table-cell;
}

.rowdiv  {
display:  table-row;
width:100%;
}

.clear {
clear: both;
}

/* end tables */

