/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font: 12px/16px Arial, Helvetica, sans-serif;
	background: #669ACC url(../images/loonworks_bkgrnd.jpg) repeat-x;
}

#holderDiv {
	width:802px;
	margin:auto;
	text-align:left;
	/*border: 1px dotted orange;*/
}

#headerDiv {
	margin-top:2px;
	position:relative;
	height:115px;
	/*border: 1px solid #FF0000;*/
}


/* - - - -   ALL NAV STYLES  */
#navDiv {
	position: absolute;
	top:85px;
	left:400px;
	margin: 0px;
	padding: 0px;
	width: 350px;
	/*border: 1px solid green;*/
}

#navDiv UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navDiv UL LI {
	list-style: none;
	margin: 0;
	padding: 7px 0px;
	float: left;
	display: inline;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #003366;
}

#navDiv UL LI a {
	padding: 5px 12px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}

#navDiv UL LI a:hover {
	color: #003366;
	font-weight: normal;
	background-color: #99c0e6;
}


/* - - - -   ALL BODY and BASE STYLES  */
#bodyDiv {
	min-height: 269px;
	margin-left: 45px;
	/*border: 1px dotted black;*/
	margin-top: 25px;
	padding: 0px 0px 15px 0px;
}

form {
	margin: 0px;
	padding:0px;
}

p {
	margin: 0px;
	padding: 4px 0px;
}


/* - - - -   ALL LINK STYLES  */
a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #003366;
	text-decoration: none;
}

h1 {
	margin: 0px;
	color: #003366;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
}

ul {
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	list-style: none;
	list-style-type: disc;
}

#shadowboxDiv {
	position:relative;
}

#shadowboxWhite {
	background:url('../images/sh_box_white_bkg.jpg') repeat-y;
	background-position:top right;
}

#shadowboxGrey {
	background:url('../images/sh_box_gry_bkg.jpg') repeat-y;
	background-position:top right;
	padding-left:30px;
}


/*- - - -  Footer Styles */
#footerDiv {
	/*border: 1px dotted green;*/
	font: 11px/14px Arial, Helvetica, sans-serif;
	margin: 25px 0px 0px 45px;
	padding: 10px  0px 0px  0px;
	border-top: 1px dotted #FFFFFF;
	clear:both;
}

#contact {
	/*border: 1px dotted green;*/
	float:left;
	text-align:left;
	background: url(../images/made_in_montana.jpg) no-repeat right -0.10em;
	color: #FFFFFF;
	width: 560px;
	height: 100px;
	margin: 0px;
	padding: 0px;

}

#contactForm div {
	clear:left;
	margin:0;
	padding:0;
	padding-top: 0.6em;
}

#contactForm div label {
	float: left;
	width: 100px;
	text-align:right;
	margin-right: 12px;
}

#contactFieldset {
	width:100%;
	border: 2px solid #003366;
	margin-bottom:20px;
}

#contactFieldset legend {
	border: 1px solid #003366;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#help {
	/*border: 1px dotted red;*/
	float:right;
	text-align:left;
	font: normal 16px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/world.gif) no-repeat left;
	padding-left: 40px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.question {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.answer {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

td {
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	/*border-bottom: 1px solid #FFFFFF;*/
}

#floatLeft {
	padding: 10px;
	float: left;
	width: 355px;
}

#floatright {
	padding: 10px;
	float: right;
	width: 355px;
}
