body {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #154130;
	background: url('images/TH_bkrnd.jpg') repeat;
	font-size: 14pt;
}
#wrapper {
	margin: 0px;
}


#headerwrap {
    background: url('images/superiorbanner3.jpg') no-repeat center 0; /*this will put the image at the top-middle of this div*/
    width: 100%; /*this sets this div to whatever size the window is, which helps with removing the horizontal scrollbar*/
    height: 225px;
    text-align: center; /*this will move any child elements to the center (specifically for ie)*/
    pointer-events: none;
    overflow: hidden; /*this hides any child elements that are outside the range of this element*/
}

#headerwrap_schwinn {
    background: url('images/superiorbanner.jpg') no-repeat center 0; /*this will put the image at the top-middle of this div*/
    width: 100%; /*this sets this div to whatever size the window is, which helps with removing the horizontal scrollbar*/
    height: 225px;
    text-align: center; /*this will move any child elements to the center (specifically for ie)*/
    pointer-events: none;
    overflow: hidden; /*this hides any child elements that are outside the range of this element*/
}

#header{
    width: 998px;
    margin: 0 auto; /*center header for all browsers except ie*/
    height:100px;
    z-index: 1;
    pointer-events: none;
    text-align: left; /*makes sure that contents are lined up to the left (otherwise inherited from the parent which is center)*/
}


#belowheader {
		margin: 0 auto;
		height: 60px;
		background-image:url(images/lower_banner.png);
		background-repeat:no-repeat;
}
#belowheadercenter {
		margin: 0 auto;
		height: 97px;
		background-image:url(images/kk_belowheader.jpg);
		background-repeat:no-repeat;
}
#fullbackmain {
		float: right;
		height: 1000px;
		background-image:url(images/kk_blueright.jpg);
		background-repeat: repeat-y;
}
#main {
		margin: 0 auto;
		word-wrap: break-word;
		height: 533px;
		width:	1000px;
		color: #DCDBC2;
}

@font-face{
	font-family: Aviano Sans;
	src: url('fonts/Aviano Sans.eot'); /* For IE */
	src: local('creampuff'), url('fonts/Aviano Sans.ttf') format('truetype'); /* For non-IE */
}
h2{
	font-family: Aviano Sans;
	font-size: 27pt;
	color:#4280BD;
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.curved-box
    {
	float: left;
    margin: 5px;
	word-wrap: break-word;
	text-align:center;
	display: inline;
    width: 295px;
    background-color: #172b23;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 5px;
	background: #172b23 url("images/box_fade.jpg") repeat-x top;
}

.dropshadowbox
    {
	background: #172b23 url("images/box_fade.jpg") repeat-x top;
}

.curved-box3
    {
	font-size: 20pt;
    margin: 10px;
	word-wrap: break-word;
	text-align:center;
	display: inline;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px;
	background: url('images/TH_bkrnd.jpg') repeat;
}

.smallfont
    {
	font-size: 10pt;

}

.smallfont_top
    {
	font-size: 10pt;
	text-align:left;
	vertical-align:top;
	padding:15px;

}

.smallfont_top2
    {
	font-size: 12pt;
	text-align:left;
	vertical-align:top;
	padding:15px;
	color: #ffffff;
}

.smallfont_mid1
    {
	text-align:center;
	vertical-align:center;
	font-size: 15pt;
    margin: 10px;
	word-wrap: break-word;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px;
}

	.shadow {
		-moz-box-shadow: 2px 2px 3px #003300;
		-webkit-box-shadow: 2px 2px 3px #003300;
		box-shadow: 2px 2px 3px #003300;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#003300')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#003300');
	}
	
	.curved-box2
    {
	float: left;
    margin: 10px;	
	display: inline;
	word-wrap: break-word;
    width: 955px;
    background-color: #172b23;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px;
	background: #172b23 url("images/box_fade.jpg") repeat-x top;
}



.right
{
float:right;
}

.center
{
margin-left: auto;
margin-right: auto;
}

.extrapadding
{
padding: 20px;
}

#userlinks{
width:100%;
position:fixed;
top:0px;
margin:0px;
border-bottom:0px;
z-index:1;
background-image:url(images/navbar.png);

height: 50px;
padding-top:10px;
}

		strong {
			font-size: 20pt;
			font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
			color: #FAE645;
			font-weight: normal;
		}


a:link { color: #CECDA4; text-decoration: none; }

a.navbar:link {     
	padding: 5px 10px;
    display: inline;
    background: #154130;
    border: none;
    color: #cecda4;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: -2px 1px #000;
}

a.navbar:visited {     
	padding: 5px 10px;
    display: inline;
    background: #154130;
    border: none;
    color: #cecda4;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: -2px 1px #000;
}

a.navbar:hover {     
	padding: 5px 10px;
    display: inline;
    background: #003333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: -2px 1px #000;
}

a.navbar:visited {     
	padding: 5px 10px;
    display: inline;
    background: #154130;
    border: none;
    color: #cecda4;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: -2px 1px #000;
}

a:visited { color: #CECDA4; text-decoration: none; }

a:hover { color: #126E48; text-decoration: none; }

a.Link2:link { color: #CECDA4; text-decoration: none;  }

a.Link2:visited { color: #CECDA4; text-decoration: none;  }

a.Link2:hover { color: #126E48; text-decoration: none;  }



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



