/*common*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #444444;
}
.clr {clear:both;height:1px;}
.wrapper
{
	width: 775px;
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #FFFFFF;
}
.header
{
    background: url(../images/bg_top.gif) no-repeat;
	height: 258px; /*278 - 20 */
	padding: 20px 1px 0px 103px;
}
div.header-nav
{
    overflow:hidden;
    width:660px;
    padding-left:5px;
    padding-right:4px;
}
div.header-nav-pics
{
    height:66px;
}
div.header-nav-pic
{
	float:left;
	width:66px;
	padding-left:33px;
	padding-right:33px;
}
div.header-nav-pic a img
{ 
    border-style:none;
}
div.header-nav-items
{
    padding-top: 6px;
    height:25px;
}
div.header-nav-item
{
	float:left;
	text-align: center;
	width:132px;
	/*font*/
	font-family:  tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #810961;
}
div.header-nav-item a:link
{
	color: #810961;
	text-decoration: none;
}
div.header-nav-item a:visited
{
	color: #810961;
	text-decoration: none;
}
div.header-nav-item a:hover
{
    color: Black;
	text-decoration: none;
}
div.header-nav-item a:active
{
	color: #810961;
	text-decoration: none;
}
div.header-nav-item a.selected:link
{
	color: Black;
	text-decoration: none;
}
div.header-nav-item a.selected:visited
{
    color: Black;
	text-decoration: none;
}
/*
div.header-img
{
/*350x180 logo /
    overflow:hidden;
    height: 180px;
    padding-top:3px;
    padding-bottom:2px;
    padding-left:32px;
    padding-right:31px;
}*/
div.header-bizname
{
    overflow:hidden;
    height: 73px;
    line-height: 73px;
    width: 444px;
    padding-left:130px;
    padding-right:97px;
    padding-top:38px;
	
	/*font*/
	vertical-align:middle;
	text-align: center;
	font-family: Times New Roman;
	font-size: 64px;
	font-style: italic;
	color: #42B51F;
}
div.header-bizname img
{ 
    vertical-align:middle;
    max-height: 73px;
	max-width: 444px;
}
div.header-tagline
{
    overflow:hidden;
    padding-top:14px;
    padding-left:190px;
    padding-right:151px;
    height: 22px;
    line-height: 22px;
    width: 330px;
    color: Black;
    
    vertical-align:middle;
	text-align: center;
}

div.body
{ 
	background-image: url(../images/bg_slice.gif);
	padding: 20px 36px 0px 162px; 
	/*margin-bottom: -25px;/*-45px on bottom to get to edge*/
}
div.footer-top
{
    height: 45px;
}
div.footer
{
    background-image: url(../images/bg_bottom.gif);

	height: 90px;
	/*padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px; */
	
	padding: 0px 36px 0px 162px;
	
}
div.footer-bottom
{
    padding-top:15px;
    text-align: center;
		/*font*/
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #E9E9E9;
}
div.footer-bottom a:link
{
	color: #E9E9E9;
	text-decoration: none;
}
div.footer-bottom a:visited
{
	color: #E9E9E9;
	text-decoration: none;
}
div.footer-bottom a:hover
{
	text-decoration: none;
	color: #FFF000;
}
div.footer-bottom a:active
{
	color: #E9E9E9;
	text-decoration: none;
}
div.footer-bottom a.selected:link
{
	text-decoration: none;
	color: #FFF000;
}
div.footer-bottom a.selected:visited
{
	text-decoration: none;
	color: #FFF000;
}

div.form
{
text-align: center; 
margin: 0 auto;
    width:350px;
}
div.form-left
{
    padding-top: 3px;
    padding-bottom: 3px;
    float:left;
    width:100px;
}
div.form-right
{
    padding-top: 3px;
    padding-bottom: 3px;
    float:left;
    width:250px;
}
div.form-right input,div.form-right textarea
{
    width: 200px;
}
div.form-line
{
    width:350px;
}
