/*_____________________________General______________________________*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
}
body, html {
	height: 100%;
	width: 100%;
}
body {
	background: #EFEFEF;
}
h1 {
	font-size: 20px;
	margin: 25px 0 25px -20px;
}
h2 {
	font-size: 14px;
	margin: 20px 0 7px 0;
}
h3 {
	font-size: 14px;
	margin: 7px 0 7px 0;
}
p {
	margin: 7px 0;
}
li {
	margin: 0 0 0 35px;
}
ul.clean li{
	list-style: none;
	margin: 0 0 0 30px;
}
ul.clean{
	list-style: none;
}
ul.innerFade,
ul.innerFade li{
	list-style: none;
	padding: 0;
	margin: 0;
}
input,
select,
textarea {
	border: 1px solid #999;
	margin: 0 5px 10px 5px;
	padding: 2px 0px 2px 2px;
}
.text {
	padding: 3px;
}
.left {
	text-align: left;
}
br.clear {
	clear: both;
}
/*_____________________________Wrapper______________________________*/

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
}



/*_____________________________Header______________________________*/

#header_wrapper {
	background: transparent url('images/full_header.gif') top left no-repeat;
	position: relative;
	min-height: 145px;
}
#header {
	padding: 5px;
	min-height: 145px;
}
#address {
	position: absolute;
	top: 40px;
	right: 25px;
	width: 200px;
	text-align: right;
}
#nav {
	background: #EFEFFF;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	padding: 5px 0;
	width: 100%;
}
#nav ul {
	list-style: none;
	padding: 0 16px 0 0;
}
#nav li {
	float: right;
	margin: 0 10px;
}
#nav li:hover {
}
a:link,
a:visited,
a:active {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #66A;
	text-decoration: underline;
}


/*_____________________________Content______________________________*/

#content_wrapper {
	min-height: 445px;
	position: relative;
}
#content_wrapper.aboutus {
	min-height: 315px;
}
#content {
	padding: 0px;
}
#top_row{
	/*background: transparent url('images/800px_curved_bottom_shadow-trans.png') no-repeat;*/
	clear: both;
	overflow: hidden;
	position: relative;
	height: 270px;
	z-index: 100;
}
#top_left{
	/*float: left;*/
	position: absolute;
	z-index: 99;
	top: 0px; 
	left: 0px;
	width: 300px;
	height: 268px;
	z-index:100;
	border: 0px solid #aaa;
	background: transparent none no-repeat;
	overflow: hidden;
}
#top_right{
	/*float: left;*/
	position: absolute;
	top: 0px; 
	right: 0px;
	width: 496px;
	height: 268px;
	z-index:100;
	border: 0px solid #aaa;
	background: transparent;
}
#top_right_content{
	padding: 0px 30px;
	overflow: hidden;
	position: relative;
}
#carney {
	width: 785px;
	height: 300px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: transparent url('images/carney_shadow.jpg') top right no-repeat;
}
#about_carney {
	width: 525px;
	line-height: 18px;
	text-align: justify;
}
#bottom_row{
	clear: both;
	overflow: hidden;
	/*position: relative;*/
	min-height: 175px;

}
#bottom_row_content {
	padding: 25px;
}
#bottom_row_content_row1 {
	float: left;
	width: 48%;
}
#bottom_row_content_row2 {
	float: left;
	width: 48%;
}
#bottom_left{
	/*float: left;*/
	position: absolute;
	bottom: 0px; 
	left: 0px;
	width: 264px;
	height: 173px;
	z-index:100;
	border: 1px solid #aaa;
	background: transparent;
}
#bottom_left_content{
	padding: 0 10px;
}
#bottom_center{
	/*float: left;*/
	position: absolute;
	bottom: 0px; 
	left: 267px;
	width: 264px;
	height: 173px;
	z-index:100;
	border: 1px solid #aaa;
	background: transparent;
}
#bottom_center_content{
	padding: 0 10px;
}
#bottom_right{
	/*float: left;*/
	position: absolute;
	bottom: 0px; 
	right: 0px;
	width: 264px;
	height: 173px;
	z-index:100;
	border: 1px solid #aaa;
	background: transparent;
}
#bottom_right_content{
	padding: 0 10px;
}
#appointment_intro {
	width: 70%;
	text-align: left;
	margin: 20px 0;
}

/*_____________________________Popups______________________________*/

#shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: none;*/
	opacity: 0.50;
	filter: alpha(opacity=50);
	background-color: #666;
	z-index: 1000;
	visibility:hidden;
}

.popup {
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	height: 80%;
	min-height: 400px;
	background-color: #FFF;
	border: 1px solid #666;
	z-index: 1001;
	visibility:hidden;
}
#popup_hours {
	top: 40%;
	left: 35%;
	width: 30%;
	height: 30%;
	min-height:250px;
  height:auto !important;
  height:250px;
}
.popup div.outer {
	height: 100%;
	overflow: auto;
}
.popup div.outer div.inner {
	padding: 25px 25px 25px 70px;
	overflow: visible;
}
.popup .controls {
	position: absolute;
	top: 5px;
	right: 20px;
	padding: 0;
}


/*_____________________________Forms______________________________*/

form td span {
	color: #F00;
}


/*_____________________________Footer______________________________*/

#footer_wrapper {
	position: relative;
	width: 100%;
	color: #888;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #77a;
	text-decoration: none;
	font-size: 10px !important;
}
#footer a:hover {
	color: #77F;
	text-decoration: underline;
	font-size: 10px !important;
}
#footer {
	padding: 5px 25px;
	background: #ffd28b url('images/800px_curved_bottom_shadow-trans.png') no-repeat;
	overflow: hidden;
}
#copyright {
	float: right;
	font-size: 10px !important;
}
#createdby {
	float: left;
	font-size: 10px !important;
}