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

html {
	margin: 0px;
}

body {
	background-color: #e3e3d4;
}

#header {
	background-color: #FFF;
	height: 214px;
	width: 100%;
}
#header_container {
	width: 980px;
	height: 214px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	float: right;
	height: 138px;
	width: 520px;
	margin-left: 25px;
	margin-top: 25px;
}
#menu1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002143+0,002060+100 */
background: #002143; /* Old browsers */
background: -moz-linear-gradient(top,  #002143 0%, #002060 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #002143 0%,#002060 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #002143 0%,#002060 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002143', endColorstr='#002060',GradientType=0 ); /* IE6-9 */
	height: 38px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	-moz-box-shadow: 0px 1px 7px #000000;
	-webkit-box-shadow: 0px 1px 7px #000000;
	box-shadow: 0px 1px 7px #000000;
}
ul {
	text-align: center;
}

#content_container {
	/*background-color: #DCFB6F;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0px 1px 7px #000000;
	-webkit-box-shadow: 0px 1px 7px #000000;
	box-shadow: 0px 1px 7px #000000;
	padding-left: 20px;
	padding-right: 10px;
}
.right_col_400 {
	width: 450px;
	padding-right: 20px;
	padding-left: 10px;
	float: right;
	clear: right;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
}
#header_buttons {
	width: 258px;
	left: 722px;
	top: 0px;
	float: right;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	display: inline;
}

#menu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002143+0,002060+100 */
background: #002143; /* Old browsers */
background: -moz-linear-gradient(top,  #002143 0%, #002060 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #002143 0%,#002060 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #002143 0%,#002060 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002143', endColorstr='#002060',GradientType=0 ); /* IE6-9 */ 
	height: 38px;
	z-index: 0;
}
#clear {
	clear: both;
}
#header_photo {
	float: left;
	height: 214px;
	width: 402px;
}

a.topnav:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 22px;
	margin-left: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 34px;
	text-shadow: 1px 1px 1px #000;
}
a.topnav:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 22px;
	margin-left: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 34px;
	text-shadow: 1px 1px 1px #000;
}
a.topnav:hover {
	color: #fcff00;
	text-decoration: none;
	margin-right: 22px;
	margin-left: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 34px;
}
a.topnav:active {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 22px;
	margin-left: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 34px;
	text-shadow: 1px 1px 1px #000;
}

a.footernav:link {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
a.footernav:visited {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
a.footernav:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
a.footernav:active {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
.left_col_400 {
	width: 410px;
	float: left;
	clear: left;
	padding-right: 20px;
	padding-left: 20px;
}
.clear {
	clear: both;
}
#fp_tmeme_box{
	background-color: rgb(255,255,255);
	width: 440px;
	border-color: transparent;
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 17px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 17px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 17px;
	border-style: solid;
	margin-top: 25px;
}
.fp-margin {
	width: 390px;
	margin-right: auto;
	margin-left: auto;
}
.fp_theme_banner {
	margin-top: -30px;
	padding-right: 25px;
	padding-left: 25px;
}
#left_col_450 {
	float: left;
	width: 440px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
}
#right_col_450 {
	width: 440px;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 20px;
	float: right;
}
