body {
	background-color: #535d81;
	padding: 0;
	margin: 0;
	text-align: center;
}

h2 {
	font:24px Arial;
	color:#AAB4DA;
	word-spacing:1px;
	margin:0 0 10px 0;
	padding: 0;
}
p {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.4;
}

.clear {
	padding: 0;
	margin:0;
	height: 0;
	display: block;
	clear: both;
}

#mainwrapper {
	width: 850px;
	margin: 0 auto;
	
}
#contentwrapper {
	width: 850px;
	text-align: left;
	float: left;
	color: #726E6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

#contentwrapper a{
	color: #AAB4DA;
	text-decoration: underline;
	}
	
#contentwrapper a:hover{
	color: #535D81;
	text-decoration:underline;
	}	


#content {
	width: 790px;
	padding: 30px;
	margin: 0;
	background-color: #FFFFFF;
	float: inherit;
}

.mapcolumn {
	width: 443px;
	padding: 0px;
	margin: 0px;
	float: right;
}
.column {
	padding: 0 30px 0 0;
	margin: 0px;
	float: left;
}
.columnright {
	padding: 0px;
	margin: 0px;
	float: right;
}
#homecontent {
	width: 848px;
	height: auto;
	padding: 1px;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	float: inherit;
	}
#homecontentright {
	font:150% Arial, Helvetica, sans-serif;
	color:#726E6E;
	width: 222px;
	height: 505px;
	padding: 30px;
	background-color: #ccc;
	margin: 0 0 0 1px;
	float: right;
	line-height: 1.4;
}

#homecontentright a{
	font:16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left: 30px;
	display:block;
	font-weight: bold;
	}

#homecontentright a:hover{
	font:16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left: 30px;
	display:block;
	font-weight: bold;
	}

#headerwrapper {
	width: 810px;
	padding: 30px 20px 20px 20px; 
	text-align: left;
	height: 100px;
	float: left;	
		
}
#headerwrapper .logo {
	border: none;
	float: left;
	padding: 0;
	margin: 0;	
}

/*____ TOP NAVIGATION ______________________________________________________________________________________*/

#topnavlist li {
	line-height: 0px;
	display:inline;
	padding:0 14px;
	border-right:1px solid #aab4da;
}

#topnavlist li.last {
	line-height: 14px;
	border: none;
	padding: 0 0 0 14px;
}

/*____ important that #topnavlist has margin and height added otherwise extra space is added in firefox____*/

#topnavlist {
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	font-size: 16px;
	text-align: right;
	margin: 0;
	padding: 85px 0 0 0;
	font-weight: normal;
	letter-spacing: 1px;
}

/*____ add id="active to the li tag to display the active link____*/

#topnavlist #active a {
	color:#FFF;
	text-decoration:none;
}

#topnavlist a {
	color:#aab4da;
	text-decoration:none;
}
#topnavlist a:hover {
	color:#FFF;
	text-decoration:none;
}

#footerwrapper {
	color: #535d81;
	clear: both;
	padding: 5px 30px 0px 30px;
	width: 790px;
	height: 32px;
	background-image: url(images/footerwrapper_bg.gif);
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	margin-bottom: 20px;
}

#footerwrapper a {
	color:#535d81;
	text-decoration:none;
	}
#footerwrapper a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

.copyright {
	text-align: left;
	float: left;
	padding-top: 10px;
}
.author {
	text-align: right;
	float: right;
	padding-top: 10px;
}

/*____ SLIDESHOW ______________________________________________________________________________________*/
	
	#dhtmlgoodies_slideshow{
	width:700px;	/* Total width of slideshow */
	margin: auto;

	}
	
	#previewPane{
	margin-bottom:30px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	/* CSS HACK */
		height: 350px;	/* IE 5.x */
	height/* */:/**/350px;	/* Other browsers */
	height: /**/350px;
	display: block;
	margin-top: 20px;
				
	}
	#previewPane img{
	float: left;
	line-height: 350px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:normal;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:13px;
	float: right;
	padding: 20px;
	width: 230px;
	background-image: url(images/portfolio-textbox.gif);
	height: 200px;
	background-repeat: no-repeat;
	}
	#galleryContainer{
		
		height:104px;	/* Height of the images + 2 */
		
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 106px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/104px;	/* Other browsers */
		height: /**/104px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
				
	}
	#theImages{
		position:absolute;
		height:102px;
		border-top:1px solid #AAB4DA;
		border-right:none;
		border-bottom:1px solid #AAB4DA;
		border-left:none;
		left:50px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:10px 10px 0px 20px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:13px;
		font-family:Verdana, Arial, Helvetica, sans-serif;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
