@charset "utf-8";
/* CSS Document */

body
{
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:black;
	background-color:#cfc6c4;
}

div#page
{
	margin:0 auto 0 auto;
	width:1000px;
	background-image:url(images/contentRepeater_15.jpg);
	background-repeat:repeat-y;
	border-left:1px solid #8A8077;
}

div#leftSide
{
	width:165px;
	float:left;
	margin:0px;
	padding:0px;
}
div#leftTop
{
	width:165px;
	height:90px;
	float:left;
	margin:0px;
	padding:0px;
}

div#searchLeft
{
	width:165px;
	margin-top:6px;
	float:left;
}
div#header
{
	width:835px;
	float:left;
	margin:0px;
	padding:0px;
	height:104px;
}

div#contentContainer
{
	width:835px;
	float:left;
	margin:0px;
	padding:0px;
}
div#centerHold
{
	width:578px;
	float:left;
}
div#center
{
	width:488px;
	padding-left:65px;
	float:left;
}

div#logoSearch
{
	width:488px;
	float:left;
	height:117px;
}
div#logo
{
	float:left;
	width:279px;
	height:117px;
}

div#search
{
	width:209px;
	height:117px;
	float:left;
}
div#centerBottom
{
	width:534px;
	padding-left:44px;
	height:18px;
	float:left;
}

div#right
{
	width:257px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#cfc6c4;
}

div#footer
{
	background-image:none;
	background-color:#cfc6c4;
	float:left;
	width:534px;
	height:250px;
	padding-left:44px;
	padding-top:15px;
	padding-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4B3F3B;
	font-size:13px;
	line-height:26px;
}

div#footerSlogan
{
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	color:#4b3f3b;
	width:534px;
	float:left;
	line-height:17px;
	padding-bottom:5px;
}

div#footer a, div#footer a:visited
{
	color:#4B3F3B;
	font-weight:bold;
	text-decoration:none;
}

div#footer a:hover, div#footer a:active
{
	color:#B31B34;
}


a, a:visited
{
	color:#B31B34;
	font-weight:normal;
	text-decoration:none;
}

a:hover, a:active
{
	color:#4B3F3B;
	text-decoration:underline;
}

h2
{
	color:#B31B34;
	font-size:16px;
	font-weight:bold;
}

h3
{
	color:#000000;
	font-size:16px;
	font-weight:bold;
}


/*--- CSS Document --------------------------------------------------------------------------
	File Name: holyhack.css
	Date: 6-22-06
	Description: Holy Hack for keeping divs from collapsing when they hold no content (floated divs) 
	Note: This is a hack for Internet Explorer 6 (This may not work for Internet Explorer 7)
-------------------------------------------------------------------------------------------*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for ie on a mac */
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */
