/* flatpage css */
#side_bar {
    float: left;
    width: 190px;
    padding-top: 20px;
    padding-left: 30px;
    text-align:left;
}

#side_bar .title {
   margin-bottom:5px;
   font-weight: bold; 
}

#side_bar h3{
    margin:0px;
    padding:0px;
    color: #0563AF;
    font-size: 13px;
}

#side_bar #side_bar_address_container{   
    color:#666; 
    margin-bottom:15px;
}

#inner_content_container .side_bar_spacer{
    float:left; 
    width: 5px;
    height:690px;
    margin-top: 15px;
    background: url('/media/images/news/news_spacer.gif') top left repeat-y;
}

#inner_content_container #address_container{
    margin-top: 10px;
    width:610px;
    height:124px;
    background: url('/media/images/contact_us/address_container_back.gif') top left no-repeat;
}

#inner_content_container #address_container .address1{
    float:left;
    margin-top: 30px;
    margin-left: 28px;
    width:178px;
    height:124px;
}

#inner_content_container #address_container .address2{
    float:left;
    margin-top: 30px;
    margin-left: 20px;
    width:180px;
    height:124px;
}

#inner_content_container #address_container .address3{
    float:left;
    margin-top: 30px;
    margin-left: 16px;
    width:178px;
    height:124px;
}

#inner_content_container #address_container .title{
    color: #0563AF;
    font-weight: bold;
}

#side_bar .side_bar_cta{
    margin-bottom:6px;
}

#inner_content_container {
    height:740px;
}

#inner_content_container .inner_content{
    color: #666;
    padding-top: 25px;
    margin-left: 280px;
    width:600px;
}

#inner_content_container .inner_content td {
   
}

#inner_content_container .inner_content input{
    width:250px;
    height:19px;
    #height:17px;/*ie hack*/
    border:solid 1px #666;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color:#666;
}

#inner_content_container .inner_content select{
    width:250px;
    height:19px;
    #height:20px;/*ie hack*/
    border:solid 1px #666;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color:#666;
}

#inner_content_container .inner_content textarea{
    width:250px;
    height:100px;
    border:solid 1px #666;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color:#666;
}

#inner_content_container .inner_content #submit_button_holder{
    margin-top: 5px;
    width:250px;
    text-align:center;
}

#inner_content_container .inner_content #sign_up_label_holder{
    width:250px;
    font-size: 9px;
    margin-left: 5px;
}


#inner_content_container .inner_content #id_state {
    width:25px;
}

#inner_content_container .inner_content #id_zip_code {
    width:175px;
}

#inner_content_container .inner_content #id_sign_up {
    width:14px;
    height:14px;
}

#inner_content_container .inner_content #submit {
    width:100px;
    height:33px;
    border:solid 0px #666;
}

.cleared {
    clear: both;
}
