@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat:repeat-x;
	background-color: none;
}
	
#wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background-image: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: none;
}

#nav {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding-top: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #2950a3;
	font-size: 16px;
	color: #9CF;
	font-style: normal;
	line-height: normal;
	font-weight: 100;
	text-align:center;
}


a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #9CF;
	text-decoration: none;
}
a:hover {
	color: #69C;
	text-decoration: none;
}
a:active {
	color: #69C;
	text-decoration: none;
}

#copy {
	width: 700px;
	height:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	font-style: normal;
	line-height: normal;
	font-weight: 100;
	text-align: left;
	padding-left:60px;
	float:left;
}

#copytwo {
	width: 300px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	margin-left:800px;
	font-style: normal;
	line-height: normal;
	font-weight: 100;
	text-align: left;
	padding-left:30px;
	float:absolute;
}

.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color:  #2950a3;
}

.headertwo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #C00;
}


.headerthree {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
}

/* Footer */
#footer {
	margin-top:absolute-buttom;
	width: 1150px;
	background-color: none;
	padding: 30px 35px;
	text-align:center;
	clear:both;
	}

.foot_text_row {
	border-bottom: 1px solid #0B2555;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 800px;
	clear: both;
	text-align:center;
	position: relative;
	}


.footer_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
}

.footer_text2 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	font-variant: normal;
	color: #666;
}

	.foot_cols {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 380px;
	}