@charset "utf-8";
body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #DDDDDD;
	font-size: 14px;

	text-align: center; // For IE
}

/* 1	GENERIC STYLING */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
}	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 4px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
}


p, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
.nav a:link {
	text-decoration: none;
	padding: 4px;
}

a:visited {
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.nav a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
	padding: 4px;
}
.navSelected a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
	padding: 4px;
}

a:active {
	text-decoration: none;
	color: #CC0000;
}

img {
	border: none;
}

/* 2	CLASSES */

/* 2.1	Navigation bar */

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav ul li,
#nav ul li a {
	float: left;
	display: block;
}

#nav ul li a {
	margin: 4px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #CC0000;

}
#nav ul li a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}

/* 3	DIVs */

/* 3.1	Basic layout */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background: #FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	text-align: left; // To counteract the IE bit in body!
}

div#header {
	background:#CC0000 url("images/banner.png") no-repeat;
	height: 100px;
}

div#navigation {
	background:#FFFFFF;
	height: 32px;
	border-bottom:1px solid #CC0000;
}

div#content {
	padding: 8px 8px 38px 8px !important; /* bottom padding for footer */
	background:#FFFFFF;
}
/*
div#content table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
*/
div#homecontent {
	padding: 8px 8px 38px 8px !important; /* bottom padding for footer */
	background:#FFFFFF;
}

div#homecontent table {
	margin: 0 0 -8px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

div#footer {
	background:#CC0000;
	position:absolute;
	width:100%;
	height: 30px;
	bottom:0; /* stick to bottom */
	margin: 0;
}
div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer p {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
}

/* 3.2	Home page boxes */

.rowwrapper {
	vertical-align: top;
}

#leftcol {
	width: 576px;
	margin: 0;
	padding-right: 8px
}

#rightcol {
	width: 200px;
	margin: 0;
}

div#section {
	border: solid 1px #DDDDDD;
	padding: 8px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

div#topimage {
	padding: 0;
	margin: 0 0 8px 0;
	overflow: hidden;
	background: black;
}
 
/* 4	JQUERY */

/* 4.1	Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/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 {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: 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(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

