/*   AZ Dodgeball Website Style Sheet (Main Layout Style)
     Created by: Clint Applegate (CA Visual Design)
	 Dated: 9/22/07
======================================================================*/
/*
	--------------------------------------------------------------------
	1. Page Properties Definition (Body, Links, Headings)
		1.1 Body and Margins
		1.2 Headings (h1, h2, h3, h4 for main content)
		1.3 Links	
	--------------------------------------------------------------------
	2. Layout Boxes Definition  (Wrapper, ID Box(Header, Content, Footer)
		2.1 Main_Wrapper (The first mainbox that wrapped the whole layout)
		2.2 Header_container
		2.3 Content_container
		2.4 Main_footer_container	
	--------------------------------------------------------------------
	3. Navigations (Navigation Container, Main Menu, Sub Menu)
		3.1 Main Menu
		3.2 Sub Menu
	--------------------------------------------------------------------
	4. Content Boxes Definition (Main_content, Sidebox)
		4.1 Leftside Content (Content_Section)
		4.2 Sidebox Content (Rightside_Section, Rightside_Section Heading)
	--------------------------------------------------------------------
	5. Footer Boxes Definition (copyright, misc.)		
	--------------------------------------------------------------------

*/

/*	--------------------------------------------------------------------
	1. Page Properties Definition (Body, Links, Headings)
	====================================================================*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 18px;
	color: #C10513;
	background-image: url(../images/title_bg_contentbox.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 25px;
	margin:0px;
}
h2 {
	font-size: 16px;
	color: #C10513;
}
h3 {
	font-size: 14px;
	color: #C10513;
}
h4 {
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #F2B600;
}

a:active {
	text-decoration: none;
}

/*	--------------------------------------------------------------------
	2. Layout Boxes Definition  (Wrapper, ID Box(Header, Content, Footer)
	====================================================================*/

#main_wrappper {
	margin: 0px auto;
	padding: 0px;
	width: 918px;
}
#main_wrappper #header_container {
	margin: 0px auto;
	padding: 0px;
	height: 323px;
	width: 860px;
}
/*	2. Header Content (Logo, Flash box)
	====================================================================*/
.logo {
	float: left;
	width: 127px;
	margin-right: 15px;
	margin-top:15px;
}

#flash {
	float: left;
	width: 715px;
	height: 200px;
	margin-top:15px;
	margin-bottom: 10px;
}

#content_container {
	margin: 37px 0px 0px;
	width: 918px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#main_content_container {
	margin: 0px auto;
	padding: 0px;  /*42px was set before for left and right padding but used margin auto instead to void problem*/
	width: 834px;
}

#content_container_footer {
	background-image: url(../images/content_footer_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 918px;
}

#footer_container {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 80px;
	width: 918px;
}

/*	--------------------------------------------------------------------
	3. Navigation (Navigation Container, Main Menu, Sub Menu)
	====================================================================*/

#navigation_container {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	float: left;
	height: 90px;
	width: 708px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
}

/*	2. Main Menu (UL, LI, a:link, a:hover)
	====================================================================*/
#main_menu {
	margin: 0px auto;
	padding: 0px;
	height: 45px;
	width: 697px;
}

#main_menu ul {
	margin:0;
	padding:0 0 0;
	list-style:none;
}

#main_menu li {
	float:left;
	display:block;
	
	margin:0;
	padding:0px 0px 0 0 ;
	height:45px;
	width:110px;
	overflow:hidden;
	vertical-align: middle;
}

#main_menu a 
{
    font-size: 12px;
    font-family: 'Arial' , Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	display:block;
	padding: 15px 10px 0px 0px;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#333333;
	height:45px;
	width:110px;
	text-align:center;
	vertical-align: middle;
}

#main_menu a:hover {
	color:#FFFFFF;
	padding: 15px 10px 0px 0px;
	margin: 0;
	width:110px;
	background: url(../images/main_menu_ovr.jpg) no-repeat;
}

#main_menu li.current {
	background: url(../images/main_menu_ovr.jpg) no-repeat;
	color:#FFFFFF;
}
/*	2. Sub Menu (UL, LI, a:link, a:hover)
	====================================================================*/
#sub_menu {
	margin: 0px auto;
	padding: 0px;
	height: 45px;
	width: 697px;
}

#sub_menu ul {
	margin:0;
	padding:0 0 0;
	list-style:none;
}

#sub_menu li {
	float:left;
	display:block;
	
	margin:0;
	padding:0px;
	height:45px;
	width:85px;
	overflow:hidden;
	vertical-align: middle;
}

#sub_menu a {
    font-size: 12px;
    font-family: 'Arial' , Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	display:block;
	padding: 15px 10px 0px 0px;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#FFF;
	height:45px;
	width:85px;
	text-align:center;
	vertical-align: middle;
}

#sub_menu a:hover {
	color:#FFF;
	padding: 15px 10px 0px 0px;
	margin: 0;
	width:85px;
	background: url(../images/sub_menu_over.jpg) no-repeat;
}

/*	--------------------------------------------------------------------
	4. Content Boxes Definition (Content Sections, Sidebox Section)
	====================================================================*/

/*	4.1 Leftside Content (Leftside_Content, Content_Section)
	====================================================================*/
.leftside_content {
	margin: 0px;
	padding: 0px;
	width: 532px;
}

.content_section {
	background: url(../images/hr_divider_bg.gif) repeat-x center bottom;
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
}

/*	4.2 Sidebox Content (Rightside_Section, Rightside_Section Heading)
	====================================================================*/
.rightside_content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 275px;
	color:#fff;
}

.rightside_section {
	background-image: url(../images/hr_divider_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
}

.rightside_content h1 {
	font-size: 16px;
	line-height:20px;
	color: #C10513;
	background-image: url(../images/title_bg_sidebox.jpg);
	background-repeat: no-repeat;
	padding: 11px 10px 10px 25px;
	margin: 0px;
}

.contentbox_clear{
	clear:both;
	height:0;
	font-size: 1px;
    line-height: 0px;
	margin:0px;
	padding:0px;
}

#mailing {
	display: block;
	margin: 5px;
	padding:0px;
}

#mailing input {
	font-size: 11px;
	padding: 2px 2px 3px 2px;
	border: 1px solid #930000;
	margin: 0 6px 0 0;
	width: 150px;
	float:left;
}

#mailing .submit_btn {
	width: 86px;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	height: 26px !important;
	float:left;
}

.content_section ul {
	line-height: 18px;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}

/*	--------------------------------------------------------------------
	5. Footer Boxes Definition (Main Footer Container, Copyright, Misc.)
	====================================================================*/
	
#main_footer_container {
	margin: 0px auto;
	padding: 0px;  /*42px was set for left and right padding but used margin auto instead*/
	width: 834px;
}

#main_footer_container a:link {
	color: #C10513;
	text-decoration: none;
}
#main_footer_container a:visited {
	text-decoration: none;
	color: #660000;
}
#main_footer_container a:hover {
	text-decoration: underline;
	color: #F2B600;
}

#main_footer_container a:active {
	text-decoration: none;
}

.rightside_footer {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 275px;
}
.copyright_box {
	width: 425px;
	margin-left:100px;
}
.misc_footer{
	text-align: left;
	display: block;
	margin-bottom:10px;
}
/*Rightside Link Style
-------------------------------------------------*/
.rightside_content a:link {
	color: #FFCC00;
	text-decoration: none;
}
.rightside_content a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.rightside_content a:hover {
	text-decoration: underline;
	color: #F2B600;
}
#registration-menu{
	width: 250px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#registration-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#registration-menu li {
	display:block;
	
	margin:0;
	padding:0px;
	height:32px;
	width:247px;
	overflow:hidden;
/*	vertical-align: middle;*/
}
#registration-menu a {
	font-size: 12px;
	font-family: 'Arial' , Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	padding: 8px 0px 0px 25px;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#FF9900;
	height:30px;
	width:230px;
	text-align:left;
	vertical-align: middle;
	background-image: url(../images/nav-right-bg.jpg);
	background-repeat: no-repeat;
}

#registration-menu a:hover {
	color:#FFF;



}
