@charset "utf-8";
/* RESET 
updated with html5 tags
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, 
code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* Other global styles */
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }

h1 {
	color:#58a618;
	font-size:20px;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
strong { font-weight:bold; font-size:18px; }

input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; }
input, textarea, select { *font-size:100%; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ol, ul	{ list-style: none; }
table	{ border-collapse:collapse; border-spacing:0; }

/* Layout */

html	{ 
	color:#333; 
	background:#b9b9af;
}
body	{ line-height: 1; }

.fltlft	{ float:left; }
.fltrt	{ float:right; }
.clear	{ clear:both; } /* only to clear floats - to be used with any class as addition */
.clrflt	{ clear:both; line-height:1px; font-size:1px; overflow:hidden; } /* clear float with blank <div> or <br>*/

a		{ 
	text-decoration:underline;
	color: #58a618;
}
a:hover { color:#000000; }

p {
	font-size:16px;
	color:#4d4d4f;
}


/*/--------------------------- Primary Styles --------------------------/*/

body { 
	background: #b9b9af url(images/back-dark.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	width:989px;
	background:#fff;
	margin:0 auto;
	padding:30px 34px 30px 29px;
}

#header {
	width:689px;
	height:111px;
	background:#6f6f70;
	float:right;
	padding:21px 17px 0 0;
}
#header p {
	font-size:18px;
	color:#dfe0e2;
	text-align:right;
	line-height:50px;
}
#header p img {
	padding-left:12px;
	margin-bottom:-8px;
}
#photo {
	float:right;
	margin-top:12px;
}
#navigation {
	width:274px;
	height:571px;
	background:#58a618;
}
#navigation ul {
	margin-top:7px;
}
#navigation ul li {
	line-height:36px;
	font-size:20px;
	text-transform:uppercase;
	padding:0 0 0 30px;
}
#navigation ul li a {
	color:#dfe0e2;
	text-decoration:none;
}
#navigation ul li:hover, #navigation ul li.active {
	background:#4e9513;
	font-weight:bold;
}
#content {
	padding:30px 0;
}
#content h1 {
	color:#58a618;
	font-size:20px;
	font-weight:bold;
}
#content h2 {
	color:#58a618;
	font-size:16px;
	font-weight:bold;
	margin-top:50px;
}
#content p, #content span.normal {
	font-size:16px;
	line-height:24px;
	color:#4d4d4f;
	margin-top:20px;
}
#content span.normal {
	margin-top:0;
}
#content p.special {
	font-style:italic;
	font-size:14px;
	line-height:24px;
	margin-top:10px;
}
#content .rule {
	height:2px;
	margin:15px auto 5px;
	background: #b9b9af;
	width:70%;
}

#footer {
	text-align:center;
	width:1052px;
	margin:0 auto;
	padding:20px 0;
}
#footer p, #footer p a {
	font-size:14px;
	color:#4d4d4f;
}
#footer .copyright, #footer .copyright a {
	font-size:10px;
}

#services, #health {
	margin-top:-15px;
}
#services h1, #health h1, #newpatient h1 {
	font-size:22px;
	margin-top:30px;
}
#services .indent {
	margin-left:30px;
}
#services .indent p {
	margin-top: 5px;
}
#services .indent a {
	text-decoration:none;
	color:#4d4d4f;
}
#services .indent a:hover {
	color:#4dabd7;
}


#health p, #health p strong {
	font-size:14px;
}
#health p {
	margin-top: 5px;
}
#health p a {
	color:#4d4d4f;
	text-decoration:none;
}
#health p a:hover {
	color:#4dabd7;
}


#newpatient {
	font-size:16px;
	line-height:24px;
}
#newpatient p {
	margin-top: 5px;
}



#location 	{ padding:50px 0 0 30px; }
#location h1 {
	margin-top:15px;
}
#location p {
	font-size:18px;
}
#location iframe {
	margin-top: 15px;
}

#location #leftblock, #location #rightblock {
	width:450px;
}


#medical, #additional {
	margin-top:15px;
}
#medical a.additional, #additional a.additional {
	font-size:18px;
	color:#5e5e5f;
	text-decoration: none;
	float:right;
}
#medical #box {
	padding:10px 70px 10px 80px;
	background: url(images/gradient.jpg) repeat-y;
	width:839px;
	min-height:270px;
	margin:10px 0;
}
#medical #box p {
	font-size:14px;
	line-height:16px;
	color:#fff;
	text-align:justify;
	width:590px;
}
#medical #box h1, #additional #box h1 {
	color:#b9b9af;
}
#medical #box a {
	color:#fff;
	text-decoration:none;
}

#additional #box {
	padding:10px 30px 10px 40px;
	background: url(images/gradient.jpg) repeat-y;
	width:919px;
	min-height:290px;
	margin:10px 0;
}
#additional #box p {
	font-size:14px;
	line-height:16px;
	color:#fff;
	text-align:justify;
	width:560px;
}




#newsletters #form {
	float:left;
	width:253px;
	height:308px;
	padding:10px;
	background:#b9b9af;
	border:1px solid #58a618;
}
#newsletters #news-right {
	float:right;
	width:570px;
	padding-right:100px;
	margin-top:-20px;
}
#newsletters #news-right h1 {
	margin-top:35px;
	margin-bottom:-10px;
}
#newsletters #news-right p {
	font-size:18px;
	line-height:30px;
}

#newsletters #news-right p a:hover {
	color:#58a618;
}

#myform { 
	margin-top: 20px;
}
.cssform h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4d4d4f;
	margin-top:-20px;
	margin-bottom:-10px;
}
.cssform p {
	width: 250px;
	margin:-14px 0;
}
.cssform label {
	font-size:11px;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width:160px;
	height:18px;
	border:1px solid #000;
	margin-top:-4px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix {
	margin-left: 3px;
}
.rule2 {
	height:2px;
	margin:15px 0 -10px 0;
	background: #58a618;
	width:250px;
}








