/****************************************
/		(COMPANY NAME HERE)
/		MAIN CSS FILE
/		CREATED: EGG_DNA
/		MODIFY:	 xx/xx/xxxx
****************************************/
/* DEFAULTS FOR BROWSER COMPATIBILTY */
/*
	COMMON COLORS:
	Greyish: #DFDDD7;
	BG Brown: #756E4C;
	Darker Grey: #AFAF98;
	Menu Brown: #4A2909;
	Dark Green: #173F01;

*/
body {
	text-align: center; /* IE centering */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%; /* for text re-sizing */
	background:url(/images/background.jpg) repeat-x #CCCCCC;	
}

* { /* ZERO DEFAULTS */
	margin:0px;
	padding:0px;
}

li.li_content, #contentArea ul li { margin-left:30px; }
a { color:#122D03; text-decoration:none; }
a img { border:none; } /* remove border from img links */

.clear { /* float clear */
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
h1 {
	color:#9B0A12;
	font-size:16px;
}
/* PAGE WIDTH AND CENTERING */
.wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
	position:relative;
	width: 960px;
	background-color:#FFFFFF;
}
/*.leftRep, .rightRep {
	background-color:#000000;
	width:1px;
	overflow:hidden;
	position:absolute;
}*/
#leftRep {
	position:absolute;
	left:-4px;
	background:url(/images/leftRepeater.jpg) repeat-y;
	width:4px;
	height:100%
}
#rightRep {
	position:absolute;
	right:-4px;
	background:url(/images/rightRepeater.jpg) repeat-y;
	width:4px;
	height:100%
}
font {
	font-size: 1em;	/* Override FCK's font sizing scheme */
}

.head {
	background:url(/images/headerImage.jpg) no-repeat;
	width:960px;
	height:117px;
	position:relative;
}
.head div { padding:0px 5px; }
.head .left {
	float:left;
}
.head .right {
	float:right;
}

#header_image_home {
  clear:both;
  float:left;
	position:relative;
	display:block;
	width:960px;
	height:400px;
	z-index:1;
}

#header_image_sub {
  float:left;
	position:relative;
	display:block;
	width:960px;
	height:300px;
	z-index:1;
}

.homelink {
	position:absolute;
	display:block;
	width:225px;
	height:112px;
	top:0px;
	left:364px;
}
.head a, .head span { color:#FFFFFF; line-height:21px; }
#contentLeft {
  float:left;
	position:relative;
	display:inline;
	width:465px;
	padding: 5px 5px 0 10px;
	/*border:#FF0000 solid 1px;*/
}
#contentLeft.maxSize{
	width:935px;
}
#contentRight {
  float:right;
	position:relative;
	display:inline;
	width:465px;
	padding: 5px 0 0 10px;
	/*border:#0000FF solid 1px;*/
} 

#Flash { width:960px; height:465px; }
.contentArea { 
	width:950px; 
	background-color:#FFFFFF; 
	border-bottom:5px solid #4A4A4A;
	margin-bottom:1px;
	margin-top: 15px;
	padding:5px;
	color:#565656;
	font-size:10px;
	float:left;
}
.contentArea p{ 
	margin:5px 0px;
}
.contentArea div {
	padding-left:10px;
}
.contentArea .left, .contentArea .right {
	width:460px;
	float:left;
}
.highlight{color:#9B0A12;}
.highlight a{color:#9B0A12;}

#foot {
	position:relative;
	background:url(/images/footerRep.jpg);
	clear:both;
	/*height:157px;*/
	
}
#footWrap {
	position:relative;
	top:0px;
	background:url(/images/footerImage.jpg) top left no-repeat;
	width:960px;
	height:257px;		
	color:#FFFFFF;
	padding-top:5px;
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
}
#footWrap .section {
	width:172px;
	margin-left: 10px;
	float:left;
	display:block;
}

#footWrap .divider{
	border-left: #666666 dotted 1px;
	float:left;
	width: 5px;
	margin-right: 5px;
	margin-left: 5px;	
	display:block;
	height: 130px;
}
#footWrap .section a {
	text-decoration:none;
	color:#FFFFFF;
	background:url(/images/arrow.jpg) left center no-repeat;
	padding-left: 10px;
	line-height: 15px;
	display:block;
}
#footWrap .section a.top, #footWrap .section a.blue {
	background:none;
	padding-left: 0px;	
	font-size: 12px;
	font-weight:bold;
	line-height:20px;
	text-decoration:underline;
}
#footWrap .section a.blue {
	text-decoration:none;
}
#footWrap #line {
	border-bottom: #666666 dotted 1px;
	height: 10px;
}	
#footWrap #left, #footWrap #right  {
	display:block;
	height:100px;		
	float:left;
	width:160px;
	text-align:left;
	color:#FFFFFF;
}
#footWrap #center { 
	width:630px;
	float:left;	
	text-align:center;
	
}
#footWrap #center a, #footWrap #right a{
	text-decoration:underline;
	color:#FFFFFF;	
}
#footWrap #center a:hover, #footWrap #right a:hover {
	color:#999999;
}
#footWrap #right ul li{
	list-style:url(/images/arrow.jpg);
	margin-bottom:5px;
	line-height:14px;
}