/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */


* {
	padding:0;
	margin:0;
}

p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0 0 1em; }
/* End GWR */
 


/* Custom Styles
-------------------------------------------------------- */

body {
	color: #333;
	font: 75%/1.4em Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%
}



/* Tables - table, tr, th, td

-------------------------------------------------------- */

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: #433e30; 
	padding: 2px 2px 1px; 
	border-top: 1px solid #f69a2d; 
	font-size: 120%;
}



td { 
	vertical-align: top; 
	padding: 2px 0;
}

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;
}

ol {
	padding-left: 40px;
}



/* Forms - form, fieldset, legend, input, textarea

-------------------------------------------------------- */

fieldset { padding: .7em .7em; border: none; color: #fff;}

legend {
	padding: 0 .3em;
	font-weight: normal;
	font-size: 140%;
	color: #fff;
}


label {
	display: none;
}



form p {
	margin: 0 0 .25em;
}

.required { 
font-size: 90%;
}

input#btnSubmit {
	background: #2c6c10 url(../images/layout/btnSubmit.gif) left top repeat-x;
	width: 100px;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

/* Links - a, a:hover

-------------------------------------------------------- */

a {
	color: #026baf;
	text-decoration: underline;
}



a:visited {
	text-decoration: underline;
 	color: #026baf;
}

a:hover {
	text-decoration: none;
 	color: #80b7db;
}


/* Images

-------------------------------------------------------- */
img {
	border: 0;
	margin: 0;
}




/* Headers - h1, h2, h3, h4, h5, h6

-------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 100%;
	margin-bottom: .5em;
	font-weight: normal;
	color: #433e30;
}

h1 {
	border-top: 2px solid #f7941d;
	border-bottom: 2px solid #f7941d;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 160%;
	margin: .25em 0 .5em;
}

h2 {
	font-weight: bold;
	font-size: 150%;
	margin: .25em 0 .5em;
}

h3 {
	font-size: 115%;
	margin: .5em 0 .35em;
	padding: 0 0 .5em 0;
	font-weight: bold;
	border-bottom: 1px solid #f69a2d;
}

h4 {
	font-size: 100%;
	margin: 0 0 .5em;

}

h5 { font-size: 90%; }

h6 { font-size: 80%; }



/* Text

-------------------------------------------------------- */

b, strong { font-weight: bold; }
i, em { font-style: oblique; }


.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 */