body {
background:url(../Image_Home/bg.jpg) no-repeat top center #97cae4;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #3b5564;
}
p{
margin:0px;
padding:0 0 5px 0;
line-height:17px;
text-align:justify;
}
p.pat{
color:#FFFFFF;
}
h1{
color:#fff;
font-size:16px;
font-weight:bold;
margin:0px;
padding:5px 0 5px 0;
}
h2{
color:#454545;
font-size:16px;
float:left;
font-weight:bold;
margin:0px;
padding:5px 0 0 0;
}
span.blue{
color:#a5dcf8;
}
span.dark_blue{
color:#116c64;
}
#main_container{
width:900px;
height:auto;
margin:auto;
background-color:#fff;
}
.header{
width:900px;
height:114px;
margin:auto;
background:url(../Image_Home/header_bg.gif) repeat-x;
}
.right_header{
float:right;
width:550px;
}
#logo{
padding:30px 0 0 20px;
float:left;
}
/*----------------------menu-------------------------*/
#menu{
width:500px;
height:35px;
float:right;
padding:40px 0 0 0;
}
#menu ul{
list-style:none;padding:0px;margin:0px;display:block; font-weight:bold;
}
#menu ul li{
list-style:none;display:inline;float:left;width:96px;height:35px;padding:0px;line-height:35px;font-size:13px;margin:0 3px 0 3px;
}
#menu ul li a{
height:35px; width:96px;float:left;text-decoration:none;padding:0px;margin:0px;color:#454545;text-align:center; background:url(../Image_Home/menu_bt.gif) no-repeat center;
}
#menu ul li a:hover{
height:35px;width:96px;text-decoration:none;color: #68C2EF;
}
#menu ul li a.current{
height:35px;width:96px;float:left;text-decoration:none;padding:0px;margin:0px;color: #0054A8;background:url(../Image_Home/menu_bt.gif) no-repeat center;
}

#middle_box{
width:900px;
height:240px;
clear:both;
margin:auto;

}
.middle_box_content{
padding:30px 0 0 20px;
}
.top_menu{
width:285px;
float:right;
}
a.login {
width:43px;
height:34px;
display:block;
background:url(../Image_Home/login.gif) no-repeat center;
line-height:35px;
color:#a6c4d4;
font-size:10px;
font-weight:bold;
text-decoration:none;
padding:0 0 0 40px;
float:left;
margin:0 3px 0 3px;
}
a.sign_up {
width:49px;
height:35px;
display:block;
background:url(../Image_Home/sign_up.gif) no-repeat center;
line-height:35px;
color:#a6c4d4;
font-size:10px;
font-weight:bold;
text-decoration:none;
padding:0 0 0 40px;
float:left;
margin:0 3px 0 3px;
}

a.WebRequest {
width:85px;
height:40px;
display:block;
background:url(../Image_Home/ReqGreen.png) no-repeat center;
line-height:35px;
color:#00000F;
font-size:11px;
font-weight:bold;
text-decoration:none;
padding:0 0 0 40px;
float:left;
margin:0 3px 0 3px;
}

.pattern_bg{
width:900px;
height:162px;
clear:both;
margin:auto;
background:url(../Image_Home/pattern_bg.gif) no-repeat center;
}
.pattern_box{
width:400px;
float:left;
padding:15px 0 0 25px;
}
.pattern_box_icon{
float:left;
padding:5px;
}
.pattern_content{
width:300px;
float:left;
padding:0 0 0 10px;
}
/*---------------------main_content------------------*/
#main_content{
width:885px;
height: auto;
margin: auto;
padding:0 0 0 15px;
}
.clear{
clear:both;
}
.box_content{
width:269px;
height:auto;
float:left;
margin:10px 10px 30px 10px;
background:url('../Image_Home/box_bg.gif') no-repeat center top;
}
.box_title{
padding:10px 0 10px 0;
}
.title_icon{
float:left;
padding:0 5px 0 10px;
}
.box_text_content{
width:250px;
float:left;
padding:15px 0 0 15px;
}
.box_icon{
float:left;
padding:0 5px 0 0 ;
}
.box_text{
width:190px;
float:left;
text-align:justify;
padding:0 0 0 10px;
}
a.details{
float:right;
padding:5px 15px 0 0;
text-decoration:none;
font-weight:bold;
color:#f8851f;
}
/*-----------------------------footer------------------*/
#footer{
width:900px;
height:65px;
color:#508aa1;
background-color:#e8eff2;
}
.copyright{
float:left;
padding:10px 0 0 10px;
}
.center_footer{
color:#454545;
font-size:12px;
font-weight:bold;
width:550px;
padding:15px;
text-align:center;
float:left;
}
.footer_links{
float:right;
padding:10px 10px 0 0;
}

/* CUSTOM STYLES */
hr {
    width: 75%;
    border: .75px solid #dedede;
}

.subject-input {
    margin: .75rem;
    padding: .25rem;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    width: 75%;
}

    .subject-input:focus {
        border-bottom: 1px solid #68c6f1;
        outline: none;
    }

.message-input {
    width: 75%;
    border: 1px solid #d2d2d2;
    height: 150px;
    padding: .25rem;
    margin: .75rem;
}

.btnSend {
    width: 25%;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 20px;
    padding: .50rem;
    margin-bottom: .75rem;
    background-color: #d2d2d2;
}

/* Custom Styles */
.patientInput {
    border: 0;
    border-bottom: .5px solid #005071;
    color: #005071;
    margin-top: 10px;
    margin-bottom: 10px;
    outline: none;
}
