/* hrc_home.css */
body {
	margin:0px;
	font-family:arial;
	font-size:10pt;
}
.font {
	font-family:arial;
	font-size:10pt;
}
/* navbar blue is rgb(27,60,82) */
.mainDiv {
	background-color:rgb(27,60,82); /*rgb(65,34,13)*/ ; /*#618298;*/ /*#4d6e84;*/
	background-image: url(newimages/bg.jpg);
	background-repeat: repeat-x;
	padding-top:0px;
	padding-bottom:25px;
	padding-left:0px;
	padding-right:0px;
}
.panel {
	border-left:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa; 
	border:none;
}
.bottomPanel {
	border:none;
	border-top:solid 3px rgb(200,153,17);
	border-bottom:solid 3px rgb(200,153,17);
	background-color:rgb(87,46,18);
	color:white;
	padding-top:20px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
}
.topPanel {
	border-top:solid 3px rgb(200,153,17);
	background-color:white;
	color:black;
}
.jgNavBarHome {
	height:30px;
	padding-left:2px;padding-right:2px;background-color:rgb(99,123,99);
	font-weight:bold;
	font-size:11pt;
	font-family:arial;
}
.jgNavLinkHome {
	cursor:default;
	background-color:rgb(27,60,82);
	padding:10px;
	padding-top:5px;
	padding-bottom:7px;
	color:#eeeeee;
}
.jgNavMenuHome {
	cursor:pointer;
	background-color:rgb(27,60,82);
	padding:10px;
	padding-top:5px;
	padding-bottom:7px;
	color:#eeeeee;
}
.jgNavBarHome a {
	color:#eeeeee;
	text-decoration:none;
}
.jgNavBarHome a:hover {
	text-decoration:underline;
}
.links {
	color:#eee;	
	font-weight:normal;
}
.links a {
	color:#eee;	
	font-weight:bold;
	text-decoration:none;	
}
.links a:hover {
	text-decoration:underline;	
}
.links a.box:hover {
	background:#ad5002;
}
.links h4 {
	color:#eee;
	margin-bottom:6px;
	clear:both;
	font-size:1.2em;
	color:#fff;
}
.links  h5 {
	font-size:.9em;
	color:#c89911;
	font-weight:normal;
}
.columnLast {
	font-family:Georgia,serif;
	font-style:italic;padding:0 0 10px 4px;
	font-size:1.4em;color:#fff;
}
.columnLast h5 {
	font-size:8pt;
	font-style:normal;
	color:#c89911;
	font-weight:normal;
	line-height:3pt;
	margin-bottom:5px;
	margin-top: 0px;
}
.columnLast p {
	padding-left:3px;padding-top:0px;
	margin:10px;
	margin-top:5px;
	margin-bottom:15px;
	color: white;
	font-weight: normal;
}
.columnLast p a {
	color: white;
	font-weight: bold;
	text-decoration:none;	
}
.columnLast p a:hover {
	text-decoration:underline;	
}
a.box {
	float:left;
	clear:both;
	color:#fff;
	background:rgb(27,60,82); /*#c89911; gold*/
	padding:4px 6px;
	margin-top:8px;
}
a.box:hover {
	background:#ad5002;
}
.footerLinks {
	height:20px;
	border-top:1px solid #c89911;
	padding-top:6px;
	height:25px;
	font-size:.9em;
	color:white;
}
.footerLinks a {
	color:#eee;
	font-weight:normal;
	text-decoration:none;
}
.footerLinks a:hover {
	text-decoration:underline;
}
.contentArea1 {
	padding-top: 15px;
	padding-bottom: 0px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background:#fff;/* url(../img/contentArea-bg.png) 50% 1px no-repeat;*/
}
#sliderPauseId {
	width:920px;
	font-weight:bold;
	visibility:hidden;
	color:rgb(27,60,82);
	text-align: center;
}
/* the SLIDER */
#contentArea {
	clear:both;
	float:left;
	padding:10px 30px 10px 20px;
	/*width:908px;*/
	width:908px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background:#fff;/* url(../img/contentArea-bg.png) 50% 1px no-repeat;*/
}

#intro {clear:both;}
#intro #slider li {width:920px;height:320px;overflow:hidden;text-align:center;}


#intro p#controls {margin:0;position:relative;}

#intro #prevBtn, #intro #nextBtn {display:block;margin:0;overflow:hidden;position:absolute;left:20px;top:-185px;}
#intro #nextBtn {left:880px;float:right;}
#intro #prevBtn a, #intro #nextBtn a {font-size:3em;display:block;padding:10px 0;color:#c89911;}
#intro #prevBtn a:hover, #intro #nextBtn a:hover {color:#c89911;text-decoration:none;}

