/* ******************************************************************
GLOBAL RESET - ALL MEDIA TYPES
Removes default styling on all elements in all browsers, thus making
initial layout and styling consistent across all browsers
****************************************************************** */
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, sub, sup, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: 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; }
a { text-decoration: none; }



@media screen, projection, tv {
/* ******************************************************************
MAIN STRUCTURE & STYLING - screen, projection, tv
CSS below creates structure & styling of entire website  
****************************************************************** */

/* ~~~~~~~~~~~~ BODY ~~~~~~~~~~~~ */
html, body, #background, #flashbackground, #overlay { height: 100%; }
body { text-align: center; margin: 0 auto; padding: 0; font: 62.5% Georgia, "Times New Roman", Times, serif; background: #000; color: #fff; }
 

/* ~~~~~~~~~~~~ WRAPPERS ~~~~~~~~~~~~ */
#wrapper { position: relative; top: 0; left: 0; z-index: 3; width: 100%; }

/* ~~~~~~~~~~~~ BACKGROUND IMAGE ~~~~~~~~~~~~ */
/* prepares the background image to full capacity of the viewing area */
/*#bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }*/

/* ~~~~~~~~~~~~ CONTENT WRAPPER ~~~~~~~~~~~~ */
/* places the content ontop of the background image */
#content { position: relative; z-index: 2; margin: 0 auto; padding: 0 0 40px; text-align: left; width: 1030px; overflow: auto; }

	/* ~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~ */
	.homepageheader { height: 60px; border: solid 1px #fdfbfb; border-top: none; margin: 0 auto 16px; 
	padding: 0 30px; float: left; background: url(../siteimages/background-opacity.png) repeat 0 0; 
	-moz-border-radius-bottomleft:  10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius-bottomleft: 10px; 
	border-radius-bottomright: 10px;
	}
	
		/* ~~~~~~~~~~~~ Logo ~~~~~~~~~~~~ */
		#logo { float: left; margin: 5px 0; }
	
		/* ~~~~~~~~~~~~ Main Navigation ~~~~~~~~~~~~ */
		#nav-main { float: left; width: 682px; margin: 20px 0 0; }
		#nav-main ol { float: right; font: 1.6em Georgia, "Times New Roman", Times, serif; }
		#nav-main li { float: left; margin: 0 0 0 28px; display: block; }
		#nav-main span, 
		#nav-main a { color: #fff; float: left; display: block; }




	
	/* ~~~~~~~~~~~~ COMMON ELEMENTS ~~~~~~~~~~~~ */
	p, ul, ol { margin: 0 0 1.5em; }



	
	/* ~~~~~~~~~~~~ HOME PAGE TEMPLATE ~~~~~~~~~~~~ */
	.homepageholder { clear: left; float: left; }	
	
		/* Home Page Content */
		.homepagecontent { float: left; width: 627px; padding: 24px 32px; background: #999; 
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;

		-moz-box-shadow: 3px 3px 4px #444; /* FF3.5+ */
		-webkit-box-shadow: 3px 3px 4px #444; /* Saf3.0+, Chrome */
		box-shadow: 3px 3px 4px #444; /* Opera 10.5, IE 9.0 */
		}
		
			/* Thumbnail Gallery */
			.thumb-gallery { float: left; width: 100%; }
			.thumb-gallery li { float: left; margin: 0 6px 6px 0; }
			.thumb-gallery a, 
			.thumb-gallery img { display: block; float: left; }	
	
		/* Sidebar */
		#sidebar { float: left; width: 310px; margin: 0 0 0 13px; }
		
			/* sidebar content */
			dl { font-size: 1.2em; color: #fff; }
			
			dt { padding: 10px; margin: 0 0 10px; border: solid 1px #fdfbfb;  
			background-image: url(../siteimages/background-opacity.png); 			 
			-moz-border-radius:  10px;
			-webkit-border-radius: 10px;
			border-radius: 10px; 
			}
				
				dt a { display: block; }

			dd { padding: 10px; margin: 0 0 10px; border: solid 1px #808080; 
			background-image: url(../siteimages/background-opacity.png); 
			-moz-border-radius:  10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			}

			dl a { color: #fff; }
			dl a:hover { color: #ccc; }




	
	/* ~~~~~~~~~~~~ STORY TEMPLATE ~~~~~~~~~~~~ */
	
		/* Flash Box */	
		.flashbox { display: none; background-color: #ccc; border: none; width: 825px; padding: 5px;
		-moz-border-radius-topleft:  10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-bottomleft:  10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
		}	

			/*.thebox { background-color: #ccc; border: none; width: 845px; padding: 1px 5px 5px; 				
			-moz-border-radius:  10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			}*/	
		
		/* Article Content */
		#thecontent { float: left; width: 1012px; padding: 10px 0px; background: #999; position: relative; 
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;

		-moz-box-shadow: 4px 4px 10px #222; /* FF3.5+ */
		-webkit-box-shadow: 4px 4px 10px #222; /* Saf3.0+, Chrome */
		box-shadow: 4px 4px 10px #222; /* Opera 10.5, IE 9.0 */
		}
		
			/* Navigation Buttons */
			.displace { position: absolute; left: -5000px; }
			
			.previouspage { float: left; width: 50%; } 
			.previouspage a { float: left; display: block; width: 97px; height: 25px; 
			background: url("/siteimages/navicons/previouspage.png") no-repeat 0 0; }
			
			.nextpage { float: right; width: 50%; }
			.nextpage a { float: right; display: block; width: 80px; height: 25px;
			background: url("/siteimages/navicons/nextpage.png") no-repeat 0 0; }
			
			.previousfeature a { float: left; display: block; width: 105px; height: 25px; 
			background: url("/siteimages/navicons/previousfeature.png") no-repeat 0 0;  }

			.nextfeature a { float: right; display: block; width: 80px; height: 25px;
			background: url("/siteimages/navicons/nextfeature.png") no-repeat 0 0;  }
		
			/* Top Article menu */
			.menu { clear: left; float: left; margin: 0px 0px 0px 0px; width: 100%; position: relative; }
			.menu ul { float: left; width: 100%; margin: 0; position: absolute; top: 0px; left: 0; z-index: 100;  }
			.menu li { width: 50%; }
			.menu .previouspage { margin-left: 8px; }
			.menu .nextpage { margin-top: -24px; text-align: right;  }
		
			/* Image Gallery */
			.stepcarousel { 
				clear: left;  
				position: relative; /*leave this value alone*/
				overflow: scroll; /*leave this value alone*/
				width: 840px; /*Width of Carousel Viewer itself*/
				height: 595px; /*Height should enough to fit largest content's height*/
				margin: 0 auto 8px; 
				
				}

				.stepcarousel .belt { left: 0; top: 0; position: absolute; /*leave this value alone*/ }

					.stepcarousel .panel { z-index: 2; 
						float: left; /*leave this value alone*/
						text-align:center;
						overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
						margin: 0; /*margin around each panel*/
						width: 840px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */ 
						}
						/* .stepcarousel .panel img {
							height: 100%;
						} */
						
		
				/* Bottom Previous/Next Buttons */
				#navigate-left, 
				#navigate-right { position: absolute; bottom: 93px; z-index: 100; }
				#navigate-left { left: 8px; }
				#navigate-right { right: 0; }
				#navigate-left ul, 
				#navigate-right ul { margin: 0; width: 100px; }
				#navigate-left li, 
				#navigate-right li { margin: 0 0 20px; width: 100px; }
		
			/* Gallery Thumbnails */
			#thumbs { /*width: 1010px;*/ text-align: center; margin: 0 auto; float: left; width: 100%; }
			#thumbs div { margin: 0 auto; text-align: center; overflow: auto; }
			
			a.pagethumbdps img, 
			a.pagethumbdpsover img { margin: 2px; width: 100px; height: 70px; overflow: auto; }
			a.pagethumbdps img { border: 1px solid #000; } 
			a.pagethumbdps:hover img, 
			a.pagethumbdpsover img { border: 1px dashed #000; }
			
/* ~~~~~~~~~~~~ BACKGROUNDS ~~~~~~~~~~~~ */
#background { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; }
#overlay { position: fixed; top: 0; left: 0; z-index: 2; width: 100%; background: url(../siteimages/background-overlay2.png); }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		













.homepagesidebox{
	float:left;
	width: 325px;
	background-color: #999;
	border: 0px;
	
	
	
	-moz-border-radius-topleft:  10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft:  10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.homepagesideboxinside{
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: xx-small;
}

.homepagesideboxinsidecover{
	text-align:center;
}



.homepagesideboxinside ul { list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;


}

.header{
	width: 845px; /*Width of Carousel Viewer itself*/
	background-color: #CCC;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	-moz-border-radius-bottomleft:  10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
}





.navigate{
	
	border: 0px;
	width: 840px; /*Width of Carousel Viewer itself*/
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	
}

.topnavigate{
	
	
	border: 0px;
	width: 840px; /*Width of Carousel Viewer itself*/
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}




.pagelinks{
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: xx-small;
}



.comments{
	width: 850px; /*Width of Carousel Viewer itself*/
	margin-left: auto ;
	margin-right: auto ;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: small

}

a.pagelinks:hover {
	background-color: #fff;
}


/* Socialable*/

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}



/* previous next navs */

	

	

	
	

	

	
	
a.previousfeature {
	
	display: block;
	width: 45px;
	height: 25px;
	text-decoration: none;
	background: url("http://sf.bulletserve.net/siteimages/navicons/previousfeature.png");
	}

a.previousfeature:hover {
	background-position: -45px 0;
	}

a.nextfeature {
	
	display: block;
	width: 45px;
	height: 25px;
	text-decoration: none;
	background: url("http://sf.bulletserve.net/siteimages/navicons/nextfeature.png");
	}

a.nextfeature:hover {
	background-position: -45px 0;
	}
	

	
	
a.backtocontents {
	
	display: block;
	width: 45px;
	height: 25px;
	text-decoration: none;
	background: url("http://sf.bulletserve.net/siteimages/navicons/backtocontents.png");
	}

a.backtocontents:hover {
	background-position: -45px 0;
	}
	
a.switchview {
	
	display: block;
	width: 45px;
	height: 25px;
	text-decoration: none;
	background: url("http://sf.bulletserve.net/siteimages/navicons/switchview.png");
	}

a.switchview:hover {
	background-position: -45px 0;
	}
	

	
	
	
	

	
/* accordian stuff */



dd ul  {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}


/* Contents section */

.contentstitle {
	font-weight: bold;
	padding-top: 10px;
}

.contentslist {
	padding-left: 5px;	
}
		

/* end of styles for screen, projection & tv media types */ }



@media print {
/* ******************************************************************
MAIN STRUCTURE & STYLING - print
CSS below creates structure & styling of print version  
****************************************************************** */


		

/* end of styles for screen, projection & tv media types */ }