@charset "utf-8";
/* CSS Document */
/* Developed by Nicole Lambon @ WebNow */

/* CSS Reset */

*, h1, h2, h3, h4, h5, h6, form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    line-height: 1;
}

ul, ol {
    list-style: none;
}

/* General Styles */

body {
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: #003153;
	line-height: 1.5;
}

img {
    border: 0;
}
	
a:link, a:active, a:visited {
	color: #093961;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #e46709;
	text-decoration: none;
	font-weight: bold;
}

/* Navigation */

.AspNet-Menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left; /* Contain floated list items */
	white-space: nowrap;
	width: 206px;
}

.AspNet-Menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 206px;
	height: 31px;
	float: left; /* Contain floated list items */
}

.AspNet-Menu li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 206px; /* IE whitespace bug */
}

.AspNet-Menu a:link, .AspNet-Menu a:active, .AspNet-Menu a:visited {
	display: inline; /* to increase clickable area as a's default to inline */
	font-weight: bold;
	color: #093961;
	text-decoration: none;
	background-image: url('images/blue_blok.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
	line-height: 31px;
	width: 206px;
}

.AspNet-Menu a:hover {
	font-weight: bold;
	color: #e46709;
	width: 206px;
	background-image: url('images/orangeBlock.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

.AspNet-Menu-Selected a:link, .AspNet-Menu-Selected a:active, .AspNet-Menu-Selected a:visited {
	color: #e46709;
	font-weight: bold;
	background-image: url('images/orangeBlock.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

.AspNet-Menu-Selected a:hover {
	color: #e46709;
	font-weight: bold;
	background-image: url('images/orangeBlock.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

ul.AspNet-Menu li a, ul.AspNet-Menu li span {
    height: 31px !important;
}

/* Sub Navigation */

.navSub {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 176px;
	float: left; /* Contain floated list items */
}

.navSub li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 176px; /* IE whitespace bug */
	padding-left: 15px;
    list-style-image: url('images/spacer.gif');
}

.navSub a:link, .navSub a:active, .navSub a:visited {
	display: block; /* to increase clickable area as a's default to inline */
	color: #093961;
	text-decoration: none;
	padding: 0 15px;
	line-height: 31px;
}

.navSub a:hover {
	color: #e46709;
	font-weight: bold;
}

.body_rot .navSub_rot a,
.body_ppa .navSub_ppa a,
.body_env .navSub_env a {
	color: #e46709;
	font-weight: bold;
}

/* Unordered List */

ul {
    list-style-type: none;
    list-style-image: url('images/bullet.png');
    vertical-align: middle;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

li {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* BG Images */

.homeBGImage {
    background-image: url('images/kidsBike.png');
    background-position: bottom center;
    background-repeat: no-repeat;
	color: #ad2529;
}

.leftShade {
	background-image: url('images/left_shade.png');
	background-repeat: repeat-y;
	width: 15px;
}

.rightShade {
	background-image: url('images/right_shade.png');
	background-repeat: repeat-y;
	width: 15px;
}

.eventBG {
	background-image: url('images/topNavBG.jpg');
	background-repeat: repeat-x;
	height: 56px;
}

.lifecycleBG {
	background-image: url('images/lifecycleBG.jpg');
	background-repeat: repeat-x;
	height: 56px;
	padding-left: 10px;
	padding-right: 10px;
}

.navShade {
	background-image: url('images/navShade.jpg');
	background-repeat: repeat-x;
	height: 27px;
}

.contentBG {
	background-image: url('images/contentFade.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 405px;
	vertical-align: top;
}

.navBoxTop {
	background-image: url('images/top_mid.jpg');
	background-repeat: repeat-x;
	height: 33px;
}

.sideNavBG {
	background-image: url('images/linkBG.jpg');
}

.sideBG {
	background-color: #fcba7e;
}

/* Generic Styles */

.marginRight {
    margin-right: 10px;
}

.borderLeft {
    border-left: 2px solid #ac252c;
}

.borderRight {
    border-right: 2px solid #ac252c;
}

.borderBottom{
    border-bottom: 2px solid #ac252c;
}

.border {
    border: 1px solid #ac252c;
    padding: 1px;
}

.padding {
	padding: 10px;
}

.mainBorder {
    border-left: 1px solid #f9b671;
    border-right: 1px solid #f9b671;
}

.marginTop {
    margin-top: 15px;
}

.marginBot {
    margin-bottom: 15px;
}

.whiteHeading {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.whiteHead {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
}

.subHead {
	color: #AC252C;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.mainBG {
	background-color: #f8e1b8;	
}

.whiteBG {
	background-color: #FFFFFF;
}

.table {
    margin-left: auto;
    margin-right: auto;
}

.tableBorder {
    border: 1px solid #fabf7d;
}

.tableBG {
    background-color: #fabf7d;
    padding-left: 2px;
    padding-right: 2px;
}

/* Footer */

.footer {
	font-size: 9px;
	color: #be272b;
	font-weight: bold;
}

.footerBG {
	background-image:url('images/footerBG.jpg');
	background-repeat:repeat-x;
	height: 116px;
}

.footer a:link, .footer a:active, .footer a:visited{
	color: #be272b;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	color: #e46709;
	text-decoration: none;
	font-weight: bold;
}

/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
    color: #FF9834;
    font-weight:bold;
    text-decoration: none;
}
#nextLinkText{
    padding-left: 20px;
}
#prevLinkText{
    padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	