/*CSS Designed by Brian Cox.  Severna Park, MD. [webmaster at severnaparkwrestlig dot com]*/

/*==============================================================================================================================*/
/* Core Componetes of the site	 																								*/
/*==============================================================================================================================*/

body {
	
	background-color: #ededed;
	
	font-family: Arial, Helvetica, sans-serif; 
	
	font-size:11px; 
	
	color: #000000;
	
	position: relative;
}

#main_bg {
	
	width: 795px;
		
	margin: 0;
	
	margin-top: 0px;
	
	background-image:url('/images/bottom_bg.png');
	
	font-weight: normal;

}

#main_content {
	
	width: 775px;
		
	margin: 0;
	
	margin-top: 0px;

}

#head_info {
		
	height: 15px;
	
	background-image:url('/images/core/inv_pics_header.png');
		
	font-size: 10px; 
				
	font-weight: bold;
	
	text-align:left;
	 	
	padding-top: 5px;
	
	text-indent:5px;
	
}


#head_banner {
		
	height: 132px;
	
	background-image:url('/images/core/banner.gif'); 
	
	background-repeat:no-repeat;
	
}

.colorFFFFFF { color:#FFFFFF;}

.backgroundColorFFFFFF {background-color:#FFFFFF;}

/*==============================================================================================================================*/
/* Menu Section																													*/
/*==============================================================================================================================*/

#leftNav {

	float: left;

	width: 150px;
			
	background-color: #D9D9D9;
		
	font-weight: normal;
		
}

.leftNavMenu {
		
	padding-top: 2px;
	
	padding-bottom: 2px;
	
	padding-left: 19px;
			
	border-right-width: 2px;
	
	border-right-style: solid;
	
	border-right-color: #D9D9D9;
	
	border-bottom-width: 1px;
	
	border-bottom-style: solid;
	
	border-bottom-color: #D9D9D9;
	
	text-align:left;
	
}

.leftNavMenu a { color:#3366CC; text-decoration: none; }
.leftNavMenu a:visited { color:#666666;}
.leftNavMenu a:link, .menu a:active { color:#3366CC;}
.leftNavMenu a:hover { color: #122c5f; font-weight: bold; text-decoration:none}

.leftNavBottom { vertical-align:bottom; }

/*==============================================================================================================================*/
/* Main content sections. 																										*/
/*==============================================================================================================================*/

#contentArea {
	
	float: right;
	
	width: 594px;
	
	height: 100%;
		
	font-weight: normal;
	
	padding-left: 15px;
	
	padding-right: 15px;

}

#indent {

	padding-left:25px;

}

#notificationBox {

	width:350px;
	
	text-align:center;
				
	border:#003366;
	
	border-style:solid; 
	
	border-width:thin;
	
	background-color:#89AEFF

}

.pageTitle {
	
	font-size: 18px;
	
	font-weight: bold;
		
	border-bottom-width: 1px;
	
	border-bottom-style: solid;
	
	border-bottom-color: #ededed;
	
	text-align:left;
		
	padding-top: 8px;
	
	padding-bottom: 8px;


}

/*==============================================================================================================================*/
/* Individual content sections. 																								*/
/*==============================================================================================================================*/
.sectionTitle {
		
	font-size: 14px;
	
	font-weight: bold;
	
	color: #023D87;
	
	border-bottom-width: 1px;
	
	border-bottom-style: solid;
	
	padding-top:20px;
	
	text-align: left;
	
	border-bottom-color: #999999;
	
}

.newsTitle { float: left; width: 90%; }

.newsDate {

	float:right;
	
	width:10%;
	
	color: #9f9f9f;
	
	font-size:10px;
		
	padding-top:23px; 

}

.sectionContent {

	clear: both;
			
	border-bottom-width: 1px;
	
	border-bottom-style: solid;
		
	text-align: left;
	
	border-bottom-color: #ededed;
	
	padding-bottom:10px;
	
	padding-top:5px;
		
}
.sectionContentLink { vertical-align:middle }

/*==============================================================================================================================*/
/* Table content sections. 																								*/
/*==============================================================================================================================*/

td.tdLeftTitle { width:75px; font-weight:bold; vertical-align:top;}
td.tdRightContent { vertical-align:top;}

.height25 {height:25px;}

tr.highlighted td { background-color:#003399; color:#FFFFFF;}
tr.highlighted a  { color:#FFFF66; }

tr.tableTitle td { background-color:#113355; color:#FFFFFF;}

/*==============================================================================================================================*/
/* Forms 																											*/
/*==============================================================================================================================*/

.requiredField { font-weight:bold; color:#990000; }


/*==============================================================================================================================*/
/* Anchors and Links. 																											*/
/*==============================================================================================================================*/
a { font-weight: bold; color:#3366CC;  text-decoration:none;}
a:visited { color:#666666;}
a:link, a:active	{ color:#003366;}
a:hover	{ color: #122c5f;  text-decoration:underline;}

/*==============================================================================================================================*/
/* Sytles for the areas that are split into two collums that have a blue headder area. 																									*/
/*==============================================================================================================================*/
#splitSection { padding-top:20px; }

.splitSectionLeft { float:left; width:46%; }

.splitSectionRight { float:right; width:46%; }

.splitSectionContent { padding-top:10px; text-align:left; }

.splitSectionHeader { 
	
	text-align:right; 
	
	vertical-align:bottom; 
	
	padding-top: 6px;
	
	padding-right: 10px;
	
	padding-bottom: 5px; 
	
	background-image:url('/images/core/inv_pics_header.png'); 
			
	font-size:14px;
	
	font-weight:bold;

}

/*==============================================================================================================================*/
/* Sytles for the Footer area. 																									*/
/*==============================================================================================================================*/

#footerArea {
	 
	clear: both;
	
	width: 775px;
	
	height: 41px;
		
	background:url('/images/core/header_blue.bmp');
	
}

.footerContent {

	font-size: 10px;
		
	text-align: center;
	
	vertical-align:middle;
	
	padding-top:10px; 
	
	padding-bottom:10px;
}

.footerContent a:link,.footerContent a:active,.footerContent a:visited { text-decoration:underline;}
.footerContent a:hover { color:#CC6666; }
/*==============================================================================================================================*/
/* Images 																											*/
/*==============================================================================================================================*/
img {border:none;}


