/*
Theme Name: HMS Basic
Theme URI: http://www.teleotic.com
Description: HMS theme adapted from the Dragonfly Design layout
Author: Timothy Tolle
Version: 1.0
Tags: dragonfly design, hms, hunter molloy salcido
*/

	body { 
		margin: 0px; 
		background-color: #212833;
		color: #999;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		line-height: 1.4;
	}
	
	a:link, a:visited {
		color: #999;
	}
	
	h1 {
		font-family: "Arial Black", Gadget, sans-serif;
		font-weight: normal;
		font-size: 13px;
		font-style: normal;
		text-transform: uppercase;
	}
	
	#topmenu {
		position: absolute;
		top: 40px;
		left: 260px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #f2f2f2;
	}
	
		#topmenu a:link, #topmenu a:visited {
			color: #f2f2f2;
			text-decoration: none;
			margin: 0px 4px;
		}
		
		#topmenu a:hover, #topmenu a:link.current {
			color: #003366;
		}
	
	#main {
		width: 740px;
		position: absolute;
		top: 15px;
		left: 10%;
	}
	
	#toplogo {
		position: absolute;
		top: 0px;
		left: 0px;
		border: none;
	}

	#topframe {
		position: absolute;
		top: 0px;
		left: 203px;
	}

	#leftframe {
		position: absolute;
		top: 103px;
		left: 0px;
	}

	#bottomframe {
		position: absolute;
		top: 457px;
		left: 0px;
	}

	#rightframe {
		position: absolute;
		top: 0px;
		left: 690px;
	}

	#contentframe {
		position: absolute;
		top: 103px;
		left: 203px;
		width: 477px;
		height: 354px;
		overflow: auto;
		background-color: white;
		color: black;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		line-height: 1.4;
		padding-right: 10px;
	}
	
		#contentframe a:link, #contentframe a:visited {
			color: #3f90ba;
			text-decoration: none;
		}
	
	#bottomNotice {
		text-align: right; 
		font-size: 9px;  
		margin-top: 510px; 
		padding-right: 20px;
	}
	
	#bottomAddress {
		float: left; 
		margin-top: 510px;
	}
	
	#lawyersContent {
		padding-bottom: 10px;
		line-height: 1.3;
		background-image: url(/wp-content/themes/hms/images/gearbg.jpg);
		background-position: 150px 0px;
		background-repeat: no-repeat;
	}
	
		#lawyersContent a {
			font-weight: bold;
		}

		#lawyersContent a:hover {
			color: #009;
		}