@charset "utf-8";
/* CSS Document */

/* Fonts ======================================================= */
@font-face {
 font-family: CenturyGothic;
 src: url("/fonts/CenturyGothic.eot") /* EOT file for IE */
}
@font-face {
 font-family: CenturyGothic;
 src: url("/fonts/CenturyGothic.ttf") /* TTF file for CSS3 browsers */
}


/* Tags ======================================================== */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e032e;
	background-color: #ffffff;
}
h1 {
	font-family: CenturyGothic, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #6e032e;
}
h2 {
	font-family: CenturyGothic, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6e032e;
	font-weight: normal;
}
h3 {
	font-family: CenturyGothic, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6e032e;
	font-weight: normal;
}


/* Global Classes ============================================== */
.massiveDiv {
	min-height: 100%;
	_height: 100%;
	background-image: url(/images/v2_bgGradient01.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}
.mainContainer {
	width: 980px;
	height: 100%;
	background-image: url(/images/v2_mainFooter01.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.mainHeader {
	width: 980px;
	background-image: url(/images/v2_mainHeader02.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 205px;
	overflow: hidden;
}
.mainNav {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
.mainNav a {
	display: block;
	font-family: CenturyGothic, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6e032e;
	font-size: 24px;
}
.mainBody {
	width: 980px;
	overflow: hidden;
}
.mainBodyContainer {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.mainBodyU {
	width: 820px;
	height: 20px;
	background-image: url(/images/v2_mainBlockU.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.mainBodyM {
	width: 820px;
	background-image: url(/images/v2_mainBlockM.png);
	background-position: center;
	background-repeat: repeat-y;
}
.mainBodyB {
	width: 820px;
	height: 25px;
	background-image: url(/images/v2_mainBlockB.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.mainBodyContent {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-top: 20px;
	overflow: hidden;
}
.mainFooter {
	width: 820px;
	padding-bottom: 205px;
	margin-left: auto;
	margin-right: auto; 
}
.mainFooterContent {
	text-align: center;
	font-size: 12px;
	padding-right: 100px;
}
.sectionCreator {
	padding: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #efefef;
}
.contentBar {
	overflow: hidden;
}
.editBar {
	padding: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #efefef;
	overflow: hidden;
	clear: both;
}
.modeBar {
	background-color: #510045;
	color: #efefef;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hiddenLink {
	text-decoration: none;
	color: #6e032e;
}

/* Page List */
.pageListItem {
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 16px;
}
.pageListSub {
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	font-size: 12px;
}
.pageListSub input {
	font-size: 10px;
}

/* Basic Alignment ==================================================== */
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.tdLeft {
	text-align: left;
}
.tdRight {
	text-align: right;
}
.tdCenter {
	text-align: center;
}

/* Contact Page ====================================== */
.officeAddressBlock {
	width: 300px;
	float: left;
}
.contactFormBlock {
	float: left;
}

/* Connections Page ================================== */
.connectionsColumnLeft {
	float: left;
	width: 550px;	
}
.connectionsColumnRight {
	float: right;
	width: 185px;	
}
.uiStreamFooter {
	color: #6E032E;	
}
