/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ----------------------------------------------------
-------------------------------------------------------

CENTURY GAME STYLESHEET

-------------------------------------------------------
------------------------------------------------------- */




/* CONSTANTS
------------------------------------------------------- */

body {
	font-size: 62.5%;
	background: #000 url(../images/siteBg.jpg) no-repeat center top fixed;
}
html>body {
	font-size: 10px;	
}
html, body {
	height: 100%;
}
input {
	background: #E8E8E8;
	border: 1px solid #AAA;
	color: #252525;
	font: 1.2em/1.6em Verdana, Geneva, sans-serif;
	padding: 5px;
	width: 526px;
}
textarea {
	background: #E8E8E8;
	border: 1px solid #AAA;
	color: #252525;
	font: 1.2em/1.6em Verdana, Geneva, sans-serif;
	height: 150px;
	overflow: auto;
	padding: 5px;
	width: 526px;
}
input:focus, textarea:focus {
	background: #FFF;
	border: 1px solid #333;
}
legend {
	color: #252525;
	font: 1.5em/1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1em 0;
	text-transform: uppercase;
}
fieldset {
	border-style: none;
}
label {
	display: block;
	/*float: left;*/
	font: 1.5em/1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 10px 0 5px 0;
}


/* STRUCTURE
------------------------------------------------------- */

#siteWrapper {
	background: #333 url(../images/contentBg.png) repeat-x left top;
	border-left: solid #666 1px;
	border-right: solid #666 1px;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 20px 20px;
	width: 940px;
}


/* HEADER
------------------------------------------------------- */

#headerWrapper {
	height: 150px;
	position: relative;
}
#logo {
	left: 0;
	position: absolute;
	top: 10px;
	z-index: 1;
	}
	#logo a {
		border: 0 none;	
	}
	
/* CONTENT WRAPPER
------------------------------------------------------- */

#contentWrapper {
	border: 1px solid #aaaaaa;
	margin: 50px 0 0 0;
	overflow: auto;
	position: relative;
	}
	
	
/* GENERAL TEXT STYLES
------------------------------------------------------- */

p {
	color: #252525;
	font: 1.2em/1.6em Verdana, Geneva, sans-serif;
	padding: 0 0 1.6em 0;
}
/*p + p {
	text-indent: 1em;
}*/
h1 {
	color: #464646;
	font: 3em/1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1em 0 0.5em 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h2 {
	color: #252525;
	font: 1.5em/1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1em 110px 1em 0;
	position: relative;
	text-transform: uppercase;
	}
	h2 img {
		vertical-align: text-bottom;	
	}
h3 {
	color: #252525;
	font: bold 1.2em/1.6em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1.6em 0;
	text-transform: uppercase;
}
h4 {
	color: #959595;
	font: bold 1.2em/1.6em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0;
	text-transform: uppercase;
}
h5 {
	color: red;
	font: bold 1.2em/1.6em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0 0 1.2em 0;
}
h6 {
	color: #252525;
	font: bold 1.2em/1.6em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1.2em 0;
}


/* DEFAULT LINK STYLE
------------------------------------------------------- */

a {
	border-bottom: 1px solid #444;
	color: #444;
	text-decoration: none;
}
a:visited {
	border-bottom: 1px solid #444;
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: none;
	border: 0 none;
}
a:active {
	color: #444;
}
	

/* NAVIGATION
------------------------------------------------------- */

#primaryNavigation {
	bottom: 0;
	list-style: none;
	position: absolute;
	right: 0;
	z-index: 99;
	}
	#primaryNavigation li {
		border-right: solid 1px #AAA;
		float: left;
		position: relative;
	}
	#primaryNavigation a {
		/*background: #FFF url(../images/primaryNavBg_normal.png) repeat-x left bottom;*/
		background: #FFF url(../images/commonGradBg.png) 0px 0px repeat-x;
		border: 0 none;
		color: #333;
		display: block;
		font: 1.2em/35px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		height: 35px;
		/*letter-spacing: 0.05em;*/
		padding: 0 10px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#primaryNavigation a:hover {
		/*background: #44453c url(../images/primaryNavBg_hover.png) repeat-x left bottom;*/
		background: #404040 url(../images/commonGradBg.png) 0px -50px repeat-x;
		color: #f8f8f8;
	}
	#primaryNavigation ul {
		left: 0;
		position: absolute;
		top: 35px;
		visibility: hidden;
	}
	#primaryNavigation ul li {
		border-right: none;	
	}
	#primaryNavigation li:hover ul {
		visibility: visible;
	}
	/*#primaryNavigation li.dropList a {
		background: #FFF url(../images/dropDownBg_normal.png) no-repeat right center;
	}
	#primaryNavigation li.dropList a:hover {
		background: #44453c url(../images/dropDownIcon_hover.png) no-repeat right center;
	}*/
	#primaryNavigation li.dropList li.dropItem {
		width: 15em;	
	}
	#primaryNavigation li.dropList li.dropItem a {
		/*background: #222 url(../images/dropDownBg_normal.png) repeat-x left bottom;*/	
		background: #404040 url(../images/commonGradBg.png) 0px -50px repeat-x;
		color: #f8f8f8;
		line-height: 2em;
		height: 2em;
		text-transform: none;
	}
	#primaryNavigation li.dropList li.dropItem a:hover {
		/*background: #FFF url(../images/dropDownBg_hover.png) repeat-x left bottom;*/
		background: #FFF url(../images/commonGradBg.png) 0px 0px repeat-x;
		color: #333;
	}
	/*#primaryNavigation li a.dropLink {
		padding-right: 36px;
	}*/
	#primaryNavigation li:hover > a.dropLink {
		/*background: #44453c url(../images/primaryNavBg_hover.png) repeat-x left bottom;*/
		background: #404040 url(../images/commonGradBg.png) 0px -50px repeat-x;
		color: #f8f8f8;
	}
	#primaryNavigation li.lastItem {
		border-right: none;	
	}


/* SPLASH IMAGE CONTENT
------------------------------------------------------- */

#scenicImages {
	background: #aaaaaa;
	border: 1px solid #aaaaaa;
	height: 300px;
	position: relative;
	width: 938px;
	}
	#scenicImages ul.ui-tabs-nav {
		right: 0;
		list-style: none;
		position: absolute;
		bottom: 0px;
		z-index: 10;
	}
	#scenicImages .ui-tabs-panel {
		background: #aaaaaa;
		height: 300px;
		position: relative;
		overflow: hidden;
		width: 938px; 
	}
	#scenicImages li.ui-tabs-nav-item {
		float: left;	
	}
	#scenicImages li.ui-tabs-nav-item a {
		/*background: #FFF url(../images/scenicImageTab_normal.png) bottom left repeat-x;*/
		background: #FFF url(../images/commonGradBg.png) 0px 0px repeat-x;
		border-bottom: 0 none;
		border-left: solid #AAA 1px;
		border-top: solid #AAA 1px;
		color: #252525;
		display: block;
		font: 1.2em/25px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		height: 25px;
		outline: none;
		padding: 0 1em;
		text-decoration: none;
	}
	#scenicImages ul.ui-tabs-nav li.ui-tabs-selected a {
		/*background: #404040 url(../images/scenicImageTab_selected.png) bottom left repeat-x;*/
		background: #404040 url(../images/commonGradBg.png) 0px -50px repeat-x;
		color: #F8F8F8;
	}
	#scenicImages li.ui-tabs-nav-item a:hover {
		/*background: #404040 url(../images/scenicImageTab_selected.png) bottom left repeat-x;*/
		background: #404040 url(../images/commonGradBg.png) 0px -50px repeat-x;
		color: #F8F8F8;
	}
	#scenicImages .ui-tabs-hide {
		display: none;
	}
	#scenicImages .ui-tabs-panel .info {
		background: #FFF;
		border-left: 1px solid #aaaaaa;
		border-top: 1px solid #aaaaaa;
		bottom: 0;
		height: 25px;
		position: absolute;
		padding: 0 150px 0 0;
		right: 0;
	}
	#scenicImages .info span.scenicImageCaption {
		overflow: hidden;
		color: #252525;
		font: 1.1em/25px Verdana, Geneva, sans-serif;
		padding: 0 0 0 20px;
		text-transform: none;
	}
	

/* SPECIAL TITLE STYLES
------------------------------------------------------- */

#stealthTitle {
	background: url(../images/products/rods/product_page/stealthRangeTitle.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#stealth12_9 {
	background: url(../images/products/rods/stealth_12-9/title12-9.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#stealth13_8-9-10 {
	background: url(../images/products/rods/stealth_13/title13_8-9-10.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#stealth14_8-9-10 {
	background: url(../images/products/rods/stealth_14/title14_8-9-10.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#stealth14_9-10 {
	background: url(../images/products/rods/stealth_14/title14_9-10.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#stealth14DB_8-9-10 {
	background: url(../images/products/rods/stealth_14/title14DB_8-9-10.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#stealth15_9-10 {
	background: url(../images/products/rods/stealth_15/title15_10-11.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#stealth15_9-10-11 {
	background: url(../images/products/rods/stealth_15/title15_9-10-11.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#stealth15DB_9-10-11 {
	background: url(../images/products/rods/stealth_15/title15DB_9-10-11.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#techTitle {
	background: url(../images/content/technology/tech-logos-small.png) 200px center no-repeat;	
}
#stealthReel_9-11 {
	background: url(../images/products/reels/product_page/titleStealthReel-9_11.png) no-repeat left top;
	height: 50px;
	padding: 0 0 20px;
	text-indent: -9999px;
}
#homeTitle {
	position: absolute;
    left: -999em;
    overflow: hidden;
}
	
	
/* GENERAL DIV ID STYLING - USUALLY CONTAINED IN CONTENT WRAPPER
------------------------------------------------------- */
	
#breadCrumbs {
	margin: 0;	
	height: 80px;
	}
	#breadCrumbs p {
		color: #999;
		font: 1.1em/80px Verdana, Geneva, sans-serif;
		padding: 0;
	}
#homeIntroText {
	background: #FFF;
	height: 300px;
	position: relative;
	width: 478px;
	}
	#homeIntroText a {
		background: url(../images/homePagePrimary.jpg);
		border: none;
		cursor: default;
		display: block;
		width: 478px;
		height: 300px;
		text-indent: -9999px;
	}
	#homeIntroText h1 {
		visibility: hidden;
		position: absolute;
		left: -999em;
	}
	#homeIntroText p {
		visibility: hidden;
		position: absolute;
		left: -999em;
	}
#introText {
	background: #FFF;
	float: left;
	margin: 30px 0 0 0;
	width: 540px;
	padding: 0;
	}
#featuredContent {
	bottom: 0;
	float: right;
	list-style: none;
	width: 460px;
	}
	#featuredContent li {
		border-left: 1px solid #AAA;
		display: block;
		float: left;
		height: 150px;
		overflow: hidden;
		width: 229px;
		}
		#featuredContent li#content-1 {
			background: url(../images/featuredContent.jpg) 0px 0px no-repeat;	
		}
		#featuredContent li#content-2 {
			background: url(../images/featuredContent.jpg) -230px 0px no-repeat;	
		}
		#featuredContent li#content-3 {
			background: url(../images/featuredContent.jpg) 0px -150px no-repeat;	
		}
		#featuredContent li#content-4 {
			background: url(../images/featuredContent.jpg) -230px -150px no-repeat;	
		}
		#featuredContent li.featuredContentLink_border {
			border-bottom: 1px solid #AAA;
			height: 149px;
		}
	#featuredContent a {
		color: #E8E8E8;
		display: block;
		height: 150px;
		position: relative;
		text-decoration: none;
		width: 229px;
		font: bold 1.2em/1.6em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-transform: uppercase;
		vertical-align: bottom;
		}
		#featuredContent a img {
			margin-right: 5px;
			vertical-align: bottom;
		}
		#featuredContent a span {
			background: rgb(40,40,40);
			background: rgba(30,30,30,0.5);
			border-bottom: 1px solid #AAA;
			cursor: pointer;
			display: block;
			padding: 5px 10px 5px 10px;
			width: 209px;
			text-shadow: 0.2em 0.2em 0.1em #444;
		}
		#featuredContent a:hover span {
			background: rgb(10,10,10);
			background: rgba(30,30,30,0.8);
		}

/* PRODUCT PAGES STYLING
------------------------------------------------------- */


.productText {
	float: left;
	margin: 30px 0 0 0;
	width: 100%;
	}
	.productText h2 {
		color: #464646;
		font: 3em/1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		padding: 1em 0 0.5em 0;
		text-transform: uppercase;
		letter-spacing: -1px;	
	}
.productFullWidth {
	border: 1px solid #aaaaaa;
	margin: 0;
	width: 778px;
	}
	.productFullWidth img {
		display: block;	
	}
	.productFullWidth + p {
		margin-top: 3.2em;
	}
.productInline {
	float: right;
	margin: 60px 0 0;
	width: 220px;
	}
	.productInline img {
		display: block;	
	}
.productGallery {
	float: right;
	margin: 60px 0 0;
	width: 220px;
}
.productDetailsGallery {
	}
	.productDetailsGallery li {
		float: left;
		margin: 20px 20px 0 0;
	}
	.productDetailsGallery li a {
		border: 0 none;	
	}
	.productDetailsGallery li img {
		border: 1px solid #AAA;	
	}
.specTable {
	border: 1px solid #aaaaaa;
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	}
	.specTable thead th {
		/*background: #595959 url(../images/specTableHeaderBg.png) bottom left repeat-x;*/
		background: #404040 url(../images/commonGradBg.png) 0px -50px repeat-x;
		border-left: 1px solid #aaaaaa;
		border-right: 1px solid #aaaaaa;
		color: #F8F8F8;
		font: 1.2em/1.6em Verdana, Geneva, sans-serif;
		text-align: center;
		padding: 0.75em 0;
	}
	.specTable td {
		border-left: 1px solid #aaaaaa;
		border-right: 1px solid #aaaaaa;
		color: #252525;
		font: 1.2em/1.6em Verdana, Geneva, sans-serif;
		padding: 0.6em 0;
		text-align: center;
		vertical-align: middle;
	}
	.rodsRange tbody tr:hover, .speyRange tbody tr:hover {
		background: #666;
	}
	.rodsRange tbody tr:hover {
		cursor: pointer;
	}
	.rodsRange tbody tr:hover td, .speyRange tbody tr:hover td {
		color: #F8F8F8;	
	}
	.rodsRange tbody tr:hover td a, .speyRange tbody tr:hover td a {
		border: 0 none;
		color: #F8F8F8;	
		text-decoration: none;
	}		
#productSelectionList {
	clear: both;
	padding: 25px 0 0 0;
	}
	#productSelectionList li {
		border-top: solid #aaaaaa 1px;
		float: left;
		height: 360px;
		width: 390px;
	}
	#productSelectionList li.productListSpace {
		margin-right: 58px;	
	}

table.specTable + div.productFullWidth {
	float: left;
	margin-top: 100px;	
}

/* INDIVIDUAL PAGE STYLING
------------------------------------------------------- */

#contentWrapper.technology {
	background: #FFF url(../images/content/technology/techBg.gif) left top no-repeat;
}



/* FORM STYLE 
------------------------------------------------------- */


#contact_form {
	/*background: #EEE;*/
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
	#contact_form ol li {
		list-style: none;
		clear: left;
		/*padding-bottom: 0.5em;*/
		/*border-top: 1px dashed #CCC;*/
		/*padding-top: 0.5em;*/
	}
	#contact_form ol li:last-child {
		border: none;	
	}
.userIDcontainer {
	display: none;	
}
span.required {
	color: red;	
}
#submit {
	background: #FFF url(../images/commonGradBg.png) 0px 0px repeat-x;
	border: 1px solid #888;
	color: #252525;
	cursor: pointer;
	display: block;
	outline: none;
	padding: 10px;
	text-decoration: none;
	float: right;
	font-weight: bold;
	margin: 10px 0;
	width: 65px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:0px 1px 5px #666;
	-webkit-box-shadow:0px 1px 5px #666;
	/*background: #333;
	border-color: #CCC;
	color: #E8E8E8;
	cursor: pointer;
	height: 36px;
	float: right;
	font-weight: bold;
	margin: 10px 0;
	width: 65px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	}
	#submit:hover{
		background: #404040 url(../images/commonGradBg.png) 0px -50px repeat-x;
		border: 1px solid #333;
		color: #FFF;
	}
.submitWrapper {
	/*padding: 10px 0 10px 0;*/	
}


/* EVENT LIST STYLING
------------------------------------------------------- */

#eventList { 
	list-style: none;
	border-top: 1px solid #CCC;
	}
	#eventList li { 
		color: #252525;
		font: 1.2em/1.6em Verdana, Geneva, sans-serif;
		margin: 0 0 20px 0;
		min-height: 150px;
		border-bottom: 1px solid #CCC;
		padding: 10px 0 10px 210px; 
		position: relative;
		overflow: hidden;
	}
	#eventList li p {
		font-size: 1em;
		padding: 0 0 0.8em 0;
	}
	#eventList li h6 {
		padding: 0;
	}
	#eventList li .tag {
		background: #404040;
		color: #FFF;
		margin-right: 1em;
		padding: 5px;
		-moz-border-radius: 5px;  
		-khtml-border-radius: 5px;  
		-webkit-border-radius: 5px; 		
	}
	#eventList li .date {
		position: absolute;
		top: 10px;
		right: 9px;
	}
	#eventList li .eventImage {
		border: 1px solid #CCC;
		float:left; 
		line-height: 1%;
		position:relative; 
		left:-210px; 
		margin-right:-200px; 
	}
	#eventList li.last_item {
		border: none;	
	}


/* CONTENT TYPE CONTROL
------------------------------------------------------- */

.home {
	background: #AAAAAA;
}	
.product {
	background: #FFF;
	overflow: auto;
	padding: 0 80px 80px 80px;
}
.content {
	background: #FFF;
	overflow: auto;
	padding: 0 80px 80px 80px;
}
.events {
}
.error {
	background: #FFF;
	overflow: auto;
	padding: 80px;
	margin-top: 0!important;
}
.textContent {
	padding: 0 240px 0 0;	
}
.splitContent {
	width: 100%;
	float: left;
	}
	.splitContentLeft {
		float: left;
		width: 50%;
	}
	.splitContentRight {
		float: right;
		width: 50%;
	}


/* FOOTER WRAPPER
------------------------------------------------------- */

#footerWrapper {
	background: #FFF url(../images/footerBg.png) left bottom repeat-x;
	clear: both;
	height: 50px;
	margin: 50px 0 0 0;	
	}
	#footerWrapper p {
		background: url(../images/centuryGameLogoSmall.png) 18px center no-repeat;
		color: #252525;
		float: left;
		line-height: 50px;
		padding: 0 0 0 130px;
		text-transform: uppercase;
	}
	#footerLinks {
		float: right;	
		margin: 0 18px 0 0;
	}
	#footerLinks li a {
		font-size: 1em;
		padding: 0 10px;
		border: none;
		color: #252525;
		font: 1.2em/50px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-decoration: underline;
	}
	#footerLinks li a:hover {
		text-decoration: none;
	}
	#footerLinks li {
		display: inline;
		border-right: 1px solid #666;
	}
	#footerLinks li:last-child {
		border-right: none;
	}


/* GENERAL CLASSES
------------------------------------------------------- */

/*.importantLink {
	background: url(../images/arrowRight.png) left top no-repeat;
	color: #252525;
	font-style: italic;
	padding-left: 24px;
	text-decoration: none;
}
.importantLink:hover {
	text-decoration: underline;
}
#siteWrapper a:hover p.linkedContentLink {
	text-decoration: underline;
}*/
a.linkedContent {
		background: #FFF url(../images/commonGradBg.png) 0px 0px repeat-x;
		border: 1px solid #888;
		color: #252525;
		font: 1.2em/1.6em Verdana, Geneva, sans-serif;
		display: block;
		outline: none;
		padding: 10px;
		text-decoration: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-box-shadow:0px 1px 5px #666;
		-webkit-box-shadow:0px 1px 5px #666;
	}
	a.linkedContent:hover {
		background: #404040 url(../images/commonGradBg.png) 0px -50px repeat-x;
		border: 1px solid #333;
		color: #FFF;
	}
.firstParagraph {
	font-weight: bold;
}
.even {
	background-color: #FFF;	
}
.odd {
	background-color: #d3d3d3;	
}
.specTitle {
	clear: both;
	/*padding-top: 35px;*/
}
.h1styleMimic {
	clear: left;
	color: #464646;
	font: 3em/1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1em 0 0.5em 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.noMargin {
	margin-right: 0!important;
}
.hangingImage {
	float: right;
	margin: 0 -240px 0 0;
	}
	.hangingImage li {
		margin-bottom: 1.2em;	
	}
	.hangingImage img {
		border: 1px solid #AAA;
	}	
.caption {
	border-top: 1px solid #AAA;	
	border-bottom: 1px solid #AAA;
	margin: 1em 0 0 0;\
}
.fancyList {
	list-style: disc;
	margin: 0 0 1.6em 0;
	}
	.fancyList li {
		color: #252525;
		font: 1.2em/1.6em Verdana, Geneva, sans-serif;
		padding: 0 0 1.6em 0;
	}
	.fancyList li:first-line {
		font-style: italic;	
	}
.plainList {
	list-style: none;
	margin: 0 0 1.6em 0;
	}
	.plainList li {
		color: #252525;
		font: 1.2em/1.6em Verdana, Geneva, sans-serif;
		padding: 0 0 1.6em 0;
	}
	.plainList li .numberedTerm {
		font-weight: bold;
		padding-right: 1.2em;
	}
.linksList {
		
	}
	.linksList li {
	margin: 0 0 1.6em 0;
	}
.pdfIcon {
	float: right;
}
.returnTop {
	text-transform: none;
}
h2 span.returnTop {
	/*float: right;*/
	font-size: 0.875em;
	position: absolute;
	right: 0;
	top: 1em;
}
span.centuryInlineLogo {
	background: url(../images/centuryInlineLogo.png) left top no-repeat;	
	text-indent: -9999px;
	display: inline-block;
	height: 16px;
	width: 57px;
}



/*-------------------------------------------------------------------------------------*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px 0px;
	border: none;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	border: none;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}
