/* - - - - - - - - - - general - - - - - - - - - -  */

html {
	padding: 0;
	background: #000 url(../images/header_bg_blk.png) repeat-x;	
	}
	
/* set body to float in center of html */
body {
	behavior: url("htc/csshover.htc");
	width: 100%;
	}
	
#wrapper {
	width: 760px;	
	margin: 0 auto;
	background:  url(../images/bg_swirl_blk.png) no-repeat top right;	
}
	
	
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */
	
#header {
	width: 760px;
	height: 150px;
}

#logo img{
	display: none;
}

#logo {
	position: relative;
	top: 17px;
	left: 15px;
	width: 230px;
	height: 122px;
	z-index: -100;
	background:  url(../images/logo_blk.png) no-repeat top right;	
}

	
		
.Display {
	padding: 10px 20px 0 0;
	float: right;
}	

#printer{
	padding: 0 0 0 20px;
	float: left;	
	background:  url(../images/printer_blk.png) no-repeat top left;	

}

#printer img {
	display: none;
	margin-right: 10px;
	z-index: 100;
}
		




/* - - - - - - - - - - primary content - - - - - - - - - -  */
	
#content_wrapper {	
	float: right;
	margin: -20px 0 0 0;
	padding: 0 20px 0 0;
}

#primary_content {
	width: 520px;
	margin: 0;
	padding: 0;
}

#primary_content h2 {
	margin-top: 0;
}

#search {
	float: right;
	margin:0 20px 0 0;
}
	
input#search_box {
	margin: 0 5px;
	width: 140px;
	height: 10px;
}
	
.GoButton {
 	position: relative;
 	top: 3px;
	right: 2px;
}	

#right_col{
	float: right;
	margin: 0 0 15px 15px;
	width: 175px;
	background: #000;
	border: 1px solid #666;
}

.SectiionTitle {
	margin-bottom: 2px;
}

/* - - - - - - - - - - secondary content - - - - - - - - - -  */

.BreadCrumb {
	padding: 15px 0;
	color: #888;
}


.RightColSectionCopy {
	margin: 0 0 20px 0;
	padding: 8px;
}	

.RightColSectionTitle {
	padding: 8px;
	background: #222;
	border-top: 1px solid #2b240b;
}	
	
.FeatuePhoto {
	text-align: center;
}	

.FeatuePhoto img{
	margin-bottom: 5px;
}

#right_col .RightColSectionCopy .More {
	margin-left: 105px;
}

#first {
	border-width: 0;
}
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	width: 702px;
	margin: 0 0 0 18px;
	padding: 10px;
	background: #780015;
}
	
#footer2 {
	width: 702px;
	margin: 0 0 0 18px;
	padding: 10px;
	background: #666;
}	
	
	
/* - - - - - - - - - - primary navigation - - - - - - - - - -  */
	
#nav, #nav ul {
	list-style-type: none;
}

ul#nav {padding-left: 0;}
#nav li {margin-left: 20px;}

#nav {
	float: left;
	margin: 8px 15px 0 0;
	
}

#nav li {
	
}

#nav a {
	display: block;
	width: 170px;
	background: #101010;
	padding: 5px 5px 5px 8px;
	border-bottom: 1px dashed #3f3f3f;
}

#nav a.Last {
	border-width: 0;
}

#nav a.NavSectionHeader {
	background: #780015;	
	border-width: 0;	
}

#top_nav {
	width: 515px;
	padding: 2px;
	margin: 28px 0 0 0px;
	clear: both;
	border: 1px solid #2b240b;
}

#top_nav a {
	margin: 0 10px;
}	
	
	
/* - - - - - - - - - - secondary navigation - - - - - - - - - -  */

#section_nav {
	margin: 0 0 15px 0;	
	padding: 8px;
	width: 309px;
	border: 1px solid #780015;
}	

#section_nav ul {
	padding: 8px 8px 8px 0px;
	margin: 0;
	background: #000 url(../images/sectio_nav_swirl_blk.png) no-repeat bottom right;
}

body {
	font-size: 16px;
	color: #fff;
	font-family: Georgia, 'Bitstream Vera Serif', serif;
}

#primary_content .BreadCrumb a:link, #primary_content .BreadCrumb a:visited { color: #f9c259; }
#primary_content .BreadCrumb a:hover { color: #294e8e; }
#primary_content .BreadCrumb a:active { color: #f9c259; }

#primary_content a:link, #primary_content a:visited { color: #f9c259; }
#primary_content a:hover { color: #294e8e; }
#primary_content a:active { color: #f9c259; }

.SectiionTitle {
	color: #fdff58;
	font-size: 16px;
}

#primary_content h2 {
	color: #fdff58;	
}

#nav a:link, #nav a:visited { color: #fff; text-decoration: none; }
#nav a:hover { color: #f9c259; background: #000;}
#nav a:active { color: #fff; }	

.RightColSectionTitle {
	color: #fdff58;	
}

.RightColSectionCopy {
	color: #fff;	
}

.FeatuePhoto {
	color: #fff;
}	

#right_col .RightColSectionCopy .More {
	text-decoration: none;
}

#right_col .RightColSectionCopy .More:link, #right_col .RightColSectionCopy .More a:visited { color: #f9c259; text-decoration: none; }
#right_col .RightColSectionCopy .More:hover { color: #294e8e; }
#right_col .RightColSectionCopy .More:active { color: #f9c259; }

.Display {
	color: #fff;
}	

.Display a:link, .Display a:visited { color: #fff; text-decoration: none; }
.Display a:hover { color: #f9c259; }
.Display a:active { color: #fff; }	


#section_nav a.SectionNavCurrent {color: #fff;}

#nav .Current a:link,  #nav .Current a:visited {
	color: #fff; text-decoration: none; 
	background: #000;
	}

