/*
 * *** BROWSER COMPATABILITY (tested) ***
 * IE 7+
 * Opera 9.6+
 * Safari 4+
 * Firefox 3+
 * Chrome 2+
*/
/*** BEGIN: general styles ***/
html, body{
	margin: 0 auto;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
    color: #fff;
    background: #290404;
}

ul li{
	list-style-type:none;
	color:#FFF;
	margin-bottom:3px;
	text-indent: -1em;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

td{ vertical-align: top; }

.spade_bullet{
	color:#D90000;
}

#register{
	height: 33px;
	width: 202px;
	border: 0;
	background: url(images/register-now-btn.png) top center no-repeat;
}

.clear{
	clear: both;
	line-height: 0.01em;
	height: 0.01em;
	margin: 0;
	padding: 0;
}

.eventHeadlines{
	font-weight: bold;
}

.eventDates{
	line-height: 18px;
	padding: 8px;
}

.center-container{
/*
 * used to center content that doesn't fill the whole width of the screen over
 * repeating background textures that fill the width of the screen
*/
	margin: 0 auto;
	width: 980px;
}

.white_right_aligned{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
}
.white_right_aligned a{
	color:#FFF;
	text-decoration:none;
}

h1{
	color:#FFD66A;
	text-transform:uppercase;
	margin-bottom:12px;
}

h2{
	color:#FFD66A;
	text-transform:uppercase;
	margin-top:22px;
	margin-bottom:12px;
    font-size: 20px;
}

h3{
	color:#FFD66A;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	margin-top:11px;
	margin-bottom:9px;
	width:100%;
	padding-bottom:2px;
}
h4{
	color:#FFD66A;
	text-transform:uppercase;
    font-size:14px;
	margin-top: 5px;
	margin-bottom: 1px;
	font-weight:bold;
}

span.bullet{ /* the cross-shaped bullet between links in the header; leave in general section for possible re-use  */
	height: 10px;
	width: 16px;
	background: url(images/diamond-bullet.png) no-repeat;
	margin-top: 2px;
    *margin-top: -14px;
	margin-left: 10px;
	display: inline-block;
}

a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: #fff;
    text-decoration: none;
}

.centered_heading{
	text-align:center;
	font-size:22px;
	color:#FFF;
	margin-bottom:20px;
}
/*** END: general styles ***/

/*** BEGIN: header styles ***/
#header{
	background: url(images/header_tile.png) repeat-x;
	height: 104px;
	width: 100%;
	position: relative;
}

#left_navigation_bar{
	font-size:15px;
	float:left;
	width:358px;
	text-align:right;
	margin-right:15px;
}
#left_navigation_bar a:hover{ color:#b69b47; }

#right_navigation_bar{
	font-size:15px;
	position:relative;
	top:0;
	float:right;
	width:358px;
	text-align:left;
	margin-left:15px;
}
#right_navigation_bar a:hover{ color:#b69b47; }

#top_nav{
	height:20px;
	margin-top:2px;
}

#bottom_nav{
	height:20px;
	margin-top:45px;
}
.logo_img{
	margin-top:2px;
}

#logo{
	float:left;
	width:227px;
}
#logo-login{
	margin: 0 auto;
	width:227px;
}
/*** END: header styles ***/

/*** BEGIN: body styles ***/
#body{
	width: 100%;
	background: url(images/grey_tile.png) 0 0 repeat;
	padding: 60px 0 40px 0;
	min-height: 400px;
    *padding-top: 50px;
}
/*** END: body styles ***/

/*** BEGIN: footer styles ***/
#footer{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/red_tile.png) 0 0 repeat;
	height: 280px;
	overflow: visible;
}

.callout_button{
	color:#FFD66A;
	float:right;
	padding:2px;
	width:180px;
	font-size:12px;
	text-transform:uppercase;
	margin-top:20px;
	text-align:right;
}

.callout_button a{
	text-decoration:none;
	color:#FFD66A;
}

.callout_button a:hover{
	color:#AE322A;
	text-decoration:none;
}

.callout_left_image{
	float:left;
	/*width:102px;
	height:80px;*/
	/*border: solid 1px #000;*/
	margin-top:15px;
}

.callout_right_text{
	/*float:right;*/
	width:100%;
	color:#FFF;
}

.callout{
	width:287px;
	height:250px;
	margin-left:7px;
	float:left;
	/*background-image:url(../images/callout_bg_tile.png);
	background-repeat:repeat;*/
	padding-left:15px;
	padding-right:15px;
}

.footer{ padding-top: 20px; }

.footer a{
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
}
.footer a:hover{
	color:#FFD66A;
	text-decoration:none;
	text-transform:capitalize;
}
/*** END: footer styles ***/
