@charset "utf-8";

/* Hide h1 for SEO */
#hiddentitle {
	visibility:hidden;
	height:0px;
}

body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #ff0000;
	background-image: url(assets/checkeredclothbg.jpg);
}

/* Hide h1 for SEO */
#maintitle {
	color:white;
	background-color:black;
	margin:0 auto;
	font-size:1em;
	font-style:italic;
	padding:10px 0px 0px 375px;
text-shadow: 0px 1px 0px #ccc; 
}

img {
	border:none;
}

#wrapper {
	padding:0px;
	text-align:left;
	height: 100%;
	margin-top:0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#floater {
	position:absolute;
	top:50%;
	left:50%;
    margin-top:-271px;
	margin-left:-480px;
}

#LRHFlash {
	margin:0 auto;
	width:945px;
	height:460px;
	border:15px solid #000;
	border-top:10px solid #000;
	border-bottom:0px;
}

/* header for secondary pages
--------------------------------------------- */
#header {
	width:945px;
	height:100px;
	margin:0 auto;
	padding:0;
	border:15px solid #000;
	border-bottom:none;
	border-top:30px solid #000;
	background:url(assets/bannerbg2.jpg) no-repeat;
	}
	
/*#logo img {
	padding-top:2px;
	padding-left:10px;
	float:left;
}

#banner img {
	padding-top:8px;
	float:left;
	padding-left:15px;
	
}*/

	
/* Navigation bar for secondary pages
--------------------------------------------- */
#navbar {
	width:945px;
	height:30px;
	color:#000;
	border-left:15px solid #000;
	border-right:15px solid #000;
	background: url(assets/navbarbg.jpg) #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

/* Identify the current page when possible  */
#navbar .current a {
}
	
#nav, #nav ul{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	margin:0;
	text-transform:uppercase;
	width:100%;
	float: none;
	text-align: left;
}

#nav a{
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	line-height:25px;
	padding-left: 1.2em;
	padding-right: 1.2em;
	text-shadow:#000 0px 1px 0px;
}

#nav a:hover{
	color:white;
}

/*navigation heading*/
#nav li{
	float:left;
	position:relative;
	font-weight:bolder;
	font-size:115%;
	font-family: "Times New Roman", Times, serif;
}

.style12 {
	font-size: 14pt;
}


#nav ul {
	position:absolute;
	padding-left:1.5em;
	display:none;
}

/* These styles get applied to the drop-down menus */
/* May need to adjust the width style for longer sub */
#nav li ul a{
	text-transform:none;
	font-weight:bold;
	width:10em;
	font-size: 18px;
	text-align: left;
	padding: 5px;
	background-position: left;
	text-indent: 0in;
	position: relative;
	float:left;
	background-image: none;
	background-color: #CC9966;
}


#nav ul ul{

}	

/* Styles for javascript drop-down menus */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}	

	

/* content for secondary pages
--------------------------------------------- */
#content {
	width:945px;
	background-color:#fff;
	border-left:15px solid #000;
	border-right:15px solid #000;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: auto;
	}
	
#content h1 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-left: 5px;
}

#content p {
	margin:0px;
	padding:5px;
}

/* footer 
--------------------------------------------- */
#footer {
	width:945px;
	height:80px;
	background-color:#000;
	color:#fff;
	border-right:15px solid #000;
	border-left:15px solid #000;
	margin:0 auto;
	}
	
#footer table {
	width:945px;
	height:80px;
	margin:0px;
}

td.center {
	height:30px;
	text-align:center;
	vertical-align:bottom;
}

td.left {
	vertical-align:middle;
	padding-left:0px;	
	margin-left:0px;
	text-align:left;
}

td.thanks {
	text-align:center;
	vertical-align:top;
}

td.right {
	vertical-align:middle;
	padding-right:0px;
	margin-right:0px;
	text-align:right;
}

td img {
	padding:2px;
}
	
#footer ul {
	list-style:none;
	font-style:italic;
	margin: 0 auto;
	padding:5px 0px;
	}	

#footer ul li {
	display:inline;
	padding-right:10px;
}

#footer a {
	text-decoration:none;
	color:#fff;
}	

#footer p {
	margin:0;
	font-size:16pt;
	font-style:italic;
	text-align:center;
}

#footer p a {
	font-weight:bold;
}

#footer a:hover {
	font-weight:bolder;
	text-decoration:underline;
}


