body
{
	background-color: #d9da55;
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-serif;
	color: #403f3b;
	font-size: 100%;
	line-height: 170%;
	text-align: center;
}

a:link, a:visited { color: #403f3b; }

a:hover { color: #e3701e; }

a.special:link, a.special:visited { color: #b30a38; }

a.special:hover { color: #e3701e; }

h1
{
	font-size: 125%;
	font-weight: bold;
	display: inline;
}


h1 a:link, h1 a:visited {
	color: #b30a38;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
	color: #e3701e; 
}

h2 {
	font-size: 125%;
	font-weight: bold;
}

h2 a { padding-bottom: 3px; }

h2 a:link, h2 a:visited
{
	color: #b30a38;
	text-decoration: none;
	background-image: url(images/red_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

h2 a:hover { 
	color: #e3701e; 
	background-image: url(images/orange_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

h3 { font-size: 125%; font-weight: normal;  }

h4 { font-size: 100%; font-weight: normal; margin:0; padding: 0;}

p
{ 
	margin: 4px 0 10px 0;
	padding: 0 0 3px 0;
}

.smallText { font-size: 81.3%; line-height: 115%; }

.smallText li { padding-bottom: .5em; }

#layout
{
	width: 923px;
	margin: 0 auto 0 auto;
	padding: 24px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	background-position: 24px top;
}


#logo { float: left; padding: 24px 0 0 0; width: 264px; margin-bottom: 32px;}

#nav {
	float: left;
	font-size: 87.5%;
	padding-top: 75px;
	padding-left: 0;
}

#nav a { padding: 10px 17px 5px 17px; }

#nav a:link, #nav a:visited
{
	text-decoration: none;
	color: #403f3b;
}

#nav a:hover {  
	color: #403f3b;
	text-decoration: none;
	background-image: url(images/blue_dots.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#nav a.on
{
	background-image: url(images/blue_dots.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-weight: bold;
}

#mainContent
{
	margin-top: 80px;
	width: 857px;
	padding: 0 0 30px 30px;
	background-image: url(images/bottom_dots.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fafbea;
}

#homeBlurb {
	margin-top: 30px;
	width: 390px;
}

.leftcolumn {
	width: 456px;
	padding-right: 65px;
	margin: 0; 
	float: left;
}

.rightcolumn {
	width: 284px;
	padding: 0;
	margin: 0;
	float: left;
}

.dotsBottom
{
	width: 284px;
	padding-bottom: 8px;
	margin: 0;
	background-image: url(images/orange_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.dotsTop
{
	width: 284px;
	padding-top: 8px;
	margin: 0;
	background-image: url(images/orange_dot.gif);
	background-repeat: repeat-x;
}

#featuredProjects {
	width: 804px;
	background-image: url(images/orange_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#featuredProjects h3 {
	width: 804px;
	padding: 0 0 8px 0;
	margin: 15px 0 8px 0;
	background-image: url(images/orange_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#project1, #project2 {
	width: 281px;
	margin: 0;
	padding: 0;
	float: left;
	padding-bottom: 6px;
}

#project3 {
	width: 241px;
	margin: 0; 
	padding: 0;
	float: left;
	padding-bottom: 6px;
}

#project1 p, #project2 p, #project3 p {
	font-size: 81.3%;
	line-height: 115%; 
	margin: 0; 
	padding-bottom: 8px;
}

.projectImages
{
	margin-top: 10px;
}

.projectImages img
{
	margin-bottom: 8px;
}

.projectImages img.smallProject1 { padding-right: 12px; }

#kicker
{
	width: 99px;
	height: 102px;
	position: absolute;
	top: 20px;
	left: 838px;
	background-image: url(images/kicker_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#kicker p {
	line-height: 13px;
	font-size: 11px;
	padding: 25px 15px 15px 15px;
}

#footer
{
	width: 887px;
	font-size: 68.8%;
	text-align: right;
}

#footer a:link, #footer a:visited 
{
	color: #b30a38;
}

#footer a:hover { color: #e3701e; }


.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
