@import url(reset.css);
@import url(basics.css);
@import url(nav.css);

/*=====  STRUCTURE  =====*/

html, body {
	height: 100%;
	}

body {
	background-color: #0A023C;
	}

#bgHeader {
	position: fixed;
	width: 100%;
	height: 40px;
	top:0;
	left:0;
	z-index: 10;
	}

	#header {
		background-color: #0A023C;
		width: 800px;
		margin: 0px auto -19px auto;
		text-align: left;
		}

		#logo {
			display: block;
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			height: 88px;
			margin-bottom: -80px;
			width: 156px;
			}
		#logo a {
			text-decoration: none;
			text-indent: -9000px;
			overflow: hidden;
			display: block;
			padding: 0;
			background: url(../images/logoSnmBox.gif) no-repeat left top;
			width: 156px;
			height: 88px !important;
			outline-style: none;
			}


#container {
	background-color: white;
	margin: 0px auto 0px auto;
	width: 800px;
	min-height: 100%;
	}

#container.twoCol {
	background: url(../images/bgBody_2col.gif) repeat-y left top;
	}

	#singleColumn {
		padding: 90px 45px 70px 45px;
		min-height: 300px;
		}

	#twoColumn {
		padding: 90px 0px 70px 45px;
		min-height: 300px;
		}

		#sideCol {
			float: right;
			width: 210px;
			padding: 20px;
			}

		#twoColumn #mainCol {
			float: left;
			width: 460px;
			}

#bgFooter {
	position: fixed;
	width: 100%;
	height: 38px;
	margin: 0px;
	bottom:0;
	left:0;
	z-index: 10;
	}

	#footer {
		background-color: #0A023C;
		width: 800px;
		height: 38px;
		margin: 0px auto 0px auto;
		padding-top: 8px;
		z-index: 20;
		}



/*=====  TYPOGRAPHY  =====*/

#sideCol p,
#sideCol h2,
#sideCol h3,
#sideCol h4,
#sideCol ul,
#sideCol ol {
	font-size: 1.2em;
	color: white;
	}

#sideCol p {
	text-align: left;
	}

#sideCol ul  {
	list-style: square;
	margin-left: 1em;
	}

#sideCol ul li {
	margin-bottom: .5em;
	}

#footer p {
	text-align: center;
	color: white;
	font-size: 2.2em;
	font-family: Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	}

form  {
	font-size: 0.9em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif }


form h3 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 1em }

p.hilight {
	background-color: #F3F1F1;
	margin:0 -44px 1em -44px;
	padding:8px 44px 8px 44px;
	}

#container .pushRight {
	margin-right: -45px;
	margin-left: 20px;
	}

#container .pushLeft {
	margin-left: -45px;
	margin-right: 20px;
	}

.expandomatic {
	cursor: pointer;
	}

/*=====  FORMS  =====*/
form  {
	background-color: #dde0e5;
	background-image: url("../images/bgFormBottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 10px;
	margin: 0 auto}

fieldset {
	background-image: url("../images/bgFormTop.gif");
	background-repeat: no-repeat;
	padding-top: 10px }

label   {
	color: #5e6a7a;
	text-align: right;
	display: block;
	padding-right: 10px;
	width: 100px;
	float: left;
	clear: left }


form input, form select, form textarea  {
	color: #424f62;
	font-size: 1em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #f1f4f9;
	width: 580px;
	border-width: 1px }


input#city {
	width: 459px;
	margin-right: 4px;
	float: left }

select#state {
	width: 46px;
	margin-right: 4px;
	float: left }

input#zip {
	width: 65px;
	float: left }

p.formPhone  {
	padding-top: 5px;
	clear: both }

input#phone {
	width: 260px;
	}

p.formSubject { /* spamtrap */
	display: none !important;
	}

p.formMessage {
	margin-left: 110px;
	}

p.formSubmit {
	text-align: center;
	}

input#submit {
	background-color: #fff;
	width: 110px;
	}

form input.error   {
	margin-bottom: 0;
	border: dotted 1px red }



form label.error   {
	color: red;
	background-color: #fff4f4;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-right: 18px;
	margin-left: 110px;
	width: auto;
	float: none;
	clear: left }

form .formMessage label.error   {
	margin-left: 0px;
	}

/*=====  OVERRIDES  =====*/

.centered {
	text-align: center !important;
	}

.leading {
	margin-top: 0px !important;
	}

.closing {
	margin-bottom: 0px !important;
	}

