@charset "UTF-8";

/*
 * Main container
  */
#page
{
	/* recommended styles */
	margin: auto;

	/* add custom styles here */
	max-width: 984px;
	width: 100%;
	background: #fff url("../cmsimages/bg-right-gray-line.gif") repeat-y top right;
}

/*
 * Header style Definitions
 */
#header
{
	/* recommended styles */
	float: left;
	width: 100%;

	/* add custom styles here */
	background-color: #9B2416;
}
.logo,
.logo img
{
	float: left;
}
.logo img {
	width:140px;
	height:40px;
	margin:5px;
}
.searchContainer
{
	float: right;
	color: #fff;
	margin: 15px 6px 0 0;
}
.searchContainer ul
{
	margin: 0 10px 0 0;
	float: left;
	padding: 3px 0 0 0;
}
.searchContainer ul li
{
	display: inline;
	list-style: none outside none;
	padding: 0;
}
.searchContainer ul,
.searchContainer ul li a
{
	color: #fff;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
.searchContainer form
{
	float: left;
}
.searchContainer form .btnSearch
{
	border: 0 none;
	color: #fff;
	background-color: #9B2416;
	font-size: 11px;
}
.searchContainer form .clearField
{
	width: 117px;
	padding: 0 4px;
	height: 15px;
	font-family: "Trebuchet MS";
}

/*
 * Body style Definitions
 */
#body
{
	/* recommended styles */
	clear: both;
	/* float: left; */
	width: 100%;

	/* add custom styles here */
	/* background: url("../cmsimages/bg-body-nav-vlines.gif") repeat-y 0px 35px; */
	/* margin: 35px 0 53px 0; */
}
body.home #body
{
	margin-top: 0;
	position: relative;
	background-image: none;
}
#container
{
	/* recommended styles */
	/* float: left;
	width: 519px; */

	/* add custom styles here */
	/* padding: 0 77px 0 60px; */
	margin: 0 auto;
	width: 90%;
}
body.home #container
{
	position: absolute;
	left: 0;
	top: 0;
	width: 951px;
	height: 381px;
	float: none;
	padding: 0;
	z-index: 1;
}
#container .heading
{
	float: left;
	width: 68px;
}
#container .body
{
	/* float: left;
	width: 451px; */
	width: 80%;
}
body.no-left #container .body
{
	width: 519px;
}
#altcontainer
{
	/* recommended styles */
	float: left;
	width: 145px;

	/* add custom styles here */
	padding-left: 9px;
}
body.home #altcontainer
{
	z-index: 2;
	background: url("../cmsimages/bg-home-nav-gray.png") no-repeat;
	padding: 5px 10px 0 9px;
	margin-left: 656px;
	height: 346px;
}
#altcontainer2
{
	float: left;
	width: 174px;
}
#altcontainer2 img
{
	float: right;
}
body.home #altcontainer2
{
	z-index: 2;
	margin-top: 35px;
	width: 164px;
	height: 346px;
}
body.home #altcontainer3
{
	z-index: 2;
	clear: left;
	width: 626px;
	float: left;
	padding-left: 30px;
}
body.home #altcontainer4
{
	float: left;
}
body.home #altcontainer,
body.home #altcontainer2,
body.home #altcontainer3,
body.home #altcontainer4
{
	position: relative;
}

.floatrtmain {
	float: right !important;
	margin-right: 33px;
	margin-left: 0 !important;;

}

/*
 * Footer style Definitions
 */
#footer
{
	/* recommended styles */

	/* add custom styles here */
	clear: left;
	background: #252525 url("../cmsimages/bg-footer-angle.gif") no-repeat bottom left;
	float: left;
	width: 100%;
	height: 157px;
	font-family: "Trebuchet MS";
}
#footer a, #footer a:link, #footer a:visited, #footer a:active
{
	color: #DDB7B6;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
ul.followList
{
	padding: 10px 0 5px;
	text-align: center;
}
ul.followList li
{
	display: inline;
	list-style: none outside none;
	margin: 0 5px;
	padding: 0;
}
#subFooter
{
	border-top: 1px solid #AB4440;
	color: #DDB7B6;
	font-size: 12px;
	margin: 0 0 20px;
	padding: 10px 0 0;
	text-align: center;
	width: 100%;
}
#subFooter ul
{
	margin: 0 0 5px;
	padding:  0;
}
#subFooter ul li
{
	display: inline;
	list-style: none outside none;
	padding: 0;
}
#subFooter p {
	font-size: 0.9em;
}
