@charset "utf-8";
/* CSS Document */

body {
	background: #6c1b1a;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	color: #EEB311;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


#wrapper {
	text-align: left;
	width: 940px;
	/*height: 650px;*/
	background-color: #fff;
	color: #333;
	margin: auto;
}

#wrapper table td.mastHead { background: url(images/masthead2.png) no-repeat; width: 940px; height: 90px; position: relative;  }
#wrapper table td.mastHead a { position: absolute; top: -10px; margin-left: 25px; }
#wrapper table td.mastHead h1#logo { 
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	width: 125px;
	height: 43px;
}

#wrapper table td.mastHead a h1#logo { cursor: pointer; }


.goAhead {
	color: #ab8546;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.goAheadSub {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

ul.yellowPad {
	color: #f1f1f1;
	font-size: 14px;
	font-weight: normal;
}


.yellowPad {
	color: #f1f1f1;
	font-size: 12px;
	font-weight: normal;
}

.yellowPadBig {
	color: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
}

.disclaimerBig {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #333;
}

.disclaimer {
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	color: #444;
}

a:link      { font-size: 14px; color: #333; text-decoration: none; }
a:visited   { font-size: 14px; color: #333; text-decoration: none; }
a:hover     { font-size: 14px; color: #ab8546; text-decoration: none; }


/* video pages */

#video {
	margin: 20px auto;
	text-align: center;
	width: 480px;
	background: #ab8546; 
	padding: 10px;
}

#video object {  }

#corpLink {
  width: 210px;
	height: 80px;
	padding: 0;
	margin: 15px 0 0 150px;
	float: left;
}

#pageLinks {
	margin: 0 0 10px 0;
	padding: 15px 0 30px 152px;
}


#copyright {
	font-size: 10px;
	font-weight: normal;
	background-color: #333;
	color: #FFF;
	margin: 5px 0px;
	padding: 10px;
	height: 30px;
}

#disclaimer {
	width: 640px;
	margin: 50px 0 20px 0;
}

#pageLinks ul a { color: #ab8546; border-bottom: 1px dotted #ab8546; padding-bottom: 2px;  }
#pageLinks ul a:hover { border: none; }

ul {
	 list-style-position: outside;
	 margin-left: 0px;
	 padding-left: 15px;
}


