/******** main layout *******/
html{
	height: 100%;
}

body{
	height: 100%;
	background-color: #bdc2c5;
	color: #68737a;
	font-family:Arial, sans-serif;
	font-size:11px;
}

#body2{
	background-color: #FFFFFF;
	width: 100%;
	float:left;
	min-height: 100%;
	margin-bottom: -47px;
	position: relative;
}

#outer_container{
	width: 965px;
	margin-left:auto;
	margin-right:auto;
	padding-top:11px;
	position:relative;
}

#hider{
	display:none;
}

h1#specializes{
	float: left;
	margin-left: 38px;
	margin-top: 10px;
	background-image:url(../images/specializes.gif);
	width: 498px;
	height: 14px;
	text-indent: -9999px;
	overflow:hidden;
}

h2#love{
	float:left;
	clear:left;
	margin-left: 38px;
	margin-top: 61px;
	background-image:url(../images/we_love.gif);
	width: 638px;
	height: 13px;
	text-indent: -9999px;
}
/******** end main layout *******/

/******** header *******/
#logo{
	background-image:url(../images/header.gif);
	width: 256px;
	height: 105px;
	float:left;
	text-indent: -9999px;
}

#line{
	float:left;
	width: 709px;
	height: 104px;
	border-bottom: 1px solid #acb2b6;
}

#outer_container .contact{
	position:absolute;
	top: 96px;
	right: 0px;
}

#outer_container .phone, #outer_container .address{
	float:right;
}

#outer_container .address{
	margin-right: 30px;
}
/******** end header *******/


/******** slider *******/
#slideshow{
	float:left;
	width:889px;
	height:291px;
	border-top: 2px solid #cdd8df;
	border-bottom: 2px solid #cdd8df;
	border-left: 3px solid #cdd8df;
	border-right: 3px solid #cdd8df;
}

#slideshow div.first{
	visibility: hidden;
}

#slider_container_border{
	float:left;
	border: 1px solid #b4b9bc;
	margin-left: 37px;
	margin-top: 13px;
	visibility: hidden;
}

	/******** slider arrows *******/
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:11px;
			top:340px;
			z-index:1000;
			}	
	#nextBtn, #slider1next{ 
			left:930px;
			}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
			display:block;
			position:relative;
			width:30px;
			height:77px;
			background:url(../images/left.jpg) no-repeat 0 0;
			visibility: hidden;
			}	
	#nextBtn a, #slider1next a{ 
			background:url(../images/right.jpg) no-repeat 0 0;	
			}
	/******** end slider arrows *******/

	/******** slider controls *******/
	ol#controls{
			margin-left: 37px;
			padding:0;
			height:17px;
			clear:left;
			float:left;
			width: 600px;
			visibility:hidden;
			}
	ol#controls li{
			margin: 0px;
			margin-top:8px; 
			padding:0;
			float:left;
			list-style:none;
			height:17px;
			width: 17px;
			margin-right: 4px;
			line-height:15px;
			background-repeat:no-repeat;
			overflow:hidden;
			position:relative;
			}
	
	ol#controls li#controls1{
		background-image: url(../images/unselected1.gif);
	}
	
	ol#controls li#controls2{
		background-image: url(../images/unselected2.gif);
	}
	
	ol#controls li#controls3{
		background-image: url(../images/unselected3.gif);
	}
	
	ol#controls li#controls4{
		background-image: url(../images/unselected4.gif);
	}
	
	ol#controls li#controls5{
		background-image: url(../images/unselected5.gif);
	}
	
	ol#controls li#controls6{
		background-image: url(../images/unselected6.gif);
	}
	
	ol#controls li#controls7{
		background-image: url(../images/unselected7.gif);
	}
			
	ol#controls li a{
			float:left;
			height:17px;
			width: 17px;
			line-height:28px;
			color:#555;
			padding:0px;
			text-decoration:none;
			}
	
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	ol#controls li img.selected{
		display: none;
		width: 17px;
		height: 17px;
	}
	
	ol#controls li img.first{
		display:block;
	}
	/******** end slider controls *******/

#click_here{
	float:right;
	font-size:11px;
	margin-right: 35px;
	margin-top: 7px;
}
/******** end slider *******/	

/******** forms *******/
#contact_form{
	clear:both;
	margin-top: 88px;
	width: 255px;
	float:left;
	margin-left: 36px;
	line-height: 14px;
	width: 259px;
	padding-bottom: 114px;
	position: relative;
	_overflow-y: hidden;
}


#contact_form p{
	font-size: 12px;
	margin-bottom: 9px;
	float:left;
	clear:left;
	width: 259px;
}


#contact_form h3{
	width: 188px;
	height: 13px;
	text-indent: -9999px;
	background-image: url(../images/want_to_talk.gif);
	margin-bottom: 5px;
	float:left;
	overflow:hidden;
}
#contact_form form p {
	margin-bottom: 4px;
	position: relative;
}

#contact_form input, #contact_form textarea {
	color: #68737a;
	font-size: 10px;
	font-family:Arial, sans-serif;
	float:left;
	clear:left;
	width: 194px;
	border: 1px solid #68737a;
	height: 17px;
	padding-left: 3px;
}

#contact_form input{
	line-height: 16px;
}

#contact_form textarea{
	overflow-y: auto;
}

#contact_form label  { 
	position:absolute; 
	top:0; 
	left:0;
	width: 380px;
	display: block;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 10px;
}

#contact_form #commentpar label{
	padding-top: 4px;
}

#contact_form textarea{
	height: 48px;
	padding-top: 4px;
}

#contact_form .submit_button{
	height: 21px;
	width: 52px;
	text-indent: -9999px;
	background-image: url(../images/submit.gif);
	font-size: 10px;
	border: none;
	float:right;
	margin-right: 3px;
	cursor: pointer;
	background-color: transparent;
}

#contact_form .submit_button{
	outline: none;
}

button::-moz-focus-inner { border: 0; }

#contact_form .submit_button{
	margin-top: 33px;
}

	/******** thank you pop-over *******/
	#confirmation{
		position: absolute;
		top: -36px;
		_top: -0px;
		left: -2px;
		width: 278px;
		height: 246px;
		clear: both;
		background-image: url(../images/thankyou.jpg);
	}
	
	#confirmation img{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#confirmation .text{
		left: 36px;
		top: 101px;
		position: absolute;
	}
	
	#confirmation .submit_button{
		left: 84px;
		top: 170px;
		position: absolute;
		margin-top: 0px;
		background-image:url(../images/close.gif);
		width: 101px;
		height: 21px;
	}
	
	#confirmation #close_x{
		top: 10px;
		left: 241px;
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
	}
	/******** end thank you pop-over *******/	

	/******** error message *******/
	#error{
		position:absolute;
		left: 195px;
		top: 93px;
		color:#F00;
		font-size: 9px;
		height: 50px;
		width: 200px;
		_clear: both;
	}
	
	#error #inner{
		position: absolute;
		bottom: 0;
	}
	
	#error ul{
		list-style-type:disc;
		list-style-position: inside;
	}
	
	#error li{
		margin-left: 0px;
	}
	/******** end error message *******/
/******** end forms *******/

/******** footer *******/
.clearfooter {
	height: 47px;
	clear: both;
}

#footer{
	background-color: #bdc2c5;
	width: 100%;
	height: 47px;
	color: #ffffff;
	position: relative;
	float: left;
}

#footer_holder{
	width: 965px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 17px;
	padding-bottom: 17px;
}

#footer .copyright{
	float: left;
}

#footer .phone, #footer .address{
	float:right;
	margin-top: 2px;
}

#footer .address{
	margin-right: 30px;
}
/******** end footer *******/

/******** noscript section *******/

#noscript_container{
	height: 829px;
	float:left;
}

#noscript_container p.first{
	padding-top: 182px;
}

#noscript_container p.last{
	padding-bottom: 511px;
}

#noscript_container p{
	padding-top: 24px;
	font-size: 16px;
	margin-left: 236px;
	width: 488px;
	line-height: 21px;
}

#noscript_container a{
	color: #00aeef;
	text-decoration:underline;
}

/******** end noscript section *******/

/******** subpages *******/

#subpage #main_content{
		float:left;
}

	/******** javascript settings page *******/
	
	#subpage.javascript_settings #main_content p, #subpage #main_content ol{
		width: 488px;
		margin-left: 236px;
		padding-top: 22px;
		font-size: 13px;
		line-height: 15px;
	}
	
	#subpage.javascript_settings #main_content ol{
		list-style-type:decimal;
		margin-left: 255px;
		margin-bottom: 0px;
	}
	
	#subpage.javascript_settings #main_content li{
		*margin-left: 2em;
	}
	
	
	#subpage.javascript_settings #main_content p.first{
		padding-top: 89px;
	}
	
	#subpage.javascript_settings #main_content .last{
		padding-bottom: 89px;
	}
	
	
	#subpage.javascript_settings #main_content p.browser{
		font-weight: bold;
	}
	
	/******** end javascript settings page *******/
	
	/******** presentation page *******/
	#subpage.presentation #main_content{
		margin-top: 94px;
		margin-left: 34px;
		_margin-left: 17px;
		width: 470px;
		line-height: 20px;
		min-height: 588px;
		*height: expression( this.scrollHeight < 591 ? "591px" : "auto" ); /* sets min-height for IE */
	}
	
	#subpage.presentation #main_content h1{
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 21px;
	}
	
	#subpage.presentation #main_content p.description{
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 30px;
	}
	
	#subpage.presentation #main_content h2.subheader{
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 5px;
		margin-left: 70px;
	}
	
	#subpage.presentation ul, #subpage.presentation li{
		margin: 0px;
		padding: 0px;
	}
	
	#subpage.presentation ul{
		margin-left: 70px;
		font-size: 12px;
		margin-bottom: 26px;
	}
	
	#subpage.presentation ul.last{
		margin-bottom: 162px;
	}
	
	#subpage.presentation .arrow li{
		padding-left: 10px;
		background-image:url(../images/arrow.gif);
		background-repeat:no-repeat;
		background-position: 0 5px;
		margin-top: 2px;
	}
	
	#subpage.presentation a{
		color: #68737A;
		text-decoration:none;
	}
	
	#subpage.presentation a:hover, #subpage.presentation a:active{
		color: #00aeef;
		text-decoration:underline;
	}
	
	/******** presentation page *******/
	
	/******** slide page *******/
	#slide{
		margin-left: 104px;
		border-left: 1px solid #acb2b6;
		border-bottom: 1px solid #acb2b6;
		padding-left: 7px;
		padding-bottom: 11px;
		padding-top: 402px;
		margin-bottom: 246px;
		width: 861px;
		_width: 850px;
	}
	
	#suppage.slide{
		position: relative;
	}
	#forward, #back{
		display:block;
		width: 50%;
		height: 100%;
		top: 0px;
		position:absolute;
	}
	#forward{
		right: 0px;
	}
	#back{
		left: 0px;
	}
	
	/******** end slide page *******/
/******** end subpages *******/	