.clear{
	clear:both;
}
.left{
	float:left;
	margin:0 25px 25px 0;
}
.right{
	float:right;
	margin:0 0 25px 25px;
}
.error, .required, .glossary-terms span{
	color:red;
}
/* Branding
*********************************************************************/
#branding {
	padding:25px 0;
}

#branding a#logo{
	display:block;
	margin-left:50px;
}
#branding a#logo:hover{
	border-width:0;
}

#branding #contact-info{
	float:right;
	text-align:right;
	margin-right:50px;
}

/* Content
*********************************************************************/
.content-section{
	clear:both;
	background:url(/images/section-marker.gif) 50% 100% no-repeat;
	/* allow for natural p bottom-margin */
	padding-bottom:15px;
	margin-bottom:25px;	
}

.content-section img,#content-main h1{
	margin-bottom:25px;
}
#side-bar .content-section img,#side-bar .content-section h3{
	margin-bottom:5px;
}

#content-main img{

}

/* Project
*********************************************************************/
.project h2{
	margin-bottom:25px;
}
.project h2 span{
	float:right;
	font-size:0.8em;
}

/* Glossary
*********************************************************************/
.glossary-terms{
	width:260px;
	float:left;
}
.glossary-terms li{
	line-height:2em;
}
#glossary-left{
	float:left;
}
#glossary-left li{
	margin-right:30px;
}

/* Designers
*********************************************************************/
/* adjust the title dsplay for designers list */
#content .designer h1{
	margin-bottom:10px;
}

/* Links
*********************************************************************/
a.external, .external a{
	padding-right:17px;
	background:url(/images/icons/x-link.gif) 100% no-repeat;
}
a.external:hover, .external a:hover{
	padding-right:17px;
	background-image:url(/images/icons/x-link-over.gif);
}

/* Forms
*********************************************************************/
textarea.large{
	width:600px;
	height:500px;
}