html, body {
	background: url('images/bg.gif');
	margin-top:0px;
	height:100%;
	font-size:12px;
	font-family:verdana;
}



a {color:white; font-family:verdana; font-size: 12px; text-decoration:none;}
a:hover {color:#FADB9A;}

h1 {color:white; margin: 0; padding: 0; font: 32px/35px Times; letter-spacing: 2px; font-variant: small-caps;}

p {color:white; line-height:20px;}

.wrapper {min-height: 100%; background: url('images/shadow.jpg') center repeat-y; width:760px; margin:0 auto; text-align:center;}

* html .wrapper {height: 100%;}

.header {text-align:center;}

.menu_h {background: url('images/bg_menu_h.jpg') bottom repeat-x; height:30px; width:750px; margin:0 auto;}

.clearfix {width:750px; margin:0 auto; margin-top:15px; border-top:white solid 1px;}

.menu_v {float:left; width:210px; text-align:left; color:white;}

.marque   {text-align:center; padding:10px 0px 0px 0px; height:50px; background:#2C5C72; border-bottom:white solid 1px; margin-bottom:10px;}
.marque a {color:#FADB9A; font-size:12px;}
.marque a:hover {color:#FFFFFF; font-size:12px;}


.menu_v li				{float: left; list-style-type: none; width:100%;}
.menu_v li a			{height: 1%; border: solid #0E2E3D; border-width: 1px 0; padding: 7px 7px 7px 30px; display: block; background: url('images/li.jpg') no-repeat 11px 10px;}
.menu_v li a:visited	{/*border-top-color: #19516A; color: #ddd;*/}
.menu_v li a:hover		{border-top-color: #19516A; color: #ddd; background-color: #123; background: url('images/li_over.jpg') no-repeat 11px 10px;}



.chat {text-align:center;}

.content {float:right; width:520px; padding:10px 10px 10px 10px; margin-right:0px; background:#2C5C72; text-align:left; font-family:verdana; font-size: 12px;}

.case_indent {padding-left:5px; padding-bottom:10px;}

.profile {padding:5px; font-family:verdana; font-size:12px; color:white;}
.profile h2{font-size:15px;}
.PracticeContent {line-height:20px; text-align:left; padding:5px; font-family:verdana; font-size:12px; color:white;}

.standard_ul li {color:white; line-height:20px;}
.standard_ul li a{color:white; text-decoration:none; font-size:15px;}
.standard_ul li a:hover{color:#FADB9A;}

.footer {color:white; font-size:10px; background:#000000 url('images/bg_footer.jpg') top repeat-x; height:50px; width:750px; margin:0 auto;}
.footer .copyright {color:white; padding: 12px 3px 0px 3px; font-size:10px;}
.footer a {color:white; font-size:10px;}


.bottom {color:white; font-size:8px;}




/***********************  FORMS  **************************/

.white {color:white;}

.input {font-family:arial; height:15px; font-size:12px; font-weight:bold; background:lightyellow; color:#0E3447;}

.large_textarea {font-family:arial; font-size:12px; font-weight:bold; background:lightyellow; color:#0E3447; width:95%; height:75px;}
.small_textarea {font-family:arial; font-size:12px; font-weight:bold; background:lightyellow; color:#0E3447; width:95%; height:50px;}

.checkbox {background:none;}
.radio {background:none;}

.form_hr {color:white; font-style:italic;}
.form_lable {color:white; width:100px;}
.form_lable_long {color:white; width:40%;}
























.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

