/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
}


/** HEADINGS */

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left:32px;
}

h1 {
	margin-top:0px;
	font-size: 34px;
}

h2 {
	margin-top:-10px;
	font-size: 16px;
	color: #996;
	margin-left: 20px;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	color: #504E42;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 200%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	//color: #578BB1;
}

a:hover {
	text-decoration: none;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #E1DFD8;
}

hr {
	/*display: none;*/
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

#wrapper2 {
	width: 940px;
	background: url(images/bg03.jpg) repeat-y left top;
}

#wrapper3 {
	padding: 0px 45px;
	background: url(images/bg04.jpg) no-repeat left top;
}

/** HEADER */

#header {
	height: 130px;
}

/** SEARCH */

#search {
	width: 425px;
	height: 120px;
	background: url(images/homepage02.gif) no-repeat left top;
}

#search form {
	padding: 79px 0px 0px 148px;
}

#search input {
	float: left;
	height: 24px;
	padding: 0px;
}

input#keywords {
	width: 160px;
	height: 15px;
	padding: 4px 5px 3px 5px;
	background: #2B608A url(images/subpage1_02.gif) repeat-x left top;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
}

input#search-submit {
	width: 60px;
	margin-left: 10px;
	background: url(images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}

/** MENU */

#menu {
	height: 70px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 23px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 10px 0px 11px;
	background: url(images/subpage1_03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** BANNER */

#banner {
	padding-bottom: 10px;
}

/** PAGE */

#page {
}

#single {
	padding: 25px;
	background: url(images/homepage07.gif) repeat-x left top;
}

/** CONTENT */

#content {
	width: 535px;
	padding: 25px;
	background: url(images/homepage07.gif) repeat-x left top;
}

#homepage #content {
	width: 500px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
	position: relative;
	height: 200px;
	min-height: 200px;
	background-image: url(images/homepage062.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

html>body .three-columns {
	height: auto;
}

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	width: 250px;
}

.three-columns .column1 {
	padding: 0px 15px 0px 20px;
}

.three-columns .column2 {
	padding: 0px 15px 0px 20px;
}

.three-columns .column3 {
	padding: 0px 15px;
}

.three-columns .title {
	height: 23px;
	margin: 0px;
	padding-top: 18px;
	color: #FFFFFF;
}

.three-columns .content {
	padding-top: 20px;
}

/** BOX STYLE 1 */

.boxA {
}

.boxA .title {
	height: 23px;
	margin: 0px;
	padding: 18px 0px 0px 20px;
	background: url(images/homepage06.gif) no-repeat left top;
	color: #FFFFFF;
}

.boxA .content {
	padding: 15px 13px;
}

/** SIDEBAR */

#sidebar {
	width: 250px;
}

#homepage #sidebar {
	width: 288px;
}

/** CLIENT LOGIN */

#login {
}

#login .content {
	padding-top: 20px;
	padding-left: 25px;
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#login li {
	margin-bottom: 13px;
}

#login label {
	float: left;
	width: 70px;
	font-weight: bold;
	color: #5B6D74;
}

input#username, input#password {
	width: 130px;
	height: 17px;
	padding: 4px 5px 3px 5px;
	background: #F6F6F5;
	border: 1px solid #F6F6F5;
	border-left-color: #E1DFD7;
	border-top-color: #D4D2C5;
}

input#login-submit {
	float: right;
	width: 80px;
	height: 24px;
	background: url(images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}

#homepage input#username, #homepage input#password {
	width: 165px;
}

/** FOOTER */

#footer {
	width: 940px;
	height: 150px;
	background: url(images/bg05.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 80px 0px 0px 0px;
	text-align: center;
	color: #C6C4BC;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

#box4 .content {
	padding-left: 20px;
}

#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: 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; }

/* ------------------
 styling for news
   ------------------   */

#newsBlock{
	float: left;
	padding: 10px; 
	width:100%;
}

#newsBlock img {
	float: left;
}

/*#newsBlock hr{
	display: block; 
	clear: left; 
}*/

#newsBlock #hr{
	padding:10px 0;
	width:100%;
	display:block;
	clear:left;
	margin-left:-10px;
}

/* ------------------
 styling for the tables 
   ------------------   */

#hor-zebra
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	margin: 45px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	vertical-align:top;
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}

/* ------------------
 styling pagination
   ------------------   */

#pagination{
	text-align:center;
}

#pagination #active{
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;	
}

#pagination #normal{
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

#pagination a{
	text-decoration: none;
	color:#000
}
