@charset "UTF-8";
/* CSS Document */

/* Css import (Start)
---------------------------------------- */
@import url("Reset.css");
@import url("Typography.css");
@import url("Navigation.css");

/* Css import (Start)
---------------------------------------- */
body {
	width:974px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	background:url(/Files/Templates/Designs/Futuria/Images/PageBg.jpg) top center;
	background-repeat:no-repeat;
}

.Spacer {
	height:14px;
	width:14px;
}

#PageContainer {
	height:inherit;
	background-color:#FFF;
}

#Top {
	height:200px;
	padding-bottom:28px;
	position:relative;
}

#TopGraphic {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1px;
}

#ToolsMenu {
	position:absolute;
	top:10px;
	right:14px;
	width:190px;
	z-index:2;
	text-align:right;
}

#TopMenu {
	display:none;
}

#ContentContainer {
	height:inherit;
}

#LeftNav {
	*height:auto;
	width:178px;
	margin-left:14px;
}

#Content {
	height:auto;
	width:754px;
	margin:0px 14px;
}

#ContentTwoCol {
	height:auto;
	width:562px;
	margin:0px 0px 0px 14px;
}

#RightColoumn {
	height:auto;
	width:178px;
	margin:0px 0px 0px 14px;
}

#ContentFront {
	width:498px;
	float:left;
	margin-right:14px;
}

.Box {
	width:242px;
	float:left;
	margin-right:14px;
}

.Box p a {
	background-color:#a91b41;
	color:#fff;
	font-weight:bold;
	padding:2px 5px 3px 5px;
	margin-top:20px;
	height:20px;
	line-height:20px;
	text-decoration:none;
}

.BoxHeader h2 {
	background:url(../Images/BoxHeader.jpg) no-repeat;
	line-height:35px;
	margin-bottom:10px;
}

#Footer {
	height:auto;
	margin-left:0px;
}

#Footer span {
	padding:20px;
	font-size:9px;
	border-top:1px solid #a91b41;
}

#Footer small {
	font-size:9px;
	color:#000;
}

#Footer a:link {
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

#Footer a:visited {
	color:#000;
	font-weight:normal;
}

#Footer a:hover {
	color:#000;
	font-weight:normal;
}

#poweredby {
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
}

#poweredby a {
	color:#e1e1e1;
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
}

#ToolsMenu a, #ToolsMenu {
	color:#ccc;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

/* Share
---------------------------------------- */
#Share {
  float:right;
  height:70px;
  margin-top:10px;
  margin-right:0px;
}

.Share {
  float:left;
  margin-left:8px;
  width:auto;
}

.Share img {
  height:16px;
  width:16px;
}

.Share.Search, .Share.Rss {
  display:none;
}