/*
Sticky Footer Solution
by Steve Hatcher
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;}

/* must declare 0 margins on everything, also for main layout components use padding, not
vertical margins (top and bottom) to add spacing, else those margins get added to total height
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

#main {min-height: 100%;}

#padder {overflow:auto;
	padding-bottom: 400px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -400px; /* negative value of footer height */
	height: 400px;
	clear:both;}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



html,
body {
	min-width: 960px;
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body.storyGray {
	background: url(../img/bg-gray.png) 0 100% #2f2b29;
}

body.storyRed {
	background: url(../img/bg-red.png) 0 100% #3e0a0a;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

p a {
	display: inline;
	color: #e3262d;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.dot {
	color: #e3262d;
}

.readMore {
	color: #e0262c;
}

.readMore:hover {
	color: #ff0109;
}

.arrow {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 6px;
	height: 11px;
	text-indent: -9999px;
	background: url(../img/arrow.png?map_id[general]) 0 0 no-repeat;
}

/*
 * Generic styles for input fields
 */

input,
textarea {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

.inputBorder {
	display: inline-block;
	padding: 3px;
	border: 1px solid #b3b1af;
	background: #fff;
}

.inputBorder:hover {
	border-color: #999796;
}

.inputBorder.active {
	border-color: #807e7d;
}

.inputBg {
	display: inline-block;
	vertical-align: top;
	padding: 4px 6px 3px;
	background: url(../img/input-bg.png?map_id[general]) 0 0 no-repeat;
}

.inputBg input,
.inputBg textarea,
.inputBg select {
	display: block;
	border: none;
	font-size: 11px;
	line-height: 15px;
	color: #333332;
	background: transparent;
}

.inputBg input.empty {
	color: #807f7e;
}

/*
 * Styles for share block
 */

.shareBlock {
	border-top: 1px solid #e8e7e6;
	background: #fff;
}

.shareBlock ul {
	height: 20px;
	padding: 25px 0;
	overflow: hidden;
	list-style: none;
}

.shareBlock li {
	float: left;
	padding-left: 31px;
	background: url(../img/shareblock/seperator.png) 0 2px no-repeat;
}

.shareBlock li:first-child {
	padding-left: 30px;
	background: none;
}

.shareBlock .facebook {
	width: 135px;
}

.shareBlock .twitter {
	width: 120px;
}

.shareBlock .hyves {
	width: 164px;
}

.shareBlock .hyves iframe {
	margin-top: -1px;
}

.shareBlock .emailButton {
	display: block;
	width: 61px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/shareblock/email-button.png?map_id[general]) 0 0 no-repeat;
}

/*
 * Styles for subnav block
 */

.subnav {
	float: left;
	width: 211px;
	font-size: 12px;
	color: #a09c9b;
	height:0px;
}

.subnav ul {
	overflow: hidden;
	list-style: none;
}

.subnav ul li {
	margin-top: -1px;
	margin-bottom: 1px;
	padding-top: 1px;
	background: url(../img/subnav/seperator.png) 0 0 repeat-x;
}

.subnav a {
	background-repeat: no-repeat;
}

.subnav a:hover {
	color: #666463;
}

.subnav ul li.active {
	color: #4e4a48;
}

.subnav ul li.active a:hover{
	color: #1c1b1a;
}

.subnav ul li.active a.active:hover{
	color: #e3262d;
}

.subnav ul li a.active {
	background: url(../img/subnav/arrow.png) 0 16px no-repeat;
	color: #e3262d;
	padding-left: 9px;
}

.subnav ul li li a.active {
	padding-left: 10px;
	margin-left: -10px;
	background-position: 0 10px;
}

.subnav li a {
	display: block;
	width: 211px;
	padding: 12px 0;
}

.subnav ul li li {
	background: none;
	margin-left: 18px;
}

.subnav ul li li a{
	width: 193px;
	line-height: 16px;
	padding: 4px 0 3px 0;
}

.subnav ul li ul {
	margin: -8px 0 9px;
}

.subnav li a.parent {
	background: none;
}

/*
 * General styles for intro block
 */
.intro {
	float: left;
	width: 464px;
	margin: 0 0 0 35px;
}

.intro h1{
	margin-bottom: 25px;
	padding-bottom: 12px;
	border-bottom: 2px solid #000;
	font-size: 48px;
	line-height: 48px;
}

.intro .body {
	padding: 4px 30px 5px;
	background: #fff;
}

.intro .body p {
	margin: 20px 0;
	line-height: 18px;
	color: #1a1919;
}


.safeMarginTop {
	margin: 0 0 18px;
}

.safeMarginBottom {
	margin: 18px 0 0;
}



.hr {
	width: 640px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.hr.fat {
	height: 2px;
	background: #000;
}

.hr.thin {
	height: 1px;
	background: #cbc8c6;
}


.veil {
	position: absolute;
	top: 0;
	right: -270px;
	width: 100%;
	height: 100%;
	margin-top: -400px;
	background: url(../img/veil.png) 0 0 repeat;
	z-index: 99;
	cursor: pointer;
}


.padder {
	height: 400px;
	margin-right: -270px;
	clear: both;
	background: #e8e7e6;
}

#bg {
	position: relative;
	min-height: 100%;
	background: 100% 0 no-repeat;
}

#main {
	position: relative;
	overflow: hidden;
}

#mainSite {
	position: relative;
	width: 50%;
	min-width: 480px;
	min-height: 100%;
	background: url(../img/servicemenu/bg.gif) 0 0 repeat-x #e8e7e6;
}

#mainSite .content {
	position: relative;
	float: right;
	width: 750px;
	min-height: 693px;
	margin-right: -270px;
	padding-bottom: 30px;
	background: #e8e7e6;
}


#storiesSite {
	position: absolute;
	top: 0;
	right: 50%;
	width: 640px;
	margin-right: -1120px;
	opacity: 0;
	filter:Alpha(opacity=0);
}



#footer {
	background: #f6f5f5;
}

#footer .content {
	width: 960px;
	margin: 0 auto;
}
