﻿body
{
	font-family: Trebuchet MS, Verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	background: #666666;
}
#wrapper
{
	margin: 0px auto;
	text-align: center;
	width: 100%;
	background: url(/images/layout/bg.jpg);
}

a:link, a:visited
{
}
a:hover
{
}
#content
{
	margin: 0px auto;
	width: 1010px;
	text-align: left;
	background: url(/images/layout/body_tile.jpg);
	padding:0px 0px 20px 0px;
}
#top
{
	background: url(/images/layout/top_tile.jpg) repeat-x top;
	height: 47px;
}
#top-content
{
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 1010px;
	text-align: left;
}
#top-content ul
{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	list-style: none;
}
#top-content li
{
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-right:1px solid #660000;
	font-size: 16px;
}
.top-content-last
{
	border:none !important;
}
#top-content li a:link, #top-content li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 5px 0px 5px;
}
#top-content li a:hover
{
	color: #990000;
	text-decoration: none;
	background:#FFFFFF;
	padding:0px 5px 0px 5px;
}
#main
{
	width: 685px;
	float: left;
}
#sidebar
{
	width: 325px;
	float: right;
}
#header
{
	width: 100%;
	height: 91px;
	text-align: center;
	background: url(/images/layout/bg.jpg);
}
#header-content
{
	margin: 0px auto;
	padding-top: 15px;
	text-align: left;
	line-height:15px;
}

#header-content h2
{
	margin: 0px 0px 0px 48px;
	padding: 0px;
	font-weight:normal;
	font-style:italic;
	font-size: 12px;
	color: #666666;
}
#footer
{
	border-top: 2px solid #999999;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
#footer-content
{
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	line-height:16px;
	padding: 5px 0px 10px 0px;
}
#footer-content a:link, #footer-content a:visited
{
	color: #E6E6E6;
	text-decoration: underline;
}
#footer-content a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
#sitemap
{
	margin: 5px 0px 0px 0px;
	width: 100%;
	text-align: left;
}
#sitemap ul
{
	padding: 0px 4px 0px 0px;
	margin: 0px;
	list-style: none;
}
#sitemap ul li
{
	display: inline;
	padding: 0px 1px 0px 0px;
}
#sitemap ul li a:link, #sitemap ul li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#sitemap ul li a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
#body-top
{
	width: 685px;
	background: url(/images/layout/body_top.jpg) no-repeat;
	float: left;
}
#body-tile
{
	width: 685px;
	background: url(/images/layout/body_tile.jpg) repeat-y;
	float: left;
}
#body-content
{
	margin: 15px 0px 0px 20px;
	padding: 0px;
}
#body-content h1
{
	margin: 0px 0px 5px 0px;
	font-size: 30px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, helvetica, sans-serif;
	padding: 0px;
	color: #333333;
}
#body-content h1 a:link, #body-content h1 a:visited
{
	margin: 0px 0px 5px 0px;
	font-size: 30px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, helvetica, sans-serif;
	padding: 0px;
	color: #333333;
}
#body-content h1 a:hover
{
	margin: 0px 0px 5px 0px;
	font-size: 30px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Trebuchet MS, Verdana, helvetica, sans-serif;
	padding: 0px;
	color: #CC0000;
}
#body-content h2
{
	margin: 0px 0px 3px 0px;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana;
	padding: 0px;
	color: #333333;
	border-bottom: 2px solid #333333;
}
#body-content h2 a:link, #body-content h2 a:visited
{
	color: #990000;
	font-weight: normal;
	font-size: 13px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#body-content h2 a:hover
{
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}
#body-content h3
{
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	background: #990000;
	border: #990000;
	padding: 2px 0px 2px 4px;
	color: #FFFFFF;
}
#body-content h3 a:link, #body-content h3 a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
#body-content h3 a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
#body-content a:link, #body-content a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
#body-content a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #990000;
}
#about h2
{
	border:none;
	margin-top:10px;
}
#sidebar-bottom-tile
{
	background: url(/images/layout/sidebar_bottom_tile.jpg);	
}
#sidebar-bottom-bottom
{
	background: url(/images/layout/sidebar_bottom_bottom.jpg) no-repeat bottom;	
}
#sidebar-bottom-content
{
	padding: 10px 40px 10px 30px;
	font-size:13px;
}
#sidebar-bottom-content h3
{
	font-size:18px;
	margin:0px;
	padding:0px;
}
#sidebar-bottom-content ul
{
	margin:0px;
	padding:0px 30px 0px 30px;
}
#sidebar-bottom-content a:link, #sidebar-bottom-content a:visited
{
	color:#CC0000;
	text-decoration: none;
	
}
#sidebar-bottom-content a:hover
{
	text-decoration: underline;
	color: #990000;
}

#sidebar-top-tile
{
	background: url(/images/layout/sidebar_top_tile.jpg);
	padding-bottom: 5px;
}
#sidebar-top-bottom
{
	background: url(/images/layout/sidebar_top_bottom.jpg) no-repeat bottom;
}
#sidebar-top-top
{
	background: url(/images/layout/sidebar_top_top.jpg) no-repeat top;
}

#sidebar-top-content
{
	padding: 30px 55px 5px 45px;
	font-size:13px;
}
#sidebar-top-content h3
{
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:18px;
}
#sidebar-top-content ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar-top-content li
{
	border-bottom:1px solid #E6E6E6;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:15px;
}
.sidebar-top-content-last
{
	border-bottom:none !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;	
}

#sidebar-top-content a:link, #sidebar-top-content a:visited
{
	color:#CC0000;
	text-decoration: none;
	
}
#sidebar-top-content a:hover
{
	text-decoration: underline;
	color: #990000;
}
.image-nopadding
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	float: left;
	clear: both;
}
.faqList
{
	padding: 1px 25px 1px 25px;
	font-family: Tahoma;
	margin: 0px;
	list-style: none;
}
.faqListQuestion
{
	list-style-type: square;
}
.faqListAnswer
{
	padding: 2px 10px 5px 10px;
}
.contentBox
{
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	padding: 3px 4px 3px 4px;
}
.contentBox td
{
	border-bottom: 1px solid #E6E6E6;
	padding: 2px 0px 2px 0px;
}
.columnSpacer
{
	width: 10px;
	border: none;
}
.listTable td
{
	padding: 3px 4px 3px 4px;
	border-bottom: 1px solid #E6E6E6;
}
.listTable
{
	border: 1px solid #CCCCCC;
}

.listTable th
{
	padding: 5px 4px 5px 4px;
	background: #990000;
	font-family: Tahoma;
	color: #FFFFFF;
}
.listTable th a:link, .listTable th a:visited
{
	color: #FFFFFF !important;
}

.listFooterRow
{
	background: #D6D6D6;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.listHeaderRow
{
	/*background: #D6D6D6;*/
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.listRow1
{
	background: #FFFFFF;
}
.listRow2
{
	background: #F6F6F6;
}
.listRowHover
{
	background: #E6E6E6;
}

.itemLabel
{
	font-weight: bold;
	font-family: Tahoma;
}
.itemSmall
{
	font-size: 10px;
}
.textbox
{
	font-size: 11px;
	border: 1px solid #999999;
	padding:2px;
	font-family: Tahoma, arial, helvetica, sans-serif;
}

.ad-list
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}
.ad-list li
{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.ad-list-plain
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}
.ad-list-plain a:link, .ad-list-plain a:visited
{
	color:#FFFFFF !important;
}
.ad-list-plain li
{
	padding: 0px;
	
}

.button
{
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background: #F6F6F6;
	font-weight: bold;
	font-family: Tahoma;
	padding:5px 10px 5px 10px;
	color: #333333 !important;
	float:left;
}
a.button:hover
{	
	border: 1px solid #CCCCCC;
	background: #CCCCCC;
	color: #333333 !important;
	text-decoration:none !important;
	
}
a.button:active
{		
	color: #999999 !important;	
}
.buttonLarge a:link, .buttonLarge a:visited
{
	background: url(/images/homepage/buttonlarge.png);
	width: 120px;
	height: 30px;
	float: left;
	color: #FFFFFF !important;
	text-align: center;
	padding-top: 12px;
	font-weight:normal !important;
}
.buttonLarge a:hover
{
	background: url(/images/homepage/buttonlarge_hover.png);
	width: 120px;
	height: 30px;
	float: left;
	color: #FFFFFF !important;
	text-decoration: none !important;
	text-align: center;
	padding-top: 12px;
	font-weight:normal !important;
}
/* homepage */
#headerGraphic
{
	background: url(/images/homepage/header.jpg);
	width: 665px;
	height: 320px;
	margin:5px 0px 0px 0px;
	float:left;
}
#headerGraphicContent
{
	padding:0px 220px 0px 20px;
	font-size:14px;
	color:#FFFFFF;
	line-height:17px;
}
#headerGraphic h1
{
	font-size:36px;
	color:#FFFFFF;
	margin:10px 20px 8px 20px;
}
#headerGraphicContent ul
{
	margin:0px;
	padding:5px 0px 0px 0px;
}
#headerGraphicContent li
{
	padding:0px 0px 15px 20px;
	font-size:15px;
	list-style:none;
}
.hpSpade
{
		background:url(/images/homepage/spade.png) no-repeat 0px 5px;
}
.hpDiamond
{
		background:url(/images/homepage/diamond.png) no-repeat 0px 5px;
}
.hpClub
{
		background:url(/images/homepage/club.png) no-repeat 0px 5px;
}
.hpHeart
{
		background:url(/images/homepage/heart.png) no-repeat 0px 5px;
}
.learnMore a:link, .learnMore a:visited
{
	background: url(/images/homepage/learn_more.jpg);
	width: 120px;
	height: 30px;
	float: left;
	color: #FFFFFF !important;
	text-align: center;
	padding-top: 12px;
	margin-left: 45px;
}
.learnMore a:hover
{
	background: url(/images/homepage/learn_more_hover.jpg);
	width: 120px;
	height: 30px;
	float: left;
	color: #FFFFFF !important;
	text-decoration: none !important;
	text-align: center;
	padding-top: 12px;
	margin-left: 45px;
}

.boxContent
{
	height: 107px;
	padding: 15px;
	color: #666666;
}
.boxContent h3
{
	border: none !important;
	color: #666666 !important;
	background: none !important;
	padding: 0px 0px 5px 0px !important;
	font-size: 16px !important;
}
#box1
{
	width: 214px;
	height: 179px;
	background: url(/images/homepage/left_box.jpg) no-repeat;
	float: left;
	margin: 20px 11px 0px 0px;
}
#box2
{
	width: 214px;
	height: 179px;
	background: url(/images/homepage/middle_box.jpg) no-repeat;
	float: left;
	margin: 20px 11px 0px 0px;
}
#box3
{
	width: 214px;
	height: 179px;
	background: url(/images/homepage/right_box.jpg) no-repeat;
	float: left;
	margin: 20px 0px 0px 0px;
}

.hp-list
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.hp-list li h4
{
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana;
	padding: 2px 0px 2px 0px;
	color: #993333;
}

#hp h4 a:link, #hp h4 a:visited
{
	color: #993333;
}
#hp hp4 a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.hp-list li h5
{
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	padding: 2px 0px 2px 0px;
	color: #333333;
}

.register
{
	font-size: 13px;
	font-weight: normal;
}
#hp .register a:link, #hp .register a:visited
{
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #993333;
}
#hp .register a:hover
{
	color: #FFFFFF;
	background: #CC0000;
	padding: 5px;
	border: 1px solid #990000;
	text-decoration: none;
}
#hpQuote
{
	font-size:14px;
	font-style:italic;
	margin:5px 0px 0px 0px;
	text-align:center;
	
}
#hpStats 
{
	font-size:14px;
	margin:0px 0px 0px 0px;
	text-align:center;
}

/* color picker */
.cpBox
{
	border: #990000;
	background: #CCCCCC;
	height: 15px;
	width: 15px;
	float: left;
}
.cpTop
{
	border: 1px solid #333333;
}
.cpTable
{
	background: #CCCCCC;
	border: 1px solid #666666;
}
#cpTextbox
{
	background: #FFFFFF;
	border: 1px solid #666666;
	width: 55px;
	font-size: 11px;
	float: left;
}
.closelink
{
	color: #660000;
	float: right;
}
/* end color picker */