@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:14px;
	background: #fff url(images/stripe.gif) repeat-y top left;
}

a {
	color:#003366;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#outer {
	width:935px;
	float:left;
}

#outer_index {
	width:1064px;
	float:left;
}

#left {
	float:left;
	margin-left:28px;
	padding: 23px 30px 20px 0;
	width:366px;
	height:510px;
	font-size:14px;
	line-height:18px;
	background: url(images/plumb_bob.gif) no-repeat top left;
	text-align:right;
}

.slogan {
	font-size:18px;
}

#menu a {
	color:#003366;
	line-height:24px;
	text-decoration:none;
}

#menu a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#far_right {
float:left;
width:129px;
}

#right {
	float:left;
	width:450px;
	padding: 23px 10px 10px 20px;
}

#right h3 {
	color:#003366;
	font-size:18px;
	margin-top:10px;
}

#right img.image {
	padding:5px;
	background:#eeeeee;
	margin: 0 10px 10px 0;
	border:1px solid #d6c3a2;
}

#project_list {
	font-size:12px;
	line-height:14px;
}

#footer {
	border-top:1px solid #ddd;
	width:80%;
	margin:0 auto;
	font-size:10px;
	text-align:center;
	line-height:14px;
}

.clr {
	clear:both;
}
