@charset "utf-8";
/* CSS Document */

body {
	background-color: #999999;
	background-image:url('/imgs/diagonal_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#websiteblock {
	position:absolute;
	width:840px;
	top:0px;
	left:50%;
	margin-left:-420px;
}

.title {
	position:relative;
	width:840px;
}

.content {
	position:relative;
	width:832px;
	background-image:url('/imgs/content_bg.png');
}

.footer {
	position:relative;
	width:832px;
	background-image:url('/imgs/footer_bg.jpg');
}

.menu {
	margin-left:175px;	
}

#clear_col {
	clear:both;
}

#leftcol {
	float:left;
	width:50%;
	text-align:left;
	clear:both;
}
#rightcol {
	margin-left:50%;
	text-align: left;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #999999;
}

a {
	color:#005853;
	text-decoration:none;
}

a:visited {
	color:#005853;
}

a:hover {
	color:#00827b;
	text-decoration:underline;
}

a.largelink {
	color:#2c4c7d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

a:visited.largelink {
	color:#2c4c7d;
}

a:hover.largelink {
	color:#000000;
	text-decoration:underline;
}

a.footerlink {
	color: #2c4c7d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a:visited.footerlink {
	color: #2c4c7d;
}

a:hover.footerlink {
	color: #000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#999999;
	margin-top:10px;
	margin-left:45px;
	color:#2c4c7d;
}

.contentlargetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	margin-left:45px;
	margin-right:45px;
	letter-spacing:1.2px;
	line-height:1.2;
}

.lefttextlarge {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	margin-left:55px;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
}

.smalltext {
	font: "Times New Roman", Times, serif;
	color: #000000;
	font-size:12px;
}

li {
	font: "Times New Roman", Times, serif;
	color:#505050;
	font-size:16px;
}

div.hr {
	height: 25px;
	background: url('http://www.spencersdesigns.com/imgs/hrdiv.jpg') no-repeat scroll center;
	z-index:9;
}
div.hr hr {
	display: none;
	z-index:9;
}

img {
	border:0;
}

/* FORM STYLING */

input.submitbutton {
	background-color: #2c4c7d;
	border: 2px solid #1f385e;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

input.submitbutton:hover {
	background-color: #1f385e;
	border: 2px solid #2c4c7d;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
input.submitbutton:focus {
	background-color: #2c4c7d;
	border: 2px solid #1f385e;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

textarea, input {
	background-color: #E5E5E5;
	border: 2px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #999999;
}

input.setwidth {
	background-color: #E5E5E5;
	border: 2px solid #999999;
	width:125px;
	float:left;
}

input.setwidth250 {
	background-color: #E5E5E5;
	border: 2px solid #999999;
	width:260px;
	float:left;
}

textarea.setwidth {
	background-color: #E5E5E5;
	border: 2px solid #999999;
	width:260px;
	height:75px;
	float:left;
}
textarea:hover, input:hover {
	background-color:#E5E5E5;
	border: 2px solid #2c4c7d;
}
textarea:focus, input:focus {
	border: 2px solid #000000;
	background-color: #E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}
table.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2c4c7d;
	margin-left:25px;
}

.folio_holders {
	float:left;
	width:310px;
	height:185px;
	margin:0 0 10px 10px;
	margin-left:25px;
	padding:10px;
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}

.project_title {
	font-family:Arial, Helvetica, sans-serif;
	color:#2c4c7d;
	font-size:14px;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
}

.folio_img {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:5px;
}

.folio_img:hover {
	border-color:#2c4c7d;
}