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

body {
	background: #655a52 url(../images/bg_banner.gif) repeat-y;
	margin: 0;
	height: 100%;
	}
	
#banner {
	width: 204px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#col2 {
	position: absolute;
	left: 216px;
	width: 740px;
	}
	
#content {
	padding: 25px;
	}
	
	#content h1 {
		color: #2d2822;
		font: 2.5em/120% Hoefler Text, Georgia, "Times New Roman", Times, serif;
		margin: 0;
		/*font-variant: small-caps;*/
		font-weight: normal;
		font-style: italic;
		}
		
	#content h2 {
		color: #800b0b;
		font: 1.7em/120% Hoefler Text, Georgia, "Times New Roman", Times, serif;
		margin: 0px 0px 12px 0px;
		font-variant: small-caps;
		font-weight: normal;
		}
		
	#content h3 {
		color: #666;
		font: 1.3em/120% Hoefler Text, Georgia, "Times New Roman", Times, serif;
		margin: 0;
		font-variant: small-caps;
		font-weight: normal;
		}
		
	#content p, #content ul {
		font: 1em/140% Hoefler Text, Georgia, "Times New Roman", Times, serif;
		color: #2d2822;
		margin-top: 0px;
		}
	
	#content a {
		color: #b33f06;
		text-decoration: none;
		}
		
	#content a:hover {
		text-decoration: underline;
		}
		
#footer {
	margin-top: 7px;
	font: 1em/140% Hoefler Text, Georgia, "Times New Roman", Times, serif;
	color: #222;
	}
	
	#footer a {
		color: #f5d733;
		text-decoration: none;
		}
		
	#footer a:hover {
		text-decoration: underline;
		}
	
#contentContainer {
	background: url(../images/bg_content.gif) repeat-y;
	width: 740px;
	}
	
#globalContainer {
	background: url(../images/bg_banner.gif) repeat-y;
	width: 956px;
	height: 100%;
	position: absolute;
	}
	
#homeButtons {
	
	}
	
	#homeButtons img {
		float: left;
		}
	
#homeLogo {
	height: 184px;
	margin-bottom: 4px;
	}
	
	#homeLogo img {
		float: left;
		}
		
.imageAlignRight {
	float: right;
	margin: 4px 0px 7px 15px;
	clear: both;
	}
	
.shim {
	clear: both;
	width: auto;
	}
		
.subNav {
	display: none;
	position: absolute;
	left: 0;
	z-index: 100;
	}
	
#topNav {
	height: 56px;
	width: 740px;
	text-align: center;
	margin: 10px 0px 8px 0px;
	}
	
	#topNav ul {
		width: 740px;
		height: 24px;
		margin: 0px;
		padding: 2px 0px 0px 0px;
		list-style: none;
		}
		
	#topNav li {
		display: inline;
		position: relative;
		}
		
	#topNav a {
		color: #FFF;
		font: 12px Hoefler Text, Georgia, "Times New Roman", Times, serif;
		padding: 8px 12px 7px 12px;
		height: 26px;
		text-decoration: none;
		text-transform: uppercase;
		}
		
	#topNav a:hover {
		background: #720101;
		color: #f5d733;
		}
		
	#topNav li ul {
		text-indent: 10px;
		text-align: left;
		margin: 0px;
		padding: 0px;
		background: #222;
		width: 250px;
		left: 0px;
		top: 22px;
		position: abslute;
		z-index: 10;
		border-top: 1px solid #61000A;
		}

	#topNav li ul li {
		width: 250px; /* controls the width of the subnav item */
		display: block; /* width doesnt work without it */
		padding: 0px;
		margin: 0px;
		clear: left;
		z-index: 10;
		}
	
	#topNav li li a {
		background: #222;
		border-bottom: 1px solid #61000A;
		display: block;
		padding: 4px 0px 4px 0px;
		width: 250px;
		color: #fff;
		z-index: 10;
		height: 14px;
		}
		
	#topNav li:hover ul, #topNav li.over ul {
		background: #A60707;
		display: block;
		z-index: 10;
		}