@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
#wrapper {
    width: 864px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}

#container  {
	width: 864px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	background-image: url(../images/Mad-Hat-Enterprise_Bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#pageHeader {
	height: 24px;
	background-color: #000000;
	color: #DFD749;
	font-size: 12px;
	line-height: 21px;
}
#homeHeader {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/Mad-Hat-Enterprise-homePageheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 310px;
	font-size: 10px;
}
#header  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/Mad-Hat-Enterprise-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 162px;
	font-size: 10px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#topNav {
	height: 30px;
	background-color: #000000;
}
#mainContentBG {
	padding: 0;
	background-image: url(../images/Mad-Hat_Content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainContentBottom {
	padding: 0;
	background-image: url(../images/Mad-Hat_Content_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#mainContent  {
	background-image: url(../images/Mad-Hat_Content_Top.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #CCCCCC;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	font-size: 12px;
}
#gallery {
	text-align: center;
}

#sidePanel {
	width: 188px;
	margin-right: 12px;
}
h1 {
	color: #DAD04D;
	font-size: 18px;
}

h2 {
	color: #DAD04D;
	font-size: 16px;
}
#companyOverview {
	font-size: 9px;
}
#companyOverview .category a {
	color: #333333;
}

#companyOverview .category a:hover {
	color: #666666;
}


.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 20px;
}
.rightBorder {
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.sectionHeading {
	font-size: 16px;
	color: #000000;
	background-color: #CCCCCC;
	height: 30px;
	padding: 3px;
}
.category {
	color: #333333;
	background-color: #E7E11F;
	height: 18px;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	width: 13%;
}
.itemGroup {
	border: 1px solid #E3DC1E;
	padding: 3px;
}

.divider {
	width: auto;
	font-size: 9px;
}
.divider2 {
	width: auto;
	font-size: 9px;
}
.yellowText {color: #DAD04D}
.largerYellow {
	font-size: 150%;
	color: #C3BA2A;
}





a:link {
	color: #C7BE2B;
	text-decoration: none;
}


a:visited {
	color: #C4BE3E;
	text-decoration: none;
}
a:hover {
	color: #D8D17C;
}
a:active {
	color: #E4E3E4;
}


#footer  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 10px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.disclaimer {
	font-size: xx-small
}
