/* Quality Nursing Agency */

/* BODY */
body{
background-color:#FFFFFF;
font-family:Arial, sans-serif;
}
a:link{
color:#758B51;
text-decoration:underline;
}
a:visited{
color:#758B51;
text-decoration:underline;
}
a:hover{
color:#4B7297;
text-decoration:underline;
}
a:active{
color:#758B51;
text-decoration:underline;
}

/* LAYOUT */
.lay_contentarea{
padding:15px;
}
.lay_clm1{
float:left;
}
.lay_clm2{
float:left;
}
.lay_clm3{
float:left;
}

/* PODS */
.pod_content{
padding:15px;
}
.pod_contact{
float:right;
width:175px;
border-style:solid;
border-width:1px;
border-color:#91ADC8;
margin:15px;
}

/* TEXT */
h1{
font-size:17px;
font-weight:bold;
color:#4B7297;
margin:0;
margin-left:5px;
}
.txt_text{
padding-left:15px;
font-size:14px;
color:#666666;
}
.txt_plain{
font-size:14px;
color:#666666;
}
.txt_cnttitle{
background-color:#91ADC8;
height:22px;
width:175px;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
padding-left:5px;
padding-top:3px;
}
.txt_feedback{
width:175px;
border-style:solid;
border-width:1px;
border-color:#91ADC8;
font-size:13px;
}
.txt_cntinfo{
padding:5px;
font-size:13px;
background-color:#D0DDE9;
width:175px;
color:#666666;
}

/* LINKS */
.lnk_navbtm{
color:#FFFFFF;
font-weight:bold;
font-size:13px;
margin-top:7px;
margin-left:10px;
}
.lnk_navbtm a:link{
color:#FFFFFF;
text-decoration:none;
}
.lnk_navbtm a:visited{
color:#FFFFFF;
text-decoration:none;
}
.lnk_navbtm a:hover{
color:#4B7297;
text-decoration:underline;
}
.lnk_navbtm a:active{
color:#FFFFFF;
text-decoration:none;
}
/*-----*/

/* IMAGES */
.img_l{
float:left;
border-color:#4B7297;
border-style:solid;
border-width:2px;
margin:15px;
}
.img_r{
float:right;
border-color:#4B7297;
border-style:solid;
border-width:2px;
margin:15px;
}

/* FORM */
.frm_input{
width:200px;
border-width:1px;
border-style:solid;
border-color:#4B7297;
margin:1px;
padding:2px;
font-family:Arial, sans-serif;
}
.frm_textarea{
width:300px;
border-width:1px;
border-style:solid;
border-color:#4B7297;
margin:1px;
padding:2px;
font-family:Arial, sans-serif;
}
.frm_reset{
background-color:#FFFFFF;
border-width:1px;
border-style:solid;
border-color:#4B7297;
margin:1px;
padding:2px;
color:#4B7297;
font-family:Arial, sans-serif;
font-weight:bold;
font-size:12px;
}
.frm_submit{
width:70px;
background-color:#4B7297;
border-width:1px;
border-style:solid;
border-color:#FFFFFF;
margin:1px;
padding:2px;
color:#FFFFFF;
font-family:Arial, sans-serif;
font-weight:bold;
font-size:13px;
}