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

/* Main Layout */

body {
	background-color: #ededed;
	background-image:url(images/main_bkg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-size:	14px;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

#container {
	position:relative;
	height:auto;
	width:763px;
	top:20px;
	margin:0px auto;
}

#roundedCorners {
	background-image: url(images/roundedcorners_bkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #788ac4;

}

#corners_top {
	height:16px;
	background-image:url(images/corners_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#corners_bottom {
	height: 15px;
	background-image:url(images/corners_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* Header */

#header {
	width:744px;
	margin: 0px auto;
	height:164px;
	background-color:#CCCCCC;
	background-image: url(images/header_bkg.jpg);
	background-repeat: repeat-x;
}

#doctorHeader {
	float:right;
}

#logo {
	float:left;
}

/* Navigation */

#navigation {
	width:744px;
	height:25px;
	margin:	6px auto 0px auto;
	text-align:center;
	background-color:#CCCCCC;
	background-image:url(images/nav_bkg.jpg);
	background-repeat:repeat-x;
}

#navigation div {
	margin: 0px auto;
	text-align:center;
}

#firstNavItem {
	margin-left:85px;
}

#navigation span {
	display:block;
	float:left;
	padding-top:5px;
}

span.navItem {
	height:25px;
}

span.navItem a {
	color:#3754b6;
	text-decoration:none;
}

span.navItem:hover {
	background-color:#4862b9;
}

span.navItem:hover a, span.navItem:hover a:visited, span.navItem:hover a:active, span.navItem:hover a:hover {
	color:#cfcfcf;
	text-decoration:none;
}

/* Content */

#content {
	width:738px;
	height:auto;
	margin:	6px auto 0px auto;
	background-color:#CCCCCC;
	background-image:url(images/content_bkg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#e6e6e6;
	padding:4px;
	min-height:450px;
}

#moneyBag {
	float:right;
	margin:0px;
	padding:0px;
}

#content h3 {
	margin:0px;
	padding:6px;
}

#content p {
	margin:0px;
	padding:4px;
}

p.top {
	float:right;
	padding-right:10px;
	padding-top:35px;
}

/* Footer & Spacer */

#footer {
	width:744px;
	height:25px;
	margin:	6px auto 6px auto;
	background-color:#CCCCCC;
	background-image:url(images/footer_bkg.jpg);
	background-repeat:repeat-x;
	clear:both;
}

#footer div {
	padding-top:3px;
}

#copyright {
	float:left;
	padding-left:5px;
}

#sitemap {
	float:right;
	margin-right:5px;
}

#sitemap a {
	margin:6px;
}

#valid {
	float:left;
	padding:6px;
	
}

#aladham {
	float:right;
	padding:6px;
}

#bottom_spacer {
	margin:0px auto;
	height:50px;
	width:744px;
}


/* Homepage Specific */

body#home #content {
	height:550px;
}

body#home #testimonials {
	float:right;
	width:149px;
	height:300px;
	z-index:1;
	left: 589px;
	top: 168px;
	background-image:url(images/testimonials_box.gif);
	background-repeat:no-repeat;
	clear:right;
	margin-top:20px;
}
body#home #quotations {
	width:559px;
	height:145px;
	z-index:1;
	left: 6px;
	top: -33px;
	margin-top:10px;
	background-image:url(images/quotations_box.gif);
	background-repeat:no-repeat;
}

body#home #paragraphs {
	width:575px;
	margin-top:10px;
}


/* FAQs Page Specific */

body#faqs ul, body#services ul {
	list-style:none;
}

body#faqs ul li, body#services ul li {
}