/* CSS Document for Chelsea 2007 */


/* MAIN BODY */

body	{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #6d8295;*/
	/*background-color: #EEEEEE;*/
	/*background-color: #FF66CC;*/
	/*background-color: #FFCCFF;*/
	background-color: #FFDDFF;
	color: #666;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6	{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}

h1	{
	color: #FF0099;
	font-size: 16px;
}
h2	{
	padding-top: 10px;
	font-size: 14px;
}
h3	{
	padding-top: 10px;
	font-size: 13px;
}
h4	{
	padding-top: 5px;
	font-size: 12px;
}
p	{
	margin-top: 14px;
	margin-bottom: 8px;
}

td	{
	font-size: 11px;
}

img	{
	border: 0;
}

hr	{
	color: #FDC135;
	background-color: #FDC135;
	border: 0px;
	/*border-color: #FDC135;*/
}

/* Default Link Styles */
a:link,
a:visited	{
	color: #333333;
	font-size: 11px;
}
a:active,
a:hover	{
	color: #FF0099;
	text-decoration: none;
	font-size: 11px;
}

/* Default List Styles */
ul	{
	margin:10px 0px 20px 20px;
	padding:0px;
}

/* VISIBLE PAGE CONTAINER */

#wrapper	{
  width: 775px;
	margin: 0px auto;
	text-align: left;
}

/* HEADER */

#header	{
	height: 131px;
	width: 775px;
	position: relative;
	background-color: #DDD6D6;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}
/* Header Images */
#header img	{
	margin: 18px 0px 0px 34px;
}

/* Header Menu */
#topmenu	{
	position: absolute;
	top: 3px;
	right: 3px;
	float: right;
	margin: 5px 8px 0px 300px;
	text-align: right;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 11px;
}

#topmenu ul	{
	margin: 0;
}

#topmenu li	{
	display: inline;
	margin: 0 0 -1px 0;
	padding: 0;
	background-image: none;
}

#topmenu li a:link,
#topmenu li a:visited	{
	color: #fff;
	text-decoration: none;
}

/* MAIN MENU */

#menu	{
	height: 1%;
	position: relative;
	z-index: 1000;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 9px 0px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
}

#menu ul	{
	margin: 0px 0px 0px 7px;
	color: #333;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px;
}

#menu ul li	{	
	display: inline;
	padding: 0px;
	background-image: none;
}

#menu ul li a:link,
#menu ul li a:visited	{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 6px 8px;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #646464;
	
	background-image: url(../images/menu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#menu ul li a:hover 	{ 
	color: #FF0099;
}

#menu ul li a:active	{
	color:#CC0000;
}

#menu ul li a.last-item {
	background-image: none;
}

/* MAIN CONTENT (SINGLE COLUMN PAGE)*/

#fullpage	{
	height: 1%;
	background-image:url(../images/bg_content_full_middle.gif);
	background-repeat: repeat-y;
}

#fullpage #content	{
	width: 775px;
	background-image: url(../images/bg_content_full_top.gif);
	background-repeat: no-repeat;
}

#fullfoot #footer	{
	background-image: url(../images/bg_content_full_bottom.gif);
}

/* MAIN CONTENT (TWO COLUMN PAGE)*/

#splitpage	{
	height: 1%;
	background-image: url(../images/bg_content_sidebar_middle.gif);
}

#splitpage #content	{
	width: 594px;
	float: right;
	background-image: url(../images/bg_content_sidebar_top.gif);
}

#splitfoot #footer	{
	background-image: url(../images/bg_content_sidebar_bottom.gif);
}

/* MAIN CONTENT (COMMON)*/

#pagetitle	{
	border-bottom: 1px solid #DADADA;
	padding: 15px;
}

#pagetitle h1	{
	margin-top: -4px;
	text-transform: uppercase;
	letter-spacing: normal;
}

/* Breadcrumbs */
#path	{
	margin: -4px 0px -4px 0px;
	font-size: 10px;
}

#path a:link, 
#path a:visited {
	color: #FF0099;
}

#path a:hover {
	text-decoration: none;
}

#content	{
 	background-repeat: no-repeat;
	padding-bottom: 15px;
}

#content p	{
	line-height: 140%;
	font-size: 11px;
}

#content td	{
	vertical-align: top;
	padding-top: 10px;
}

#content td.details	{
	padding: 10px;
}

#content td.details p,
#content td.details ul	{
	padding-left: 20px;
	text-align: justify;
}

#content td.details ul li	{
	padding-top: 7px;
	font-size: 11px;
}

#content td.sponsors {
	background-image: url(../images/dashes.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 160px;
	padding-top: 0px;
	text-align: center;
}

#sidebar	{
	width: 175px;
	float: left;
	background-image: url(../images/bg_sidebar_top.gif);
	background-repeat: no-repeat;
}

#sidebar img	{
	margin: 2px 0px 0px 2px;
	/*border-bottom: 1px solid #B2B2B2;*/
}

#sidebar form	{
	padding: 0px 6px 0px 14px;
	color: #7F7F7F;
}

#sidebar .promo_video	{
	background-image: url(../images/promo_button.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
	margin-top: 4px;
}

#sidebar .holiday	{
	background-image: url(../images/holiday_button.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
	margin-top: 4px;
}

#sidebar .latest_news	{
	background-image: url(../images/sidebar_latestnews.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
	margin-top: 10px;
}

#sidebar dl.split	{
	margin: 0;
	margin-left: 10px;
	padding: 0;
	font-size: 11px;
}

#sidebar dl.split dt	{
	width: 12%;
	margin: 0 !important;
	margin-top: 10px;
	padding: 1px;
	font-size: 120%;
	font-weight: normal;
	color: #FF0099;
	/*color: #B91E23;*/
	line-height: 100%;
	text-align: center;
}

#sidebar dl.split dd	{
	margin: 0 !important;
	margin-top: -20px;
	padding: 4px 4px 14px 16%;
	border-bottom: 1px dotted #ccc;
	width: 75%;
}
	
#sidebar dl.split dt small	{
	display: block;
	font-size: 80%;
}

#sidebar p	{
	margin: 0 10px 0 20px;
}

#sidemenu	{
}

/* PAGE FOOTER */

#footer	{
	padding: 16px 10px 8px 10px;
	background-repeat: no-repeat;
	color: #999; 
	font-size: 80%;
	text-align: right;
}

#footer a:link,
#footer a:visited,
#footer a:hover	{ 
	color: #999; 
	text-decoration: none;
}

/*GENERAL FORMATTING CLASSES*/
 
.group {
	margin: 0px;
}

.leftalign	{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.rightalign	{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.centrealign	{
	text-align: center;
}

.clear	{
	clear: both
}
	 
.acc,
.accessibility
{
	display: none;
}

.hidden
{
	visibility: hidden;
}

.justify	{
	text-align: justify;
}
.sponsortype	{
	color: #FF0099;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #FDC135 thin solid;
	border-bottom: #FDC135 thin solid;
}
.imageviewer	{
	width: 550px;
	color: #CCCCCC;
	margin: 0 auto;
	border-top: #FDC135 thin solid;
	border-bottom: #FDC135 thin solid;
}
.imagethumb	{
	width: 100px;
	height: 150px;
	background-color: #FFCCFF;
	float: left;
	margin: 5px;
}
.imagemain	{
	width: 320px;
	height: 470px;
	background-color: #FFCCFF;
	background-image: url(../images/blog/hover_text.jpg);
	float: left;
	margin: 5px;
}
.roundbox_top	{
	background-image: url(../images/rounded_box_top.gif);
	background-repeat: no-repeat;
	width: 584px;
	height: 15px;
}	
.roundbox_middle	{
	background-image: url(../images/rounded_box_middle.gif);
	background-repeat: repeat-y;
	width: 584px;
}
.roundbox_bottom	{
	background-image: url(../images/rounded_box_bottom.gif);
	background-repeat: no-repeat;
	width: 584px;
	height: 15px;
}
.roundbox_text	{
	width: 350px;
	margin-left: 15px;
	float: left;
}
.roundbox_image	{
	width: 150px;
	height: 150px;
	margin-right: 20px;
	float: right;
}	
.roundbox_text_right	{
	width: 370px;
	margin-right: 15px;
	float: right;
}
.roundbox_image_left	{
	width: 150px;
	height: 150px;
	margin-left: 20px;
	float: left;
}	
.redtext	{
	color: #CC0033;
}
.bluetext	{
	color:	#0033CC;
}
.greentext	{
	color: #00CC33;
}
