@charset "UTF-8";
/* Style copyright (c) 2012 Moody Webs.  All Rights Reserved. */

/*reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
}

/* html5 display block */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
	display:block;
}

body {
	background: #2f4f4f;
	font: 100% Helvetica, Tahoma, Times, sans-serif;
}

nav {
width: 100%;
background: #eee;
float: left;
}
nav ul, ul.topNav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	float: left;
}




/* layout styles */
#wrapper {
	width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
	text-align:left;
	position: relative;
	background: #fff url(../images/filename.png) no-repeat top right;
}
header#mainHeader {
	height: 185px;
}

}
footer#pageFooter {
	clear: both;
}

/*-------------presentation styles---------------*/

/*header styles*/
header#mainHeader {
	background: url(../images/logo.png) no-repeat 25px 0;
	padding: 75px 0 0 245px;
	position: relative;
	border-bottom: 2px solid #7f7f7f;
	margin-bottom: 1em;
}
header#mainHeader h1 span {
	position: absolute;
	left: -2000em;
}
header#mainHeader nav {
	position: absolute;
	left: 225px;
	top: 0;
	padding-top: 15px;
}
header#mainHeader nav h1{
	position: absolute;
	left: -2000em;
}
header#mainHeader ul {
	float: left;
}
header#mainHeader ul li {
	float: left;
}
header#mainHeader ul li a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #000;
	padding: 0 20px;
	border-right: 1px solid #000;
	text-decoration: none;
}
header#mainHeader ul li a.last{
	border: none;
}
header#mainHeader ul li a:hover {
	color: #cb7d20;
}
header#mainHeader hgroup h1 {
	font-size: 6em;
	color: #7f7f7f;
	font-weight: normal;
}
header#mainHeader hgroup h2 {
	font-weight: normal;
	font-size: 2em;
}


/*form styles*/
label {
	display:block;
	margin: 1em 0 0;
}
input:focus {
	border: 1px solid #952;
}
input[type="number"] {
	width: 3em;
}
input[type="text"], input[type="email"],input[type="url"] {
	width: 350px;
	height: 20px;
}
textarea {
	width: 350px;
	height: 250px;
	display: block;
	margin-bottom: 1em;
}
/*footer styles*/
footer#pageFooter {
	border-top: 2px solid #7f7f7f;
	padding: 2em;
}
footer#pageFooter p {
	text-align: center;
	font-style: italic;
	margin-bottom: 1em;
	color: #666;

}
footer#pageFooter a {
	text-decoration: none;
	color:#cb7d20;
}
footer#pageFooter a:hover {
	color: #952;
}

footer#legalInfo p {
	font-size: 200%;
}
	

/*color guide:
#000 Black
#2f4f4f DarkSlateGray/Grey
Shades
	#050808
	#091010
	#0E1818
	#132020
	#182828
	#1C2F2F
	#213737
	#263F3F
	#2A4747
 	#2F4F4F
	#446161
	#597272
	#6D8484
	#829595
	#97A7A7
	#ACB9B9
	#C1CACA
	#D5DCDC
	#EAEDED
#483d8b DarkSlateBlue
#7b68ee MediumSlateBlue
#4682b4 SteelBlue
#4b0082 Indigo
Shades
	#08000D
	#0F001A
	#160027
	#1E0034
	#260041
	#2D004E
	#34005B
	#3C0068
	#440075
 	#4B0082
	#5D198E
	#6F339B
	#814DA8
	#9366B4
	#A580C0
	#B799CD
	#C9B2DA
	#DBCCE6
	#EDE6F2

#708090 SlateGray/Grey
#778899 LightSlateGray/Grey
#ff0 Yellow
#800000 Maroon
#98fb98 PaleGreen
*/
	



