/* CSS Document */

/* Define header style */
	h2 {
	font: 1.5em 'Lucida Grande', Arial, sans-serif;
	color: #E8E8E8;
	}

	body {
	font-size: 100%;
	background-color: #000019;
	}
	
	.centertext {
		text-align: center;
	}
	
	.imgleftfloat {
		float: left;
		padding: 10px 20px 40px 10px;
		
	}
	
	.plaintext {
		font-size: .9em;
		padding: 10px 30px 0 30px;
	}
			
/* Define paragraph text size */
	p {
	font-size: 1.1em;
	color: #000038;
		}
		

/* Define alternate paragraph color */

	.lighttext {
		font: .9em 'Lucida Grande', Arial, sans-serif;
		color: #C5C5CF;
	}
	
	.darktext {
		font: 1em 'Lucida Grande', Arial, sans-serif;
		color: #000038;
	}
		
		
/* Define text link properties */

p a:link {
	
	font: .9em 'Lucida Grande', Arial, sans-serif;
	color: #60F;
	text-decoration: none;
}

p a:link a:visited {
	text-decoration: none;
	/* color: #63C; */
	color: #60F;
} 

p a:link a:hover {
	text-decoration: none;
	color: #966;
	}
	

/* Define overall link properties: */
	a:link {
	text-decoration: none;
	}
	
	a:visited {
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:none;
	}
	
/* Properties for Overall Container */

#container {
	background-color: #FFF;
	width: 805px;
	height: auto;
	margin: auto;
	background-image: url(../images/indeximages/backgroundgradientblue.png);
	background-repeat: repeat-x;
	text-align: left;
	overflow: hidden;
	
	}
	
#gallerycontainer {
	/* border: 1px solid green; */
	width: 805px;
	margin: auto;
	text-align: left;
	background-image: url(../images/indeximages/backgroundgradientblue.png);
	background-repeat: repeat-x;
}

#gallerycontainercolorgalleries {
	width: 805px;
	margin: auto;
	text-align: left;
	background-color: #000038;
	background-repeat: repeat-x;
}

#plaincontainer {
	width: 805px;
	height: auto;
	margin: auto;
	text-align: left;
	overflow: hidden;
	}

#projectseven {
	/* border: 1px solid green; */
	width: 805px;
	height: auto;
	margin: auto;
}

/* Properties for Banner */
	
#banner {
	width: 805px;
	height: 124px;
	margin: 0px auto 0px auto;
	text-align: left;
	}
	
.spacer {
	clear: left;
	margin: 30px 0 0 0;
	}
	
 #bodydiv {
	margin: 0 0 0 173px;
	height: auto;
	}
	

	 
/* Properties for Gallery Thumbnail pictures */

	#thumbrow {
	float: left;
	width: 570px;
	height: 203px;
	margin: 30px 0 0 0;
	padding: 0 0 1px 0;
	}
	
	#thumbrow2 {
	float: left;
	width: 570px;
	height: 203px;
	padding: 0 0 1px 0;
	}
	
	#spacerthumb3 {
	margin: 0 0 0 175px;
	}
	
	#thumbrow3 {
	float: left;
	width: 570px;
	height: 203px;
	padding: 0 0 1px 0;
	}
	
	.thumb {
	float: left;
	height: 200px;
	border: 2px solid #000038;
	margin: 0 -20px 0 30px;
		}
		

/* Properties for Thumbnail Images on Gallery Detail Pages */


#thumbrowdetail {
	float: left;
	width: 625px;
	height: 203px;
	margin: 30px 0 0 0;
	padding: 0 0 1px 0;
}

#thumbrowdetail2 {
	float: left;
	width: 625px;
	height: 203px;
	padding: 0 0 1px 0;
}

#thumbrowdetail3 {
	float: left;
	width: 625px;
	height: 203px;
	padding: 0 0 1px 0;
}



.thumbdetail {
		background-color: #000038;
		float: left;
		height: 201px;
		width: 200px;
		border: 2px solid #000038;
		margin: 0 0 0 4px;
		padding: 0 0 0 0;
}

.emptythumbdetail {
		background-color: #000038;
		float: left;
		height: auto;
		width: 200px;
		border: hidden;
		margin: 0 0 0 4px;
}

/* Properties for Top Navigation Bar */


#topnav {
	/* border: 1px solid #F00; */
	float: left;
	width: 805px;
	height: 25px;
	margin: 0px auto 0px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	background-color: #000038;
	}
	

#mainimage {
	float: left;
	display: inline;
	margin: 30px 0 0 63px;
	border: 2px solid #000038;
	width: 500px;
	height: 364px;
	}
	
	
#bodytext {
	float: left;
	width: 564px;
	margin:0 0 0 0px;
	padding: 10px 25px 0 40px;
	font: .8em 'Lucida Grande', Arial, sans-serif;
	}
	
#forsaleimagetext {
	background-image:url(../images/indeximages/plainbackground.png);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	font: 1em 'Lucida Grande', Arial, sans-serif;
	color: #000019;
	margin: 0px 0 0 0px;
	padding: 100px 0 100px 10px;
	border: 2px solid #000038;
	width: 790px;
	height: auto;
	}
	
.centertextlink {
	font: .9em 'Lucida Grande', Arial, sans-serif;
	text-align: center;
}

.centertextlink a:link {
	text-decoration: none;
	color: #60F;
}

.centertextlink a:visited {
	text-decoration: none;
	/* color: #63C; */
	color: #60F;
} 

.centertextlink a:hover {
	text-decoration: none;
	color: #966;
	}
	
/* Properties for Policies Page */

#policies {
	background-image:url(../images/indeximages/plainbackgroundlong.png);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	font: .85em 'Lucida Grande', Arial, sans-serif;
	color: #000038;
	margin: 0px 0 0 0px;
	padding: 50px 0px 50px 10px;
	border: 2px solid #000038;
	/* width: 790px; */
	width: 790px;
	height: auto;
	}

.plain {
	padding: 0 30px 0 30px;
}

.plain a:link {
	text-decoration: none;
}

.plain a:visited {
	text-decoration: none;
}

.plain a:hover {
	text-decoration: none;
	color: #60F;
}
	
#table {
	padding-left: 135px;
	}

.tablehead {
	font: 1.2em 'Lucida Grande', Arial, sans-serif;
	font-weight: 200;
	padding: 0 10px 0 10px;
}

td {
	padding: 2px 10px 2px 10px;
	border-top: 2px solid #000038;
}

.alignright {
	text-align: right;
}

/* Properties for Left Navigation Bar Main Pages */
	
#leftlinks {
	float: left;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	width: 175px;
	height: 254px;
	}
	
.leftnav {
	list-style-type: none;
	margin: -30px 0 0 0;
	padding: 0;
	color: #000038;
	font-variant: small-caps;
	line-height: 150%;
	width: 175px;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 1.2em;
	}
	
.leftnav li {
	background-image: url(../images/indeximages/leftnavgradient.gif);
	background-repeat: repeat-x; 
	margin: 0;
	padding: 0 20px;
	border: 1px solid #000038;
	
	}

.leftnav li a:link {
	text-decoration: none;
	color: #000038;
}

.leftnav li a:visited {
	text-decoration: none;
	/* color: #63C; */
	color: #000038;
} 


.leftnav li a:hover {
	text-decoration: none;
	color: #966;
}

/* Properties for extra content area under Left Nav Bar Main Pages */
	
#bottomleftextra {
	float: left;
	width: 174px;
	margin: 10px 0 0 -1px;
	height: 280px;
	text-align: center;
	}
	
.leftextra {
	list-style-type: none;
	height: 284px;
	width: 132px;
	font: .85em 'Lucida Grande', Arial, sans-serif;
	color: #000038;
	font-variant: small-caps;
	}
	
.extralist {
	margin: 50px 25px 14px -10px;
	border: 2px solid #000038;
	padding: 10px 10px 10px 10px;
	background-color: #C5C78E;
	}
	
/* Define button link properties */

.extralist a:link {
	/* color: #60F; */
	color: #000038;
	text-decoration: none;
}

.extralist a:visited {
	text-decoration: none;
	/* color: #63C; */
	/* color: #60F; */
	color: #000038;
} 

.extralist a:hover {
	text-decoration: none;
	color: #966;
	}	
	
/* Properties for Images in image gallery for testgallerybay2 */

.img-grid {
	background-color: #000038;
	float: left;
	width: 627px;
	margin: auto;
	overflow: hidden;
	position: relative;
	/* border: 2px solid #3F1F55; */
}

.img-grid ul {
	list-style-type: none;
	width: 100%;
	/* margin: 0 0 0 5px; */
	margin: 30px 0 0 5px;
	padding: 0px;
	position: relative;
}
	
	
.img-grid li {
	width: 202px;
	/* height: 240px; */
	height: 160px;
	float: left;
	display: inline;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	position: relative;
	margin: 0 -1px 0 0px;
	padding: 0 2px 0 2px;
	}
	
.img-grid li img {
	vertical-align: middle;
	width: 200px;
	height: 150px;
	border: 2px solid #000038;
	padding:0;
	
	
}
	
/* Properties for Bottom Navigation Bar */
	
#bottomnav {
	/* border: 1px solid #F00; */
	float: left;
	width: 805px;
	height: 25px;
	margin: 75px auto 0px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	background-color: #000038;
	}
	
#gallerybottomnav {
	clear: left;
	width: 805px;
	height: 25px;
	margin: 0px auto 0px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	background-color: #000038;
	}
	
/* Properties for Footer */

.spacerfooter {
	clear: left;
	padding: 30px 0 0 0;
	}

#footer {
	background-color: #3c3c6a;
	clear: both;
	text-align: center;
	padding: 1px 0;
	font: .6em Verdana, Arial, Helvetica, sans-serif;
	}
	
/* Define footer class */
	.footer {
		color: #B1ABBA;
		padding: 0 0 0 0;
		}
	
/* Styles for horizontal navigation lists */

.horiznav {
	margin: 0 0 0 0;
	}
	
	
.horiznav li {
	list-style-type: none;
	display: inline;
	margin: 0 50px 0 25px;
	padding: 3px 10px 3px 10px;
	width: auto;
	font-variant: small-caps;
	color: #CCC;
	}
	
.horiznav li a:link {
	text-decoration: none;
	color: #CCC;
	
}

.horiznav li a:visited {
	text-decoration: none;
	/* color: #d0cfd7: */
	color: #CCC;
}

.horiznav li a:hover {
	text-decoration: none;
	color: #af7af9;
	
}
	

