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

html {
 border: 0;
}

body p {
	font: .75em Georgia, serif;
	line-height: 1.3em;
	text-align:left;
}

body {
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#outer {
	width:1024px;
	margin:0px auto;
	position: relative;
}
	
#container { 
	width:1024px;
	height: 600px;
	padding-top:10px;
 }


#Content {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

div.Masthead {
	height:45px;
	padding-bottom:10px;
	position:relative;
	width:1024px;
}

div.logo {
	width: 197px;
	height:45px;
	float: left;
	border: 0;
	position:relative;
}


#menu {
	width: 600px;
	height: 45px;
	float: right;
	
	position:relative;
}

.menu {
	font-family: Georgia, serif;
	color: #FFF;
	font-size:10px;
	letter-spacing:0.13em;
	text-align:right;
	padding-top:13px;
}

.menu a:link{
	font-family: Georgia, serif;
	color: #FFF;
	font-size:10px;
	letter-spacing:.13em;
	text-decoration:none;
}

.menu a:visited{
	font-family: Georgia, serif;
	color: #FFF;
	font-size:10px;
	letter-spacing:.13em;
	text-decoration:none;
}

.menu a:hover {
	font-family: Georgia, serif;
	color: #900;
	font-size:10px;
	letter-spacing:.13em;
	text-decoration:none;
}
.menu  a:active{
	font-family: Georgia, serif;
	font-size:10px;
	color: #900;
	letter-spacing:.13em;
	text-decoration:none;
}

#Submenu {
	width: 600px;
	height: 30px;
	float: bottom right;
	
}

.Submenu {	
	font-family: Arial, sans-serif;
	color: #FFF;
	font-size:8px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	text-align:right;
}

.Submenu a:link{
	font-family: Arial, sans-serif;
	color: #FFF;
	letter-spacing:0.2em;
	text-transform:uppercase;
	text-decoration:none;
}

.Submenu a:active{
}

.Submenu a:hover{
	border-top: 1px;
	border-top-style:solid;
	border-top-color: #900;
	padding-top: 3px;
	}
	
.Submenu a:visited {
	color: #FFF;
	text-decoration:none;
	letter-spacing:0.2em;
}

#triMenu {
	width: 420px;
	height: 25px;
	float:right;
}

.triMenu p {	
	font-family: Arial, sans-serif;
	color: #900;
	font-size:8px;
	font-weight: bold;
	letter-spacing:0.2em;
	text-transform:uppercase;
	text-align:right;
}

.triMenu a:link{
	text-decoration:none;
	color: #900;
}	

.triMenu a:active{
	text-decoration:none;	
	color: #900;
}	

.triMenu a:hover{
	color: #900;
	border-top: 1px;
	border-top-style:solid;
	border-top-color: #900;
	padding-top: 3px;
}

.triMenu a:visited {
	color: #900;
	text-decoration:none;
}	

.navWhite {
	color: #FFF;
}

.active {
	border-top: 1px;
	border-top-style:solid;
	border-top-color: #900;
	padding-top: 3px;
}

.quotes {
	font-family: Georgia, serif;
	font-size: 1.7em;
	color: #900;
	letter-spacing: .03em;
	line-height: 1.3em;
}
	
.red{
	font-family: Georgia, serif;
	font-size: .9em;	color: #900;
}	

.boldRed {
	font-family: Georgia, serif;
	text-align:left;
	font-size: 11px;
	color: #900;
	font-weight: bold;
}

.menuHdr {
	font-family: Georgia, serif;
	font-size: .65em;
	font-weight: bold;
	letter-spacing: .03em;
	text-transform: uppercase;
	text-align:left;
}

div.main {
	width: 1022px;
	height: 520px;
}

div.colRight {
	width: 250px;
	height: 460px;
	text-align:left;
	float: right;
	position:relative;
	margin-right: 20px;
}

div.colMid {
	width: 443px;
	padding: 30px 35px 0px 0px;
	height: 460px;
	float: right;
	position:relative;
	z-index: 2;
}

div.colMid ul {
	list-style: none;	
}

div.footerLeft {
	font-family: Georgia, serif;
	color:#888;
	letter-spacing:0.2em;
	font-size: 9px;	
	padding-top: 16px;
	height: 30px;
	float: left;
	text-align:left;
}

div.footerLeft a:link {
	color:#888;
}

div.footerLeft a:visited {
	color:#888;
	text-decoration:none;
}

div.footerLeft a:hover {
	color:#888;
	text-decoration:underline;
}

div.footerLeft a:active {
	color:#888;
}

div.footerFacebook {
	float: left;
	padding-left: 18px;
	padding-top: 12px;
	height:30px;
	width:20px;
}

div.footerRight {
	font-family: Georgia, serif;
	color:#888;
	text-align:right;
	font-size: 9px;
	letter-spacing:0.2em;
	width: 300px;
	height: 30px;
	padding-top: 16px;
	float:right;
}


div.footerRight a:link {
	color:#888;
	text-decoration:none;
}

div.footerRight a:visited {
	color:#888;
	text-decoration:none;
}

div.footerRight a:hover {
	color:#888;
	text-decoration:underline;
}

div.footerRight a:active {
	color:#888;
}


div.footerCnt {
	font-family: Georgia, serif;
	color: #900;
	text-transform: uppercase;
	padding-top: 12px;
	font-size:10px;
	letter-spacing:0.13em;	
	float: left;
	padding-left: 50px;
}

div.footerCnt a:link {
	color:#900;
	text-decoration:none;
}

div.footerCnt a:visited {
	color:#900;
	text-decoration:none;
}

div.footerCnt a:hover {
	color:#FFF;
	text-decoration:none;
}

div.footerCnt a:active {
	color:#900;
}

