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

                             Defaults

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

body
{
	background: url('../images/page_bg.gif');
	font-family: Verdana, sans-serif;	
}
th, td
{
	vertical-align:top;
}
a, a:link, a:visited
{
	color: #423F57;
}
a:hover
{
	color: #84819B;
}

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

                             Wrapper

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

#page
{
	position: relative;
	margin:0 auto;
}

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

                             Header

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

#header
{
	height: 65px;
	clear: both;
	background: url('../images/header_bg.gif');
}

#header_wrapper
{
	width: 960px;
	height: 65px;
	margin: 0 auto;
	position: relative;
	clear:both;
}
#logo
{
	width: 358px;
	height: 49px;
	float: left;
	margin-top: 10px;
	background: transparent url('../images/logo_large.png') no-repeat top center;
}

#logo a
{
	display: block;
	width: 100%;
	height: 100%;
}


#menu
{
	height: 59px;
	background: url('../images/menu_bg.gif');
}
#menu_wrapper
{
	width: 960px;
	height: 59px;
	margin: 0 auto;
}

#menu ul
{
	padding:0;
	margin:0;
	margin-left:18px;
}

#menu li
{
	list-style-type: none;
	display: inline;
	float: left;
	padding:0;
	margin:0;
	margin-top: 15px;
}

#menu a, #menu a:link, #menu a:visited
{
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#fff;
	background: transparent url("../images/menu_merged_left.png") no-repeat top left;
	margin-right: 25px;
	line-height:normal;
}
#menu a span.menu_item
{
	display:block;
	height:18px;
	margin:0;
	padding:10px 15px 5px 15px;
	background: transparent url("../images/menu_merged_right.png") no-repeat top right;
	margin-right: -10px;
}
#menu a.there
{
}
#menu a.there span
{
}


#banner
{
	height: 340px;
	background: url('../images/banner_bg.jpg');
}

#banner_wrapper
{
	width: 960px;
	height: 340px;
	margin: 0 auto;
	background: url('../images/banner.jpg');
}

.square_link_A
{
	display: block;
	width: 100px;
	height: 140px;
	left: 50%;
	top: 100px;
	margin-left: 775px;
}

.square_link_B
{
	display: block;
	width: 75px;
	height: 90px;
	left: 50%;
	top: 200px;
	margin-left: 850px;
}

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

                        Social Media

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

#social_media
{
	width:200px;
	height:36px;
	position:absolute;
	top:15px;
	right:0px;
	z-index:550;
}

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

                             Content

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

#bow
{
	height: 47px;
	clear: both;
	background: url('../images/bow_bg.gif');
}

#bow_center
{
	position: absolute;
	left: 50%;
	margin-left: -480px;
	margin-top: -18px;
	width: 168px;
	height: 78px;
	background: url('../images/bow.png');
}

#content
{
	width: 960px;
	margin: 25px auto;
}

#primary_top
{
	width: 630px;
	height: 7px;
	background: transparent url('../images/primary_top.png') no-repeat top center;
}

#primary
{
	width: 600px;
	padding: 8px 15px 8px 15px;
	background-color: #fff;
	min-height: 450px;
	font-size: 12px;
	padding-top: 15px;
	color:#555;
}

#primary_bottom
{
	width: 630px;
	height: 7px;
	background: transparent url('../images/primary_bottom.png') no-repeat top center;
}

#primary_all
{
	float: left;
}

#primary h1, #primary h2, #primary h3, #primary h4
{
	color: #6F6C8C;
	font-weight: normal;
}
#primary h1
{
	font-size:34px;
	border-bottom:1px dashed #aaa;
	padding-bottom:0;
}
#primary h2
{
	font-size:22px;
}
#primary h3
{
	font-size:18px;
	font-weight: bold;
}

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

.sidebutton_top
{
	width: 329px;
	height: 144px;
	background: transparent url('../images/sidebutton_top.png') no-repeat top center;
}

.sidebutton_bottom
{
	width: 329px;
	height: 144px;
	background: transparent url('../images/sidebutton_bottom.png') no-repeat top center;
}

.big_link
{
	display: block;
	width: 100%;
	height: 100%;
}

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

                             Footer

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

#copyright
{
	width: 960px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: normal;
	text-align: center;
}

#copyright table
{
	margin: 0 auto;
}

#copyright td
{
	padding: 20px;
	vertical-align: middle;
}

#copyright a, #copyright a:link, #copyright a:visited
{
	color:#000;
	text-decoration: none;
}

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

               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 #ccc;
}
table.data td, table.data th
{
	padding:5px;
	border:1px solid #ccc;
	background:#fff;
	color:black;
}
table.data th
{
	background:#444;
	border:1px solid #ccc;
	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:15px 0;
	height:28px;
	display:block;
	clear:both;
	border-bottom:1px solid #ccc;
	
}
.tab_menu li
{
	margin:0;
	float:left;
	display:inline;
}
.tab_menu a, .tab_menu a:link
{
	display:block;
	float:left;
	margin-right:5px;
	padding:5px 10px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background:#ccc;
	color:#000;
}
.tab_menu a.there 
{
	display:block;
	float:left;
	margin-right:5px;
	padding:5px 10px;
	background:#333;
	color:#fff;
}


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

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

a.button, a.button:link, a.button:visited, input.button
{
	padding:2px 15px;
	background:#84819B;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px outset #0E76BC;
}
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;
}

