@charset "utf-8";
/* CSS Document */


/*Body*/

body{
	margin: 0;
	background: #000;
}

/*Wrap*/

#wrap{
	margin: 0 auto;
	width: 1100px;
	height: auto;
	clear: both;
	background-color: #983930;

	

}






/*Header*/


#header{
	width: 1100px;
	height: 95px;
}

#header p{
	display: none;
}

#header img{
	border: none;
}



/*Navigation*/


/*example nav from http://www.bruceontheloose.com/htmlcss/examples/chapter-15/dropdown-nav.html*/
  #navMenu {
	  width: 1100px;
	  height: 30px;
	padding: 0px;
	text-align: right;
	background-color: #413014;
	border-bottom: #000 solid;
	
 }
.nav,
.nav ul {
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
    line-height:auto;
	color: #983930;
}

.nav {
	
 	
	padding-right: 10px;
	padding-left: 10px;

	/* 
		Tools like css3please.com, which I used for the code that follows, help you generate CSS3 code. Try it out yourself!
	*/
  -webkit-border-radius: 6px 6px 0 0; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 6px 6px 0 0; /* FF1-3.6 */
          border-radius: 6px 6px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  
	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.nav a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	
	padding: 10px;
	list-style: none;
	font-size: 16px;
	text-align: right;
	display: inline;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
    border: none;
	text-decoration:none;
}

.nav li {
	padding: 10px;
	text-align: right;
	list-style: none;
	font-size: 16px;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
    border: none;
	text-decoration:none;
}

.nav li a:hover {
	color: #983930;
	text-shadow: #000;

}

/* :::: Navigation Submenus (the dropdowns) :::: */
.nav ul {
	color: #fff;
	padding: 0px;
	background-color: #413014;
	border: #000 solid;
	
	/* 
		Tools like css3please.com, which I used for the code that follows, help you generate CSS3 code. Try it out yourself!
	*/
  -webkit-border-radius: 0 0 8px 8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 0 0 8px 8px; /* FF1-3.6 */
          border-radius: 0 0 8px 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.nav li ul {
	left: -9999em; /* hide a submenu offscreen by default so visitors don't see it */
	position: absolute;
	z-index: 1000;

}

.nav li:hover ul {
	left: auto; /* show the submenu when user hovers over the parent li */
	width: 200px;
	color: #893930;
	text-align: right;
}

.nav ul li {
	float: none;
	font-size: .875em;
	margin-top: .5em;
	width: auto;
}
/*end example menu*/











/*Main*/


#main{
	width: 1100 px;
	height: auto;
	background: url(graphics/body.gif);
}

/*
#main img{
	border-color: #ed1c24;
	border-width: 3px;
	padding: 10px;
}*/


#main h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	font-weight:bold;
}

#main h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-right: 50px;
	padding-left: 70px;
	font-weight: normal;
}

#main h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	color: #983930;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
}

#main h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}
#main h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	font-weight:bold;
}

#main h6{
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;

}

#main h6 a{
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	text-align: left;


}

#main p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/**
#main ul{
	padding-left: 80px;
}

#main li {
	list-style:disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	padding-right: 50 px;
}

#main li a{
	list-style:disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ed1c24;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	padding-right: 50 px;
	text-decoration: underline;
	
}
#main a{
	list-style:disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ed1c24;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	padding-right: 50 px;
	text-decoration: underline;
	
}
**/

#main table{
	border-style: hidden;
	text-align: center;
}

#main table h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	color: #983930;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
}

#main table h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #fff;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
	margin:0;
}


#main table h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	color: #983930;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
}

#main table h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}


#main table p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-right: 50px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/**
#main table img{
	border-color: #ed1c24;
	border-width: 3px;
}**/

#main a{
	border: none;
	text-decoration: underline;
	color: #983930;
}


.center-table-img{
	margin-right: 25px;
	margin-left: 25px;
}

.index-table-format{
	width: 900px;
	height: 387px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 50px;
}

.index-sidebar-table-format{
	width: 200px;
	height: 612px;
	margin: 0px;
	padding: 0px;
}


/**
#main table a{
	color: #960b0b;

	font-family: "MS Serif", "New York", serif;
	text-decoration: underline;
	font-size: 20px;
font-weight: normal;
margin: 0px;
	text-align: center;
}**/


/**
#main table li{
		font-family: "Myriad Pro", Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
	margin: 5px;
	font-weight:normal;
	list-style: disc;
}**/


/*Footer*/

#footer{
	height:135px;
	width:1100px;
}

#footer p{
	display: none;
}
#footer img{
	border: none;
}




.border-none{
	border: none;
}

.center{
	paddng-right: 50px;
	padding-left: 50px;
	
	
}

.eblastcenter{
	padding-left: 124px;
	padding-right: 124px;
}

.img-no-border{
	border: none;
}

.text-center{
	text-align: center;
}





#placeholderdiv {
	width: 900px;
	height: 277px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 15px;
	
}

.facesofrrc-spacing{
	margin-left: 50px;
}

.table-img-samples{
		padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
	border: none;
}

.table-img-facesofrrc{
		padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
	border: none;
}

.titles{
	padding-left: 50px;
}
