@charset "utf-8";
/* CSS Document */

	html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
		min-height:100%;
		position:relative;
		background: url(_Images/bg.jpg) repeat-x #334166;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;
	}
	
	#navigation
	{
		width: 850px;
		margin: auto;
		margin-top: 5px;
		text-align: center;
		height: 55px;
		position: relative;
	}
	
	#header {
		width: 750px;
		margin: auto;
		padding-top: 42px;
		position: relative;
	}
	
	#body {
		padding-top: 40px;
		padding-bottom:70px;	/* Height of the footer */
		width: 755px;
		padding-left: 51px;
		padding-right: 50px;
		margin: auto;
		background: url(_Images/Reflection.png) no-repeat;
	}
	
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:40px;			/* Height of the footer */
		background:#1d2437;
	}
	
	#footer_inner {
		width: 750px;
		height: 35px;
		margin: auto;
		position:relative;
		font-size: 10px;
		line-height: 40px;
		vertical-align: middle;
	}

	div#logo {
		height: 80px;
		width: 260px;
		position: absolute;
		left: 12px;
		top: 80px;
		padding-top: 15px;
		padding-left: 5px;
		background: url(_Images/Transparency.png);
		text-align: center;
	}


/*********************/
/******* LISTS *******/
/*********************/

div#navigation ul 
{

}

div#navigation ul li
{
	list-style: none;
	float: left;
	width: 155px;
	height: 40px;
}


div#navigation ul li a
{
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	outline: none;
	background: url(_Images/Button.png);
	width: 155px;
	height: 40px;
	font-size: 17px;
	padding-top: 15px;
}

div#navigation ul li a.active
{
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	outline: none;
	background: url(_Images/Button_Active.png);
	width: 155px;
	height: 40px;
	font-size: 17px;
	padding-top: 15px;
}

.img
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.imgbanner
{
	border: solid 12px #fff;
}

.imgfooter
{
	float: right;
	padding-top: 5px;
	display: inline;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
	outline: none;
}