html, body, form {
	margin: 0;
	padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body {
	background: #f3c658 url(/site_assets/img/siteBg.jpg) no-repeat top center;
}

html, body, form {
	height: 100%;
}

/* site container stretched to 100% height with repeating 3 column background */
div#siteContainer {
	position: relative; 
	min-height: 100%;
	background: url(/site_assets/img/site/siteCenterBg.png) repeat-y top center;
}

/* content container with bottom padding for the absolute positioned footer */
div#siteContent {
	padding-bottom: 132px;
}

/* blue top navigation bar */
div#topNav {
	width: 100%;
	height: 30px;
	background-color: #30b6c8;
}

div#topNavContent {
	margin: 0 auto; 
	width: 990px;
}

div#topNavLeft {
	margin-left: 45px; 
	margin-top: 6px; 
	float: left;
	width: 500px;
}

div#topNavRight {
	margin-right: 10px; 
	margin-top: 6px;
	float: right;
}

div#topNavRight a, div#topNavRight a:hover {
	text-decoration: none;
	font-size: 9px;
	margin-right: 5px;
}

div#topNavRight img {
	vertical-align: bottom;
	margin-right: 2px;
}

/* site centered */
div#siteCenter {
	width: 990px;
	margin: 0 auto;
}

/* header container with skyline and knowledgebase index */
div#headerSkyLine {
	background: url(/site_assets/img/site/skyline.jpg) no-repeat top center;
	border-bottom: 1px solid white;
	width: 100%;
	height: 188px;
}

div#headerSkyLine img#logo {
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}

div#headerLeft {
	float: left;
}

div#headerLeft div#logoText {
	background: url(/site_assets/img/logoText.png) no-repeat top left;
	width: 258px;
	height: 58px;
	float: left;
	margin-top: 15px;
	margin-left: -10px;
}

div#headerRight {
	float: right;
}

div#sitePhotoTopFlashContainer {
	width: 345px;
	height: 230px;
	position: relative;
	top: 20px;
	left: -8px;
	margin-bottom: -190px;
}

/* the thing behind the menu */
div#theThing {
	width: 440px; 
	height: 375px;
	top: -110px; 
	left: -178px; 
	margin-bottom: -375px; 
	margin-right: -180px;
	z-index: 1; 
	background: url(/site_assets/img/site/theThing.png) no-repeat top left; 
	position: relative; 
}

/* menu left floated */
div#menu {
	width: 290px;
	float: left;
	padding-top: 75px;
	padding-bottom: 20px;
}

div#menuLayer {
 	position: relative; 
 	z-index: 2;
	margin-left: 60px;
}

/* menu list layout */

div#menuLayer ul {
	list-style-type: none;
	margin-top: 2px;
}

div#menuLayer ul li img {
	display: inline-block;
	vertical-align: middle;
}

div#menuLayer ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dotted #dad67f;
}

div#menuLayer ul li a, div#menuLayer ul li a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div#menuLayer ul li a:hover, a.active {
	text-decoration: underline;
	color: #9c1212;
}

/* Page content */
div#contentContainer {
	width: 525px;
	float: left;
	
	/* IE 6/7 bugfix. need to create a new stacking context for the content otherwise text is not selectable */
	z-index: 1;
	position: relative;
}

div#content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 20px;	
}

/* wrap long links in IE browser */
div#content a {
	word-wrap: break-word;
}

div#siteKbIndexFlashContainer {
	width: 520px; 
	height: 80px; 
	position: relative; 
	z-index: 2; 
	left: -226px;  
	top: -20px; 
	margin-bottom: -20px;
}

div#sitePhotoRightFlashContainer {
	width: 150px;
	height: 190px;
	position: relative;
	top: -85px;
	left: 525px;
	margin-bottom: -190px;
}

/* Sidebar on the right */
div#sideBar {
	width: 150px;
	float: right;
}

/* clears the floating menu,content en sidebar elements */
div#siteCenterFooter {
	clear: both;
	font-size: 0;
}

/* Container for footer components, positioned at the bottom */
div#footerContainer {
	position: absolute; 
	height: 132px; 
	width: 100%; 
	bottom: 0; 
}

div#footer {
	width: 990px; 
	height: 100%;
	background: url(/site_assets/img/site/footerBg.jpg) no-repeat top center;
	margin: 0 auto;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.pageTitle {
	visibility: hidden;
	font-size: 24px;
}


/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/


table.faqCategoryList {
	width: 100%;
}

table.faqCategoryList td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

table.faqCategoryList td a, table.faqCategoryList td a:hover {
	color: #9c1212;
	font-size: 13px;
	text-decoration: none;
}

table.faqCategoryList td a:hover {
	text-decoration: underline;
}

p.faqCategoryDesc {
	padding: 5px;
	background-color: #f7edde;
}

p.faqQuestion {
	padding: 2px;
	/*background-color: #f7edde;	*/
}

p.faqRelatedQuestion {
	padding: 2px;
	/*background-color: #f7edde;	*/
}
