@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003366;
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body a{
	
	color:#267b9e;
	
	}
.twoColFixLtHdr .section{
	display: block;
	width: 450px;
	text-align:left;
	}

.twoColFixLtHdr .quote{	
	font-style:italic;
	color:#1f7b9d;
	font-size: 12px;
	line-height: 22px;
}
.twoColFixLtHdr .quote2{
	font-style:italic;
	color:#1f7b9d;
	font-size: 16px;
	line-height: 22px;
}

.twoColFixLtHdr #mainContent,#sidebar, h3{
	margin: 0 0 5px 0;
	color: #267b9e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent,#sidebar, p { 
	margin: 0 0 0 0;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 40px 10px 15px 20px;
	overflow: hidden;
}
.twoColFixLtHdr #mainContent,#sidebar, h1{
	margin: 0 0 5px 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	line-height: 28px;

}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 260px; 
	padding: 40px 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	line-height: 22px;
	color: #333;
} 
.twoColFixLtHdr #mainContent-wide {
	
	margin: 0 0 0 400px; 
	padding: 40px 20px 0 0; 
	font-size: 14px;
	line-height: 22px;
	color: #333;
} 
.twoColFixLtHdr #mainContent-full {
	
	margin: 0; 
	padding: 20px 20px 0 20px; 
	font-size: 14px;
	line-height: 22px;
	color: #333;
} 
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 40px 10px 15px 20px;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* left nav */
.navcontainer{
	width: 230px;
	overflow: hidden;
	
	
	}
.navigation {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	border-bottom:1px solid #CCC;
	width: 100%;

}
.navigation li {
	font:12px/34px Arial, Helvetica, sans-serif;
	color:#2C2626;
	line-height: 15px;
	border-top:1px solid #CCC;
		width: 100%;

	
}
.navigation li a img{
	border: none;
	padding: 0 10px 0 0;

	
}

.navigation ul {
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
}
.navigation ul li {
	border-style:none;
	padding: 0;
	line-height:15px;

}

.navigation ul li a{
/*	border-bottom: 1px solid #fff;*/

}
.navigation ul li a:hover{
	text-decoration: underline;
	background: none;
	/*border-bottom: 1px solid #ccc;*/

}
/*testing*/
.navigation li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 10px 5px 10px 18px;

	color:#666666;
	}
.navigation li p{
	padding: 0 0 0 18px;
	font:12px/34px Arial, Helvetica, sans-serif;
	color:#2C2626;
	font-weight: normal;

}
.navigation li a:hover {
	display: block;
	color: #1f7b9d;
	text-decoration: none;
	background-color: #e7e7e7;
	padding: 10px 5px 10px 18px;
	
/*	background-color: #F4F4F4;*/
/*	background:url(../images/bg-over.jpg) repeat-x ;*/
	}
#horline{
	display:block;
	width:100%;
	border-bottom:#999 dashed 1px;
	padding: 0 0 0 0;
	height: 2px;
	
	
	}
	#horline-2{
	display:block;
	width:100%;
	height: 2px;
	border-bottom:#999 dashed 1px;
	padding: 0;
	}
	
#titleBlock{
	padding: 20px 0 0 20px;	
	font-size: 25px;
	
	color:#267b9e;
	
}
.blue {
	color:#267b9e;
	}
.bluequote {
	color:#267b9e;
	padding: 0;
	margin: 0;
	}
.left{
	position: relative;
	display: block;
	float: left;
	padding: 0 20px 0 0;
	
	}
.waiver {
	line-height: 16px;
	font-size: 12px;
	color:#1f7b9d;
	
}
#mainContent fieldset p{
	padding: 10px 0 0 0;
	margin: 0;
	}
#mainContent fieldset input{
	padding: 0 0 0 0;
	margin: 0;
	}
	
#mainContent fieldset li label{
	padding: 0 0 0 10px;
	margin: 0;
	}

#mainContent fieldset{

	margin:0;
	padding:0;
	border: 0;
}

#mainContent fieldset ul{
	text-align:left;
	overflow:hidden;
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	border-bottom:#CCC 1px dotted;
	width: 100%;
}
#mainContent fieldset ul li{
	
	float:left;
	width:150px;
}
#mainContent .field2 ul li{
	float: none;
	width: auto;

}
#submit{
	
	padding: 20px 0 20px 0;
	
	}