@charset "UTF-8";

/*
 * Main container
  */
#page
{
	/* recommended styles */
	margin: auto;

	/* add custom styles here */
	width: 818px;
}

/*
 * Header style Definitions
 */
#header
{
	/* recommended styles */
	float: left;
	width: 800px;
	height: 144px;
	padding: 0px 9px;
	background: url(../cmsimages/header-bg.gif) 0 0 no-repeat;

	/* add custom styles here */
}
#headerbody
{
	/* recommended styles */
	float: left;
	width: 100%;
	height: 90px;
}
#logo
{
	float: left;
	padding: 18px 0 0 28px;
	width: 252px;
}

#topLinks
{
	padding-top: 18px;
	width: 250px;
	float: right;
	margin-right: 43px;
}

#info
{
	float: right;
	width: 415px;
	padding-top: 24px;
	margin-right: 55px;
}

#headernav
{
	/* recommended styles */
	width: 100%;
	float: left;
}

#enews
{
	float: left;
	padding-top: 13px;
	padding-left: 5px;
}

/*
 * Body style Definitions
 */
#body
{
	/* recommended styles */
	clear: both;
	float: left;
	width: 100%;
	background: url(../cmsimages/body-cap.png) 0 0 no-repeat;
	padding-top: 11px;

	/* add custom styles here */
}
#bodyc
{
	clear: both;
	float: left;
	width: 800px;
	padding: 12px 9px 0px 9px;
	background: url(../cmsimages/body-bg_repeat.png) 0 0 repeat-y;
	min-height: 619px;
}
#altcontainer
{
	/* recommended styles */
	float: right;
	
	width: 237px;
	padding-right: 20px;

}

#altcontainer p
{
	padding-bottom: 9px;
}
#container
{
	/* recommended styles */
	float: left;
	
	width: 502px;
	/* add custom styles here */
	padding: 0px 12px 0px 23px;
	
}

#hc2
{
	border: 1px solid #c4c4c4;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;	
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	padding: 12px 16px 12px 16px;
	width: 463px;
	margin-bottom: 15px;
	background: #fff url(../cmsimages/hc2-bg.gif) bottom left repeat-x;
   

}

#c1
{
	width: 490px;
}

/*
 * Footer style Definitions
 */
#footer
{
	/* recommended styles */

	/* add custom styles here */
	clear: left;
	background: url(../cmsimages/footer.png) 0 0 no-repeat;
	float: left;
	width: 100%;
	padding-top: 32px;
}

#footer p
{
	text-align: center;
	color: #002f5f;
	font-size: 12px;
}
#footer a
{
	text-decoration: none;
}
