@charset "utf-8";
body {
	background-image: url(../image/bkgd.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#pagewrapper {
	width: 1024px;
	margin: 0px auto;
	margin-left: 20px;
}
#pagewrapper #header {
	float: left;
	width: 1024px;
	position: relative;
}
#pagewrapper #header #logo {
	background-image: url(../image/logo.gif);
	float: left;
	height: 139px;
	width: 390px;
	position: relative;
}
#pagewrapper #header #logo h1 {
	margin: 0px;
	padding: 0px;
	height: 139px;
	width: 390px;
}
#pagewrapper #header #logo a {
	text-indent: -999em;
	display: block;
	height: 139px;
	width: 390px;
}
#pagewrapper #header # {
	text-align: right;
	position: relative;
	background-image: url(../image/menudots.gif);
	background-position: left top;
	height: 27px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	width: 383px;
}
#pagewrapper #header #submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pagewrapper #header #submenu li {
	display: inline;
	float: left;
	padding-top: 5px;
	background-image: url(../image/menudots.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 22px;
}
#pagewrapper #header #submenu a {
	color: #333333;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#pagewrapper #header #submenu a:hover {
	color: #A36402;
	text-decoration: underline;
}
#menu {
	background-image: url(../image/menudots2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 1200px;
	padding-left: 1px;
	position: relative;
	height: 32px;
}
#pagewrapper #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pagewrapper #menu li {
	display: inline;
	float: left;
	height: 32px;
	width: 120px;
	text-align: center;
	font-family: "Trebuchet MS", Arial;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
}
#pagewrapper #menu a {
	background-image: url(../image/menu.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 120px;
	color: #333333;
	text-decoration: none;
}

#pagewrapper #menu a:hover {
	background-image: url(../image/menu_over.gif);
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
}
#pagewrapper   #images {
	float: left;
	height: 201px;
	width: 1200px;
	position: relative;
}
#pagewrapper #content {
	background-image: url(../image/maindots.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	width: 980px;
	border-top-width: 25px;
	border-bottom-width: 25px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	poition: relative;
	fonst-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
#pagewrapper #content #main {
	float: left;
	width: 600px;
	position: relative;
}
#pagewrapper #content #sidebar {
	float: right;
	width: 340px;
	position: relative; left: 150px;
}
#pagewrapper #content h2 {
	font-weight: normal;
	font-size: 24px;
	color: #707070;
}

#pagewrapper #content h3 {
	font-weight: normal;
	font-size: 16px;
	color: #003784;
}

#pagewrapper #content a {
	color: #003784;
	text-decoration: underline;
}
#pagewrapper #content a:hover {
	color: #003784;
	text-decoration: none;
}
#pagewrapper #content .doctor {
	float: left;
	width: 631px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#pagewrapper #footer {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	float: left;
	width: 1200px;
	padding-top: 30px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333333;
	position: relative;
}
#pagewrapper #footer a {
	color: #333333;
	text-decoration: none;
}
#pagewrapper #footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#pagewrapper #footer2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	float: left;
	width: 1200px;
	padding-top: 30px;
	position: relative;
	text-align: right;
	color: #999999;
	padding-bottom: 30px;
}
#pagewrapper #footer2 a {
	color: #999999;
	text-decoration: none;
}
#pagewrapper #footer2 a:hover {
	color: #333333;
	text-decoration: underline;
}
.highlight {
	font-weight: bold;
	text-transform: uppercase;
	color: #A36402;
}
.highlight2 {
	font-weight: bold;
	color: #003784;
}
form {
	margin: 0px;
	padding: 0px;
}
.input {
	font-family: "Trebuchet MS", Arial;
	color: #333333;
	border: 1px solid #999999;
}

form span {
	width: 625px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
form span .border {
	width: 625px;
	margin-bottom: 10px;
	float: left;
	padding-top: 3px;
	border: 1px solid #767676;
}
form span label {
	width: 250px;
	display: block;
	float: left;
}
hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

