/*  BASIC TEXT FORMATING */
body{background:#000;}
.body {
	border: 5px solid #000000;
}

.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
	text-align: left;
	}


.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
	list-style-image: url(../_media/buttons/arrow.gif);
	text-align: left;
	}


.body a {
	color: #660033;

	}


.body a:hover {
	text-decoration: none;
	color: #000099;
	}


.body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #660033;


	}


.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #000000;
	font-style: italic;
	}
	

.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #532447;
}
	
#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}	
	
	
	
/*  BORDER CLASS STYLES */


.black_border {
	border: 1px solid #000000;
	padding: 0px;

	}



	
/*  BODY PADDING */
	
.pad {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


	
/*  HIGHLIGHTED AREA */


.highlight {
	background-color: #FFFFFF;
	border: 1px solid #000000;	
	
	}

.contact_form {
	background-color:#e2caa5;
	border: 1px solid  #6c246c;
	float:left;
	width:220px;
	position: relative;
	left: 2px;
	margin-right: 10px;
	}	

.contact_form h2{
	padding-top:0px;
	color:#000000;
	}	

/*  FOOTER STYLES */

.footer {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;	
	color: #000000;
	}

.footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;	
	}

.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;	
	}

.footer a {
	color: #000000;
	text-decoration: none;	
	
	}

.footer a:hover {

/* ------------ HOME STYLES ------------ */

	}
#header {
	background-image: url(../_media/headers/header-dr-bernstein.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
	border-top:20px black solid;
	background-color:black;
}

#header h1 {
	font-size:24px;
	position:relative;
	left:20px;
	top:60px;
	text-align:left;
	width:650px;
	color:black;
	}
#header-videos{margin-top:10px;}
#header-videos ul{list-style:none; margin:0; padding:0;}
#header-videos li{float:left; margin-right:7px;}
#header-videos .first{margin-left:12px;}
#header-videos .last{margin-right:0;}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}


.column_right {
	float: right;
	width: 270px;
	position: relative;
	}
.column_left {
	float: left;
	width: 440px;
	position: relative;
		}

#content_main {
	width:740px;
	margin:0px auto 0px auto;
	}

#content_main h2{
	color:#4c0226;
	font-style:normal;
	font-size:110%;
}

.purple {
	color:#660032;
	font-style:italic;
	font-weight:bold;
	}
.rade_toolbar li {
            list-style: none;
    list-style-image: none;
    list-style-type: none;
            }
.rade_toolbar ul {
            list-style: none;
    list-style-image: none;
    list-style-type: none;
            }
/*  MISC STYLES */
img{border:0;}
ul#footer-icons{list-style:none; margin:0 0 0 13px; padding:0;}
ul#footer-icons li{float:left; margin-right:12px;}
ul#footer-icons li.last{margin:0;}

#mapContainer {
	height: 300px;
}
