@charset "utf-8";

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #4d4d4d; 
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(lightbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	background: transparent url(lightbox/prev.png) no-repeat 0% 15%;
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(lightbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	background: transparent url(lightbox/next.png) no-repeat 100% 15%;
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(lightbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(lightbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #A6C9EA;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
#header {
	padding: 0px;
}
#whitebg { background-color: #FFF; }

#mainContent  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	font-weight: bold;
	color: #173c83;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#mainContent {
	background: #ffffff;
	font-size: 12px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent ul, #mainContent li {
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#textArea {
	float: left;
	width: 370px; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
#navigation {
	float: right;
	width: 800px;
	padding-top: 0px;
}
#pictureArea {
	float: right;
	width: 540px; /* top and bottom padding create visual space within this div  */
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #173c83;
}
#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 */
}
#headercontainer {
	width: 940px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	color: #173c83;
}
#headercontainerbg {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #173c83;
}
#footercontainer {
	width: 940px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
}
#footercontainer p, #footercontainer a {
	text-decoration:none;
	color:#666666;
	font-size: 12px;
	text-align: right;
}
#footercontainer a:hover {
text-decoration: underline;
color: #333333;}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	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;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#nav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#nav a {
   display: block;
   background: #c60000;
   color: #ffffff;
   padding: 8px 15px 8px 15px;
			text-decoration: none;
			font-size: 13px;
			font-weight:bold;
/*	width: 10em; */
}
#nav a:hover {
	color: #cccccc;
	background-color: #cc0000;
/*	width: 10em; */
}


#nav ul li a {   width: 150px;    text-align: left;    background: #c60000;    padding: 5px 5px 5px 15px; margin:0px;}
#nav ul li a:hover {   background: #6caedf;    color: #333333;}

#nav li { /* all list items */
	float: right;
/*	width: 10em;  width needed or else Opera goes nuts */
}#nav li ul li { /* all list items */
	float: left;
/*	width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 150px;
	left: -999em;
	border-right: 1px solid c60000;
	border-bottom: 1px solid c60000;
	border-left: 1px solid c60000;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
