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

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/body_bg_rptx.jpg); background-repeat:repeat-x; background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/*------------------------------------------------------------------------*/

.thrColFixHdr #container { 
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;;
	position:relative; top:0; left:0;
} 
.thrColFixHdr #header { 
	background-image:url(images/header.jpg); background-repeat:no-repeat;
	height:160px;
	margin:0;
	padding:0;
} 
.thrColFixHdr #header h1 a img{
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin: 3px 0 0 50px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*background-image:url(images/logo-CCEC.jpg); background-repeat:no-repeat;*/
	width:420px;
	height:101px;
	background-position: 0 0px;
}	

.thrColFixHdr #header h1 a:hover img{
	background-position:-626px 0px;
	}
	
/*-----------------------------------sidebar 1 left-----------------------------------------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding:0px; /* padding keeps the content of the div away from the edges */
	margin:0 0 0 25px;

}

#sidebar1 ul {
	list-style-type:none;
	width:180px;
	margin:0px;
	padding:0;
	}
#sidebar1 ul li {
	background-image:url(images/nav_blue_bg.jpg); background-repeat:repeat-x;
	height:39px;padding-top:2px;
	}	

#sidebar1 ul li a {
	color:#fff;
	padding-left:5px;
	font-size:12px;
	line-height:28px;
	}
#sidebar1 ul li a:hover {
	color:#f79729;
	}
	
#sidebarcallouts {
	width:180px;
	}


.bluebold {
	color:#0c86da;
	font-weight:600;
	}
	
#free-lasik-consultation a img {
	width:169px;
	height:93px;
	background-image:url(images/Free-LASIK-Consultation.jpg); background-repeat:no-repeat; background-position:0 0;
	margin-bottom:25px;
	margin-top:25px;
	}
	
#free-lasik-consultation a:hover img {
	background-position:-169px 0;
	}
#financing-plans a img {
	width:169px;
	height:104px;
	background-image:url(images/lasik-payment-plans.jpg); background-repeat:no-repeat; background-position:0 0;
	margin-bottom:25px;
	}
	
#financing-plans a:hover img {
	background-position:-169px 0;
	}	
#contactform {
	background-image:url(images/contactform_bg.jpg); background-repeat:no-repeat;
	width:178px;
	height:415px;
	color:#fff;
	padding:5px;
	margin:10px 0 0 0;
	}

/*---------------------------------------------------     FORM    ---------------------------------------------*/
#contactform p{
	padding-bottom:5px;
	margin:0;
	}
.formleft {
	text-align:right;
	}
input, .TextField  {
	border:1px solid #003d63;
	}

/*---------------------------------------------- MAIN CONTENT -  there are 3 divs ---------------------------------*/	
.thrColFixHdr #mainContent { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/content_bg_rpty.jpg); background-repeat:repeat-y;

	
} 
/*------------    div 2 is simply holding a graphic to always appear in the bottom left of the template. ----------------*/
	
.thrColFixHdr #mainContent2 {
	background-image:url(images/sidebarleftbg.jpg); background-repeat:no-repeat;background-position:bottom left;
	padding:0;
	margin:0;
	}

/*--------------------------------------  div 3 is what actually holds the content ------------------------------------*/
.thrColFixHdr #mainContent3 {
	margin:0 60px 0 240px;
	min-height:660px;
	padding-top:20px;
	padding-bottom:1px;
	line-height:22px;
	min-height:660px;
  	height:auto !important;
  	height:660px;
	}
#mainContent3 a {
	/*color:#6d2602;*/
	/*color:#679650;*/
	color:#0c82d4;
	}

#mainContent3 a:hover {
	color:#f89a2b;
	}
	
/*------------------------------H O M E   P A G E   G R A P H I C S   AND   C O N T A I N E R S ---------------------*/
#mainHome {
	margin-top:281px;
	padding-bottom:20px;
	}

#righthomecolumn {
	float:right; 
	width:176px;
	margin-left:20px;
	}

	
/*-------------------------------         MAIN CONTENT BOTTOM GRAPHIC        -----------------------*/
#mainContentbottom { 
	background-image:url(images/content-bottom.jpg); background-repeat:no-repeat;
	width:995px; height:97px;
	padding:0px 0 0px 0;
	margin:0;
	}
/*------------------------------------      N A V I G A T I O N   ---------------------------------*/
#navtop {
	height:35px;
	width:905px;
	background-image:url(images/navbg.jpg); background-repeat:repeat-x;
	padding:0;
	margin:20px 0 0 40px;
	}
#navtop ul {
	list-style-type:none;
	margin-left:-30px;
	padding-top:10px;
	}
#navtop ul li {
	display:inline;
	padding-right:20px;
	
	}
#navtop ul li a{
	color:#000;
	}
#navtop ul li a:hover{
	color:#0c82d4;
	
	}

#address {
	float:right;
	text-align:right;
	font-size:18pt;
	color:#000;
	margin:40px 60px 0 0;
	}


/*-------------------3-D animations  -------------------------------*/
#three-d-inside {
	width:176px;
	height:150px;
	}
#three-d-inside img {
	background-image:url(images/3-d.jpg); background-repeat:no-repeat;
	background-position:0 0;
	}
#three-d-inside a:hover img {
	background-position:0 -169px;
	}

/*---------------------------------------- F O O T E R ------------------------------------------------*/

.thrColFixHdr #footer { 
	background-color:#003d63;
	padding:0;
	margin:0;
	}	
.thrColFixHdr #footercenter { 
	margin:0px auto;
	background-image:url(images/footer.jpg); background-repeat:no-repeat; 
	width:995px;
	height:145px;
	padding-top:1px;
	}	
	
#footer ul {
 	list-style-type:none;
	padding-top:15px;
	}
#footer ul li {
	display:inline;
	}
#footer ul li a {
	color:#fff;
	font-size: 10px;
	}
	
#footer p, #footer p a {
	color:#fff;
	font-size:10px;
	line-height:20px;
	width: 692px;
	margin: 0 auto;
	}
	

/*----------------------------------- CLASSES AND MISC -----------------------------------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	margin:0;
	padding:0;
	}

h2, h3, h4, h5, h6 {
	/*color:#0c82d4;*/
	color:#679650;
	}

 a {
	font-weight:600;
	text-decoration:none;
	}
 a:hover {
	text-decoration:underline;
	}
a img {border:none;}	

a img.imgroll { border:2px solid #71c62a; margin:20px;}
a:hover img.imgroll { border:2px solid #0c86da; margin:20px; background-color:#71c62a;}

#flash {
	width:720px;
	height:281px;
	background-image:url(images/heroshot-old1.jpg); background-repeat:no-repeat;
	padding:0;
	position:absolute; top:160px; left:225px;
	}
	
/*-----------BROWN CALLOUTS----------------------------------------------------*/

/*--this one is for the services template is hardcoded---------------------*/
.calloutbrown {
	width:303px;
	height:140px;
	background-image:url(images/callout-beige-bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:40px;
	}
.calloutbrown h3 {
	padding-left:10px;  padding-top:10px;
	}

.calloutbrown h3 a, .calloutbrown p a {	color:#6d2602;}
	
	
.calloutbrown p {
	padding-left:10px; padding-right:4px;
	}
	
	
	
	
/*--these are for any callout, and works with the dropdown styles in the CMS--*/	
	
	
.calloutbrownright {
float:right;
	width:303px;
	height:140px;
	background-image:url(images/callout-beige-bg.jpg);
	background-repeat:no-repeat;
	margin:0 20px 20px 20px;
	}
.calloutbrownright h3 {
	padding-left:10px;  padding-top:10px;
	}
.calloutbrownright h3 a, .calloutbrownright p a {	color:#6d2602;}
.calloutbrownright p {
	padding-left:10px; padding-right:4px;
	}


.calloutbrownleft {
float:right;
	width:303px;
	height:140px;
	background-image:url(images/callout-beige-bg.jpg);
	background-repeat:no-repeat;
	margin:0 20px 20px 20px;
	}
.calloutbrownleft h3 {
	padding-left:10px;  padding-top:10px;
	}
.calloutbrownleft h3 a, .calloutbrownleft p a {	color:#6d2602;}
.calloutbrownleft p {
	padding-left:10px; padding-right:4px;
	}

/*for the resizeable callouts on the testimonials page*/
.test {
	width:278px;
	background-image:url(images/test_repeat.jpg); background-repeat:repeat-y;
	padding:15px;
	margin-bottom:-13px;
	}
.testtop {
	background-image:url(client_files/Image/test_top.jpg); background-repeat:no-repeat;
	width:308px;
	height:54px;
	
	}
.testtop h3 {
	padding:15px 0 0 15px;
	}
.testbottom {
	background-image:url(client_files/Image/test_bottom.jpg); background-repeat:no-repeat;
	width:308px;
	height:22px;
	}
td {vertical-align:top;}

/*--------quotes on home page flash----------------*/
#quotesflash {
	width:169px;
	height:93px;
	border:1px solid white;
	background-image:url(images/quote_bg_static.jpg); background-repeat:no-repeat;
	}
#quickcontact, #quickcontact #quickcomment {width:155px;}
#quickcontact dd {margin:0;}

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }
#contact-main fieldset {border:none;}
#contact-main label { 
	width:200px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:175px; }

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
	
input.submit-contact-main { margin:0 0 20px 243px; }
.button {
	width: 85px;
	margin: 0 0 0 60px;
	display: block;
}

.button #submit {
	width: 85px;
	display: block;
	padding: 0;
}

a#sistersite {
	background: url("images/sistersite.png") no-repeat;
	display:block;
	height:100px;
	width:160px;

}
#sistersite:hover  {
	background: url("images/sistersite.png") bottom left no-repeat;

}
#sistersite span{display:none;}