/* Tag Redifinitions */

body {
	font-family: arial;
}

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: left;
}

h1{
	font-weight: bold;
	font-size: 18pt;
	margin: 0px;
}

h2{
	color: #777777;
	font-weight: bold;
	font-size: 12pt;
	margin:0px;
}	

h3 {
	font-size: 16pt;
	font-weight: bold;
	line-height: 16pt;
	margin-bottom: 10px;
}

h4 {
}

/*li{
	margin: 0px;
	padding: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
}*/



/* General Layout Styles */

div.title{
	height: 190px;
	background-color: black;
	background-image: url(../images/title-back.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
	div.navHolder{
		min-width: 950px;
		height: 58px;
		background-image: url(../images/title-navBack.jpg);
		background-position: bottom left;
		background-repeat: repeat-x;
		position: relative;
		top:129px;
	}
	table.logoHolder{
		width: 100%;
		height: 130px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.logoCell{
		padding-left: 20px;
		text-align:left;
	}
	.phoneCell{
		padding-right: 20px;
		text-align:right;
		font-size: 18pt;
		color: #888888;
	}


div.main{
	position:relative;
	width: 100%;
	border: none;
	margin: 0px;
	padding-bottom: 250px;
	padding-top: 20px;
	background-image: url(../images/content-topBack.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
		div.main img{
			vertical-align:top;
		}
				 
		div.main .middle{
			width: 980px;
			background-color: transparent;
			background-image:  url(../images/page-bckgrd.png);
			background-repeat: repeat-y;
			text-align: left;	
			position:relative;
		}
				div.content, .galConsistency{
					background-image: none;
					margin: 0px 50px 0px 45px;
					padding: 1px;
					font-size: 9pt;
					color: #555555;
					border: 1px solid #FFFFFF;
					position:relative;
				}
				div.content p{
					line-height: 16pt;
				}
		
div.footer{
	width: 100%;
	min-height: 205px;
	padding: 40px 0px 10px 0px;
	background-color:black;
	background-image: url(../images/footer-topShad.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 7pt;
	color: #777777;
	position:absolute;
	bottom:0px;
	left:0px;
	clear:both;
	line-height: 15px;
}
		div.footerText{
			position: absolute; 
			width: 100%; 
			bottom: 10px; 
			left:0px;
		}
		div.footerText a{
			text-decoration:none;
			color: #FFFFFF;
		}
		div.footerText a:hover{
			text-decoration:underline;
			color: #C4273C;
		}

/* Classes and ID'd Elements */


	
/*Modular Navigation Styles*/

ul#nav{
	/*visibility:hidden;*/
	display: -moz-inline-stack;
	display:inline-block;
	zoom:1;
	margin: 0px;
	position:relative;
	line-height: 58px;
	height: 58px;
	z-index: 600;
	font-size: 8pt;
	font-weight: normal;
	font-family: arial;
			padding: 1px;
			margin-top: 0px;
	*display: inline; /* --- Star hack to target IE6 & 7 ---*/
}

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---*/
			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{
	width: auto;
	padding: 0px 20px;
	margin-right: -15px;
	text-decoration: none;
	text-align: center;
	color: #777777;
	background-image: url(../images/btn-off.jpg);
	background-color: transparent;
	border: 1px solid #BCBDBF;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 8px 8px 0px 0px;
	box-shadow: 3px -1px 5px rgba(0,0,0,0.20);
			display: block;
}
ul#nav li a:hover, ul#nav li a.selected{
	background-image: url(../images/btn-on.jpg);
	color: #FFFFFF;
	border: 1px solid #000000;
}

ul#nav li ul{
	position: absolute;  /* 	change for no javascript  */
			top: 0px;
			left: 0px;
			clip: rect(auto 2500px 2500px 2500px);
			margin: 0px;
			padding: 0px;
			box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
			/*visibility: hidden;  ALLOWS OPERA LINKS TO FUNCTION (v<9) */
}

ul#nav li ul li a{
	padding: 0px 10px;
	line-height: 20px;
	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;
	border-radius: 0px;
	box-shadow: none;
			position: relative;
			display:inline;
}

ul#nav li ul li a:hover{
	background-color: #C4273C;
	background-image:none;
	color:white;
}


/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
	.noPrint{display: none}
}
