﻿/* Top & Bottom Navigations */
@import url("top-bottom-navigation.css");

/* Page Specific CSS */
body
{
	background-color: #36104B;
	color: #FFF;
	margin: 0px 7px;
}

#outerWrapper
{
	width: 955px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px solid #cc0;
	background-image: url(../images/decoration/faux-col-left-fp.gif);
	background-repeat: repeat-y;
}
/* IE6 Hack - IE 6 will ignore this css*/
* > #outerWrapper
{
	width: 957px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px solid #cc0;
	background-image: url(../images/decoration/faux-col-left-fp.gif);
	background-repeat: repeat-y;
}

/* Welcome Message */
#welcome
{
	width: 337px;
	height: 149px;
	padding: 15px 25px 15px 15px;
	overflow: hidden;
	background-color: #000;
	color: #fff;
	border-bottom: 6px solid #36104B;
	font-family: Arial;
	font-size: 15px;
}
#welcome strong
{
	font-size: 17px;
	font-weight: normal;
}

/* Left Column */
#leftColumn
{
	width: 377px;
	float: left;
	background-color: #161515;
	border: 0px solid #0c0;
	margin-bottom: 0px;
	overflow: hidden;
}

#leftColumn #featureImage
{
	border-bottom: 6px solid #36104B;
}

#c1
{
	width: 191px;
	background-color: #0c0;
	float: left;
	overflow: hidden;
}

#c1 .itemDescriptionMain,
#c1 .itemDescription
{
	background-color: #353535;
	color: #FFF;
	width: 171px;
	height: 94px;
	overflow: hidden;
	font-family: Arial;
	font-size: 11px;
	padding: 5px 10px;
}

#c1 .itemDescription
{
	background-color: #252525;
	color: #FFF;
}


#c2
{
	width: 183px;
	margin-left: 191px;
	background-color: #00c;
	overflow: hidden;
}
/* IE6 Hack - IE6 will ignore */
* > #c2
{
	width: 186px;
	margin-left: 191px;
	background-color: #00c;
	overflow: hidden;
}

#leftColumn .sectionHeading,
#leftColumn .sectionHeadingMaster
{
	background-color: #353535;
	color: #EF861B;
	width: 177px;
	/* Uncomment if you want FIXED height and overflow HIDDEN
	height: 16px;
	overflow: hidden; */
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	/*text-transform: uppercase;*/ /* MT */
	padding: 10px 5px 11px 9px;
}

#leftColumn .sectionHeadingMaster
{
	width: 363px;
	overflow: hidden;
	background-color: #161515;
	color: #EF861B;
}

#leftColumn .sectionDetails,
#leftColumn .sectionDetails .hyperLink,
#leftColumn .sectionDetails .hyperLinkSelected
{
	background-color: #161615;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	padding: 3px 5px 2px 5px;
}

#leftColumn .sectionDetails .hyperLink,
#leftColumn .sectionDetails .hyperLinkSelected
{
	display: block;
	text-decoration: none;
}

#leftColumn #c1 .itemDescriptionMain .hyperLink,
#leftColumn #c1 .itemDescription .hyperLink
{
	color: #FFF;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#leftColumn #c1 .itemDescriptionMain .hyperLink:hover,
#leftColumn #c1 .itemDescription .hyperLink:hover,
#leftColumn .sectionDetails .hyperLink:hover,
#leftColumn .sectionDetails .hyperLinkSelected
{
	background-color: inherit;
	color: #A775C0;
}

#leftColumn .sectionDetailsFeatureImage img
{
	padding: 0px;
	border: 0px solid #000;
}


/* Right Col */
#rightColumn
{
	width: 570px;
	margin-left: 382px;
	/* Debug */
	/*border: 1px solid #00c;
	background-color: #aaa;*/
}

#mainImage
{
	display: block;
	width: 570px;
	height: 381px;
}

#rightColumn #descriptionWrapper #mainDescriptionLinks img
{
	border: 0px solid #36104B;
}

#rightColumn #descriptionWrapper #mainDescriptionLinks img.b1,
#rightColumn #descriptionWrapper #mainDescriptionLinks img.b2,
#rightColumn #descriptionWrapper #mainDescriptionLinks img.b3
{
	margin: 6px 2px 0px 2px;
}

/* IE6 Hack - IE6 Will ignore */
* > #rightColumn #descriptionWrapper #mainDescriptionLinks img.b1,
* > #rightColumn #descriptionWrapper #mainDescriptionLinks img.b2,
* > #rightColumn #descriptionWrapper #mainDescriptionLinks img.b3
{
	margin: 6px 3px 0px 3px;
}

#rightColumn #descriptionWrapper #mainDescriptionLinks img.b1
{
	margin-left: 0px;
}

#rightColumn #descriptionWrapper #mainDescriptionLinks img.b3
{
	margin-right: 0px;
}

#rightColumn #descriptionWrapper #descriptionText
{
	color: #FFF;
	background-color: #161515;
	padding: 6px;
	font-size: 11px;
	font-family: Arial;
	/*min-height: 93px;*/
}

#rightColumn #descriptionWrapper #descriptionText h1
{
	background-color: #161515;
	color: #EF861B;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 5px 0px;
}

#rightColumn #descriptionWrapper #descriptionText p
{
	display: block;
	margin: 0px 0px 13px 0px;
}

#leftColumn .addThis
{
	display: inline-block;
	width: 140px;
	padding-left: 10px;
	margin-top: 15px;
}

#indexFeaturedImage
{
	border: 0px solid #000;
}
