html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

:focus { outline: none; }
.clear { clear: both; }

body {
	background: #FFF url(../images/background.jpg) no-repeat top center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	}
	
h3 { color: #aa1e23; font-size: 1.2em; padding: 16px 0 0 0; }

	#wrapper {
		margin: 0 auto;
		width: 990px;
		}
		#leftnav {
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			width: 303px;
			}
			#logo {
				background: transparent url(../images/logo.png) no-repeat;
				display: block;
				height: 66px;
				text-indent: -9999px;
				width: 303px;
				margin: 10px 0;
				}
			#navigation {
				}
				#navigation ul {
					}
					#navigation li {
						background: #aa1e23;
						color: #FFF;
						height: 31px;
						line-height: 30px;
						list-style: none;
						margin-top: 5px;
						text-align: left;
						}
					#navigation li a {
						color: #FFF;
						display: block;
						height: 31px;
						padding-left: 20px;
						text-decoration: none;
						width: 283px;
						}
						#navigation li a:hover { font-size: 1.25em; }
						#navigation li a span { display: none; }
						#navigation a:hover span { display: inline; }
						
						#navigation a.current span { display: inline; }
						#navigation a.current { font-size: 1.25em; }
						
					#navigation li.lighter { background-color: #c95459; }
					#navigation li.darker { background-color: #bc2d32; }
					#navigation li.first {
						background: transparent url(../images/leftnav_rounded.png) no-repeat;
						}
					#navigation li.last a, #navigation li.last { height: 58px; }
					
			#leftphoto { background: #aa1e23 url(../images/leftnav.jpg) no-repeat top; height: 452px; }
				#choosing #leftphoto { background: #aa1e23 url(../images/leftnav2.jpg) no-repeat top; }
				#looking #leftphoto { background: #aa1e23 url(../images/leftnav2.jpg) no-repeat top; }
				#links #leftphoto { background: #aa1e23 url(../images/leftnav2.jpg) no-repeat top; }
				#understanding #leftphoto { height: 1265px; }
				#choosing #leftphoto { height: 480px; }
				#looking #leftphoto { height: 534px; }
			#information { 
				background: #aa1e23;
				color: #FFF;
				height: 200px;
				line-height: 30px;
				}
			#information h1 { font-size: 1.5em; padding-top: 22px; }
			#information p { font-size: 1.25em; }
			#information p.email { font-size: 1em; }
			#information a { color: #e48e91; text-decoration: none; }
			#information a:hover { text-decoration: underline; }
		#container {
			padding-top: 309px;
			float: right;
			width: 679px;
			}
			#topround {
				background: url(../images/content_top.png) no-repeat;
				height: 18px;
				}
			#middle {
				background: url(../images/content_tile.gif) repeat-y;
				}
				#tools {
					}
					#breadcrumbs {
						color: #d97074;
						float: left;
						margin: 0 0 0 20px; 
						}
						#breadcrumbs a {
							color: #d97074;
							}
					#textsize {
						background: url(../images/textsize.gif) no-repeat;
						float: right;
						margin: 0 20px 0 0;
						height: 18px;
						width: 106px;
						}
						#textsize a {
							display: block;
							float: right;
							margin-left: 5px;
							height: 18px;
							text-indent: -9999px;
							width: 18px;
							}
			#bottomround {
				background: url(../images/content_bottom.png) no-repeat;
				height: 18px;
				}
			#content { padding: 20px; text-align: left; }
				#home #content h1 { color: #c85359; font-size: 1.5em; text-align: center; }
				#home #content h2 { color: #aa1e23; font-size: 2.5em; text-align: center; }
				#content h1 { text-align: left; color: #aa1e23; font-size: 3em; font-style: italic; }
				#content p { padding: 0 10px; }
				#content p, #content ul { line-height: 26px; padding-top: 20px; }
				#content ul, img.joinus { padding-left: 25px; }
					img.joinus { float: right; }
				#links #content a { color: #000000; text-decoration: none; }
				#links #content a:hover { text-decoration: underline; }
				#understanding #content ul { text-indent: 20px; list-style: inside; }
				#looking #content .error ul { line-height: normal; }
				#directions #content h3 { color: #C85359; padding: 10px 10px 0 10px; }
				#directions #content p { padding: 10px; }
				#checksheet #content a { color: #000; }
				#tour h3 {color: #C85359; }
				#tour #content li { float: left; list-style: none; padding-right: 10px; }
		#footer {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px; 
			}
			#bottomnav {
				color: #777575;
				margin: 0 auto;
				padding-top: 20px;
				width: 819px;
				}
			#bottomnav ul li { float: left; list-style: none; padding-left: 5px; }
			#bottomnav a { color: #777575; text-decoration: none; } 
			#bottomnav a:hover { text-decoration: underline; }
			#copyright { 
				clear: both;
				color: #aa513c; 
				font-size: 10px;
				margin: 20px 0;
				}
				#copyright a { color: #aa513c; text-decoration: none; }
				#copyright a:hover { text-decoration: underline; }
/*tooltip

div.tooltip {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(../images/tooltip/balloon.png) top left no-repeat !important;
	background: url(../images/tooltip/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(../images/tooltip/balloon.png) bottom left no-repeat !important;
	background: url(../images/tooltip/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}	
*/
