@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.style1 {
	color: #FFA001;
}

.style2 {
	font-weight: bolder;
	color: #333333;	
}

#mainContent ul{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	}

	

#mainContent li {
	margin-top:10px;
	padding-left:15px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#6A5B63;
	background-image: url(../images/ico-bullet-list.png);
	background-repeat: no-repeat;
	font-weight: normal;
	background-position: 0px 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}


#container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
} 
#header {
	height: 307px;
	width: 960px;
	margin: 0px;
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#sidebar1 {
	width: 300px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}

.sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2f3a55;
	margin-bottom: 0px;
	letter-spacing: 2px;
	padding: 0px;
	text-transform: capitalize;
}

.sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	text-transform: capitalize;
}

#mainContent {
	margin-right: 245px;
	margin-bottom: 0;
	padding-left: 25px;
	width: 550px;
}

.mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4D4D4D;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 15px;
	text-transform: capitalize;
}

.mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2f3a55;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	text-transform: capitalize;
}

.mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
}


#contentcont {
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545454;
	letter-spacing: 0.25px;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}


#section {
	height: 160px;
	margin: 0px;
	background-image: url(../images/sectionbkgrd.png);
	background-repeat: no-repeat;
}

.sectionbox {
	float: left;
	width: 320px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}

#section h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	letter-spacing: 1.5px;
}

.sectionbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.25em;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
}

#section h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	text-transform: capitalize;
	letter-spacing: 1.5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/******************************* TABLES **************************/
th {
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #CA9339;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DAD6CB;
	border-right-color: #DAD6CB;
	border-bottom-color: #DAD6CB;
	background-image: url(images/img-thbgrd.png);
	background-repeat: no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #D5D7D6;
	background: none;
}

th.spec {	
	border-left: 1px solid #D5D7D6;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

th.specalt {
	border-left: 1px solid #D5D7D6;
	border-top: 0;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #333333;
	background-color: #DAD6CB;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
}

td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DAD6CB;
	border-bottom-color: #DAD6CB;
}


td.alt {
	color: #333333;
	background-color: #DAD6CB;
}

/**************************************** NAVIGATION ******************************/

/*globalnav*/

#globalnav {
	position:relative;
	margin:0;
	list-style:none;
	line-height:1.75em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2.25em;
	padding-left: 0;
}

#globalnav LI {
	float:left;
	padding:0;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}

#globalnav A {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	margin:0;
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: 0.25em;
	padding-left: 1em;
	background-image: url(../images/navtabbkgrd.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background-image: url(../images/navhovbkgrd.png);
	background-repeat: repeat-x;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top-width: 1px;
	border-top-style: solid;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#990000;
}


#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

/******************* IMAGE STUFF ********************/

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/********* LIGHTBOX **********/
#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: #FFFFFF;
	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: bold;	}
#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; }
