@charset "utf-8";

body {
font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(images/main-bg.gif);
	margin: auto;
	padding: 0px 0px 30px;
}

#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
	text-align: center;
	padding: 10px 0px 0px;

}

#box2 {
background-color: #6393AC;
width: 744px;
padding: 8px;
color: #fff;
font-size: 16px;  
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: 0px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	font-size: 18px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
	font-size: 18px;

}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
	font-size: 18px;

}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
	font-size: 22px;	
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}

/* header area */
#header {
	/*background: #0FACEA url(images/header-bg.jpg) no-repeat;
	height: 170px;*/
	background: #0FACEA url(images/drcarol-bg.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #59780a;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav-wrap {
	height:30px;
}
#nav {
	list-style:none;
}
#nav li {
	float:left;
	display:inline;
	text-align:center;
}
#nav li a {
	padding:5px 10px;
	margin:0 10px;
	background-color:#61a716;
	color:#fadc55;
	text-decoration:none;
}