body {
	margin:0 auto;
	padding:0;
	color:#000;
	background:#FFFFFF;
	font-family:Verdana, Sans-Serif;
	font-size:11px;
}
form, div, span, h1, h2, h3, p, ul, li {
	margin:0;
	padding:0;
}
a img { border:none; }
a, a:active, a:visited
{
    text-decoration:none;
    color:#0e4e96;
}
a:hover 
{
    text-decoration:none;
    color:#b61d1f;
}

#container 
{
    width:938px;
    margin:0 auto;
    padding:0;
}

/* header -------------------------------------------------*/
#header 
{
    height:136px;
    background:transparent url(headerbg.gif) no-repeat;
}
#header #logo 
{
    float:left;
}
#header h1
{
    display:none;
}

/* nav -------------------------------------------------*/
ul#nav 
{
    float:left;
    list-style:none;
    padding:53px 0 0 0px;
}
ul#nav li 
{
    float:left;
}

/* banner -------------------------------------------------*/
#banner 
{
    height:187px;
    background:transparent url(bannerbg.gif) repeat-y;
    padding:0 40px 0 41px;
}

/* main -------------------------------------------------*/
#main 
{
    background:transparent url(mainbg.gif) repeat-y;   
    padding:0 0 0 19px;
}
#clear 
{
    height:1px;
    clear:both;
}

/* content -------------------------------------------------*/
#content 
{
    background:transparent url(mainbgtop.gif) no-repeat;
    padding:23px 0 0 0;
}

/* subContent -------------------------------------------------*/
#subContent 
{
    float:left;
    width:187px;
    margin:0 0 0 0;
    padding:0 0 0 10px;
}
#contacts 
{
    background:#E75D23 url(subcontentbgtop.gif) no-repeat;    
}
#contacts .content 
{
    background:transparent url(subcontentbgbot.gif) no-repeat bottom;    
    text-align:right;
    padding:8px 15px 15px 5px;
	color:#FFFFFF
}
#contacts .content h3 
{
    height:14px;
    margin:7px 0 7px 0;
	color:#FFFFFF
}


#contacts a, a:active, a:visited
{
    text-decoration:none;
    color:#000;
}
#contacts a:hover 
{
    text-decoration:none;
    color:#000;
}

/* mainContent -------------------------------------------------*/
#mainContent 
{
    width:682px;
    margin:0 0 0 208px;
    background:transparent url(contentbg.gif);
}
#mainContent .content 
{
    background:transparent url(contentbgtop.gif) no-repeat top right;
    padding:0 11px 15px 11px;
}
#mainContent p
{
    margin:0 0 10px 0;
}
#mainContent h2 
{
    height:39px;
    background:transparent url(h2-welcome.gif) no-repeat;
    margin:0 0 4px 0;
}
#mainContent h2_about
{
    height:39px;
    background:transparent url(h2-aboutus.gif) no-repeat;
    margin:0 0 4px 0;
}
#mainContent h2 span { display:none; }

label
{
width: 13em;
text-align: left;
display: block;
font-size: 11px;
}

.submit input
{
margin-left: 0px;
color: #ffffff;
background: #1260d5;
border: 1px solid #000;
font-size: 0.9em;
margin-top:10px;
display: block;

}

input
{
color: #e32126;
margin-left: 0px;
margin-top: 5px;
margin-bottom: 5px;
background: #fff;
border: 1px solid #000;
font-size:0.9em;
}

textarea
{
color: #e32126;
margin-left: 0px;
margin-top: 5px;
margin-bottom: 5px;
background: #fff;
border: 1px solid #000;
font-size:0.9em;
font-family:Verdana, Sans-Serif;

}

select
{
color: #e32126;
margin-left: 0px;
margin-top: 5px;
margin-bottom: 5px;
background: #fff;
border: 1px solid #000;
font-size:0.9em;
}

/* footer -------------------------------------------------*/
#footer 
{
    clear:left;
    height:62px;
    background:transparent url(footerbg.gif) no-repeat;
    margin:0 0 20px 0;
    padding:0;
}

#footer a, a:active, a:visited
{
    text-decoration:none;
    color:#0e4e96;
}
#footer a:hover 
{
    text-decoration:none;
    color:#b61d1f;
}

#footer #footerContent 
{
    padding:35px 34px 0 34px;
	color:#FFFFFF;

}
#footer #footerContent #siteby 
{
    float:right;
}