.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	text-align:center;
	font:11px 'Trebuchet MS', Helvetica, sans-serif;
}

#container{
	margin:auto;
	text-align:left;
	width:740px;
	background:#fff;
}

#masthead{
	padding:10px;
	height:61px;
}

textarea {
	overflow:hidden;
}

#masthead h1#logo{
	text-indent:-9999px;
	background:url('../images/logo.gif') no-repeat;
	width:122px;
	height:61px;
	float:left;
}

#masthead h2{
	float:right;
	font:18px Georgia, serif;
	letter-spacing:-1px;
	color:#777;
	padding-top:18px;
}
/*
#masthead #quick-nav{
	position:absolute;
	bottom:0;
	right:0;
	width:72px;
	height:16px;
	background:#ffc;
}*/

#navigation{
	background:#d42f2f url('../images/nav-bottom.gif') bottom left no-repeat;
	line-height:35px;
	margin-bottom:10px;
}

#navigation ul{
	background:url('../images/nav-top.gif') top left no-repeat;
	display:block;
	height:35px;
	padding-left:10px;
}

#navigation ul li{
	float:left;
}

#navigation ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	font:bold 11px/35px 'Trebuchet MS', Verdana, sans-serif;
	padding:0 10px;
/*	text-shadow:1px 1px 1px #777;
*/}

#navigation ul li a:hover{
	background:#e27373;
}

#torso {
/*	background:#fff;
*/}

#torso a{
	color:#d42f2f;
	text-decoration:none;
	border-bottom:1px dotted #d42f2f;
}

#torso a:hover{
	color:#000;
	border-bottom:1px solid #000;
}

#torso #left-content{
	float:left;
	width:488px;
	margin:0;
	border:1px dotted #AEA6A3;
	padding-bottom:20px;
}

#torso #left-content.interior {
	margin:0;
	padding:10px
}

#torso #left-content.interior h2 {
	margin:0;
	padding:10px
}

#torso #left-content.interior h3 {
	margin-bottom:10px
}

#torso #left-content.interior h4 {
/*	text-decoration:underline;
*/}

#torso #left-content dt{
	font:14px Georgia;
	letter-spacing:-1px;
	margin-top:20px;
	margin-bottom:2px;
	color:#d42f2f;
}

#torso #left-content dd{
	font-size:12px;
	line-height:16px;
	width:75%;
	margin-left:10px;
	padding:4px;
	border-left:2px solid #5e4e48;
	background:#f5efed;
}

#torso #left-content fieldset{
	border:1px solid #5e4e48;
	padding:10px;
	margin-top:10px;
}

#torso #left-content fieldset#about-you{
	float:left;
	width:400px;
}

div.errors p{
	color:red;
	padding:0px;
}

div.errors {
	padding:5px;
}

#torso #left-content fieldset#about-us{
	margin-left:10px;
	float:left;
	width:250px;
}

* html #torso #left-content fieldset#about-us{
	margin-left:5px;
}

#torso #left-content fieldset legend{
	border:1px solid #5e4e48;
	padding:2px;
}

#torso #left-content fieldset#about-us legend{
	text-align:right;
}

#torso #left-content fieldset label{
	display:inline-block;
	width:75px;
	text-align:right;
	vertical-align:top;
	margin-right:10px;
}

#torso #left-content fieldset#about-us p{
	margin-bottom:5px;
}

#torso #left-content fieldset input{
	border:1px solid #5e4e48;
	font-size:12px;
	margin-bottom:4px;
	width:150px;
}

#torso #left-content fieldset textarea{
	border:1px solid #5e4e48;
	width:75%;
}

#torso #left-content div.feature-column {
	float:left; 
	width :224px; 
	padding:10px;
}

#torso #left-content div.feature-column h3 {
	text-decoration: underline;
	margin-bottom:2px;
	color:#d42f2f;
}

#torso #left-content div.feature-column ul {
	list-style-type:square;
	margin-bottom:10px;
}

#torso #left-content div.feature-column ul li {
	margin-left:15px;
}

#spotlight{
	background:transparent url(../images/spotlight-back.gif) no-repeat scroll left top;
	height:150px;
	margin-bottom:10px;
	padding:10px 10px 0;
}

#spotlight .copy{
	width:255px;
}

#spotlight h2{
	font:14px Georgia, serif;
	color:#2f2727;
	letter-spacing:-1px;
}

#spotlight h2 {
	font-weight:bold;
	display:block;
	font:25px/25px Georgia, serif;
	color:#d42f2f;
	padding-bottom:10px;
}

/*#copingo.feature{
	width:490px;
	min-height:120px;
	background:url('../images/feature-copingo.gif') top left no-repeat;
	border-bottom:1px solid #aea6a3;
	padding-bottom:10px;
}*/

/*#rollcall.feature{
	width:490px;
	min-height:120px;
	background:url('../images/feature-rollcall.gif') top right no-repeat;
	margin-top:10px;
}*/

/*#copingo.feature .copy{
	margin-left:170px;
}
*/
/*#rollcall.feature .copy{
	margin-right:170px;
}
*/
/*.feature h2{
	font:14px Georgia, serif;
	color:#2f2727;
	letter-spacing:-1px;
}*/

.feature h2 {
	font:20px/14px Georgia, serif;
	padding-bottom:15px;
	display:block;
	color:#d42f2f;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
}

/*.feature h3 {
	font-weight:bold;
	font:15px/15px Georgia, serif;
	padding-bottom:3px;
	display:block;
	color:#d42f2f;
	text-decoration:underline;
}*/

.feature .link{
	text-align:right;
	line-height:40px;
}

.feature .link a{
	text-decoration:none;
	color:#d42f2f;
	font-weight:bold;
}

.feature .link a:hover{
	color:#5e4e48;
}

.feature img{
	float:left;
	margin-left:5px;
}

.feature img[src="/media/images/feature-copingo.gif"]{
	margin:0;
}

.feature .copy{
	float:left;
	width:160px;
	margin-left:5px;
	margin-top:20px;
}


#sidebar{
	border:1px dotted #AEA6A3;
	float:right;
	padding:10px;
	width:216px;
}

/*#sidebar h2{
	font:14px Georgia, serif;
	color:#2f2727;
	letter-spacing:-1px;
	margin-top:-10px;
	margin-left:-8px;
	padding:10px 8px 0 8px;
}*/

#sidebar h2 {
	font-weight:bold;
	font:20px/20px Georgia, serif;
	padding-bottom:10px;
	display:block;
	color:#d42f2f;
}

#sidebar p{
	padding-right:8px;
}

#sidebar p.w3c a {
	border:none;
}

#sidebar p.w3c {
	padding:25px 0px;
	text-align:center;
}

#sidebar #server{
	margin-left:-33px;
	height:316px;
	background:url('../images/sidebar-bottom.gif') bottom left no-repeat;
}

#footer{
	margin:10px 0;
/*	background:#5e4e48 url('../images/footer-right.gif') top right no-repeat;
*/	background:#5e4e48 url('../images/footer-bottom.gif') bottom right no-repeat;
}

#footer p{
	color:#fff;
	font-size:10px;
	line-height:20px;
	padding-left:10px;
/*	background:url('../images/footer-left.gif') top left no-repeat;
*/	background:url('../images/footer-top.gif') top left no-repeat;
}