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

* {
	margin:0;
	padding:0
}
img {
	border:none;
}
.clear {
	clear:both;
}
.center {
	text-align:center
}
.i {
	font-style:italic;
}
.l {
	text-align:left;
}
/* ie6 png fix */
img, div {
	behavior: url(includes/iepngfix.htc)
}
/* end fix */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484747;
}
div#wrapper {
	margin:0 auto;
	width:900px;
	position:relative;
	margin-bottom:25px;
}
div#top-bar {
	background-color:#444244;
	height:10px;
}
div#sidebar-container {
	position:absolute;
	left:25px;
	top:24px;
	width:227px;
	height:775px;
}
div#sidebar {
	width:227px;
	height:775px;
	background: url(../images/sidebar-bkg.png) no-repeat;
	padding:22px 0 0 0;
}
div#sidebar img {
	margin:0 0 0 23px;
	padding:0;
}
div#sidebar img.rule {
	margin:1px 0 1px 15px;
}
div#sidebar a, div#sidebar a:hover {
	display:block;
	margin:0 0 10px 23px;
}
div#sidebar a span {
	display:none;
}
#sidebar a#consultation {
	width: 182px;
	height: 51px;
	background: url(../images/sidebar-lasik-consultation.gif) 0 0 no-repeat;
}
#sidebar a#cataract {
	width: 182px;
	height: 51px;
	background: url(../images/sidebar-cataract.gif) 0 0 no-repeat;
}
#sidebar a#rejuven {
	width: 182px;
	height: 51px;
	background: url(../images/sidebar-rejuven-eyes.gif) 0 0 no-repeat;
}
#sidebar a#eyemergency {
	width: 182px;
	height: 51px;
	background: url(../images/sidebar-eye-mergency.gif) 0 0 no-repeat;
}
#sidebar a#resources {
	width: 182px;
	height: 51px;
	background: url(../images/sidebar-patient-resources.gif) 0 0 no-repeat;
}
#sidebar a#careCredit {
	width: 182px;
	height: 51px;
	background: url(../images/sidebar-care-credit.gif) 0 0 no-repeat;
}
#sidebar a#navMap {
	width: 182px;
	height: 100px;
	background: url(../images/sidebar-map.gif) 0 0 no-repeat;
}
#sidebar a#consultation:hover, #sidebar a#cataract:hover, #sidebar a#rejuven:hover, #sidebar a#eyemergency:hover, #sidebar a#resources:hover, #sidebar a#careCredit:hover {
	background-position:0 -51px;
}
#sidebar a#navMap:hover {
	background-position:0 -100px;
}
div#header {
	background: url(../images/bkg-header.jpg) no-repeat;
	height:32px;
	padding-top:132px;
}
img#logo {
	position:absolute;
	top:34px;
	left:275px;
}
div#nav {
}
div#nav ul {
	list-style:none;
	margin-left: 262px;
}
div#nav ul li {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	color:#2d2d2d;
}
div#nav ul li.bar {
	margin:0 3px;
}
div#nav ul li a {
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#2d2d2d;
}
div#nav ul li a:hover {
	color:#ef3e42;
}
body#home a#home, body#services a#services, body#tunis a#tunis, body#staff a#staff, body#patient-forms a#patient-forms, body#locations a#locations, body#contact a#contact {
	color:#ef3e42;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #F3EEF5;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #762E84;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #E4D7E9;
}
div#container {
	border-left:1px #824095 solid;
	border-bottom:1px #824095 solid;
	border-right:1px #824095 solid;
	padding:16px 0 0 265px;
}
div#content {
	background-color:#f3f3f3;
	width:603px;
	margin-bottom:20px;
	float:left;
}
div#content p {
	margin: 15px 40px 15px 32px;
	text-align:justify;
	line-height:18px;
	font-size:13px;
}
div#content p.callout {
	font-size:15px;
	color:#000;
}
div#content .red {
	color:#ef3e42;
	font-weight:bold;
}
div#content .title {
	color:#ef3e42;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
div#content a {
	color:#000;
	text-decoration:underline;
}
div#content a:hover {
	color:#666;
	text-decoration:none;
}
div#content a:active {
	color:#333;
	text-decoration:none;
}
div#content ul {
	margin: 15px 54px 15px 44px;
}
div#content ul li {
	margin-bottom:3px;
}
.horizontalrule {
	border-top:1px solid #333333;
	margin:0 32px 10px 32px;
}
div#content div#forms {
	margin: 15px 0 15px 32px;
}
div#content div#forms a {
	margin-right:25px;
}
div#gray {
	height:10px;
	background-color:#474747;
}
div.prop {
	height:550px;
	width:1px;
	float:right;
}
body#home div.prop {
	height:485px;
}
div#content ul.facebook {
	margin: 15px 54px 15px 26px;
}
ul.facebook li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.facebook li span {
	display: none;
}
.facebook-link a {
	background: url(../images/facebook.jpg) 0 0 no-repeat;
	display: block;
	width: 153px;
	height: 29px;
}
.facebook-link a:hover {
	background: url(../images/facebook.jpg) 0 -29px no-repeat;
}
.blog-button span {
	display: none;
}
.blog-button a {
	display: block;
	width: 174px;
	height: 28px;
	background: url(../images/blog-button.gif) 0 0 no-repeat;
}
.blog-button a:hover {
	background-position: 0 -28px;
}
/*Map Pop Up~~~~~~~~~~~~~*/
div#map {
	background-color:#b492c2;
	margin: 0 auto;
	padding:10px;
	text-align:center;
}
div#map a {
	font-size:11px;
	text-align:center;
	color:#333333;
}
div#footer {
	border-top:10px solid #474747;
	padding:10px 0 0 0;
	text-align:center;
}
div#footer ul {
	list-style:none;
	text-align:center;
}
div#footer ul li {
	display:inline;
}
div#footer ul li.bar {
	margin: 0 5px;
}
div#footer ul li a {
	color:#484747;
	font-size:12px;
	text-decoration:none;
}
div#footer ul li a:hover {
	color:#EF3E42;
	text-decoration:underline;
}
div#footer p {
	margin-top:3px;
}
