﻿  /* CSS layout */
* {margin:0; padding:0;}
body {
	margin: 0;
	padding: 0;
	background: url("images/background.gif") #6699cc center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	
}

body img {
	border-width: 0px;
}


#masthead {
}

#top_nav {
	width: 800px;
	margin: 0 auto;
}
#logo {
	width: 200px;
	height: 100px;
	float:left;	
}

#tagline {
	width: 385px;
	height:45px;
	background-image: url("images/tagline.jpg");
	float:left;
	padding:55px 15px 0 0;
	color: #00567f;
	text-align: right;
	font-size:small;
	font-weight: bold;
	

}
#appointment {
	width: 200px;
	height: 100px;
	float:left;
}

#container {
	width: 800px;
	margin: 0 auto;	
}

#left_col {
	width: 180px;
	height: 465px;
	float: left;
	background-image: url("images/navigation.jpg");
	padding: 10px 5px 5px 15px;
}

#left_col h3 {
	font-size: medium;
	color: black;	
	/*color: #003300;*/
}

#left_col ul {
	font-weight:bold;
	font-size: small;
	list-style: none;
	margin-left: 0;
	padding-left: 8px;
	padding-bottom: 10px;
	}

#left_col li {
	padding-top: 3px;
	}

.quote {
	padding: 13px 16px 0px 22px;
	font-size: small;
	color: #400000;
	font-weight: bold;
}

#tagline a:link, #tagline a:visited,#left_col a:link, #left_col a:visited{
	text-decoration: none;
	color:#004465;
}

#tagline a:hover, #left_col a:hover {
	text-decoration: underline;
}

#message_area {
	height:25px;
	width:599px;
	background-image: url("images/message.gif");
	text-align:center;
	padding:5px 0 0 0; 
	margin: 0;
	float:left;
}

#headline {
	height:25px;
	width:584px;
	background-image: url("images/headline_back.jpg");
	text-align:left;
	padding:5px 5px 5px 10px; 
	margin: 0 0 5px 0;
	float:left;
}

#page_content {
	margin-left: 200px;
	background-color: #c6dfd7;
	min-height: 580px;
	border-left:1px white solid;
		
}

#page_content h1 {
	font-size:large;
	color: white;
}
	
#content {
	padding:10px;
	height:auto !important;	
	height: 420px;
	
}

#content UL {
	padding-left:25px;	
	padding-bottom:15px;	
}

#content LI {
	padding-top:5px;	
}

#content p {
	padding-bottom:10px;
}


#content h2 {
	font-size:120%;
	color:#663300;	
	padding: 5px 0 5px 0;

}


#content h3 {
	font-size:110%;
	color:#003300;	
	padding: 5px 0 0px 0;
}

#content .img_right {
	float:right;
	margin: 0 0 10px 10px;
	border:medium white solid;
}

#content .img_left {
	float:left;
	margin: 0 10px 10px 0;
	border:medium white solid;
}


#footer {
	clear: both;
	width: 790px;
	height: 18px;
	margin: 0 auto;
	background-image: url("images/footer.gif");background-repeat:no-repeat;
	padding: 2px 10px 0 0;
	font-size: small;
	color:#666666;
	text-align:right;
}
#footer a:link, #footer a:visited{
	text-decoration: none;
	color:#666666;
}
#footer a:hover {
	text-decoration: underline;
}

