
/* fonts */
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, td, th, tr, ul {font-family: georgia, times new roman, serif;
font-size: 14px;
}

a {cursor: pointer;
background: transparent}

address {font-style: italic}

big {font-size: 14px}

blockquote {font-style: italic}


body {
	padding: 0;
	margin: 0;
	background: #fff url("images/bg.gif") no-repeat fixed right bottom;
}


button {cursor: auto}

cite {font-style: italic}
 

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #11568c;
	line-height: 1.1em;
}

h1 {font-size: 24px}

h2 {font-size: 18px;
color: #11568c;
margin-bottom: -10px;
margin-top: 25px;
}

h3 {font-size: 18px;
color: #0b3822;
margin-bottom: -10px }

h4 {font-size: 18px;
color: #0b3822;
margin-bottom: 0px}

h5 {font-size: 14px}

h6 {font-size: 12px}

html {margin: 0; padding: 0}

ol {list-style: decimal}

p {
line-height: 1.4}

small, sub, sup {font-size: 13px}

textarea {cursor: text}

ul, menu, dir {list-style: disc} 



a {color: #0b3822;
font-weight: bold;
text-decoration: underline}

a:active {color: #000;
font-weight: bold;
text-decoration: none}

a:hover {color: #00626d;
font-weight: bold;
text-decoration: none}

h2 a {
	text-decoration: none;
	color: #11568c;
}

h2 a:hover {
	color: #11568c;
}

/* layout */



#nav {
	position: absolute;
	top: 60px;
	left: 0;
	width: 160px;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #786e6a;
	border-right: 1px solid #786e6a;
	border-bottom: 1px solid #786e6a;
	background-color: #cac4c2;
	color: #0b3822;
}

#nav li {
	list-style: none;
	padding: 5px 10px 5px 10px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	width: 140px;
}

#nav li.active {
	color: #cac4c2;
	font-weight: bold;
	background-color: #786e6a;
}

#nav li a {
	color: #00626d;
	font-weight: bold;
	text-decoration: none;
	font-style: roman;
}

#nav li a:active {
	color: #000;
} 

#nav li a:hover {
	color: #0b3822;
	font-style: italic;
}

#top {
	position: absolute;
	top: 0;
	right: 0;
}


#logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 725px;
    padding: 110px 0 0 0;
    overflow: hidden;
    background-image: url("images/DrGodseyLogo.gif");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:110px;
}

img.homephoto  {
	border: 1px solid #786e6a;
	float: right;
	margin: 0 -30px 10px 10px;
}


#content {
	padding: 150px 50px 50px 180px;
	text-align: left;
}

#content img {
	float: right;
	margin: 0 0px 10px 10px;
	border: 1px solid #786e6a;
}

#content ul {
	list-style-image: url(images/bullet.gif);
	line-height: 1.3;
}

#content ul li {
	margin: 0 0 15px 0;
}

#content dl {
	line-height: 1.3em;
}

#content dt {
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #0b3822;
	margin-bottom: 0;
	margin-right: 100px;
	clear: left;
}

#content dd {
	margin: 0 100px 15px 0;
}

#content dt img {
	float: left;
	margin: 0 20px 30px 0;
}



.homefloat {
	float: right;
	margin: 0 00px 10px 30px;
	width: 330px;
}

.homefloat img {
	border: 1px solid #786e6a;
	float: none;
}


.date {
	font-style: italic;
	font-weight: normal;
	color: #000;
}


#photo {
	position: absolute;
	top: 200px;
	left: 45px;
}

#simplant {
	float: right;
	margin: 0 0 10px 30px;
	padding: 20px 15px 20px 15px;
	width: 120px;
	background: #0F6239 url("images/download_bg.gif") no-repeat fixed right bottom;
	border: solid 1px #0b3822;
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center;
	color: #fff;
	line-height: 1.3em;

}

#simplant a {
	color: #fff;
	text-decoration: none;
}

#simplant a:hover {
	text-decoration: underline;
}


#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}


