/* Start of CMSMS style sheet 'layout' */
/* Layout IDs */

/* Debug CSS

div {border:1px solid #F00}

*/

#page {
	position:relative;
	min-width:770px;
	margin: 20px;
}
#header {
	position:relative;
	height:120px;
	background:#eee url(images/tripwire.gif) 10px 10px no-repeat;
	border-top:1px solid #333
}
#search {
	position: absolute;
	top:0; right:0;
	text-align:right;
	padding: 4px;
	font-size:80%
}
#slogan {
	position: absolute;
	bottom:0; right:0;
	text-align:right;
	padding: 0.2em;
	color:#bbb;
	font-style:italic;
	font-size:42px;
	line-height:1
}
#breadcrumbs{
	background:transparent url(images/bullet.gif) no-repeat scroll left center;
	border-bottom:1px solid #FF6600;
	border-top:1px solid #FF6600;
	font-size:0.8em;
	height:20px;
	padding:5px 5px 5px 20px;
}
#print{
	float:right;
	width:60px;
	text-align:right
}
#print a {border-bottom:0px;background:none}
#print a img {border:none}
#body {
	position:relative;
	background:url(images/bg-body.gif) top right repeat-y;
}
#menu {
	float:right;
	width:190px;
	text-align:right;
	border:1px solid #333;
	background:#F60
}
#menu h3 {
	margin:0px;
	padding:0px;
	padding-right:4px;
	color:#333
}
#tagcloud {
	background:#FFF url(images/button-on.gif) repeat-x scroll left top;
	padding:0.5em;
}
#tagcloud a {
	border-bottom:medium none;
}
#menu .NewsSummary {padding:0 0.5em}
.NewsSummary {padding-bottom:0.5em;border-bottom:1px solid #666}
.NewsSummary h5 {margin-top:0;padding-top:0.5em}
.NewsSummaryPostdate {
	color:#666666;
	font-size:0.8em;
	margin-top:0;
	padding-top:4px;
	text-align:right;
}
.NewsSummaryMorelink {padding-bottom:0.4em;text-align:right}
#clients h3 a {float:right;position:relative;top:-16px;border: medium none}
#clients h3 a img {width:20px}
#content {
	position:relative;
	background:#fff url(images/button-on.gif) top left repeat-x;
	margin-right:192px;
	border-left:1px solid #333;
	padding:1em;
	font-size:80%;
}
#content h2 {
	margin:0px; padding:0px
}
#submenu {}
#top {
	position:absolute;
	bottom:20px;
	right:20px;
}
#top a {
	width:25px; height:25px;
	display:block;
	text-indent:-999em;
	text-decoration:none;
	background: url(images/top.png) no-repeat center;
	border-bottom:none;
}
#rel-links {
	clear:both;
	font-size:80%;
	margin-right:192px;
	padding:0.5em;
	border-top:1px solid #333;
	height:1.0em;
	min-height:20px;
	background:#fff url(images/button-on.gif) top left repeat-x;
}
.rel-left {
	margin: 0px; padding: 0px;
	float: left;
	width: 45%;
	text-align: left;
}
.rel-right {
	margin: 0px; padding-top: 0px;
	float: right;
	width: 45%;
	text-align: right;
}
#footer {
	clear:both;
	position:relative;
	background:#F60;
	height:1em;
	min-height:20px;
	font-size: 70%;
	color:#000;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
#footer a {text-decoration:none; border-bottom:0px; font-weight:bold}
#footer a:link, #footer a:visited {color: #FFF}
#footer a:hover, #footer a:active {color: #FFF; background:none; text-decoration:underline}
#footright {
	float: right;
	width: 192px;
	height:1em;
	text-align:center;
	padding:4px;
}
#footleft {
	position:relative;
	margin-right:200px;
	height:1em;
	font-style:italic;
	text-align:center;
	padding:4px;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* Hack for Peekaboo bug in IE6 where middle column content disappears
if its height is less than that of the right column.

Backslash Holly Hack needed here for IE5-Mac. \*/

@media screen {
	* html #body {
		height: 0;
	}
}
/* end hack */
/* End of 'layout' */

