@charset "UTF-8";

/*  

TITLE (http://www.WEBSITE.com)

version:   1.0
author:    ProVim
email:     info@provim.net
website:   http://www.provim.net/  

*/

/* +GENERAL - include note
=============================================================================*/
	/* Remove padding and margin - universal */
* {
	margin: 0;padding: 0;
	}

	/* Put it back on certain elements */
p, pre, blockquote, form, fieldset, table {margin:1.4em 0;}

	/* Class for clearing floats */
.clear {
	clear:both;height:0;
	}

	/* Remove border around linked images - and float styles*/
img {
	border: 0;
	}

.fltrt {
	float: right;
	margin-left: 8px;
	}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
hr {
	background: #f8e5c0;
	color: #f8e5c0;
	border: 0;
	height: 2px;
	margin:10px 0;
	}
	

/* +TYPOGRAPHY
=============================================================================*/
body {
	font: 11px Helvetica, Verdana, Arial, sans-serif;
	background: #002330;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	}
.italic {
	font-style:italic;
	}

/* +HEADINGS
=============================================================================*/
h1 {
	font-size: 36px;
	color: #0092c8;
	padding:25px 0 5px 0;
	}
h2 {
	font-size: 24px;
	color: #0092c8;
	padding:20px 0 5px 0;
	}
h3 { 
	}

/* +LINKS
=============================================================================*/
a {
	color:#000000;
	text-decoration:underline;
	}
a:hover {color:#000000;text-decoration:none;}

/* +BRANDING - header section
=============================================================================*/
#header { 
	background: url("images/header.jpg") no-repeat; 
	height: 330px;
	border-bottom:5px solid #002330; 
	}

/* +MAIN NAV
=============================================================================*/
#nav {
	background:#EDEACF;
	padding:0;
	border:0;
	height: 50px;
	}	


	#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font-size: 14px;
		}
	#jsddm li a
	{	display: block;
		background: #EDEACF;
		padding: 17px 30px;
		border-right:#fff solid 1px;
		text-decoration: none;
		color: #000000;
		white-space: nowrap;
		}
	#jsddm li a:hover
	{	background: #EDEACF;
		text-decoration:underline;
		}
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid #fff;}
		
		#jsddm li ul li
		{	float: none;
			display: inline;}
		
		#jsddm li ul li a
		{	width: auto;
			background: #EDEACF;
			border-bottom: 1px solid #fff;
			padding: 5px 20px;}
		
		#jsddm li ul li a:hover
		{	background: #EDEACF}


/* +SUB NAVIGATION
=============================================================================*/

/* +MAIN CONTENT
=============================================================================*/
#container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	} 
#mainContent { 
	margin: 0 250px 0 0 ; 
	padding: 0 20px;
	font-size: 15px;
	line-height: 1.4em;
	width: 590px;
	}
ul {
	padding-left: 30px;
	padding-top: 10px;
	}
ul#image_rotate { 
	list-style:none;
	padding: 90px 0px 0 0;
	margin-right: 20px;
	
	}
 

/* +SECONDARY CONTENT
=============================================================================*/
#sidebar1 {
	float: right; 
	width: 276px; 
	background: #ffffff; 
	padding: 15px 10px;
	}
#sidebar1 p {
	padding: 5px;
	}

/* +FOOTER
=============================================================================*/
#footer { 
	padding: 0 10px 0 20px;
	background:#edeacf; 
	height:104px;
	} 
#footer p {
	margin: 0; 
	padding: 48px 0;
	float: left;
	}
#footer img {
	float: right;
	padding: 32px 0 0 0;
	}
/* +FORMS
=============================================================================*/
	/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
	}

/* +TABLES
=============================================================================*/
table {
	border-spacing: 0;
	border-collapse: collapse;
	}
td {
	text-align: left;
	font-weight: normal;
	}

/* +MISC 1 - include note
=============================================================================*/
#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#999999;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:1px solid black;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("../images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("../images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;
	
	/* width: 100%;
	padding: 0 10px 0; */
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	
	line-height:normal;
	/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}

/* +MISC 2
=============================================================================*/