/* ----------------------------------------
Theme Name: Basic_Liz
Theme URI: http://www.lizhamilton.com
Description: A two column, simple theme
Version: 1.0
Author: Elizabeth Hamilton
Author URI: http://www.handcraftedsites.com
Last Modified: 2006.08.01
Provides: Theme definition file for WordPress 1.5+
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #194F72;
	/* Next line is necessary instead of setting margin props. to auto because IE doesn't render it. */
	text-align: center;
	}
	h1, h2, h3 { color: #949494; }

	h1 { font-size: 150%; } 
	h2 { font-size: 130%; }
	h3 { font-size: 90%; }

#wrapper {
	position: relative;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 5px;
	background-image: url(images/header_fhms.gif);
	background-repeat: no-repeat;
	background-position: left top; /* starts the background image at 0, 0 */
	border: 1px solid black;
	background-color: #fff;
	text-align: left;
	
}
									
								

/* main holds the menu and the text block in order to give them a common background. */									
 #mainblock {
	
	margin-top: 200px;
	
} 


/* content holds the text and images*/
#content  {
				font-size: 70%;
				float: right;
				width: 470px;
				top: 200px;
				right: 485px;
				background-color: #fff;
				margin-top: 0px;
				margin-bottom: 10px;
				padding: 15px;		
				}

#content a:link { text-decoration: none; color: #0066cc; }
#content a:visited { text-decoration: none; color: #336699; }					
#content a:hover { color: #996666; text-decoration: underline; }				

#navigation {
	
	/*position: absolute;*/
	float: left;
	width: 170px;
	top: 200px;
	left: 0;
	
	
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	border: none;
}

ul.plain { list-style: none; } 

#navigation li {
	width: 170px;
	margin: 0;
	padding: 0 20px 0 0;
	/*font-size: small;*/
	text-align: right;
	color: #949494;
	vertical-align: bottom; /* Removes unwanted margin or gaps in IE */
}
#navigation a:link, #navigation a:visited {
	font-size: 70%;
	display: block;
	padding-right: 20px;
	padding: 0 20px 20px 0;
	border-right: 1px solid #949494;
	color: #949494;
	text-decoration: none;
	
}
#navigation a:hover {
	color: #194F72;
}

#footer {
	border-top: 1px solid gray;
	padding: 3px 0 3px 0px;
	font-size: 65%;
	text-align: center;
	font-style: italic;
	/*background-color: #F3D2AE;*/
	background-color: #fff;
	clear: both;
        }

#footer a:link { text-decoration: none; color: #0066cc; }
#footer a:visited { text-decoration: none; color: #336699; }		
#footer a:hover { color: #996666; text-decoration: underline; }

img { margin: 5px 10px 5px 5px; }
img.border { border: 1px solid gray; }
/*.small { font-size: 70%; }*/
/*td.small { font-size: 100%; }*/
td { font-size: 85%; }
.spacerbox 
				{
				width: 400px;
				height: 50px;
				
				
				}

.clearer {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}

.float_left { float: left; }
.float_right { float: right; }
	
/* Print Styles */
@import  url("print.css")
