/* Common Styles */
* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: ;
  color: #000000;
  font-size: 16px;
  font-family: verdana, arial, "trebuchet ms", helvetica, sans-serif;
  background-repeat: repeat-x;
  text-align: center;
}


p {
	padding: 5px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  display: block;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 140%;
  color:#FF0000;
}

h2 {
  font-size: 130%;
  border-bottom: 1px solid #eeeeee;
}

h3 {
  font-size: 120%
}

h4 {
  font-size: 100%;
}

h5 {
	font-size:90%;
}

a:link, a:visited{
  /*text-decoration: none;
  color: #000066;
  background-color: inherit;
  border-bottom: 1px solid #ddd;*/
}

a:hover {
  color: #aa0000;
  background-color: inherit;
}

ul {
  padding-left: 30px;
  list-style-type:square;  
}

ol {
  padding-left: 35px;
}

hr {
	width: 80%;
	border: 1px solid #eeeeee;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*td {
  border: 1px solid #eee;
  padding: 4px;
}

th {
  color: inherit;
  border: 1px solid #dddddd;
  background-color: #f3f3f3;
  padding: 4px;
}*/

/* Layout Styles */
#wrapper {
  color: inherit;
  background-color: inherit;
  width: 680px;
  margin-left: auto; /* Todo: Do cross browser centering */
  margin-right: auto;
  text-align: left;
  background-image: url("img/shadow_680.png");
  background-repeat: no-repeat;
}

#main_container {
  margin: 10px;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ddd;
}

#onecol_container
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
    line-height: 1.5em;
}

#left_container {
  width: 180px;
  float: left;
  text-align: left;
}

#bread_crumb {
  text-align: right;
  padding-bottom: 5px;
  color: #999;
  background-color: inherit;
}

#bread_crumb a:link, #bread_crumb a:visited{
  color: #999;
  background-color: inherit;
  border: 0px;
}

#bread_crumb a:hover{
  color: #777;
  background-color: inherit;
}

#right_container {
  width: 550px;
  line-height: 1.5em;
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #eeeeee;
}

#header_bar {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}

#left_menu {
  padding-left: 5px;
  padding-right: 5px;
}

#footer_bar {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 100%;
  color: #777;
  background-color: #eee;
  background-image: url("img/background.png");
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  clear: both;
  border-top: 1px solid #ddd;
}

#footer_bar a:link, #footer_bar a:visited {
  color: #888;
  background: inherit;
}

#footer_bar a:hover {
  color: #666;
  background: inherit;
}
/* Custom Styles */
#site_logo {
  font-family: georgia, serif;
  font-size: 180%;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  font-style: italic;
  letter-spacing: 1px;
}

.red {
  color: #a2300d;
  background-color: inherit;
}

#header_bar a:link, #header_bar a:visited {
  text-decoration: none;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  color: #fff;
  background-image: url("img/menu_bg.png");
    border-bottom: 0px;
  background-color: #444; 
}

#header_bar a:hover, #header_bar a.active, #header_bar a.active:link, #header_bar a.active:visited {
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  color: #fff;
  background-image: url("img/menu_bg_over.png");
  background-color: #b4500e; 
}

#header_bar li{
  display: inline;
}

#left_menu ul {
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}

#left_menu li {
  border-bottom: 1px solid #eee;
}

#left_menu a, #left_menu a:link {
  display: block;
  text-decoration: none;
  color: #000066;
  background-color: inherit;
  border: 0;
  padding: 4px;
}

#left_menu a:hover {
  background-color: #fcfcfc;
  color: #aa0000;
}


.block {
  color: inherit;
  background-color: #ffffcc;
  border: 1px solid #eeeebb;
}

.block .inner {
  background: transparent url(img/corner.png) bottom right no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
  padding: 10px;
}

.text_box{
  border: 1px solid #333;
  color: inherit;
  background-color: #f9f9f9;
  width: auto;
  padding: 2px;
}

.text_box:hover {
  color: inherit;
  background-color: #ffffcc;
}

.button {
  margin: 5px;
  border: 1px solid #dcdcdc;
  color: inherit;
  background-color: #f9f9f9;
}

.HL {background: #ffff00;
color: #000000;}

.first:first-letter {
	PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-SIZE: 42pt; LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; POSITION: absolute; TOP: 100px
}

.cap {

float: left;
width: 65px;
font-size: 80px;
line-height: 72px;
font-weight: normal;
color:#000000;
font-family: georgia, times;

}

.countdown-box
{
	border:dashed 3px #000000;
	padding:10px;
	margin:0px auto 0px auto;
	width:500px;
	background:#FFFFCC;
}

ul.no-bullet
{
	list-style:none;
	line-height:1.5em;
}

.answer
{
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	color:#006600;
	font-weight:bold;
	margin: 2px auto 2px auto;
	width:80%;
	background:#f2f2f2;
	border:1px solid #006600;
	padding:10px;
	line-height:1em;
	display:none;
}

#popover
{
	position:absolute;
	width: 100%;
	display:none;
	top:100px;
	left:0px;
}

#popover a
{
	font-size:18px;
	color:#000000;
}

.countdown-box-red
{
	border:dashed 2px #FF0000;
	padding:10px;
	margin:0px auto 25px auto;
	width:350px;
	background:#FFFFFF;
}
.cap-small {

float: left;
width: 45px;
font-size: 60px;
line-height: 45px;
font-weight: normal;
color:#000000;
font-family: georgia, times;
}


.big-button
{
	color:#000;
	font-size:18px;
	/*font-weight:bold;*/
	_background:#f2f2f2;
}

.big-button-over
{
	color:#990000;
	font-size:18px;
	/*font-weight:bold;*/
	_background:#f2f2f2;
}

.buttonborder {
  background-color: #C00;
  margin: 0px;
  padding: 2px;
  border-width: 2px;
  border-style: outset;
  border-color: #C00;
  border-spacing: 0;
}

.buttonborder td, buttonborder tr {
  background-color: #C00;
}

/*Joe's Styles */
.style1 {color: #000000}
.style4 {font-size: 18px}
.style8 {
	font-size: 150%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style12 {
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;
}
.style15 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.style17 {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
}
.style18 {font-size: 18px; font-weight: bold; }
.style19 {font-size: 18px; font-weight: bold; color: #FF0000; }
.style22 {
	font-family: Notepad;
	font-weight: bold;
	font-size: 18px;
}
.style24 {
	font-family: Arial;
	font-weight: bold;
}
.style61 {
	font-family: Impact;
	color: #0000CC;
	font-size: 24px;
	font-weight: bold;
}
.style25 {font-size: 24px; }
.style29 {font-size: 14px}
.style30 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.style31 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
}
.style33 {
	font-family: "Calligraph421 BT";
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
}
.style35 {color: #FF0000}
.style36 {font-size: 12px}

.style60 {
	color: #FF0000;
	font-weight: bold;
	font-size: 36px;
	font-family: Impact;
	line-height: 1.5em;
}
.style38 {font-size: 18px; color: #0000CC; }
.style40 {color: #FF0000; font-weight: bold; }
.style41 {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.style42 {font-size: 30px; font-family: "Times New Roman", Times, serif; font-weight: bold; color: #0000CC; }
.style43 {font-size: 24px; font-weight: bold; }
.style46 {font-size: 14px; color: #000000; }
.style50 {
	font-size: 20px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.style51 {
	font-family: georgia, times;
	font-size: 18px;
}
.style52 {color: #FF0000; font-size: 18px; }
.style53 {color: #FF0000; font-size: 24px; }
.style54 {font-size: 24px; font-weight: bold; color: #FF0000; }

.style55 {font-size: 12px}
.style56 {
	font-size: 14;
	font-weight: bold;
}
.style58 {font-size: 14}
.style59 {font-weight: bold}

h2.part-box
{
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;
}

.optin
{
	margin:10px auto 10px auto;
	width:500px;
}.disclaimer {
	font-size: 10px;
	line-height: 1.2em;
	text-align: justify;
}
.howto-box {
	/*border:dashed 2px #006600;*/
	border-top:solid 1px #666;
	border-left:solid 1px #666;
	border-right:solid 2px #333;
	border-bottom:solid 2px #333;
	padding:15px;
	width:400px;
	background-color: #FFFFCC;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.coupon_box {
	border: 3px dashed #FF0000;
	background: #fff;
	width:525px;
	margin:10px auto 10px auto;
	padding:10px;
}
