/* MAIN TEMPLATE STYLES */
body {
	background-color: #000000;
	margin: 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #E6E6E6;
}

table {
	border-collapse: collapse;
}

img {
	display: block;
	border: none;
}

a,a:link {
	color: #34D5DD;
	text-decoration: none;
}
a:hover {
	color: #F68B1F;
}

.hidden {
	display: none;
}
.float-catch {
	clear: both;
}

hr {
 	width: 100%;
 	height: 1px;
 	color: #333333;
 	background-color: #333333;
 	border: 0px;
 	clear: both;
}

small {
	font-size: 0.75em;
}

#container {
	width: 970px;
}

#header {
	height: 77px;
}

#content {
	width: 750px;
	float: left;
	background-color: #191919;
}

#nav {
	width: 219px;
	float: right;
}

#footer {
	clear: both;
	width: 681px;
	height: 25px;
	padding: 57px 3px 0 66px;
	background: #000000 url(../images/footer.jpg) no-repeat top;
	border-top: 1px solid black;
	font-size: 9px;
	color: #A9A9A9;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color: #A9A9A9;
}


/* HEADER STYLES */
#header-image {
	display: block;
	width: 750px;
	height: 77px;
	float: left;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/header.gif) no-repeat top left;
}

#hol-link {
	display: block;
	width: 135px;
	height: 19px;
	float: right;
	margin-top: 35px;
	margin-right: 79px;
	background: #000000 url(../images/hol-link.gif) no-repeat;
}


/* NAVIGATION STYLES */
#nav b {
	font-size: 14px;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#nav ul li {
	margin-bottom: 45px;
}

#nav ul ul {
	margin: 4px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	border-top: 1px solid #838383;
}

#nav ul ul li {
	margin: 0;
	border-bottom: 1px solid #4A4A4A;
}

#nav ul ul li a {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(../images/nav_bullet.gif) no-repeat 10px center;
	text-decoration: none;
	color: #A9A9A9;
}
#nav ul ul li a.active-nav {
	color: #F68B1F;
	font-weight: bold;
}

#nav ul ul li a:hover {
	background-color: #333333;
	color: #34D5DD;
}


/* CONTENT AREA STYLES */
#subheader {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 126px;
	border-bottom: 1px solid #000000;
}

h3.title {
	margin: 0 0 1em 0;
	font-size: 1.4em;
	color: #FFFFFF;
}

#content h4 {
	margin: 0;
	font-size: 1em;
	color: #FFFFFF;
}
#content .subtitle {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
}
#content ul {
	list-style-image: url(../images/nav_bullet.png);
}
#featured_section {
	width: 750px;
	height: 150px;
	border-top: 1px solid black;
}
.square {
	display: block;
	width: 375px;
	height: 300px;
}
.rectangle {
	display: block;
	width: 375px;
	height: 150px;
}
.sub-rectangle {
	display: block;
	width: 375px;
	height: 150px;
	border-bottom: 2px solid black;
}
.left {
	float: left;
}
.right {
	float: right;
}
#content-container {
	padding: 25px 45px 25px 45px;
	width: 660px;
	background-color: #191919;
}
.upper-left-notch {
	background: transparent url('/crusades/2008/anaheim/images/upper-left-notch.png') top left no-repeat;
}