/* Tag Redifinitions */

body {
	background-image:     url(../BGM_images/Background.jpg);
	font-family: arial;
}

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: left;
}

h1{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15pt;
	font-family:verdana;
	letter-spacing: 2px;
	margin-top: 0px;
	background-image:  url(../BGM_images/pageHead-bckgrd.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 4px 5px 20px 30px;
}

h2{
	color: #962709;
	font-weight: bold;
	font-size: 16pt;
}	

h3 {
	font-family: arial;
	font-size: 11pt;
	color: #666666;
}

h4 {
}
hr{
	margin: 10px 30px
}

/*li{
	margin: 0px;
	padding: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
}*/



/* General Layout Styles */

div.title{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin:0px;
	background-image:  url(../BGM_images/background-title.png);
	background-repeat: repeat-x;
	z-index:2
}
div.main{
	position:relative;
	width: 1002px;
	border: none;
	margin: 0px;
	z-index: 1;
}
		div.main img{
			vertical-align:top;
		}
		div.titleText{
			position: relative;
			top:-252px;
			left: 0px;
			width: 946px;
			height: 21px;
			background-color: transparent;
			font-family: 'verdana';
			color: #666666;
			font-size: 12pt;
			font-weight: bold;
			padding-top: 3px;
			line-height: 24px;
		}
				 
		div.main .middle{
			width: 1002px;
			background-color: transparent;
			background-image:   url(../BGM_images/content-background.png);
			background-repeat: repeat-y;
			text-align: left;	
		}
				div.content{
					background-image: none;
					margin: 0px 20px 0px 20px;
					padding: 280px 1px 30px 1px;
					font-size: 10pt;
					color: #444444;
				}
				div.content p{
					line-height: 18pt;
					margin-right: 30px;
					margin-left: 30px;
				}
		
		div.footer{
			background-image:  url(../BGM_images/background-footer.png);
			background-repeat: repeat-x;
			margin-top: -30px;
			position:relative;
			z-index: 2;
		}
		div.footerText{
			font-weight: normal;
			font-size: 9pt;
			color: #AAAAAA;
			position:relative;
			top: -90px;
			margin-bottom: -50px;
			line-height: 17px;
		}
			div.footerText span{
				font-size: 7pt;
				color:white;
			}
				div.footerText a{
					text-decoration:none;
					color: #555555;
				}
				div.footerText a:hover{
					text-decoration:underline;
					color: #C4273C;
				}

/* Admin Style - Nav Bar */

.editPanel{
	position:fixed;
}
.editPanel a{
	text-decoration:none;
	font-weight: normal;
	border: none;
	filter:none;
}
.editPanel a:hover{
	text-decoration:underline;
	color: #AA0000;
	border: none;
}
.colHeader td{
	padding: 2px;
	background-color: #CCCCCC;
	color:black;
}
.colHeader td a{
	text-decoration:none;
	color: black;
	font-weight: bold;
}
.colHeader td a:visited{
	color:black;
}
.sorter{
	border: 1px outset;
	color: #DDDDDD
}
/* Classes and ID'd Elements */

.imgWrapper{
	display:inline-table;
}
.secondRow{
	margin-left: 100px;
}
/*Modular Navigation Styles*/

ul#nav{
	height: 1px;
	position:relative;
	top: -150px;
	left: 90px;
	line-height: 20px;
	z-index: 600;
	font-size: 9pt;
	font-weight: normal;
	font-family: arial;
	margin: 0px;
	width: 750px;
			padding: 1px;
}

ul#nav li{
	float: left; /* ---ENABLE FOR HORIZONTAL NAV--- */
	width: auto;  /*---MUST BE 'auto' FOR 'float:left', OTHERWISE SET WIDTH OF VERTICAL NAV HERE------*/
	padding: 0px; /*---add padding for full borders if needed---*/
	margin-bottom: 20px;
			position: relative;
			top: 0px;
			left: 0px;
			list-style-type: none;
	   	vertical-align: top;  /*MUST BE PRESENT TO PREVENT VERT SPACES IN IE WHEN DISPLAY:BLOCK FOR <A> TAG*/
}

ul#nav li a{
	position:relative;
	padding: 0px 15px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-image: none;
	background-color: transparent;
	border: none;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
			display: block;
}
ul#nav li a:hover{
	background-image: none;
	color: #C4273C;
}

ul#nav li ul{
	position: absolute;  /* 	change for no javascript  */
			top: 0px;
			left: 0px;
			clip: rect(auto 2500px 2500px 2500px);
			margin: 0px;
			padding: 0px;
			/*visibility: hidden;  ALLOWS OPERA LINKS TO FUNCTION (v<9) */
}
ul#nav li ul li{
	margin: 0px;
}
ul#nav li ul li a{
	padding: 0px 10px;
	color: #6B6C6E;
	font-family: arial;
	font-size: 7.5pt;
	font-weight: bold;
	text-align: left;
	letter-spacing:1px;
	margin: 0px;
	background-image: none;
	background-color: #E5E5E5;
	border: 1px solid #330000;
	border-width: 1px 1px 1px 1px;
			position: relative;
			display:inline;
}

ul#nav li ul li a:hover{
	background-color: #C4273C;
	color:white;
}

.shadowIE {
			filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', MakeShadow='true', ShadowOpacity='0.30');
			position: absolute;
			top: 2px;
			left: 2px;
}

.shadowOther{
			border-right: 1px solid #777777;
			border-bottom: 1px solid #777777;
			position: absolute;
			opacity: 0.7;
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
}


/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
	.noPrint{display: none}
}
a {
	color: #962709;
}

