/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
background:url(images/body-bg-01.jpg) left top repeat-x #7686AB;
}
.right
{
float:right;
}
.left
{
float:left;
}
p
{
margin:8px 0px;
text-align:justify;
}
* {
	margin:0;
	padding:0;
}
.warpar
{
width:100%;
height:726px;
text-align:center;
background:url(images/body-bg.jpg) center top no-repeat;
}
.container
{
margin:0px auto;
text-align:center;
width:926px;
height:auto;
padding-top:40px;
}

/* CSS Header Document */
.header
{
width:926px;
height:203px;
float:left;
text-align:left;
}
.header-top
{
width:490px;
height:83px;
float:left;
text-align:left;
padding:65px 0px 5px 510px;
background:url(images/header-top-bg.jpg) left top no-repeat;
color:#FFdd44;
}

.header-top a 
{
text-align:right;
font:18px "Times New Roman", Times, serif;
color:#FFdd44;
text-decoration:none;
padding:0 15px;
}

.menu-bg
{
width:925px;
height:50px;
background:url(images/menu-bg.jpg) left top no-repeat;
float:left;
text-align:left;
}
/* CSS Menu */
.navcontainer {
        margin:0px;
        padding:0px;
        height: 50px;
		width:680px;
		float:left;
		padding-left:10px;
}

.navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        list-style-type: none;
        text-align: center;
}

.navcontainer ul li {
        display: block;
        text-align: center;
        padding: 0px;
        margin: 0px;
        float: left;
}

.navcontainer ul li a {
        /*width: 150px;*/
        height: 50px;
        padding: 0px 17px;
        margin: 0px;
        color: #000000;
        text-decoration: none;
        display: block;
        float: left;
        text-align: center;
        font: normal 18px/50px Georgia, "Times New Roman", Times, serif;
		background-color:inherit;
}

.navcontainer ul li a:hover {
        color: #000000;
        background: url(images/menu-hover-bg.jpg) left top repeat-x;
		height:50px;
}
/*-----SPANISH NAVIGATION------------*/
.navcontainer ul li.spanish a {
        /*width: 150px;*/
        height: 50px;
        padding: 0px 12px;
        margin: 0px;
        color: #000000;
        text-decoration: none;
        display: block;
        float: left;
        text-align: center;
        font: normal 16px/50px Georgia, "Times New Roman", Times, serif;
		background-color:inherit;
}

/*-----NAVIGATION ACTIVE STATE CONTROLLERS------*/
body.home #home, body.profile #profile, body.practice #practice, body.contact #contact {
        color: #000000;
        background: url(images/menu-hover-bg.jpg) left top repeat-x;
		height:50px;
}
.menu-right
{
width:200px;
height:42px;
float:right;
text-align:left;
padding-top:8px;
}

/* CSS Body Main Document */
.body-main
{
width:926px;
height:auto;
float:left;
text-align:left;
background:url(images/body-middle-bg.gif) left top repeat-y;
}
.body-main-inside
{
width:858px;
height:auto;
float:left;
text-align:left;
background:url(images/body-inside-bg.gif) left top no-repeat;
padding:34px;
}
.services-th-box
{
width:858px;
height:auto;
float:left;
text-align:center;
margin-bottom:26px;
}
.services-th-box img
{
margin:0 25px;
border:0px;
}
.welcome-content
{
width:858px;
height:auto;
float:left;
text-align:left;
}
body.profile .welcome-content, body.practice .welcome-content {
border-bottom:1px solid #425688;
padding-bottom:10px;
margin-bottom:10px;
}
.welcome-image
{
float:right;
margin-left:26px;
}
.left-item
{
margin-left:38px;
}
/* CSS Footer Document */
.footer
{
width:864px;
height:90px;
float:left;
text-align:left;
background:url(images/footer-bg.gif) left top no-repeat;
padding-left:62px;
padding-top:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#3a352c;
}
.footer a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#3a352c;
text-decoration:underline;
}
.footer a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#339900;
text-decoration: underline;
}
/* CSS Footer Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #41392b;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #112a67;
	text-decoration: none;
}
.copyright
{
color:#b9c4df;
}

.profile_pic
{
padding-right: 10px;
padding-bottom: 6px;
}

label{
float: left;
width: 120px;
text-align: right;
padding-right: 10px;
}

input, textarea{
width: 325px;
padding: 5px;
margin-bottom: 5px;
}

textarea{
width: 325px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 0px;
margin-top: 5px;
width: 90px;
}



