body { 
background-color:#415B75; 
margin-top:0px;
margin-bottom:0px;
min-height:inherit;
}

#floater{
width:65px;
margin-left:auto;

 }

#wrapper{
width:860px;
height:2565px;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
}

#wrapper1{
width:860px;
height:550px;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
}

#header {
width: 860px;
height: 70px;
background-color: #5F7A94;
font-family:'tahoma';
font-size:30pt;
font-weight:600;
padding-top:7px;
padding-bottom:3px;
color:#5F7A94;
vertical-align:middle;
text-align:center;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}

#mainbody{
width:260px;
padding-top:10px;
padding-left:40px;
padding-right:60px;
padding-bottom:0px;
text-align:left;
font-family:'arial', 'verdana', 'tahoma';
font-size:12pt;
color:#000000;
float:left;
background-color:#ffffff;
}

#mainbody1{
width:860px;
padding-top:100px;
padding-bottom:0px;
text-align:center;
font-family:'arial', 'verdana', 'tahoma';
font-size:12pt;
color:#000000;
float:left;
background-color:#ffffff;
}

.shadowed {
box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
}

h1 {
font-family:'tahoma';
font-size:27px;
font-weight:600;
color:#5F7A94; }
 
#headerlogo {
margin-left:auto;
margin-right:auto;
width:960px;
height:100px;
position:relative;
}

#headerlogo span {
float:right;
text-align:right; 
font-family:arial, verdana, tahoma;
font-size:10pt;
color:#ffffff;
position:absolute; bottom:10px; right:0px;
}

#headerlogo a {
float:right;
text-align:right; 
text-decoration:none;
font-family:arial, verdana, tahoma;
font-size:10pt;
color:#ffffff;
position:relative; bottom:0px; right:0px;
}

#headerlogo a:hover {
float:right;
text-align:right; 
text-decoration:underline;
font-family:arial, verdana, tahoma;
font-size:10pt;
color:#ffffff;
position:relative; bottom:0px; right:0px;
}
 
#headimage {
margin-right:auto;
margin-left:auto;
width: 960px;
height: 160px;
position:relative;
background-image: url('images/Dressed4Success.jpg'); 

}

#menu {
margin-left:auto;
margin-right:auto;
border-top: 1px;
border-top-style:solid; 
border-top-color:#ffffff;
width:960px;
height:50px;
position:relative;
} 

ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

ol.phpfmg_form input, ol.phpfmg_form textarea, ol.phpfmg_form select{
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

ol.phpfmg_form li{
    margin-bottom:5px;
    clear:both;
    display:block;
    overflow:hidden;
	width: 100%
}


.form_field, .form_required{
    font-weight : normal;
    font-size:10pt;
}

.form_required{
    color:red;
    margin-right:8px;
}

.field_block_over{
}

.form_submit_block{
    padding-top: 3px;
}

.text_box, .text_area, .text_select {
    width:400px;
}

.text_area{
    height:80px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

hr.sectionbreak{
    height:1px;
    color: #ccc;
}

#one_entry_msg{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}


#frmFormMailContainer input[type="submit"]{
    padding: 10px 25px; 
    font-weight: normal;
    margin-bottom: 10px;
    background-color: #FAFBFC;
}

#frmFormMailContainer input[type="submit"]:hover{
    background-color: #E4F0F8;
}

