/* * Author: Stephanie Harte - Spacetacular Design * Contact: www.spacetacular.com * File: basestyles.css *  * Description: * Basic styling rules. * *//* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */* {	padding:0;	margin:0;}p, pre, blockquote, ul, ol, dl, address { margin: 0 0 .5em; }/* End GWR */ /* Custom Styles-------------------------------------------------------- */body {	color: #000;	font: 75%/1.4em Arial, Helvetica, Verdana, sans-serif;	text-align: left;	background: #003e5f url(../images/bg_body.jpg) center top no-repeat;}/* Tables - table, tr, th, td-------------------------------------------------------- */table {	border: 1px solid #005892;	padding: 2px;	width: 100%;	margin: 0 0 1em;}th, td {	padding: 2px;	font-size: 69%; /* for IE 5.x */	voice-family: "\"}\"";	voice-family:inherit;	font-size: 100%; /* for compliant browsers */}th { 	vertical-align: bottom; 	color: #fff; 	padding: 5px 2px 5px 5px; 	font-size: 120%;	background: #005892 url(../images/bg_table_th.gif) left top repeat-x;	text-align: left;	font-weight: bold;}td { 	vertical-align: center; padding: 5px;	text-align: left;	}td a { 	font-weight: normal;	}	table tr:hover td { }/* Lists - ol, ul, li, dl, dt, dd-------------------------------------------------------- */ul {	margin-bottom: 1.3em;	margin-left: 1.3em;	list-style: disc;}li {	line-height: 1.2em;	margin-bottom: .2em;}/* Forms - form, fieldset, legend, input, textarea-------------------------------------------------------- */fieldset { padding: .7em .7em; border: 1px solid #005892; margin: 0 0 1em; }legend {	padding: 0 .3em;	font-weight: normal;	color: #005892;	font-size: 135%;}label {	margin: 0 .5em .5em 0;	float: left;	width: 100px;}/* Links - a, a:hover-------------------------------------------------------- */a {	color: #005892;	font-weight: bold;}a:visited {	text-decoration: underline; 	color: #005892;}a:hover {	text-decoration: underline; 	color: #999;}/* Images-------------------------------------------------------- */#mainColumn .imgRight {	float: right;	margin: 0 0 15px 10px;}#mainColumn .imgLeft {	float: left;	margin: 0 10px 15px 0;}/* Headers - h1, h2, h3, h4, h5, h6-------------------------------------------------------- */h1, h2, h3, h4, h5, h6 {	font-family: Arial, Helvetica, Verdana, sans-serif;	line-height: 100%;	margin-bottom: .5em;	font-weight: normal;	color: #000;}h1 {		background: transparent url(../images/bg_h1.jpg) left top no-repeat;	display: block;	font-size: 150%;	margin: .25em 0 .25em;	padding: .45em .75em .5em;	font-weight: normal;	color: #fff;}h2 {	font-size: 135%;	margin: 1em 0 .5em;	padding: 0 0 .5em;	font-weight: bold;	border-bottom: 1px solid #dadada;}h3 {	font-size: 120%;	margin: 1em 0 .35em;	font-weight: bold;}h4 {	font-size: 100%;	margin: 0 0 .5em;	font-weight: bold;}h5 { font-size: 90%; }h6 { font-size: 80%; }/* Text-------------------------------------------------------- */b, strong { font-weight: bold; }i, em { font-style: oblique; }img { margin-bottom: 5px; border: none; outline:none; }input, select, textarea {	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, "Courier New", Courier, mono;	font-size: 11px;	padding: 1px 2px;}.hr { height: 0px; overflow: hidden; }.hr hr { display: none; }.normal { font-size: 1em; line-height: 1.3em; font-weight: normal; }.error {	color: #c00;	font-weight: bold;	}.clear {	clear: both;	}	.skipper {	position: absolute;	left: -5000px;	top: 0;	width: 1px;	height: 1px; 	overflow: hidden;	}	.hide {	position: absolute;	left: -5000px;	top: 0;	width: 1px;	height: 1px; 	overflow: hidden;	}/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }/* to remove the extra spacing in Safari and Firefox */.c\learfix:after { line-height: 0; }.clearfix {display: inline-block;}/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */
