@charset "utf-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 10px; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
p {
	margin-top: 0px;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
}
h1 {
	font-size: 140%;
	color: #333;
}
h2 {
	font-size: 130%;
	color: #444;
}
h3 {
	font-size: 125%;
	color: #555;
}
h4 {
	font-size: 120%;
	color: #666;
}
h5 {
	font-size: 115%;
	color: #666;
}
h6 {
	font-size: 110%;
	color: #666;
}
a {
	color: #666;
}
a:hover {
	color: #000;
}
#container {
	width: 878px;  
	background: #ebecec;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
}
#header {
	background: #435155; 
	padding: 0px;
	background-image: url(../images/securerail-header-fade.png);
	background-position: 359px 0px;
	background-repeat: repeat-y;
	height: 80px;
}
#imagearea {
	height: 205px;
	position: relative;
}
#imagearea #imagecontent {
	height: 205px;
	postition: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#imagearea #imageoverlay {
	position: absolute;
	width: 100%;
	height: 164px;
	left: 0px;
	top: 42px;
	background-image:url(../images/mainimage-overlay.png);
	background-repeat: repeat-x;
}
#imagearea #nav {
	position: absolute;
	height: 42px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-image:url(../images/nav-bg.png);
	background-repeat: repeat-x;
	width: 100%;
}
#nav .navitemfirst {
	margin-top: 8px;
	height: 23px;
	padding: 5px 30px 0px 33px;
	float: left;
	border-right: solid 1px #c1c1c1;
	position: relative;
}
#nav .navitem {
	margin-top: 13px;
	height: 18px;
	padding: 0px 30px 0px 33px;
	float: left;
	border-right: solid 1px #c1c1c1;
	position: relative;
}
#nav .navitemlast {
	margin-top: 13px;
	height: 18px;
	padding: 0px 0px 0px 33px;
	float: left;
	position: relative;
}
#nav .menudiv {
	visibility:hidden;
	position: absolute;
	left: 0px;
	top: 33px;
	border: solid 1px #666;
	background-image: url(../images/menudiv-bg.png);
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav .menudiv a {
	padding: 5px 30px 5px 30px;
	display: block;
}
#nav .menudiv a:hover {
	background-color: #56676c;
	color: #ccc;
}
#nav a {
	font-size: 120%;
	color: #374737;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color: #000;
}
#mainContent {
	padding: 0px; 
}
#pagetitle {
	background-image: url(../images/pagetitle.png);
	background-repeat: no-repeat;
	height: 74px;
	position: relative;
}
#pagetitle .maintitle {
	position: absolute;
	bottom: 23px;
	left: 30px;
	font-size: 160%;
	color: #ccc;
}
#pagetitle .secondarytitleborder {
	position: absolute;
	bottom: 23px;
	left: 557px;
	background-image:url(../images/secondarytitle-border.gif);
	width: 1px;
	height: 40px;
}
#pagetitle .secondarytitle {
	bottom: 23px;
	position: absolute;
	left: 587px;
	font-size: 160%;
	color: #fff;
}
#mainContent #leftSection {
	margin-left: 30px;
	margin-top: 20px;
	float: left;
	width: 500px;
	margin-bottom: 10px;
}
#mainContent #leftSection .col1 {
	float: left;
	width : 240px;
	margin-right: 10px;
}
#mainContent #leftSection .col2 {
	float: left;
	width : 240px;
}
#mainContent #rightSection {
	float: left;
	width: 280px;
	margin-left: 57px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.gallerylink1, .gallerylink2, .gallerylink3, .gallerylink4, .gallerylink5 {
	width: 253px;
	height: 30px;
	display: block;
	border: solid 1px #71848c;
	margin-bottom: 14px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}
.gallerylink1:hover, .gallerylink2:hover, .gallerylink3:hover, .gallerylink4:hover, .gallerylink5:hover {
	color: #fff;
	background-color: #47565a;
	background-image: none;
}
.gallerylink1 {
	background-image: url(../images/gallerylinks-bg.jpg);
	background-position: -30px -90px;
}
.gallerylink2 {
	background-image: url(../images/gallerylinks-bg.jpg);
	background-position: -30px -144px;
}
.gallerylink3 {
	background-image: url(../images/gallerylinks-bg.jpg);
	background-position: -30px -198px;
}
.gallerylink4 {
	background-image: url(../images/gallerylinks-bg.jpg);
	background-position: -30px -252px;
}
.gallerylink5 {
	background-image: url(../images/gallerylinks-bg.jpg);
	background-position: -30px -306px;
}
#mainContent #fullSection {
	margin-left: 30px;
	margin-top: 20px;
	float: left;
	width: 818px;
	margin-bottom: 10px;
}
#footer1 {
	padding: 10px 27px 10px 27px; 
	text-align: right;
	font-weight: bold;
	color: #666;
	border-top: dashed 1px #bdc6c9;
	border-bottom: dashed 1px #d4d9da;
}
#footer2 {
	padding: 10px 27px 10px 27px;
	font-size: 90%;
	text-align: right;
	color: #617279;
}
#footer2 a {
	color: #617279;
}
#footer2 a:hover {
	color: #333;
}
label {
	display: block;
}
input {
	width: 230px;
	margin-bottom: 6px;
	border: solid 1px #b3591c;
}
textarea {
	width: 230px;
	height: 90px;
	margin-bottom: 6px;
	border: solid 1px #b3591c;
}
form .submitPad {
	background-color: #b3591c;
	border: solid 1px #ccc;
	font-weight: bold;
	color: #fff;
}
.mapframe {
	border: solid 1px #333;
}
.galleryWrap {
	padding: 3px;
	border: solid 1px #435155;
	background-image: url(../images/gallery-bg.jpg);
	background-repeat: repeat-y;
}
.galleryNav {
	background-image: url(../images/gallery-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left 44px;
	margin-right: 1px;
}
.galleryNav a.notSelected {
	font-size: 160%;
	text-decoration: none;
	color: #dedede;
	display: block;
	border: solid 1px #445156;
	border-bottom: none;
	background-color: #596B70;
	text-align: center;
	height: 33px;
	padding-top: 10px;
}
.galleryNav a.selected, .galleryNav a.notSelected:hover {
	font-size: 160%;
	text-decoration: none;
	color: #fff;
	display: block;
	border: solid 1px #2e373a;
	border-bottom: none;
	background-color: #677B81;
	text-align: center;
	height: 34px;
	padding-top: 10px;
}
.galleryNav .offices {
	float: left;
	margin-right: 5px;
	width: 131px;
	}
.galleryNav .disability {
	float: left;
	margin-right: 5px;
	width: 200px;
	}
.galleryNav .apartments {
	float: left;
	margin-right: 5px;
	width: 182px;
	}
.galleryNav .retail {
	float: left;
	margin-right: 5px;
	width: 135px;
	}
.galleryNav .furniture {
	float: left;
	margin-right: 0px;
	width: 138px;
	}
.galleryMain {
	width: 807px;
	border: solid 1px #2e373a;
	border-top: none;
	background-color: #677B81;
	background-image: url(../images/gallery-main-bg.gif);
	background-repeat: repeat-x;
	background-position: left 4px;
	padding-bottom: 15px;
}
.galleryMain h1 {
	color: #ccc;
}
.galleryMain .projects {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 155px;
}
.galleryMain .projects a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: bold;
}
.galleryMain .projects a:hover {
	color: #ccc;
}
.galleryMain .preview {
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	width: 132px;
}
.galleryMain .preview .thumb {
	width: 130px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 10px;
	border: solid 1px #435155;
}
.galleryMain .preview .thumb img {
	border: 0px;s
}
.galleryMain .detail {
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	width: 432px;
}
.galleryMain .detail .detailtitle {
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.galleryMain .detail .detailtext {
	margin-bottom: 10px;
}
.galleryMain .detail .detailimage {
	width: 430px;
	overflow: hidden;
	border: solid 1px #435155;
}
.imgborder {
	border: solid 1px #666;
}
