@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'CalibriRegular';
	src: url('calibri_1.eot');
	src: local('Calibri Regular'), local('Calibri'), url('calibri_1.woff') format('woff'), url('calibri_1.ttf') format('truetype'), url('calibri_1.svg#Calibri') format('svg');
}
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	font-family: Calibri, CalibriRegular;
	background-color: #5c6164;
	font-size: 12px;
	color: #fff;
	background-image: url(../img/body-bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #8dc63f;
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px auto; /* the bottom margin is the negative value of the footer's height */
	width: 699px;
	background-color: #242629;
}
#header  {
	background-color: #003346;
	height: 336px;
	position: relative;
	z-index: 6;
}
#header .flash {
	display: block;
	height: 281px;
	width: 699px;
}

#header #menu p {
	margin: 0px;
	padding: 0px;
}

#header #menu p   a{
	display: block;
	float: left;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	height: 20px;
	padding-top: 7px;
	background-image: url(../img/menu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 7px;
}
#header #menu p a.active {
	color: #8dc63f;
}

#header h1 {
	position: absolute;
	z-index: 50;
	font-size: 14px;
	top: 368px;
	left: 56px;
	color: #333;
}

#header p  {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#header .wing-left {
	position: absolute;
	left: -85px;
	top: 20px;
}
#header .wing-right {
	position: absolute;
	right: -91px;
	top: 20px;
}
#cap  {
	background-image: url(../img/content-cap.png);
	background-repeat: no-repeat;
	height: 4px;
	background-position: left top;
}
#shoe {
	background-image: url(../img/content-shoe.png);
	background-position: left top;
	height: 4px;
	width: 699px;
	display: block;
}

#content {
	background-image: url(../img/content-bg.png);
	background-repeat: repeat;
	background-position: left top;
	color: #000;
	padding: 0px 16px 10px 56px;
	min-height: 521px;
	position: relative;
	z-index: 5;
}
#content h1 {
	font-size: 14px;
	color: #333;
	padding-top: 25px;
}
#content p a {
	color: #666;
}
#content p a:hover {
	color: #999;
}


#content p {
	padding-top: 10px;
}
#content ul {
	margin-left: 20px;
	list-style-type: square;
	list-style-image: url(../img/bullet.png);
}
#content .content-img  {
	clear: right;
	float: right;
	margin-left: 10px;
}
#content table {
	margin-top: 25px;
}

#content table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/thumbs/thumbs-shadowing-hover.png);
	background-position: right bottom;
	padding-right: 7px;
	padding-bottom: 8px;
}
#content table tr td a img:hover {
	background-image: url(../img/thumbs/thumb-shadowing.png);
}
#footer, #push {
	height: 25px; /* .push must be the same height as .footer */
	width: 100%;
}
#footer {
	background-color: #003346;

}
#footer #footer-content {
	width: 699px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
