/* -------------------------------------------------------------- 
   main.css
-------------------------------------------------------------- */
.clear {
	clear: both; 
}

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


a:link {
	color: #364c78;
	text-decoration: none;
}
a:visited {
	color: #364c78;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #364c78;
	text-decoration: none;
}

#wrapper {
	width: 800px;
}
	#sidebar {
		float: left;
		width: 317px;
		text-align: center;
	}
		#logo {
			text-align: center
		}
		#navigation {
			background: url('/images/personal_pic.jpg') bottom right no-repeat;
			padding-bottom: 140px;
		}
		
			#navigation ul {
				list-style-image: none;
				list-style-type: none;
				padding-bottom: 20px;
				margin-left: 50px;
				padding-left: 0px;
			}
			#navigation ul li {
				text-align: left;
			}
		#secondary_navigation {
			text-align: center
		}
		
			#secondary_navigation ul {
				list-style-image: none;
				list-style-type: none;
				padding-bottom: 20px;
				margin-left: 0px;
				padding-left: 0px;
			}
		#sidebar_newsletter_form {
			background: #5e78ac;
			text-align: center;
			padding-top: 20px;
			margin: 20px;
		}
		#social_media {}
		
			#social_media ul {
				list-style-image: none;
				list-style-position: outside;
				list-style-type: none;
				padding-bottom: 20px;
				width: 100px;
				margin: auto;
			}
				#social_media ul li {
					float: left;
					padding-right: 10px;
				}
				#social_media h2 {
					text-align: center;
				}
	#content {
		float: right;
		width: 400px;
		padding: 20px;
		padding-top: 100px;
	}
		#content h2 {
			font-size: 16px;
			text-transform: uppercase;
			color: #a31704;
		}
	#footer {
		width: 800px;
		text-align: center;
		font-size: .8em;
		color: #364c78;
	}
		#footer ul {
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			padding-bottom: 20px;
		}
			#footer ul li {
				float: left;
				border-right: 1px solid #364c78;
				padding: 0px 8px 0px 8px;
				line-height: 1em;
			}
				#footer ul li a{
					font-size: .8em;
				}
				#footer ul .last{
					border-right: none;
				}
	
	
.heads {
	font-size: 16px;
	text-transform: uppercase;
	color: #a31704;
}
.text {
	font-size: 14px;
	line-height: 18px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.subhead {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.submenu {
	font-size: 12px;
	color: #364c78;
}
.nav {
	font-size: 10px;
	color: #364c78;
}
.copyright {
	font-size: 10px;
	color: #999999;
}


#contact_form {
	font-size: .8em;
	padding: 3px;
}

a.tooltip {
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration: none;
}
a.tooltip:hover{
	z-index:25;
}
a.tooltip span{
	display: none;
}
a.tooltip:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top :3em;
	left :2em;
	width :20em;
	padding: 15px;
	background-color: #cedab5;
	-moz-opacity: 0.95;
	opacity:.95;
	filter: alpha(opacity=95);
	color: #363636;
    text-align: left;
    text-decoration:none;
	border: 1px solid #729e15;
	text-align: left;
	width: 300px;
}

legend, fieldset {
	border: 0;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
}
.style2 {font-size: 14px}

#Layer1 {
	position:absolute;
	width:94px;
	height:115px;
	z-index:1;
	top: 195px;
	left: 69px;
}

.highlight {
	background: #DFDFDF;
	padding: 10px;
}
.highlight h3, .highlight strong, .highlight a {
	color: #990000;
}