/*
/////////////////////////////////////

                             Defaults

/////////////////////////////////////
*/

body
{
	background: #000;
	font: Helvetica, Arial, sans-serif;	
	color: #fff;
}
th, td
{
	vertical-align:top;
}
a, a:link, a:visited
{
	color: #5EA6E5;
}
td ul, td li
{
		margin-bottom:0;
}
ul, ol
{
	padding-left:30px;
}

/*
/////////////////////////////////////

                             Wrapper

/////////////////////////////////////
*/

#page
{
	width: 960px;
	position: relative;
	margin: 0 auto;
}

.page_bg
{
	position: absolute;
	left: 50%;
	top: 500px;
	margin-left: -639px;
	width: 539px;
	height: 723px;
}

/*
//////////////////////////////////

                             Header

//////////////////////////////////
*/

#header
{
	width: 960px;
	height: 100px;
	clear: both;
}

#menu
{
	width: 960px;
	height: 131px;
	background: transparent url("../images/menu_bg.png") no-repeat top center;
	clear: both;
	margin-bottom: 266px;
}

#menu ul
{
	padding-top: 36px;
	margin-bottom: 0;
	float:right;
	clear: right;
	width:830px;
}

#menu li
{
	list-style-type: none;
	display: inline;
	margin-left:10px;
	margin-right:10px;
}
#menu a, #menu a.there, #menu a:hover
{
	text-decoration:none;
	color:#fff;
	font-size: 30px;
	text-transform:uppercase;
	line-height:normal;
}

#submenu
{
	width: 960px;
	clear: both;
}

#submenu ul
{
	padding: 0;
	margin-top: 5px;
	float: right;
}

#submenu li
{
	list-style-type: none;
	display: inline;
	margin-right:10px;
}

#submenu a, #submenu a.there, #submenu a:hover
{
	text-decoration:none;
	color:#fff;
	font-size: 22px;
	margin-top:5px;
}

#banner
{
	height: 571px;
	background: #000 url("../images/banner.jpg") no-repeat top center;
	margin-bottom: -571px;
}

/*
////////////////////////////////////

                             Content

////////////////////////////////////
*/

#content
{
	width: 960px;
	min-height: 516px;
	margin: 0 auto;
	clear: both;
	float: left;
	background: transparent url("../images/content_bg.png") repeat-y top center;
	margin: 0;
}

#content_wrapper
{
	float:left;
	width:700px;
	clear:both;
	margin-bottom:15px;
}

#color_bar
{
	width: 960px;
	height: 12px;
	background: url("../images/color_bar.gif") no-repeat top center;
}

#primary_top
{
	width: 940px;
	height: 54px;
	margin: 0 auto;
	clear: both;
	background: #20409A;
}

#primary
{
	width: 894px;
	min-height: 186px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-left: 3px solid #20409A;
	border-right: 3px solid #20409A;
	font-family: Georgia, garamond, serif;
	font-size: 14px;
	padding:20px;
	background: transparent url("../images/primary_bg.png") repeat-y top center;
}

#primary_bottom
{
	width: 940px;
	height: 3px;
	margin: 0 auto;
	margin-top: -3px;
	margin-bottom: 10px;
	background: #20409A;
	clear:both;
	margin-bottom:15px;
}

#primary h1, #primary h2, #primary h3, #primary h4
{
	color: white;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	line-height:normal;
}
#primary h1
{
	position: absolute;
	font-size:48px;
	margin-top: -74px;
	padding-left:0;
}
#primary h2
{
	font-size:22px;
	color:#F7941E;
}
#primary h3
{
	font-size:16px;
	color:#F7941E;
}

/*
////////////////////////////////////

                             Sidebar

////////////////////////////////////
*/

#sidebar
{
	width: 280px;
	float: right;
}

#slideshow_sidebar
{
	
	margin-top: -186px;
	margin-left: 3px;
}

.slideshow_overlay
{
	position: relative;
}


/*
////////////////////////////////////

                            Banners

////////////////////////////////////
*/

.block
{
	width: 220px;
	height: 220px;
	margin: 35px 10px 20px 10px;
	float:left;
}
.block.events
{
	background: transparent url("../images/yellow_box_bg.png") no-repeat top center;
	line-height:normal;
}
.block.events ul
{
	width:180px;
	margin:60px 0 0 10px;
	padding:0 5px 0 15px;
	list-style-type: circle;
}
.block.events li
{
	padding:0;
	margin:0 0 10px 0;
}

.block.events a
{
	text-decoration: none;
	color: #fff;	
	font-size:12px;
}
.block.events a:hover
{
	color:#FF0;
}


/*
///////////////////////////////////

                             Footer

///////////////////////////////////
*/

#footer
{
	border: 3px #7F3F98 solid;
	height:10px;
	clear: both;
	margin: 10px;
}

#copyright
{
	width: 950px;
	clear: both;
	text-align: right;
	font-size:12px;
	color:#999;
	margin-bottom:55px;
}

#copyright a, #copyright a:link, #copyright a:visited
{
	font-size:12px;
	color:#999;
}

#copyright img
{
	margin-top:10px;
}



/*
///////////////////////////////////////

               General Purposes Classes

///////////////////////////////////////
*/

.left 		{ float:left; margin: 0 20px 10px 0; }
.right 		{ float:right; margin: 0 0 15px 15px; }
.spacer 	{ height:15px; }
.hidden 	{ display:none; }

.error_message_box td 
{
	vertical-align:middle;
}
.error_message_box  table
{
	padding:0;
	margin:0;
}
.success_message_box td
{
	vertical-align:middle;
}
.success_message_box  table
{
	padding:0;
	margin:0;
}

.error
{
	border:red;
	background:#FFB0B3;
	color:black;
	padding:5px;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
}

/*
///////////////////////////////////////

		General Purpose Data Table
				 
///////////////////////////////////////
*/

table.data
{
	border-spacing:0 0;
	border-collapse:collapse;
	border:1px solid #444;
}
table.data td, table.data th
{
	padding:5px 10px;
	border:1px solid #444;
	background:#222;
	color:#fff;
}
table.data th
{
	background:#444;
	border:1px solid #444;
	color:#fff;
}

/*
///////////////////////////////////////

            General Purpose Data Table
					 
///////////////////////////////////////
*/

fieldset
{
	margin:0;
}
fieldset legend
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}
fieldset table
{
	margin-top:10px;
	margin-bottom:10px;
}
table.input
{
	padding:4px;
}
table.input td, table.input th
{
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}
table.input th
{
	text-align:right;
}
input, select, textarea, label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
label
{
	font-weight:bold;
}

/*
///////////////////////////////////////

                              Sub-Menu

///////////////////////////////////////
*/

.tab_menu
{
	padding:0;
	margin:0;
	margin:15px 0;
	height:28px;
	display:block;
	clear:both;
	border-bottom:1px solid #EE2B2F;
	
}
.tab_menu li
{
	padding:0;
	margin:0;
	float:left;
	display:inline;
}
.tab_menu a, .tab_menu a:link
{
	display:block;
	float:left;
	margin-right:5px;
	padding:2px 10px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background:#666;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.tab_menu a.there 
{
	display:block;
	float:left;
	margin-right:5px;
	padding:2px 10px;
	background:#EE2B2F;
	color:#fff;
}


/*
///////////////////////////////////////

                          Button Styles
					 
///////////////////////////////////////
*/

a.button, a.button:link, a.button:visited, input.button
{
	padding:2px 15px;
	background:#EE2B2F;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px outset #EE2B2F;
}
a.button.small, a.button.small:link, a.button.small:visited, input.button.small
{
	color: #fff;
	font-size:12px;
	padding:3px 10px;
}
a.button:hover, input.button:hover
{
	color:#fff;
}

