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

/* Common CSS */

html { height: 100%; min-height: 100% }

body {
	height: 100%;
	background-color: #FFFFFF;
	background-image:url('img/grid.png');
	padding: 0;
	margin: 0;
	font-family: Verdana, cursive;
	color: #000000;
}

#header {
	height: 250px;
	width: 980px;
	margin: 0 auto;
}

#header_content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height:100%;
}

#logo_holder {
	width:980px;
	margin: 0 auto;
	padding-top: 10px;
}

#tagline {
	width:980px;
	margin: 2px auto;
	padding-right:25px;
	text-align: right;
	font-size: 28px;
	font-family: 'heavyweightregular';
	color:#9ea3a6;
}

#menu_bar {
	font-size: 32px;
	color: #2271B3;
	text-align: center;
	clear: both;
}

#menu_bar ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:3px;
	position:relative;
	left:50%;
	text-align:center;
	}

#menu_bar ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	}

#menu_bar ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 18px;
	color:#fff;
	text-decoration:none;
	line-height:1.3em;
	}

#menu_bar ul li a:hover {
   color:#9ea3a6;
	}
	
#menu_bar ul li a.active,
#menu_bar ul li a.active:hover {
	color:#1D1D16;
	}

#menu_bar a:link {font-family: 'heavyweightregular';color:#2271B3;}      /* unvisited link */
#menu_bar a:visited {font-family: 'heavyweightregular';color:#2271B3;}  /* visited link */
#menu_bar a:hover {font-family: 'heavyweightregular';color:#2271B3;}  /* mouse over link */
#menu_bar a:active {font-family: 'heavyweightregular';color:#2271B3;}  /* selected link */

a:link {color:#686872;text-decoration:none;}      /* unvisited link */
a:visited {color:#686872;text-decoration:none;}  /* visited link */
a:hover {color:#686872;}  /* mouse over link */
a:active {color:#686872;}  /* selected link */

#main_container {
	width: 960px;
	margin:0 auto;
	background:#FFFFFF;
	min-height: 500px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}

#page_image {
	clear:both;
	width:960px;
	position:relative;
}

#page_image_content {
	height:40px;
	padding: 5px 10px;
	position:absolute;
	right: 0;
	bottom:20px;
	background-image:url('img/trans.png');
	font-size: 20px;
	line-height: 40px;
	color: #ffffff;
}

#content {
	padding: 20px;
	clear: both;
}

#contact {
	padding: 10px;
	background-color: #ffffff;
}

#footer {
	height: 75px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-color: #16161D;
	border-top: 1px solid #5D5D5D;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}

#footer_content {
	height: 100%;
	width: 100%;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color:#2271B3;
}

#footer_img {
	height: 60px;
	width: 120px;
	position: absolute;
	right: 7px;
	bottom: 7px;
}

#footer_content a:link {color:#2271B3;text-decoration:none;}      /* unvisited link */
#footer_content a:visited {color:#2271B3;text-decoration:none;}  /* visited link */
#footer_content a:hover {color:#2271B3;text-decoration:none;}  /* mouse over link */
#footer_content a:active {color:#2271B3;text-decoration:none;}  /* selected link */

@font-face {
    font-family: 'heavyweightregular';
    src: url('fonts/heavywei-webfont.eot');
    src: url('fonts/heavywei-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/heavywei-webfont.woff') format('woff'),
         url('fonts/heavywei-webfont.ttf') format('truetype'),
         url('fonts/heavywei-webfont.svg#heavyweightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
