@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; background: transparent; } 

html, body {
	height: 100%;
}

body {
	background: #f6d295 url('../images/bg.jpg') repeat-x 0 0;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #603518;
	font-size: 12px;
}
	body#index {
		background: #f6d295 url('../images/bg-home.jpg') repeat-x 0 0;
	}
img {
	border: none;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl,button {
	margin:0px;
	padding:0px;
	line-height: 1.8em;
}

blockquote {
	margin: 1.4em 4em;
}
.clear {
	clear: both;
}

.center {
	text-align: center;
}
.imgL {
	float: left;
	margin: 8px 10px 10px 0;
	border: 1px solid #824124;	
	position: relative;
	z-index: 300;
}
.imgR {
	float: right;
	margin: 8px 0 10px 10px;
	border: 1px solid #824124;
	position: relative;
	z-index: 300;	
}

.img3d {
	float: right;
	margin: 10px;
}

h1 {
	font-size: 1.3em;
	color: #9e4633;
	line-height: 1.2em;
	margin: 0 50px 0 46px;	
}

	h1 span {
		font-size: .9em;
		color: #603518;
	}

h2 {
	font-size: 1.2em;
	color: #603518;
	margin: 1.4em 50px 0 46px;	
}

h3 {
	font-size: 1em;
}

p {
	margin: 1.4em 0 0 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 22px;
}

#logo {
	background: url('../images/campus-eye-group-logo.jpg') no-repeat 0 0;
	display: block;
	float: left;
	width: 439px;
	height: 82px;
}
#logo a {
	display: block;
	width: 439px;
	height: 82px;
}

#logo a span { display: none; }

#call {
	background: url('../images/campus-eye-group-contact.jpg') no-repeat 0 0;
	display: block;
	float: right;
	width: 294px;
	height: 82px;
}
#call a {
	display: block;
	width: 100%;
	height: 100%;
}

#call a span { display: none; }


/*************************sub nav home*************************/

#sub-nav-home {
	background: url('../images/sub-nav-home.jpg') no-repeat 0 0;
	width: 1000px;
	height: 138px;
	margin-top: 33px;
}
	#sub-nav-home div {
		display: block;
		float: left;
		height: 138px;
	}
	
	#sub-nav-home a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#sub-nav-home span {	
		display: none;
	}

#sub-nav-home #sub-01 { width: 255px;}
#sub-nav-home #sub-02 { width: 245px;}
#sub-nav-home #sub-03 { width: 245px;}
#sub-nav-home #sub-04 { width: 255px;}

#sub-nav-home #sub-01 a:hover {background: url('../images/sub-nav-home.jpg') -0px -138px no-repeat;}
#sub-nav-home #sub-02 a:hover {background: url('../images/sub-nav-home.jpg') -255px -138px no-repeat;}
#sub-nav-home #sub-03 a:hover {background: url('../images/sub-nav-home.jpg') -500px -138px no-repeat;}
#sub-nav-home #sub-04 a:hover {background: url('../images/sub-nav-home.jpg') -745px -138px no-repeat;}
/***********************************************************************************/


/*************************sub nav*************************/

#sub-nav {
	background: url('../images/sub-nav.jpg') no-repeat 0 0;
	width: 1000px;
	height: 130px;
	margin-top: 26px;
}
	#sub-nav div {
		display: block;
		float: left;
		height: 130px;
	}
	
	#sub-nav a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#sub-nav span {	
		display: none;
	}

#sub-01 { width: 255px;}
#sub-02 { width: 245px;}
#sub-03 { width: 245px;}
#sub-04 { width: 255px;}

#sub-01 a:hover {background: url('../images/sub-nav.jpg') -0px -130px no-repeat;}
#sub-02 a:hover {background: url('../images/sub-nav.jpg') -255px -130px no-repeat;}
#sub-03 a:hover {background: url('../images/sub-nav.jpg') -500px -130px no-repeat;}
#sub-04 a:hover {background: url('../images/sub-nav.jpg') -745px -130px no-repeat;}
/***********************************************************************************/


#header-swf {
	width: 1000px;
	display: block;
	height: 313px;
}

#slideshow {
	width: 1000px;
	display: block;
	overflow: hidden;
	height: 187px;
}

#column-center {
	margin: 32px auto 0 auto;
	margin-top: 32px;
	padding-left: 17px;
	width: 800px;
}
	#column-center h1, #column-center h2 {
		margin-left: 0;
	}
#column-01 {
	float: left;
	margin-top: 32px;
	padding-left: 17px;
	width: 286px;
}
	#column-01 div a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#column-01 div a span { display: none; }
		
	#btn-contact {
		background: url('../images/btn-contact.jpg') 0 0 no-repeat;
		width: 286px;
		height: 83px;
	}
	#btn-form-center {
		background: url('../images/btn-form-center.jpg') 0 0 no-repeat;
		width: 286px;
		height: 143px;
	}	
	#btn-3d-eye {
		background: url('../images/btn-3d-eye.jpg') 0 0 no-repeat;
		width: 286px;
		height: 107px;
	}	
	#btn-address {
		background: url('../images/btn-address.jpg') 0 0 no-repeat;
		width: 286px;
		height: 185px;
	}	
	
	#links {
		background: url('../images/links-bg.jpg') 0 0 repeat-y;
		width: 286px;
	}
		#links a:link {
			color: #9e4633;
			text-decoration: none;
			font-weight: bold;
			font-size: 1.1em;
		}
		#links a:visited {
			color: #9e4633;
			text-decoration: none;
			font-weight: bold;
			font-size: 1.1em;
		}
		#links a:hover {
			color: #9e4633;
			text-decoration: underline;
		}
		
		#links ul, #links ol{
			margin: 1em 50px 1.4em 3em;
		}
	
		#links li {
			margin: .5em 0;
		}
		
		#links ul li {
			background: url('../images/list-marker.png') 0 .4em no-repeat;
			padding: 0 0 0 18px;
			list-style-type: none;	
			list-style-position: outside;	
		}
		
		#links ul ul {
			margin: 1em;
		}
		
#column-02 {
	float: left;
	margin-top: 32px;
	width: 697px;
}
	#content {
		background: url('../images/content-bg.jpg') 0 0 repeat-y;
		width: 680px;
	}
	
		#content ul, #content ol, #content li, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content pre, #content form, #content p, #content blockquote, #content fieldset, #content input, #content dd, #content dt, #content dl, #content button {
			position: relative;
			z-index: 100;
		}

		#content a:link {
			color: #9e4633;
			text-decoration: none;
		}
		#content a:visited {
			color: #9e4633;
			text-decoration: none;
		}
		#content a:hover {
			color: #9e4633;
			text-decoration: none;
			border-bottom: 1px solid #9e4633;
		}	
		
		#content p {
			margin: 1.4em 50px 1.4em 46px;			
		}
		
		#content ul, #content ol{
			margin: 1.4em 50px 1.4em 6em;
		}
	
		#content li {
			margin: .5em 0;
		}
		
		#content ul li {
			background: url('../images/list-marker.png') 0 .4em no-repeat;
			padding: 0 0 0 18px;
			list-style-type: none;	
			list-style-position: outside;	
		}
		
		#content ul ul {
			margin: 1em;
		}
	
		#content #staff {
			margin: 0 auto;
			width: 584px;
		}
		
		#content #staff .staff {
			width: 130px;
			height: 170px;
			display: block;
			margin: 8px;
			float: left;
			text-align: center;
		}
		
			#content #staff .staff a:link {
				border: 1px solid #824124;
				width: 129px;
				height: 144px;
				display: block;
			}
			#content #staff .staff a:visited {
				border: 1px solid #824124;
				width: 129px;
				height: 144px;
				display: block;
			}
			#content #staff .staff a:hover {
				border: 1px solid #e96327;
				width: 129px;
				height: 144px;
				display: block;
			}

			.staff span {
				font-size: .9em;
			}
	
	#map {
		border: 1px solid #9e4633;
		margin: 0 auto;
		width: 580px;
		height: 310px;
	}
	#content-bottom {
		background: url('../images/content-bottom.jpg') 0 0 no-repeat;
		width: 680px;
		height: 198px;
		margin-top: -134px;
	}
	
	#btn-media {
		background: url('../images/btn-media.jpg') 0 0 no-repeat;
		width: 340px;
		height: 198px;
		float: left;
	}
		#btn-media a {
			display: block;
			width: 100%;
			height: 100%;
		}
		#btn-media span { display: none; }
		
	#btn-testimonials {
		background: url('../images/btn-testimonials.jpg') 0 0 no-repeat;
		width: 340px;
		height: 198px;
		float: left;
	}
		#btn-testimonials a {
			display: block;
			width: 100%;
			height: 100%;
		}
		
		#btn-testimonials span { display: none; }

/*-------------------------- CMG Contact Form --------------------------- */
		#contact-quick {
			margin:1.4em auto 0 auto;
			width: 314px;
		}
		#contact-quick input, #contact-quick select, #contact-quick textarea, input {
			font:12px Arial, Helvetica, sans-serif; 
			border:1px solid #603518;
			background-color:#f6d295;
			color:#603518;
			height: 12px;
			width:300px;
			margin: 5px 0;
			padding: 5px 6px;
		}
		
		#contact-quick textarea {
			height: 87px;
		}
		
		#contact-quick #contact_submit { width: 88px; height: 25px;  margin: 0 0 0 220px; border: none; background:transparent;}
		
		#contact-quick .contact_subject	{ display: none; }
		
		.required { font-size: 12px; text-align: right; color: #bc8857; margin: 0;}

/*-------------------------- accordian css --------------------------- */

		#physician-login input {
			font:12px Arial, Helvetica, sans-serif; 
			border:1px solid #603518;
			background-color:#f6d295;
			color:#603518;
			height: 12px;
			width:150px;
			margin: 5px 0;
			padding: 5px 6px;
		}

.header {
	background: none;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#412d1c;
}
.selected{
	background-color:#412d1c;
	color:#FFF;
}



#accordion{
	border: none;
	padding:5px;
	width:600px;
	position: relative;
	margin-left: 38px;
	margin-top: 15px;
	/*background-color:#412d1c;*/
	line-height: 19px;

}

.accordion_headings{
	padding:5px;
	background:#621f19;
	color:#fdf6ea;
	border: none;
	cursor:pointer;
	font-weight:bold;
	margin-top: 1px;
}

	.accordion_headings span{
		font-size: 1.5em;
		margin: 0 15px 0 10px;
		font-family:"Times New Roman", Times, serif;
	}
	
.accordion_headings:hover{
	background:#8f3c2b;
}

#accordion .accordion_child{
	padding:15px;
	margin: 0 0 15px;
	background: url('../images/answer.png') 0 15px no-repeat;

}

.header_highlight{
	/*background:#7c5020;*/
}
/* --------------------------- */

#border {
	border-bottom: 2px solid #420b0b;
}

#footer {
	background: #420b0b;
	border-top: 1px solid #9d745e;
	padding: 10px 0 27px 0;	
}

#refractive-surgery-resources {
	width: 1000px;	
	margin: 0 auto;
}
	#fan {
		width: 129px;
		height: 87px;
		float: right;
	}
		#fan div {
			float: left;
		}
		#fan div a {
			display: block;
			width: 100%;
			height: 100%;
		}
		#fan div a span {
			display: none;
		}
		
		#fan-fb {
			background: url('../images/btn-fb.jpg') 0 0 no-repeat;
			width: 65px;
			height: 54px;
		}
		#fan-twt {
			background: url('../images/btn-twt.jpg') 0 0 no-repeat;
			width: 64px;
			height: 54px;
		}	
	#refractive-surgery-resources p {
		width: 827px;
		color: #b16449;
		margin: 2em 17px 0 17px;
		float: left;
	}
		#refractive-surgery-resources p span {
			color: #d74314;
		}
		#refractive-surgery-resources p a:link {
			color: #b16449;
			text-decoration: none;
			border-bottom: 1px solid #b16449;
		}
		#refractive-surgery-resources p a:visited {
			color: #b16449;
			text-decoration: none;
			border-bottom: 1px solid #b16449;
		}			
		#refractive-surgery-resources p a:hover {
			color: #b16449;
			text-decoration: none;
			border-bottom: none;
		}
			#refractive-surgery-resources p#rsr a:link {
				color: #b16449;
				text-decoration: none;
				border-bottom: none;
			}
			#refractive-surgery-resources p#rsr a:visited {
				color: #b16449;
				text-decoration: none;
				border-bottom: none;
			}			
			#refractive-surgery-resources p#rsr a:hover {
				color: #b16449;
				text-decoration: none;
				border-bottom: 1px solid #b16449;
			}		
/*-------------------------- nav --------------------------- */
#nav { 
	background: url('../images/nav.jpg') no-repeat; 
	clear: both;
	width: 1000px; 
	height: 25px; 
	position: relative;
	z-index: 999;
	margin: 0px;
	}

#nav span { display: none;}

#nav li, #nav a { height: 25px; display: block; margin: 0px;}

#nav li { float: left; list-style: none; display: inline;}

#nav-01 { width: 80px;}
#nav-02 { width: 96px;}
#nav-03 { width: 123px;}
#nav-04 { width: 93px;}
#nav-05 { width: 131px;}
#nav-06 { width: 104px;}
#nav-07 { width: 120px;}
#nav-08 { width: 115px;}
#nav-09 { width: 138px;}

#nav-01 a:hover {background: url('../images/nav.jpg') -0px -25px no-repeat;}
#nav-02 a:hover {background: url('../images/nav.jpg') -80px -25px no-repeat;}
#nav-03 a:hover {background: url('../images/nav.jpg') -176px -25px no-repeat;}
#nav-04 a:hover {background: url('../images/nav.jpg') -299px -25px no-repeat;}
#nav-05 a:hover {background: url('../images/nav.jpg') -392px -25px no-repeat;}
#nav-06 a:hover {background: url('../images/nav.jpg') -523px -25px no-repeat;}
#nav-07 a:hover {background: url('../images/nav.jpg') -627px -25px no-repeat;}
#nav-08 a:hover {background: url('../images/nav.jpg') -747px -25px no-repeat;}
#nav-09 a:hover {background: url('../images/nav.jpg') -862px -25px no-repeat;}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#57190a;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:10px;
	z-index: 1000;
	}

#nav li ul li { 
	height:22px; /* Height of each drop down nav item */
	z-index: 1000;
	}	

#nav li ul li a {
	width:100%;
	height:22px;	/* Height of each drop down nav item, should match above */
	line-height:22px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.9em;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
	border: 0;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#f3ca83;
	color:#4b2f2c;
	text-decoration:none;
	border: 0;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:135px; }
#nav-03 ul, #nav-03 li { width:185px; }
#nav-04 ul, #nav-04 li { width:140px; }


/*-------- multiple level drop-downs ------------------------------------ */
#nav-03 ul ul, #nav-03 li li { width:145px; }		

#nav li#nav-03 ul ul {
	margin: -22px 0 0 185px;
}
#nav-04 ul ul, #nav-04 li li { width:140px; }		

#nav li#nav-04 ul ul {
	margin: -22px 0 0 140px;
}

#nav li:hover ul ul, #nav li.sfHover ul ul {
	left:-999em;
}

#nav li li:hover ul, #nav li li.sfHover ul {
	left:auto;
}
#nav li:hover ul, #nav li.sfHover ul	{ left:auto; }