/* CSS Document */

body{
background:#efefef url(../images/midbg.jpg) top center repeat-y;
margin:0;
font:normal 14px Arial, Helvetica, sans-serif;
color:#000000;
}

.top{
background:url(../images/topbg.jpg) top center no-repeat;
width:100%;
float:left;
clear:left;
}

.bottom{
background:url(../images/footerbg.jpg) center bottom no-repeat;
width:100%;
float:left;
clear:left;
}

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

.main{
width:940px;
float:left;
clear:left;
padding:30px;
margin-top:15px;
margin-bottom:50px;
}

.header{
width:940px;
float:left;
clear:left;
}


.reachout{
width:940px;
float:left;
clear:left;
background:url(../images/reachout_logo.jpg) top right no-repeat;
background-position:90% 0;
}

.topmenu{
width:625px;
background:url(../images/logo_menu.jpg) top left no-repeat;

}

.topmenu a{
font:bold 14px Arial, Helvetica, sans-serif;
color:#9b0000;
text-align:center;
text-decoration:none;
}

.topmenu a:hover{
color:#FFFFFF;
}

h1{
font:bold 20px Arial, Helvetica, sans-serif;
color:#9e0202;
text-align:center;
}

h2{
font:bold 20px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-align:center;
margin:0;

}

h3{
font:bold 20px Arial, Helvetica, sans-serif;
color:#b20101;
display:inline;
margin:0;
padding:0;

}

p{
line-height:22px;
text-align:justify;
}

p a{
font:bold 14px Arial, Helvetica, sans-serif;
color:#000000;

}
.redbg{
width:504px;
height:195px;
background:url(../images/redbg.jpg) top no-repeat;
color:#FFFFFF;
line-height:20px;
}

span{
font-size:16px;
font-weight:bold;
}

span a{
color:#00346e;
}

.rightpic{
background:url(../images/img1.jpg) top no-repeat;
height:517px;
}


.listtable{
font-size:11px;
border-left:solid 1px #CCCCCC;
border-top:solid 1px #CCCCCC;
width:100%;
}


.listtable td{
border-bottom:solid 1px #CCCCCC;
border-right:solid 1px #CCCCCC;
}




/*     contact form */


#contact-wrapper {  
    width:400px;   
}  
#contact-wrapper div {  
    clear:both;  
    margin:1em 0;  
}  
#contact-wrapper label {  
    display:block;  
    float:none;  
 
    width:auto;  
}  
form#contactform input {  
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;  
    border-style:solid;  
    border-width:1px;  
    padding:3px;  
    font-size:12px;  
    color:#333;  
}  
form#contactform textarea {  
    font-family:Arial, Tahoma, Helvetica, sans-serif;  
    font-size:100%;  
    padding:0.6em 0.5em 0.7em;  
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;  
    border-style:solid;  
    border-width:1px;  
}


