*
{
    margin: 0;
    padding: 0;
    font-family: verdana, Sans-Serif;
    text-decoration: none;
    outline: 0;
}

body
{
    background: url(images/bg.jpg) top repeat-x;
}

p
{
    color: #ffe06c;
}

a,
a:link
{
    color:#fff;
    text-decoration:underline;
}

a:hover  
{
    text-decoration:none;
}

h2, h3, h4, h5, h6
{
    font-weight: normal;
}

.container
{
    width: 1000px;
    margin: 0 auto;
}


.header
{
    background: url(images/bg_header.jpg) top no-repeat;
    width: 1000px;
    height: 178px;
}

.header h1
{
    padding-left: 310px;
    font-size: 37px;
}

.header h2
{
    font-size: 17px;
    padding-left: 315px;
}
.header h3
{
    padding-left: 310px;
    margin-top: 21px;
    font-size: 37px;
    font-size: 19px;
    color: #fe5900;
}

#mydiv 
{
    float:right;
    margin:20px;
    width:300px;
}

#FormDiv 
{
    width:430px;
    
}

.header h4
{
    font-size: 16px;
    padding-left: 307px;
    color: #64a2d3;
}

.header h1, .header h2, .header h1 a:link, .header h1 a:visited
{
    color: #fff;
    text-decoration:none;
}

#map
{
    border: 1px solid #fff;
}

.section
{
    background: #ff5a00 url(images/section_header.jpg) top repeat-x;
    padding-left: 9px;
    padding-top: 9px;
    width: 786px;
    float: right;
    display: inline;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 10px;
}
.padding
{
    padding-bottom: 9px;
}
.section p
{
}

.section p a
{
    color: #fff;
    text-decoration: underline;
}

.section p a:hover
{
    text-decoration: none;
}

.section h3
{
    padding-top: 15px;
    padding-bottom: 10px;
    color: #fff;
}

.section_content
{
}


ul.menu
{
    height: 28px;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 312px;
    margin-top: 12px;
}

ul.menu li
{
    height: 28px;
    float: left;
    display: block;
}

ul.menu li a
{
    display: inline;
    height: 28px;
    float: left;
    padding: 0 10px 0 10px;
    line-height: 25px;
    margin-right: 1px;
    color: #277abe;
    text-decoration:none;
    background: url(images/menu_normal.jpg) repeat-x;
}

ul.menu li a:hover
{
    color: #fff;
    background: url(images/menu_hover.jpg) repeat-x;
}
ul.menu li:hover
{
}

form.ddfm
{
    border: 1px solid #fea500;
    padding: 10px;
    margin-right: 9px;
}
form.ddfm p
{
    margin-bottom: 10px;
}

form.ddfm p label
{
    width: 130px;
    float: left;
}

.section form.ddfm img
{
    width: 80px;
    height: 19px;
    border: 0;
    margin: 0;
    position: absolute;
    margin-left: 9px;
}

span.white
{
    color: #fff;
}
.content
{
    float: left;
}

.footer
{
    padding-left: 9px;
    padding-top: 9px;
    width: 786px;
    float: right;
    display: inline;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.footer a:link
{
    color: #ff5a00;
}

.footer a:hover
{
    text-decoration: underline;
	
}

.footer a:visited
{
    color: #ff5a00;
}

.section img
{
    border: 1px solid #fff;
    width: 250px;
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline;
    overflow: hidden;
}

.section img:hover
{
    border: 1px solid #fff000;
}

.section p.info
{
    border: 1px solid #fff;
    padding: 5px;
}