/*defaults*/
body 	{
	background:#416e82 url('../images/body_bg4.jpg') repeat-x 0 0;
	color:#000000;
	margin:20px 0;
	padding:0;
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size:90%;
}
li {
	list-style-image: url(../images/bullet.gif);
	font-variant: normal;
	list-style-position: outside;
	color: #036;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 16px;
}
p		{
	margin:0;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	overflow: visible;
	float: none;
	visibility: visible;
	list-style-image: none;
	list-style-type: none;
}
a		{color:#000000; text-decoration:underline; }
a:hover	{
	color:#225799;
	text-decoration:underline;
}


/*structural elements*/
#container	{
	margin:0px auto;
	text-align:left;
	width:760px;
	border: 1;
}
#holder		{
	width:100%;
	padding:10px 20px 5px 20px;
	background:#FFFFFF;
	text-align:left;
}
.BoxBorderBg 
{
	background-color: dimgray;
}

.BoxTopBg
{
	background-color: lightgrey;	
}

.BoxMeatBg
{
	background-color: whitesmoke;
}
.boxmeatbg2 {
	background-color: #FFFFCC;
	border-color: #ffcc66;
	border-style: solid;
	border-width: 1;
}
#logo		{
	border-bottom:1px solid #DADADA;
	padding:15px 30px 20px 0px;
	background-image: url(../images/cps_logo_blue.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0;
	height: 70px;
}
#navigation	{padding:10px 0; }
#header		{
	padding:10px;
	height:150px;
	background-color: #DADADA;
	background-image: url(../images/header_home2.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#content	{
	float:left;
	width:450px;
	padding:20px 10px 0 0;
	line-height:160%;
	overflow: auto;
}
#news		{
	float:right;
	width:250px;
	padding:20px 0;
	line-height:140%;
	text-align:justify;
}
.newsItem	{padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
#footer		{
	width:100%;
	font-size:80%;
	background:#DADADA;
	padding:20px;
	text-align:left;
	border-top:2px solid #2765AF;
	clear: both;
}
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{
	font-size:170%;
	font-weight:normal;
	line-height:130%;
	margin:0;
	padding:0 0 20px 0;
	color: #036;
}
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{
	color:#000000;
}

#footer ul 		{margin:0; padding:0; }
#footer li 		{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	font-size: 12px;
}
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.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 */
