html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, Tahoma, Sans-serif;
	font-size: 12px;
}

.hidden {
	display: none;
}

#wrapper {
	width: 95%;
	background: #fff
				url(../images/common/body_bg.gif)
				repeat-x;
}

/* Dominion Sites Nav
---------------------------------------------------------- */

#dominionsites {
	display: none;
}

/* Header
---------------------------------------------------------- */

#header {
	background: #D90026
				url(../images/common/header_bg.gif)
				no-repeat
				100% 0;
}

#header h1 {
	margin: 0;
	padding: 0;
}

/* Floats
---------------------------------------------------------- */

#sidebar-a {
	display: none;
}

#content {
	line-height: 1.5em;
}

/* Main Navigation
---------------------------------------------------------- */

#nav {
	display: none;
}

/* Sub Navigation
---------------------------------------------------------- */

#sidebar-a ul {
	display: none;
}

/* Section Heading and Description
---------------------------------------------------------- */

#section {
	position: relative;
	height: 49px;
	background: #F4F4F4
				url(../images/common/description_bg.gif)
				no-repeat
				100% 0;
	border-bottom: 1px solid #E5E5E5;
}

#section #description {
	color: #252525;
	position: absolute;
	top: 19px;
	left: 212px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

#section h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 14px;
	left: 12px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: normal;
}

#section h2 a {
	color: #000;
	text-decoration: none;
}

/* Content
---------------------------------------------------------- */

#content .padding {
	padding: 12px;
	padding-top: 16px;
}

#content h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
	line-height: 16px;
	color: #D90026;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 18px;
	font-weight: normal;
}

#content a {
	color: #D90026;
}

#content img {
	border: 1px solid #E5E5E5;
	padding: 3px;
	margin: 5px;
}

#content a:hover img {
	border: 1px solid #D90026;
	padding: 3px;
	margin: 5px;
}

#content p {
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

#footer {
	padding: 10px 12px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	line-height: 18px;
	background: #F4F4F4;
	border-top: 1px solid #E5E5E5;
	color: #606060;
}

#footer a {
	color: #606060;
}

#footer .backtotop {
	display: none;
}