body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
	background:#b81200 url(/images/layout/bg.gif) top left repeat-x;
}
a:link{color:#b81200; text-decoration:none;}
a:visited{color:#b81200; text-decoration:none;}
a:hover{color:#0e1b49; text-decoration:underline;}
a:active{color:#b81200; text-decoration:none;}

h1, h2, h3, h4{color:#333; margin:5px 0; padding:0;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}

/* WRAPS SITE WIDTH AND CENTERS */
#site-wrap{
	width:798px;
	margin:20px auto;
	padding:0;
	background:#FFF;
	border:1px solid #FFF;
}
#header{
	padding: 0 0 5px 0;
	background:#e3e3e3;
	border-bottom:1px solid #999;
}
#header-left{
	float:left;
	/* width:500px; */
	width: 273px;
}
#header-right{
	float:right;
	/* width:300px; */
	width: 500px;
	text-align:center;
}
.tagline{
	font-size:16px;
	margin-top:30px;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
}
.tagline-sub{
	font-size:12px;
	margin-top:10px;
}
#my-account{
	padding:3px 0 0 0;
}

#toll-free{
	color:#cc3333;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-align:center;
	margin: 15px 0 0 0;
}

#search{
	width:210px;
	float:right;
}
#search input{float:left; margin:0 3px 0 0; padding:0}
/* WRAPS SIDEBAR & CONTENT SECTION  (contains faux image for sidebar) */
#content-wrap{
	width:798px;
	background: url(/images/layout/bg_sidebar.gif) top left repeat-y;
}
#sidebar{
	float:left;
	width:180px;
	padding:0;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:bold;
}	
#sidebar li a:link, #sidebar li a:visited {
	color: #333;
	display: block;
	background:  url(/images/layout/bg_sidebar_menu.gif);
	padding: 9px 0 0 21px;
}
#sidebar li a:hover {
	color: #960f00;
	background:  url(/images/layout/bg_sidebar_menu.gif) 0 -32px;
	padding: 9px 0 0 21px;
}
/*
#sidebar li.memberonly ul li a{
	background:#FFF;
	margin:0 1px 0 0;
	padding:2px 0 0 10px;
}
#sidebar li.memberonly ul li{
	line-height:14px;
}
*/
/* NESTED */

	#sidebar li ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#sidebar li ul a {
		height: 32px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 24px;
		text-decoration: none;
		font-weight:normal;
	}	
	#sidebar li ul a:link, #sidebar li ul a:visited {
		color: #333;
		display: block;
		background:  url(/images/layout/bg_sidebar_menu_nested.gif) top right no-repeat;
		padding: 8px 0 0 45px;
		font-size:11px;
	}
	#sidebar li ul a:hover {
		color: #960f00;
		background:  url(/images/layout/bg_sidebar_menu_nested.gif) right -32px no-repeat;
		padding: 8px 0 0 45px;
	}

#sidebar .heading{
	background:#fcfcfc;
	padding:5px;
	color:#cc3333;
	font-size:14px;
	text-transform:uppercase;
}
#sidebar p{
	padding:5px 8px;
}
#content{
	float: left;
	width:570px;
	padding: 10px 10px 0 10px;
	margin: 0 0 0 10px;
}

#content ul{
	list-style-image:url(/images/layout/bullet.gif);
	line-height:16px;
	}
#footer{
	padding:8px;
	text-align:center;
	background:#e4e4e4;
	line-height:normal;
	border-top:1px solid #CCC;
}
#footer a{color:#333; text-decoration:none; padding: 0 8px;}

#copyright{
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0 10px 0;
}
#copyright a{
	color:#FFFFFF
}
.clearboth{clear:both}
.small{font-size:11px;}
.medium{font-size:14px;}
.large{font-size:18px;}

.img-left{
	float:left;
	margin:0 8px 8px 0;
}
.img-right{
	float:right;
	margin:0 0 8px 8px;
}

.table_header {
	font-weight: bold;
	color: #fff;
	background:#b81200 url(/images/layout/bg.gif) top left repeat-x;
}

.section_header {
	font-weight: bold;
	color: #fff;
	background:#b81200 url(/images/layout/bg.gif) top left repeat-x;
	padding: 4px;
}

ul#rotate {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 10px 0;
}
ul#rotate li{
	list-style:none;
}
.green{
	color:#00AF07;
}

ul#rotate{
	overflow:hidden;
	height:100px;
}

.newmembers{
	padding-left:10px;
	margin:3px 0;
	display:block;
	font-size:14px;
}

ul.list-newmembers li{
	margin:0 0 0 23px;
	font-size:11px;
	list-style:circle;
}

/* MISC NEW STYLING */
.heading, .heading-green{
	background:url(/images/layout/bg.gif) top left repeat-x;
	padding:3px;
	color:#FFF;
}

h1.heading,h2.heading,h3.heading{
	font-weight:normal;
	margin:10px 0;
}
strong.heading{
	display:block;
	margin:8px 0;
}

hr{
	width:100%;
	border:1px dotted #CCC;
}

div.highlight{
	background:#FFFFCC;
	padding:8px;
	border:2px solid #d7d7b1;
	text-align:center;
	font-size:18px;
}

.column-50{
	float:left;
	width:275px;
	margin:10px 20px 10px 0;
}
.column-50.last{
	margin: 10px 0 10px 0;
}
.column-50 h3{
	font-size:14px;
}

.event-highlight{
	padding:4px;
	border-top:1px dotted #CCC;
	margin:3px 0;
}
.even{
	background:#f5f5f5;
}
.ads{
	text-align:center;
}


/* FORMS */
form {
    text-align: left;
	border:0;
}
fieldset {
    margin-bottom: 10px;
    border: 0;
}
form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    font-weight: bold;
}
form ul {
    margin: 10px 0px;
    padding: 0;
    border: 0;	
}
form li {
    list-style: none;
    padding: 5px 10px 5px 25px;
    margin: 0px;
    clear: both;
    border-top: none;
}
form li.even {
    background:#f5f5f5;
}

form li label {
    float: left;
    width: 200px;
	font-size:11px;
}
form li.nodda{
	background:#FFF;
}
input, textarea, select {
    padding: 4px;
    color: #444;
    background: #FFF;
    border: 1px solid #CCC;
}
input:hover, textarea:focus, textarea:hover, select:hover {
    color: #000;
    background: #FFFFCC;
    border: 1px #666;
    border-style: inset;
}
input:focus, textarea:focus, select:focus {
    color: #000;
    background: #FFFFF2;
    border: 1px #333;
    border-style: inset;
}

.button {
    background: #8B0F02;
    color: #FFF;
	font-size:11px;
	text-transform:uppercase;
	border:1px solid #3C7198;
	-moz-border-radius: 5px;
}

.button:hover {
    background: #B81200;
    color: #FFF;
	font-size:11px;
	text-transform:uppercase;
	border:1px solid #3f3f3b;
	-moz-border-radius: 5px;
}
#content ul.adv-list{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
#content ul.adv-list li{
	width:50%;
	height:125px;
	float:left;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
	text-align:center;	
}
.message{
	background:#FFFFCC;
	padding:3px;
	margin:5px 0;
}

.cycle1{
	margin:0;
	padding:0;
	list-style-type: none;
	list-style: none;
	background-image:none;
	text-align: center;
	float:left;
	clear:both;
	background:#FFF;
	background-image:none;
}

.cycle1 li{
	list-style-type: none;
	list-style: none;
	height:130px;
	width:240px;
	float:left;
	overflow:hidden;
	text-align:center;
	background:#FFF;
	background-image:none;	
}
.cycle1{padding-bottom:5px;margin-bottom:5px;}