@charset "utf-8";
/* Only boring CSS below, not sure why you would want to read this .. seriously */

/*Grid*/
html, body {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Geneva, sans-serif;
	height:100%;
	background-color: #898989;
	background-image: url("../img/background.gif");	
	}
#outterContainer {
	margin: 0 auto;
	width: 866px;
}
#innerContainer {
	position:absolute;
	top:0px;
	width: 866px;
	background-image: url("../img/bg-content-wide3.png");
	min-height: 100%;
	height: auto;
	float: left;
	color: #FFF;
	}
#menuContainer {
	width: 264px;
	float: left;
	text-align: center;
	}
	#mcMenu {
		width: inherit;
		text-align: center;
		}
	#mcLogo {
		width: 264px;
		margin: 30px 0 20px 0;
		}
	#mcEnd {
		background: url("../img/menu-divider.gif") bottom center no-repeat;
		height: 17px;
		padding: 0;
		}
#contentContainer {
	position: relative;
	right: 37px;
	width: 530px;
	float: right;
	margin: 26px 0 10px 0;
	}
	.ccImage {
	background-color: #717173;
	border: 1px solid #d5d3af;
	padding: 6px;
	}
#footer {
	position: relative;
	right: 37px;
	width: 530px;
	height: 30px;
	clear: both;
	border-top: 1px dashed #949383;
	text-align: center;
	font-size: 11px;
	color: #bcbbad;
	float: right;
	padding: 10px 0 0 0;
	}

/*Menu*/

@font-face {
	font-family: 'CuprumFFURegular';
	src: url('../fonts/Cuprum-webfont.eot');
	src: local('?'), url('../fonts/Cuprum-webfont.woff') format('woff'), url('../fonts/Cuprum-webfont.ttf') format('truetype'), url('../fonts/Cuprum-webfont.svg#webfontKLktnWy4') format('svg');
	font-weight: normal;
	font-style: normal;
}
#mcNavigation {
	padding: 0 0 0 0;
	margin: 10px 0 20px 0;
	width: 264px;
	font: 28px 'CuprumFFURegular', Arial, sans-serif;
	letter-spacing: 0;
	text-shadow:1px 1px 1px #FFFFFF;
	}
#mcNavigation li {
	list-style: none;
	margin: 0;
	}
#mcNavigation li a { 
	text-decoration: none; 
	color: #d1cfb3;
	outline: none;
	}
#mcNavigation li a:hover {
	color: #b5b393;
	}
#active {
	color: #94926f;
	cursor: default;
}
#mcSubNavigation {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 264px;
	font: 11px verdana, Arial, sans-serif;
	text-shadow:1px 1px 1px #FFFFFF;
	line-height: 18px;
}
#mcSubNavigation li {
	list-style: none;
	margin: 0;
	}
#mcSubNavigation li a { 
	text-decoration: none; 
	color: #94926f;
	outline: none;
	}
#mcSubNavigation li a:hover {
	color: #62614a;
	}

	
/*Other Styles*/

h1 { 
	font: 30px 'CuprumFFURegular', Arial, sans-serif;
	margin: 0px;
	color: #d5d3af;
	cursor: default;
	}

h2 {
	font: 20px 'CuprumFFURegular', Arial, sans-serif;
	margin: 0px;
	color: #fff;
	cursor: default;
	}
p {
	margin: 10px 0 10px 0;
	padding: 0px;
	}
#clear {
	clear:both;
	}
img {
	border:none;
	}
a:link {
	color: #fdf89d;
	text-decoration: none;
	}
a:visited {
	color: #fdf89d;
	text-decoration: none;
	}
a:hover {
	color: #fdf89d;
	text-decoration: underline;
	}
a:active {
	color: #fdf89d;
	text-decoration: none;
	outline: none;
	}