﻿body
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;	
	background: #faf8cc;
	/*background: #fff url(../images/bg_lines.gif) repeat-x 0px 90px;*/
	
	
}
div#wrapper
{
	margin: 0 auto;
	position: relative;
	padding: 0px;
	text-align: center;
}
div.content
{
	/* background: #fff; specifying bg color causes disappearing content bug in ID */
	width: 700px;
	text-align: justify;
	margin: 0 auto;
}
div#header
{
	height: 100px;	
	background: url("../assets/images/background.jpg") no-repeat #FDD017;
	background-position: center;
}
#header img
{
	padding: 0 20px 0 0;

}
div#copy, #bkg
{
	font-family: Tahoma, Sans-Serif;
	padding: 40px 10px 20px 10px;
	line-height: 26px;
	font-size: 16px;
}
#copy h3, #bkg h3
{
	/*font-family: Times New Roman;*/
	font-family: Tahoma, Sans-Serif;
	font-size: 32px;
	font-weight: normal;
	border-bottom: solid 1px #888;
	width: 100%;
	padding-bottom: 5px;
}
#bkg
{
	background: url("../assets/images/background.jpg");
	background-color: Transparent;
}
ul.highlights
{
	list-style-type: none;
	border-top: solid 4px tan;
	padding-left: 0px;
	margin-bottom: 40px;
	font-size: 12px;
	font-family: Tahoma, Sans-Serif;
}
ul.highlights li
{
	border-bottom: solid 1px #aaa;
	font-weight: bold;
	color: #555;
}
/*======== UNIVERSAL ==============*/
body, div, h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}
ul
{
	list-style: square;
	margin: 0px;
	padding-left: 30px;
	line-height: normal;
}
a
{
	color: #990000; /* #7da7d8 [light blue] #990000 [dark red] #6498d9 [darker blue for anchor] */
}
div
{
	margin: 0px;
	padding: 0px;
}
div.spacer
{
	clear: both;
	margin: 1px 0 0 0;
	line-height: 1px;
	overflow: hidden;
}
div.column
{
	float: left;
	text-align: left;
}
.form .row table.rbl input, .rbl input,.row .cbx input, table.cbx tr td input
{
	background: none;
	border: none;
}
/*======== MENU =============*/
div#menu
{
	background: #C68E17; /*#827839;*/
	padding: 5px 0 5px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	overflow: auto;
	font-family: Tahoma, Sans-Serif;
}
#menu ul, #footer ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menu li, #footer li
{
	display: inline;
	padding: 0 22px 0 0;
}
#menu a
{
	text-decoration: none;
	color: #fff;
}
#menu a:hover
{
	color: #555;
}
/*======== PROJECT GRID ==============*/
div#grid
{
	margin: 0px;
	padding: 0 50px 0 0;
	height: 100%;
	width: 650px;
}
#grid #left
{
	float: left;
	width: 306px;
	/*
	border-top: solid 1px #888;
	border-left: solid 1px #888;
*/
}
#grid #right
{
	float: right;
	width: 300px;
	padding: 90px 0 0 0;

}
table.grid
{

}
table.grid tr td
{
	width: 50px;
	height: 50px;	
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}
	
div.projectdetail
{
	float: left;
	width: 270px;
}
.projectdetail a
{
	border: solid 1px black;
}
.projectdetail span.caption
{
	text-transform: uppercase;
	font-size: 12px;
}
/*======== PROJECTS =============*/
div.project
{
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: dotted 2px #eee;
	
}
div.photo
{
	float: left;
	width: 302px;
	margin: 20px 0 0 0;
}
.photo img
{
	border: solid 1px #000;
}
.photo span.caption
{
	display: block;
	font-size: 12px;
	line-height: normal;
	padding: 2px 5px 5px 0;
	margin: 0px;
}
.photo .caption span.name
{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #990000;
	font-size: 10px;
}
#right img
{
	margin-bottom: 10px;
}
#right .caption
{
	width: 300px;
}
#right .caption span
{
	display: block;
	text-align: center;
	line-height: 20px;
}
#right .caption .name
{
	color: #990000;
}
div.pullquote
{
	float: right;
	width: 310px;
	background: url("../assets/images/pullquote.gif") no-repeat;
	padding: 10px 0 0 40px;
	text-align: right;
}
.pullquote p
{
	text-align: justify;
}
.pullquote a
{
	font-size: 14px;
	font-family: tahoma, Sans-Serif;
}
.imgColumn img
{
	border: solid 1px #000;
		margin-bottom: 10px;
}
/*======== FOOTER ==============*/
#footer
{
	color: #aaa;
	padding: 5px;
	font-size: 10px;
	overflow: auto;
	border-top: dashed 1px #ccc;
}
/*======== FORM ================*/
div.form
{
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	background: #eee;
	font-size: 14px;
	border: solid 1px #ccc;
	font-family: Tahoma, Sans-Serif;
	line-height: normal;
}
.form div.row
{
	padding: 2px 0 3px 0;	
}
.form div.row, .form div.footer, .form div.buttons, .form div.header, .form div.subhead, .form div.subhead_alert, .form div.row_conflict
{
	width: 100%;
	clear: both;
	padding-left: 5px;
}
.form .row div, .form .subhead div
{
	float: left;
	padding: 0 5px 0 5px;
	color: #990000;
}
.form .subhead .right
{
	float: right;
}
.form div div h5
{
	display: block;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}
.form div div h5 span.r
{
	color: #ff0000;
	font-size: 16px;
}
.form .row input, .form .row_conflict input
{
	border: solid 1px #ccc;
	background: #fff;
}
.form .row input.readonly
{
	border: solid 1px #fff;
	background: #ddd;
	color: #555;
}
.form .row table.rbl input
{
	background: none;
	border: none;
}
.form .buttons, .filter .buttons
{
	margin-top: 10px;
	padding: 10px 0 0 5px;
	border-top: dashed 1px #ccc;
}
.form .header
{
	background: #C68E17;
	color: #eee;
	padding: 2px 0 2px 5px;	
	font-size: 14px;
	text-transform: uppercase;
}
.form .subhead
{
	background: #ddd;
	padding: 2px 0 5px 5px;
	border-bottom: solid 1px #aaa;
}
.form .footer
{
	border-top: solid 1px #ccc;
	background: #ddd;
	color: #777;
}
.form textarea
{
	width: 470px;
	height: 100px;
}
p.validation, p.validation ul, p.validation li
{
	font-size: 12px;
}
.hiddenImage
{
	display: none;
}
