/* css by Dan Kohn, www.dankohn.com, based on: */
/* http://csszengarden.com/?cssfile=/080/080.css&page=12 */
/* css Zen Garden submission 080 - 'Zen Pool', by Clinton Barth http://www.516media.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Clinton Barth */
/* Added: February 15th, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/* common styles
----------------------------------------------- */
body {
background: #474747;
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, 	helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #000;
}


/* layout
----------------------------------------------- */
#container {
position: relative;
background: #9cf;
margin: 20px auto;
padding: 0px;
width: 700px;
border: 5px solid #fff;
}


#main {
	margin: 0px 0 0 212px;
	width: 460px;
	background: transparent;
	line-height: 16px;
	font-size: 12px;
}

#footer {
margin: 5px 0 15px 0;
/* background: transparent url(images/footer.jpg) top left no-repeat; */
height: 1.5em;
text-align: right;
border-top: 1px solid #fff;
}

#linkList {
width: 181px;
position: absolute;
top: 205px;
left: 0px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}


/* header
----------------------------------------------- */

#pageHeader {
	background: url(images/header.jpg) top left no-repeat;
	height: 200px;
	margin: 0;
	border-bottom: 5px solid #fff;
	text-align: center;
	color: #333366;
 font-family: "Trebuchet MS", Verdana;
	}



/* text
----------------------------------------------- */
p {
	font-size: 12px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	line-height: 16px;
}
.logo {
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
.smalltext {
	font-size: 9px;
}
.name {
	padding: 11px 5px 10px 0;
	font-size: 24px;
	font-weight: bold;
}
.specialty {
	padding: 0 0 0 0;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
}

#contact p{
	font-size: 11px;
}

#more p{
	font-size: 14px;
	font-weight: bold;

}




/* headings
----------------------------------------------- */

h3 {
	border: 1px solid #ACB3E0;
	background-color: #FF6600;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	padding: 5px 5px 5px 5px;

}
#main h3 {
	margin: 15px 0px 0px 0px;
	width: 465px;
	font-size: 20px;
	line-height: 26px;

}
#linkList h3 {
	margin: 5px 0px 0 0px;
	width: 168px;
	font-size: 16px;
	line-height: 20px;
}

/* lists
----------------------------------------------- */
#linkList li {
	font-size: 11px;
	margin-left: -20px;
}

#linkList div {
	border-bottom: 1px solid #fff;
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;
	font-size: 10px;
}

/* links
----------------------------------------------- */

a, a:link {
color: #000099;
text-decoration: underline;
font-weight: normal;
}

a:visited {
color: #369;
text-decoration: underline;
font-weight: normal;
}

a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: underline;
color: #fff;
font-size: 12px;
padding: 0 20px 0 0;
}

#footer a:hover {
text-decoration: none;
color: #9cf;
}
#main ol {
	margin-left: -10px;
	margin-top: -5px;
}

