/* THIS FILE CONTAINS STYLES THAT WERE CREATED FOR THE LAST GENERATION SCOTT WILSON SITE. */
/* THESE STYLES SHOULD BE PHASED OUT WHEN POSSIBLE, AS THEY RESTRICT THE MANAGABILITY OF THE SITE THROUGH THE WYSIWYG INTERFACE. */

/* These styles are mainly used for link boxes that appear at the bottom of main content pages */

.otherLinks,
.otherInfo {
	float:left;
	border:1px solid #a7b9c3;
	background:#ede8e8;
	margin:10px 0 0 0;
	padding:15px 0 0 0;
	clear:both;
}

.otherLinks .otherLinksHeader {
	font-size:1.2em;
	font-weight:bold;
}

.otherInfo .otherInfoLeftHeader {
	float:left;
	width:305px;
	font-size:1.2em;
	font-weight:bold;
}

.otherInfo .otherInfoRightHeader {
	float:right;
	width:305px;
	font-size:1.2em;
	font-weight:bold;
}
	
.otherLinks .otherLinksRight,
.otherInfo .otherInfoRight {
	float:right;
	width:265px;
	padding:0 20px 0 20px;
}

.otherLinks .otherLinksLeft,
.otherInfo .otherInfoLeft {
	float:left;
	width:265px;
	border-right:1px solid #ccc;
	padding:0 20px 0 20px;
}

.otherLinks .otherLinksLeft ul,
.otherLinks .otherLinksRight ul {
	margin:3px 0 0 10px;
}

.otherLinks p a,
.otherInfo p a {
	color:#ef3e42;
	font-weight:normal;
	padding:0 0 0 10px;
	background:url(../images/red_arrow.gif) 0 4px no-repeat;
	text-decoration:none;
}

/* Styles for Sectors Homepage */

div.float_left {
	float:left;
	clear:left;
}

div.float_right {
	float:right;
}

.content div {

	}

.projecttitle {
	background:url(../images/rightcontainer_top.gif) no-repeat 0 0;
	height:23px; 
	width: 266px;
	padding:5px 10px 0 10px;
	font-size:12px; 
	color:#fff;	
	font-size:1.2em;
}

.projectcontent {
	background:#ede8e8;
	border:solid 1px #a7b9c3;
	border-width:0 1px 1px 1px;
	padding:5px 10px 3px 10px;
	margin:0 0 20px 0;
	width:264px;
	font-size:1.1em;
	color:#504f4f;
}

.projectcontent a {
	color:#ef3e42;
	font-weight:normal;
	padding:0 0 0 10px;
	background:url(../images/red_arrow.gif) 0 4px no-repeat;
	text-decoration:none;
	display:block;
}

.projectcontent img {
	padding:0 0 10px 0;
}

/* Miscellaneous Styles */

.redlink {
	font-size:1.1em;
	color:#ef3e42;
	font-weight:normal;
	padding:0 0 0 10px;
	background:url(../images/red_arrow.gif) 0 4px no-repeat;
	text-decoration:none;
	display:block;
}

#main .content img {
	border:none;
}

#main .content img.noborder {
	border:none;
}

