/*	UNIVERSAL STYLES	*/

body {
	margin: 0px;
	padding: 0;
	text-align: center;
	background-color: #FFBAA9;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
}

.LogoSubsidiarySupportOutline, .LogoSubsidiarySupportCore {
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 46px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	color: #6F1701;
}

.LogoSubsidiarySupportCore {
	color: #FF6F00;
}

.LogoEhventerpriseOutline, .LogoEhventerpriseCore {
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 28px;
	font-style: italic;
	position: absolute;
	color: #6F1701;
}

.LogoEhventerpriseCore {
	color: #FFFFEE;	
}

.LogoSloganOutline, .LogoSloganCore {
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 20px;
	font-style: italic;
	position: absolute;
	color: #6F1701;
}

.LogoSloganCore {
	color: #FFFFBB;
}

a, a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	color: #7F1A01;
}

h1 {	font-size: 28px;	margin-top: 10px;	margin-bottom: 15px;	}
h2 {	font-size: 25px;	margin-top: 10px;	margin-bottom: 15px;	}
h3 {	font-size: 22px;	margin-top: 10px;	margin-bottom: 15px;	}
h4 {	font-size: 19px;	margin-top: 10px;	margin-bottom: 15px;	}
h5 {	font-size: 16px;	margin-top: 10px;	margin-bottom: 15px;	}
h6 {	font-size: 13px;	margin-top: 10px;	margin-bottom: 15px;	}

.MainWrapper {
	width: 872px;
	margin-left: auto;
	margin-right: auto;
}

input.text, input.button, textarea, button, select, option {
	background-color: #FEA28A;
	border: solid 1px #701701;
	border: solid 1px #6F1701;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #841B01;
	padding: 4px;
}

input.text, textarea {
	font-size: 13px;
	width: 98%
}

input.button {
	padding-left: 20px;
	padding-right: 20px;
}

input.button:hover {
	background-color: #FFFFFF;
}

textarea {
	height: 70px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.RequiredField {
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 16px;
	font-weight: bold;
}

.PreloadImage {
	display: none;
}




/*	AREA SPECIFIC STYLES	*/

/*	COMMON HEADER REGION	*/

.HeaderRibbon {
	background-color: #841B01;
	border-bottom: solid 1px #701701;
}

.HeaderTable {
	width: 100%;
}

.HeaderTable td {
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.HeaderTable a, .HeaderTable a:link, .HeaderTable a:active, .HeaderTable a:visited, .HeaderTable a:hover {
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
}

.RibbonLinkOrb {
	cursor: hand;
	width: 90px;
	height: 90px;
	float: right;
	margin: -5px;
background-repeat: no-repeat;
}

.HOME		{ background-image: url('images/ribbon.home.default.png'); }
.HOME:hover	{ background-image: url('images/ribbon.home.hover.png'); }

.ABOUT		{ background-image: url('images/ribbon.about.default.png'); }
.ABOUT:hover	{ background-image: url('images/ribbon.about.hover.png'); }

.INTRO		{ background-image: url('images/ribbon.intro.default.png'); }
.INTRO:hover	{ background-image: url('images/ribbon.intro.hover.png'); }

.NETWORK	{ background-image: url('images/ribbon.network.default.png'); }
.NETWORK:hover	{ background-image: url('images/ribbon.network.hover.png'); }

.CONTACT	{ background-image: url('images/ribbon.contact.default.png'); }
.CONTACT:hover	{ background-image: url('images/ribbon.contact.hover.png'); }

.SHOP		{ background-image: url('images/ribbon.shop.default.png'); }
.SHOP:hover	{ background-image: url('images/ribbon.shop.hover.png'); }

.SECURE		{ background-image: url('images/ribbon.secure.default.png'); }
.SECURE:hover	{ background-image: url('images/ribbon.secure.hover.png'); }

.TWITTER	{ background-image: url('images/ribbon.twitter.default.png'); }
.TWITTER:hover	{ background-image: url('images/ribbon.twitter.hover.png'); }



/*	AREA SPECIFIC STYLES	*/

/*	MAIN CONTENT AREA	*/

.MainBody {
	width: 525px;
	min-height: 525px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 25px;
}

div.MainBody p, div.MainBody li {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-align: justify;
	color: #7F1A01;
}

.FeedbackTable {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #7F1A01;
	margin: 20px;
}

.FeedbackTable td {
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}



/*	AREA SPECIFIC STYLES	*/

/*	SIDEBAR CONTENT AREA	*/

.Sidebar {
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url('images/Sheet-c.png');
	border: solid 1px #FE9176;
	padding: 10px;
	padding-bottom: 0px;
}

.Sidebar p {
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #B75B34;
}

.SidebarLinkTile {
	background-position: center;
	background-repeat: no-repeat;
	cursor: hand;
	width: 66px;
	height: 66px;
	float: left;
	margin-top: 3px;
	margin-right: 18px;
	margin-bottom: 0px;
}

.AM		{ background-image: url('images/sidebar.AM.link.png'); }
.AM:hover	{ background-image: url('images/sidebar.AM.hover.png'); }

.AO		{ background-image: url('images/sidebar.AO.link.png'); }
.AO:hover	{ background-image: url('images/sidebar.AO.hover.png'); }

.BAI		{ background-image: url('images/sidebar.BAI.link.png'); }
.BAI:hover	{ background-image: url('images/sidebar.BAI.hover.png'); }

.BI		{ background-image: url('images/sidebar.BI.link.png'); }
.BI:hover	{ background-image: url('images/sidebar.BI.hover.png'); }

.DD		{ background-image: url('images/sidebar.DD.link.png'); }
.DD:hover	{ background-image: url('images/sidebar.DD.hover.png'); }

.HD		{ background-image: url('images/sidebar.HD.link.png'); }
.HD:hover	{ background-image: url('images/sidebar.HD.hover.png'); }

.MAPR		{ background-image: url('images/sidebar.MAPR.link.png'); }
.MAPR:hover	{ background-image: url('images/sidebar.MAPR.hover.png'); }

.PEC		{ background-image: url('images/sidebar.PEC.link.png'); }
.PEC:hover	{ background-image: url('images/sidebar.PEC.hover.png'); }

.QAA		{ background-image: url('images/sidebar.QAA.link.png'); }
.QAA:hover	{ background-image: url('images/sidebar.QAA.hover.png'); }

.IE		{ background-image: url('images/sidebar.IE.link.png'); }
.IE:hover	{ background-image: url('images/sidebar.IE.hover.png'); }

		.RA		{ background-image: url('images/sidebar.RA.link.png'); }
		.RA:hover	{ background-image: url('images/sidebar.RA.hover.png'); }

.SNC		{ background-image: url('images/sidebar.SNC.link.png'); }
.SNC:hover	{ background-image: url('images/sidebar.SNC.hover.png'); }

.TE		{ background-image: url('images/sidebar.TE.link.png'); }
.TE:hover	{ background-image: url('images/sidebar.TE.hover.png'); }

a, a:link, a:active, a:visited {
	color: #B75B34;
}

a:hover {
	color: #841B01;
}



/*	AREA SPECIFIC STYLES	*/

/*	COMMON FOOTER REGION	*/

.FooterRibbon {
	background-color: #841B01;
	border-top: solid 1px #701701;
	padding-bottom: 30px;
}
.FooterTable {
	text-align: left;
	font-size: 12px;
}

.FooterTable tr td {
	white-space: nowrap;
	vertical-align: top;
	padding-left: 30px;
}

.FooterTable tr td.FirstCell {
	white-space: normal;
	padding-left: 0px;
}
.FooterTable tr td p {
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
}

.FooterTable tr td p, .FooterTable tr td p a, .FooterTable tr td p a:link, .FooterTable tr td a:visited {
	margin-bottom: 8px;
	color: #FEA28A;
}

.FooterTable tr td a:hover {
	color: #FFFFFF;
}

.FooterTable tr td h6 {
	color: #FFFFFF;
}



/* 841B01; */

.Splash {
	width: 580px;
	width: 620px;
	height: 464px;
	margin: 0px;
	 adding: 20px;
	padding: 0px;
	text-align: center;
}

.SplashJewel {
	width: 90px;
	height: 90px;
	float: left;
}

.SplashJewel .SidebarLinkTile {
	width: 90px;
	height: 90px;
	margin: 0px;
}

.Splash table tr td .SidebarLinkTile {
	width: 90px;
	height: 90px;
	margin: 0px;
}

