/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
}

#scroller {
	width: 460px;
	height: 437px;
	padding: 39px 28px 31px 25px;
	overflow: auto;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.clear{clear:both; line-height:0px}
textarea, select{font:11px Tahoma, Arial, helvetica, sans-serif; color:#0072B3; padding:2px 0 0 2px; text-transform:none; border: 1px solid #5C5C5C; vertical-align:middle;}

#form textarea{width:250px; height:130px; overflow:auto; margin-bottom:8px; color:#0072B3;}
#form .tx{height:30px; text-align:right; padding-right:7px; color:#333333;}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#inputtext1 {
	width: 136px;
	height: 14px;
	padding: 5px 5px;
	background: #FFFFFF;
	border: none;
}

#inputsubmit1 {
	width: 70px;
	height: 24px;
	background: url(images/homepage09a.jpg) no-repeat left top;
	border: none;
	font-size: 11px;
	padding: 5px 10px 5px 10px;  
	color: #FFFFFF;
}

.contactfield{
	width:200px;
	font-size: 11px;
	font-weight: bold;
	color: #0072B3;
}

.contactfield1{
	font-size: 11px;
	font-weight: bold;
	color: #0072B3;
}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 15px 0px;
	color: #234D77;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B7B7B;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	color: #688FB7;
}

.text7 {
	font-family: Tahoma;
	color:#234D77;
	font-size: 16px;
}

.text8 {
	font-family: Tahoma;
	color:#FFFFFF;
	font-size: 12px;
}

.text9 {
	font-family: Tahoma;
	color:#234D77;
	font-size: 12px;
}

.text10 {
	font:14px georgia;
	color:#333333;
	line-height:24px;
	}
	
.text11 {
	font-family: Tahoma;
	background: url(images/crane2.gif) no-repeat left top;
	color:#234D77;
	font-size: 12px;
}

.style5 {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 20px;
}

/** LINKS */

a {
	color: #0053A7;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: 146px;
	height: 24px;
	padding: 12px 0px 0px 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.link2 {
	color: #FFFFFF;
}

.link3 {
	padding-left: 16px;
	background: url(images/homepage13.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(images/subpage02.jpg) no-repeat left top; }
.bg3 { background: url(images/subpage03.jpg) no-repeat left top; }

.bg4 { background: url(images/homepage03.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage04.jpg) no-repeat left top; }
.bg6 { background: url(images/homepage05.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg8 { background: url(images/homepage07.jpg) no-repeat left top; }
.bg9 { background: url(images/homepage08.jpg) no-repeat left top; }

.bg10 { background: url(images/subpage04.jpg) no-repeat left top; }
.bg11 { background: url(images/crane2.gif) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 10px;
	margin-bottom: 10px;
	background: url(images/homepage14.gif) repeat-x left bottom;
}

#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */
		text-align: center;
		margin-bottom: 32px;
	}
	
	#previewPane{
		width:400px;
		border:0px;
		margin:10px auto 0px auto;	
		text-align:center;
		vertical-align:middle;
		padding:0px;

		position:relative;
		
		/* CSS HACK */
		height: 336px;	/* IE 5.x */
		height/* */:/**/334px;	/* Other browsers */
		height: /**/334px;
				
	}
	#previewPane img{
		vertical-align:middle;		
		margin: auto;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:normal;
		text-align:center;
		font-family: Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		height:2em;
		padding:3px 0 0 0;
	}
	#galleryContainer{
		
		width:400px;
		margin:0px auto;
		height:92px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding: 1px 0px;
		
		/* CSS HACK */
		height: 94px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/92px;	/* Other browsers */
		height: /**/92px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:relative;
/*		overflow:hidden;
		
		height:90px;
		left:40px;
*/		width:100000px;
		min-width: 100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=60);
		opacity: 0.6;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:20px;
		top:10px;
		background-color:#FFF;
		border:3px single #666;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}

div.relatedHeader {
	margin: 0em 0.0em 0.1em 0.0em;
}



div.topImagePlaceholder div.imageCaption {
	text-align: center;
	font-family: Arial;
	font-size: small;
	color: #ffffff;
	padding: 0.4em 0.6em;
;	background-color: #5C310F;
	border-top: solid 1px #ffffff;
}

div#primaryContent {
	float: left;
	border-top: solid 1px white;
	border-left: solid 1px white;
	width: 419px;
	background-color: #fff;
}


.over
{
	cursor: default;
	list-style: none;
}

.over a
{
	cursor: default;
}

.over a .preview
{
	display: none;
}

.over a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: 0px;
	z-index: 1;
}

.over img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 79px;
	height: 59px;
}

.over li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.over .preview
{
	border-color: #000;
	width: 320px;
	height: 250px;
}

.overb
{
	cursor: default;
	list-style: none;
}

.overb a
{
	cursor: default;
}

.overb a .preview
{
	display: none;
}

.overb a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: 0px;
	z-index: 1;
}

.overb img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 144px;
	height: 160px;
}


.overb li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.overb .preview
{
	border-color: #000;
	width: 320px;
	height: 250px;
}

.overc
{
	cursor: default;
	list-style: none;
}

.overc a
{
	cursor: default;
}

.overc a .preview
{
	display: none;
}

.overc a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: 0px;
	z-index: 1;
}

.overc img
{
	background: #fff;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 403px;
	height: 155px;
}

.overc li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.overc .preview
{
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	width: 450px;
	height: 300px;
}

.overd
{
	cursor: default;
	list-style: none;
}

.overd a
{
	cursor: default;
}

.overd a .preview
{
	display: none;
}

.overd a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: 0px;
	z-index: 1;
}

.overd img
{
	background: #fff;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 251px;
	height: 167px;
}

.overd li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.overd .preview
{
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	width: 320px;
	height: 250px;
}

