html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #AEAE8F;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.padding_cell{
	width:100%;
	padding:15px;
	
}
#banner {
	background-color: #006633;
	width: 767px;
	margin:0px;
	padding:0px;
}
#wrapper {
	width:767px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color: #FFFFFF;
	height:100%;
	background-image: url(../images/bg_grey.gif);
	background-repeat: repeat-y;
	background-position: left;

}
#inner_wrapper {
	width:767px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_grey.gif);
	background-repeat: repeat-y;
	background-position: left;

}

/* NAV LIST */

#nav-list{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
#nav-list li{
	margin: 0px;
	text-indent: -500px;	
}

/* MAIN NAV */

#nav-about{
	height: 38px;
	width: 161px;
	overflow: hidden;
	background: url(../images/nav_aboutus.gif) top left no-repeat;
	display: block;
}
#nav-about:hover{
	background-position:  bottom left;
}
#nav-doctor{
	height: 26px;
	width: 161px;
	overflow: hidden;
	background: url(../images/nav_doctor.gif) top left no-repeat;
	display: block;
}
#nav-doctor:hover{
	background-position:  bottom left;
}
#nav-professionals{
	height: 26px;
	width: 161px;
	overflow: hidden;
	background: url(../images/nav_professionals.gif) top left no-repeat;
	display: block;
}
#nav-professionals:hover{
	background-position:  bottom left;
}
#nav-seminars{
	height: 26px;
	width: 161px;
	overflow: hidden;
	background: url(../images/nav_seminars.gif) top left no-repeat;
	display: block;
}
#nav-seminars:hover{
	background-position:  bottom left;
}
#nav-archive{
	height: 26px;
	width: 161px;
	overflow: hidden;
	background: url(../images/nav_newsletters.gif) top left no-repeat;
	display: block;
}
#nav-archive:hover{
	background-position:  bottom left;
}
#nav-products{
	height: 26px;
	width: 161px;
	overflow: hidden;
	background: url(../images/nav_products.gif) top left no-repeat;
	display: block;
}
#nav-products:hover{
	background-position:  bottom left;
}
#nav-support{
	height: 26px;
	width: 161px;
	overflow: hidden;
	background: url(../images/nav_support.gif) top left no-repeat;
	display: block;
}
#nav-support:hover{
	background-position:  bottom left;
}
#nav-contact{
	height: 26px;
	width: 161px;
	overflow: hidden;
	background: url(../images/nav_contact.gif) top left no-repeat;
	display: block;
}
#nav-contact:hover{
	background-position:  bottom left;
}


#nav_column{
	background-color: #E4E5E4;
	width: 161px;
	float:left;
}
.padding_column{
	width:14px;
	height:100px;
	float:left;
}
#main_column{
	width: 371px;
	float:left;
	margin-top:15px;
	text-align:left;
}
#right_column{
	float:left;
	width:188px;
	margin-top:15px;
	text-align:left;
}
#right_column_news{
	float:left;
	width:186px;
	margin-top:15px;
	background-image: url(../images/bg_news.gif);
	background-repeat: repeat-x;
	background-position: top;	
}
#news_padding{	
	padding:7px;
	text-align:left;
}
.heading_bar{
	text-align:left;
	background-image: url(../images/bg_heading.gif);
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 100%;
	margin-bottom:10px;
}
.photo_box{
	margin-right:10px;
	float:left;
}
.doctor_box{
	float:left;
	background-color:#CCCC99;
	margin-top:5px;
	padding:10px;
	text-align:center;
	margin-right:10px;
}
.doctor_box p{
	width:95px;
}

img{
	border:none;
}
#footer{
	margin-left:176px;
	padding-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align:left;
	clear:both;
	
}
#footer a{
	color: #999999;
}
.form_box{
	background-color: #E4E5E4;
	border: 1px solid #666666;
	padding: 10px;

}
.email_print_border{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: eeeeee;
	padding-bottom:2px;
	margin-bottom: 5px;
	
}
#signUpBox{
	background-image: url(../images/signUpBg.gif);
	background-repeat: repeat-y;
	width: 161px;


}
.signUpText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 8px;
	width: 87px;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: bottom



}
.submitButton{
	vertical-align: bottom
	
}
.sideBySide{
	width:120px;
	float:left;
}
