@charset "utf-8";

/* Layout Style
------------------- */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
#container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden
} 

/* HEADER */
#header { 
	background-image:url(images/masthead.gif);
	height: 134px;
	border-bottom: 2px solid #1D4094;
	padding-top: 5px;  /* 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. */
} 
#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 */
}
#header-text{
	margin: 0 20px 0 250px;
	padding: 7px 0 0 20px;
	font-size: 0.6em;
	font-weight:bold;
	color: #1D4094;
	font-family: Arial, Helvetica, sans-serif;
	cursor:default
}
#header-text h1, #header-text h2{
	font-size: 2em;
	font-weight:bold;
	color: #1D4094;
	font-family: Arial, Helvetica, sans-serif;
}

/* NAVIGATION */
#nav{
	background-color: #D5D9D7;
	float:left;
	width: 200px;
	padding: 10px 0 10px 10px;
	padding-bottom: 3000px;
	margin-bottom: -3000px
}
#nav hr{
	width: 90%;
	border: 0;
	border-top: 2px solid #1D4094
}
#nav ul{
	margin: 0;
	padding: 0
}
#nav li{
	list-style: none
}
#nav li a{
	color: #1D4094;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.7em;
	font-weight:bold;
	background:url(images/nav-icon.gif) -2px 0px no-repeat;
	padding-left: 20px;	
	margin-left: 5px
}
#nav li a:hover {
	color: #738BA7;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.7em;
	font-weight:bold;
	background:url(images/nav-icon-over.gif) -2px 0px no-repeat;
	padding-left: 20px;
	margin-left: 5px
}


/* MAIN CONTENT */
#content{
	float:left;
	position:relative;
	overflow:hidden;
	width: 770px;
}
#content2{
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	float: left;
	width: 560px;
}
#row1{
	color: #FFF;
	font-weight:bold;
	font-size: 0.8em;
	line-height: 15px;
	background-repeat:no-repeat;
	width: 390px;
	height: 159px;
	float:left;
	padding-left: 170px;
	padding-top: 25px;
	cursor: default;
}
#row1 hr{
	width: 90%;
	margin-left: 0px;
	border: 0;
	border-top: 2px dashed #999999
}

#row2{
	float:left;
	width: 540px;
	background-color: #FFF;
	font-size: 80%;
	color:#1D4094;
	padding: 10px;
	border-top: 1px solid #1D4094;
}


/* FOOTER */
#footer {
	color: #1D4094;
	text-align:center;
	font-size: 80%;
	background-color: #FFF;
	border-top: 2px solid #CCCCCC;
	width: 730px;
	float:left;
	margin-bottom: 5px;
	padding: 5px 20px
} 
#footer-content ul{
	margin: 0;
	padding: 0
}
#footer-content li{
	display: inline
}
#footer-content li a{
	color: #000;
	text-decoration:none
}
#footer-content li a:hover{
	color:#666667
}
#footer-bottom{
	width: 100%;
	height: 8px;
	background-image:url(images/footer-bottom.jpg);
	background-repeat:no-repeat
}

/* OTHER STUFF */
.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;
}
.image-left{
	float:left;
	padding-right: 5px
}
.image-right{
	float:right;
	padding-left: 5px
}
.bold{
	font-weight:bold
}
.margin-l30{
	margin-left: 30px
}
.margin-l120 {
	margin-left: 120px
}
.margin-l120 h1 {
	margin-left: 0px;
	font-size: 100%;
}


.orange{
	color:#FFB701
}
.spaced-lines{
	line-height: 20px
}
.spaced-list li{
	padding-bottom: 20px;
	line-height: 20px
}
.width100{
	width: 100px;
	float:left;
	clear:left
}
address{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:bold;
	width: 190px;
	height: 152px;
	padding: 5px;
	color:#1D4094;
	background-image:url(images/logo-faded.jpg);
	cursor: default
}
fieldset {
	padding: 5px;
	background: #CCCCCC;
}
.credits a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

