* {
	padding: 0;
	margin: 0;
	outline: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	background-color: #fff;
}

table,
tr,
td {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}

fieldset {
	border: none;
}

a {
	font-size: 10px;
	color: #4c4c4c;
}

img {
	border: none;
}


.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/**
	Page Layout
**/

#PageContent {
	width: 1100px;
}

#PageHeader {
	border-bottom: 1px solid #2e0f16;
}


#LeftColumn {
	float: left;
	margin: 50px 0 30px 60px;
	width: 480px;
}

#RightColumn {
	float: left;
	width: 280px;
	margin: 50px 0 0 80px;
}

#PageBottom {
	margin-left: 30px;
	width: 1058px;
}

#PageBottomFlash {
	height: 34px;
	width: 1058px;
}

#PageFooter {
	margin: 10px 0 0 30px;
	width: 998px;
	padding: 0 30px;
	padding-bottom: 50px;
}

/**
	Mainmenu
**/
#MainMenuList {
	list-style: none;
}

#MainMenuList li {
	padding: 3px 0;
}

#MainMenuList li a {
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
}

#MainMenuList li a:hover,
#MainMenuList li a.current {
	font-size: 1.5em;
	color: #a90324;
	text-decoration: none;
}

/**
 Typography
**/

hr {
	border: 0;
	background-image: url('../images/hr-dot.gif');
	background-repeat: no-repeat;
	width: 480px;
	height: 1px;
	margin: 6px 0;
}

h4 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #161515;
}

h4.rightUnderline {
	width: 230px;
	border-bottom: 1px solid #87888a;
	padding-bottom: 3px;
}

.typography h1 {
	font-size: 2.8em;
	font-weight: normal;
	color: #000000;
	margin-bottom: 4px;
}

.typography h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000000;
	margin-top: 30px;
}

.typography h4 {
	font-size: 1.5em;
	font-style: italic;
	color: #161515;
}

.typography p {
	font-size: 1.4em;
	line-height: 1.5em; 
	color: #4c4c4c;
	padding: 6px 0;
}

.typography a {
	font-size: 1.0em;
	color: #a90324;
}

.typography .red {
	color: #a90324;
}

#PageHeader a {
	line-height: 0;
	font-size: 0;
}

/**
	Right column items
**/
#SubMenuContainer ul {
	margin-top: 5px;
}

.bottomRightImage {
	position: relative;
	bottom: 0;
	left: 560px;
}

.bottomRightImage img{
	position: absolute;
	bottom: 0;
}

/**
	Blurbs 
**/
.blurbContainer {
	margin-top: 40px;
	width: 230px;
}

.blurbContainer .typography h2 {
	margin-top: 16px;
}

/**
	Tabs
**/
.subpageTab {
}

.subpageTab .tab-content {
	display: none;
}

.subpageTab .tab-button {
	cursor: pointer;
	display: block;
	width: 480px;
}

.subpageTab .tab-open {
	display: none;
}

.subpageTab .tab-button h2 {
	margin-top: 16px;
	margin-bottom: 8px;
}

/**
	Press release form
**/
.registerPressReleaseFormStyle label {
	color:#4C4C4C;
	font-size:1.4em;
	line-height:1.5em;
	padding: 8px 0;
	display: block;
	clear: right;
}

.registerPressReleaseFormStyle fieldset input {
	font-size: 1.0em;
	width: 145px;
	border: 1px solid #dddddd;
	height: 19px;
	margin-top: 6px;
}

.registerPressReleaseFormStyle .Actions input {
	font-size: 1.0em;
	background-color: #fff;
	border: 1px solid #000;
	height: 18px;
	padding-bottom: 3px;
	margin-top: 10px;
}

.registerPressReleaseFormStyle .middleColumn {
	clear: left; 
}

#TabPage_8 td {
	padding: 10px 0;
}