@charset "utf-8";
/* CSS Document */
html {
	min-height : 101%;
	margin-bottom : 1px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #ffffff;
}
#header {
	padding: 1px 0px 0px 0px;
	/*color: #375496;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	
}




#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: -40px 0px 0px;
}
#footer {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #000000;}
	
	#innerfooter {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #000000;
}
#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 */
}
#flag {
	float: right; margin-top: -60px;
}

#innerfooter 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 */}
#container {
	width: 1008px; /* the auto margins (in conjunction with a width) center the page */
	/* text-align: left; this overrides the text-align: center on the body element. */
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/home-bg-darker2.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#homelogo {
	margin-top: -10px;
	margin-left: 450px;
}
#welcome {
	margin-top: 30px;
	margin-left: 430px;
	line-height: 1.3em;
}
.welcomehead {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
}

#welcomelink a,a:link,a:visited {

	color:#ffffff;
}
#fmenu {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #374A85;
	margin-top: 35px;

}
#fmenu a, a:link, a:visited {
	
		color: #4475af;
	text-decoration: none;
}

#fmenu a:hover {
	

	color: #886333;
		text-decoration: none;
}
#hdlogo {
	margin-top: 50px;
	margin-left: 660px;
	width: 278px;
	color: #000000;
}
#top-logo {
	margin-top: 10px;
	margin-left: 20px;
	width: 293px;
}
#copyright {
	margin-top:40px;
	font-size: 9px;
	color: #666666;}

#hdlogo2 {
	margin:50px auto 0px auto;

	width: 293px;
}
#welcomelink a,a:link,a:visited {

	color:#ffffff;
	font-weight:bold;
}
.socialmedia
{
	margin-bottom:12px;
}
