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

/* Setup for centering page in browser */
html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	/* Set background image to center in page no matter what the screen resolution of the viewer and force the background image to the top of the web page */
	background-color: #291509;
	background-image: url(../images/background/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	/* Centering for Internet Explorer 6 */
	text-align: center;
}
body {
	font-family: Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #feeed5;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#wrapper {
	/* Set width of web contents */
	width: 919px;
	/* Centers page in Firefox and Safari */
	margin: 0 auto;
	/* Fix text alignment from body tag */
	text-align: left;
	display: table;
}
/*******************  Define Frame *********************/
#outer-frame {
	width: 919px;
	border: 1px solid #ffffff;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
#page-content {
	width: 913px;
	border: 1px solid #2c1709;
	background-color: #38281c;
	padding: 2px 2px 2px 2px;
}
/*******************  Define Columns *********************/
td.logo-nav-column {
	width: 207px;
}
td.wide-selection {
	width: 350px;
}
td.feature-column {
	width: 352px;
}
td.vertical-spacer {
	width: 2px;
	background-color: #38281c;
}
td.horizontal-spacer {
	height: 2px;
	background-color: #38281c;
}
td.navigation {
	background-color: #481300;
}
td.content {
	background-color: #755832;
}
/*******************  Define Navigation *********************/
div.navigation {
	width: 100%;
	background-color: #3d1a0f;
}
/*******************  Define Text Content *********************/
div.text-content {
	width: 290px;
	background-color: #755832;
	margin: 5px 30px 0 30px;
}
div.flash-feature {
	width: 352px;
	height: 283px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/*******************  Define Headings *********************/
h1 {
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-align: left;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}
h2 {
	font-family: Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #ffffff;
	text-align: left;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}
h2.subheading {
	font-family: Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #ffffff;
	text-align: left;
	margin: 7px 0 2px 0;
	padding: 0 0 0 0;
}
/*******************  Define Paragraphs *********************/
p {
	font-family: Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #feeed5;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
p.intro {
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #feeed5;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
/*******************  Define Images *********************/
img.text-icon {
	float: left;
	margin: 4px 5px 0 0;
	padding: 0 0 0 0;
}
img.spaced {
	float: left;	
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}
/*******************  Contact Information *********************/
td.symbols {
	width: 18px;
	height: 20px;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}
td.description {
	width: 37px;
	font-family: Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #feeed5;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}
td.details {
	font-family: Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #feeed5;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}
/******************* Unordered Lists *********************/
.bullet-list {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
.bullet-list li {
	font-family: Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #feeed5;
	background: url(../images/common/tile-bullet.jpg) no-repeat left 0px;
	padding-left: 17px;
	margin-left: 7px
}
/*******************  Define Footer *********************/
#footer {
	width:100%;
	height:25px;
	padding:0;
	margin: 0 0 0 0;
}
#footer-wrapper {
	width:921px;
	/* Centers page in Firefox and Safari */
	margin: 0 auto;
	/* Fix text alignment from body tag */
	text-align: left;
	display: table;
}
#footer-copyright {
	float: left;
	width: 600px;
	font-family: Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #ffffff;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0x;
}
#footer-creator {
	width: 200px;
	float: right;
	font-family: Arial, Helvetica, Geneva, Swiss, Verdana, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #ffffff;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
img.w3c {
	float: right;
	margin: 5px -5px 10px 0;
	padding: 0 0 0 0;
}
/******************* Links *********************/
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}
a.footer:link {
	color: #ceff70;
	text-decoration: underline;
}
a.footer:visited {
	color: #afe2ff;
	text-decoration: underline;
}
a.footer:hover, a.footer:active {
	color: #ffffff;
	text-decoration: underline;
}
a.text-link:link {
	color: #ceff70;
	font-weight: bold;
	text-decoration: underline;
}
a.text-link:visited {
	color: #afe2ff;
	font-weight: bold;	
	text-decoration: underline;
}
a.text-link:hover, a.text-link:active {
	color: #ed8f01;
	font-weight: bold;	
	text-decoration: underline;
}
a.nav:link {
	color: #241700;
	text-decoration: underline;
}
a.nav:visited {
	color: #039;
	text-decoration: underline;
}
a.nav:hover, a.nav:active {
	color: #ffffff;
	text-decoration: underline;
}
a.external:link {
	color: #9CDAFE;
	text-decoration: underline;
}
a.external:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.external:hover, a.external:active {
	color: #ceff70;
	text-decoration: underline;
}


