/*page layout elements*/

body {
	background-color: #FAFAE0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#layout {
	background-color: #FAFAE0;
	width: 1124px;
	height: 708px;
	font-size: 10px;
	text-align: center;
}
#layout_left {
	background-color: #CCCC99;
	width: 303px;
	height: 676px;
	text-align: center;
	vertical-align: top;
	z-index: 2;
}
#layout_right {
	background-color: #CCCC99;
	height: 676px;
	width: 425px;
	z-index: 1;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FAFAE0;
}
#inner {
	height: 708px;
	background-color: #666633;
	width: 660px;
	z-index: 3;
}
#inner_vertical {
	height: 708px;
	background-color: #666633;
	width: 450px;
	z-index: 2;
}
.inner_image {
	border: 4px solid #666633;
	position: relative;
	top: 0px;
}
.inner_image_horizontal {
	border: 4px solid #666633;
	position: relative;
	left: 0px;
	bottom: 40px;
}
.inner_image_vertical {
	border: 4px solid #666633;
	position: relative;
	top: 0px;
	left: 0px;
}
#about_inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	background-color: #999966;
	height: 707px;
	width: 700px;
	line-height: 1.4em;
	border: 1px solid #000000;
	text-align: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 20px;
	z-index: 2;
}
#contact_inner  {
	background-color: #999966;
	border: 1px solid #000000;
	height: 707px;
	width: 700px;
	text-align: center;
	z-index: 2;
}
#projects_inner  {
	background-color: #999966;
	border: 1px solid #000000;
	vertical-align: top;
	width: 700px;
	height: 950px;
	z-index: 2;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#projects_layout_left  {
	background-color: #CCCC99;
	width: 303px;
	height: 918px;
	text-align: center;
	vertical-align: top;
}
#projects_layout_right  {
	background-color: #CCCC99;
	height: 918px;
	width: 425px;
	z-index: 1;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FAFAE0;
}

/* main navigation elements */

.site_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999966;
	height: 16px;
}
.site_nav a:link {
	color: #999966;
	text-decoration: none;
}
.site_nav a:visited {
	color: #999966;
	text-decoration: none;
}
.site_nav  a:hover {
	color: #666633;
}
.site_nav a:active {
	color: #999966;
	text-decoration: none;
}
.site_nav a:hover visited {
	color: #666633;
	text-decoration: none;
}
.site_nav_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666633;
}

/* logo elements */

.logo_text_bg {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.logo_text_sm {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
#logo_img {
	margin-top: 5px;	
/* text elements */	
	
}
.logo_topspacer {
	margin-top: 64px;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999966;
	vertical-align: top;
	text-align: center;
}
#table_copyright {
	padding-left: 180px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999966;
	vertical-align: top;
	text-align: center;
	width: 1124px;
}
#table_copyright_vert {
	padding-left: 110px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999966;
	vertical-align: top;
	text-align: center;
	width: 1124px;
}
#table_copyright_vert_narrow {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999966;
	vertical-align: top;
	text-align: center;
	width: 1124px;
	padding-right: 50px;
}
#copyright_left  {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999966;
	text-align: left;
	vertical-align: top;
}
.photo_credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999966;
	text-decoration: none;
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.1em;
	margin-top: 486px;
}
.address a {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
.address a:hover  {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}
.address_contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.1em;
}
.address_contact a {
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.address_contact a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}

/* main project page elements */

.proj_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	line-height: 1.4em;
	text-align: left;
}
.proj_text   a {
	color: #FFFFCC;
	text-decoration: none;
}
.proj_text   a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.proj_text  a:hover  visited {
	color: #FFFFCC;
	text-decoration: underline;
}
.after_proj_text {
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 10px;
	text-align: left;
}
.after_proj_text a:link {
	color: #663300;
	text-decoration: none;
}
.after_proj_text a:visited {
	color: #663300;
	text-decoration: none;
}
.after_proj_text a:hover {
	color: #333333;
	text-decoration: underline;
}	
.after_proj_text  a:hover  visited {
	color: #333333;
}
.proj_boxline_right {
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFFFCC;
	margin-right: 3px;
	float: left;
}
.proj_boxline_left {
	margin-left: 3px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFCC;
	float: right;
}
.proj_spacerpad {
	margin-top: 470px;
}
.proj_spacerpad_450 {
	margin-top: 450px;
}
/* secondary navigation elements */

#about_squares_bloc  {
	padding-top: 25px;
}
.about_squares {
	color: #CCCC99;
	background-color: #CCCC99;
	font-size: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999966;
	border-left-color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.about_squares a {
	color: #CCCC99;
	background-color: #CCCC99;
}
.about_squares a:hover {
	color: #FFFFCC;
	background-color: #FFFFCC;
}
.about_squares_off {
	color: #FFFFCC;
	font-size: 10px;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.about_arrow_right {
	border-left-width: 0.4em;
	border-left-style: solid;
	border-left-color: #999966;
}
.about_arrow_left {
	border-right-width: 0.4em;
	border-right-style: solid;
	border-right-color: #999966;
}
.proj_arrow_right {
	border-left-width: 0.4em;
	border-left-style: solid;
	border-left-color: #CCCC99;
}
.proj_arrow_left {
	border-right-width: 0.4em;
	border-right-style: solid;
	border-right-color: #CCCC99;
}
.squares {
	color: #999966;
	border-right-width: 2px;
	border-left-width: 2px;
	background-color: #999966;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCC99;
	border-left-color: #CCCC99;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.squares a {
	color: #999966;
	background-color: #999966;
}
.squares a:hover {
	color: #FFFFCC;
	background-color: #FFFFCC;
}
.squares_off {
	color: #FFFFCC;
	background-color: #FFFFCC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* image elements */

#plan_img  {
	padding-bottom: 20px;
	text-align: left;
	padding-top: 2px;
	padding-right: 20px;
}
.plan_text {
	font-size: 10px;
	line-height: 1.5em;
	color: #FFFFCC;
}
#contact_img {
	padding-bottom: 25px;
}
.before_imgs3 {
	padding-top: 75px;
	text-align: right;
	position: relative;
	left: 15%;
	z-index: 4;
	height: 225px;
	width: 300px;
}

