/* Main content containers
--------------------------------------------------------------------*/

.contentContainer {
background: url(../../../../assets/images/bg/contentheader.gif) top left no-repeat;
margin:14px 0 0 0;
padding:5px 0 0 0;
}
.content {
background: url(../../../../assets/images/bg/contentbody.gif) repeat-y;
padding:15px 0;
}




/* Content 
--------------------------------------------------------------------*/

.col1, .colFull {
float:left;
padding:0 10px;
}

.col1 {
width:210px;
}
.colFull {
width:700px;
}

p.introText {
color: #666;
font-size: 1.3em;
line-height: 1.2em;
}

img.pagePic {
margin:0 0 10px 0;
}

/* Site Index */

div.siteIndex
{
	padding: 0 0 20px 0;
	background: url(../../../../assets/images/bg/siteIndex_line.gif) bottom left no-repeat;
}

div.siteIndex ul
{
	margin: 0;
	padding: 0;
}

div.siteIndex ul li
{
	float:left;
	list-style: none;
	font-weight: bold;
	margin: 0 12px 0 0;
	font-size: 1.2em;
	color: #ccc;
}

div.siteIndex ul li a
{
	text-decoration: none;
}

div.siteIndexTitle
{
	padding: 10px 0 10px 0;
	background: url(../../../../assets/images/bg/siteIndex_line.gif) bottom left no-repeat;
	margin: 10px 0;
}

div.siteIndexItem p.siteIndexItemTitle
{
	font-weight: bold;
	width: 250px;
	float: left;
}

div.siteIndexItem p.siteIndexItemDesc
{
	width: 450px;
	float: left;
}



/* Site Search */

div.searchItem
{
	width: 600px;
	padding: 0 0 20px 0;
	background: url(../../../../assets/images/bg/siteIndex_line.gif) bottom left no-repeat;
	margin: 0 0 20px 0;
}
div.pagerBottom
{
	width: 650px;
}

div.pager
{
	width: 650px;
	padding: 0 0 20px 0;
	background: url(../../../../assets/images/bg/siteIndex_line.gif) bottom left no-repeat;
}

div.searchTitle
{
	margin: 10px 0;
}

div.searchTitle h2
{
	margin: 10px 0;
}

div.searchTitle img
{
	margin: 0 10px 0 0;
}

div.searchLink
{
	margin: 6px 0;
}

div.siteIndexItem p.siteIndexItemTitle
{
	font-weight: bold;
	width: 250px;
	float: left;
}

div.siteIndexItem p.siteIndexItemDesc
{
	width: 450px;
	float: left;
}

.pagerInfo
{
	color:#666666;
	font-size:1.3em;
	line-height:1.2em;
	width: 450px;
}

.pagerInfo span
{
	color:#FFAA00;
}

.pagerNav
{
	width: 150px;
	float: right;
}


.footerContainer {
background: url(../../../../assets/images/bg/footerheader.gif)  no-repeat;
padding:47px 0 6px 0;
margin:0 ;
}
.footer {
background: url(../../../../assets/images/bg/contentbody.gif)  ;
padding:0 15px 4px;
margin:0px 0 0 0;

}

