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


body {
	margin: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	
	/*hack for hover effect in none link elements in IE*/
	behavior: url("../javascript/csshover3.htc");
}

p {
	padding-left: 20px;	
}

h1 {
	text-align: center;
	color:#00C;
	font-size: 2.4em;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height:1.3em;
}

/*container style*/
#container {	
	margin: 0px auto;
	background-color: #FFF;
	width: 800px;
}


/*header style*/
#header {
	width: 800px;
	margin: 0px auto;

}


/*navigation style*/
#navbar {
	background-image: url(../images/backgrounds/navbar_background.jpg);
	background-repeat: repeat-x;
	width: 200px;
	margin: 20px 0px 10px 0px;
	padding-top: 60px;
	float:left;
	border: medium solid #CCC;
}

#navbar ul {
	padding-left:0px;
	margin-left:0px;
	list-style: none;
}

#navbar li {
	padding-left:10px;
	padding-right:30px;
	margin: 10px 0px;
	font-size: 1.0em;
	color: #CCC;
	font-family: "Arial Black", Gadget, sans-serif;
}

#navbar li:hover {
	background-color: #009;
	color:#F00;
	margin: 10px 0px;
	padding-left:10px;
}

#navbar a:link {
	color: #CCC;
	text-decoration: none;
	margin: 10px 0px;
	padding-left:0px;
}

#navbar a:visited {
	color: #CCC;
	text-decoration: none;
	margin:10px 0px;
	padding-left:0px;
}

/*main content style*/
#mainContent {
	margin: 20px auto 10px 30px;
	width: 560px;
	float: left;
}

#mainContent a {
	color: #00F;
	text-decoration:none;
	font-weight: bold;
}

#mainContent a:hover {
	color: #F00;
}

/*section headers with left bumpers*/
#mainContent h2 {
	background-image: url(../images/icons/bumper_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 20px 0px 20px 60px;
	color: #F00;
}

#mainContent h4 {
	text-align: center;
	color:#F00;
	font-style: italic;
}


/*table styles*/
table {
	caption-side: bottom;
	margin: 10px auto;
	border: thin solid #999;
	text-align: left;
}

table img {
	margin: 5px 0px;
	border: medium solid #999;
}


td, th {
	border-spacing: 0px;
	text-align: left;
	border: thin solid #999;
}

td {
	border-collapse: collapse;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

td p {
	padding-left:10px;
	text-align: left;
	font-size: .8em;
	
}

th {
	border-top: thin solid #999;
	border-bottom: thin solid #999;
	background-color: #CCC;
	color: #000;
	padding: 5px 10px;
}

caption {
	font-style: italic;
	font-weight: normal;
	padding-top: 8px;
}


/*footer style*/
#footer {
	text-align: center;
	clear: both;
	border-top: thin dotted #000;
	margin: 0px auto;
	font-size: .8em;
}

/*faq style*/
#faq {
	font-size: .8em;	
}




/*classes*/

.flipper_list li {
	list-style-image: url(../images/icons/flipper_icon_small_left.png);
	margin-left: 80px;
	padding-top: 1px;
}

.mainContent_redbox {
	margin: 30px auto 30px auto;
	border: medium solid #F00;
	background-image:url(../images/backgrounds/whatshot_background.jpg);
	background-repeat:repeat;
	padding: 5px;
}

.mainContent_redbox h1 {
	color:#F00;
}

.mainContent_redbox p {
	padding:5px;	
}

.mainContent_redbox li {
	list-style-image: url(../images/icons/flipper_icon_small_left.png);
	margin-left: 20px;
	padding-top: 1px;
}

.mainContent_silverbox {
	margin: 30px auto 30px auto;
	border: medium solid #666;
	background-color: #CCC;
	padding: 5px;
}

.clear_both {
	clear: both;	
}

.clear_right {
	clear: right;	
}

.clear_left {
	clear: left;	
}

.footer_ball {
	margin: 0px 5px;
}

.footer_flipper {
	margin: 0px 40px;	
}

.no_indent {
	padding-left: 0px;
}

.small_bold_text {
	font-size:.8em;
	font-weight:bold;
}

.small_text {
	font-size:.8em;	
}

/*class to get rid of link outlines on images*/
.no_link_outline a {
	outline: 0 none;
	-moz-outline: 0 none;
	border: none;
	border-style: none;
	text-decoration: none;
}

.grey_back {
	background-color: #CCC;	
}

.red {
	color:#F00;	
}

.align_bottom td {
	vertical-align: bottom;	
}

.photo {
	margin: 10px 10px;
}

.photo img{
	border: medium solid #999;
}
