/*PAGE LAYOUT*/
body {
	/*background-image: url(images/bg_body.jpg);
background-repeat: repeat-x;
		
*/
	background-image: url('../images/rivets.png?1');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#page, #header, #content
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#topbar
{
	text-align:right;
}

#contenttext .panel, #contenttext h2, #contenttext .cFloatPanel
{
	margin:10px;
}

#contenttext a, #contenttext a:active, #contenttext a:visited, #footer a, #footer a:active, #footer a:visited
{
	color:#3F6279;
}

#contenttext a:hover, #footer a:hover
{
	color:#66A0C1;
}

#contenttext a img:hover, #footer a img:hover
{
	border:4px solid #FF864F;
}

.cContentThumb
{
	border:4px solid #ccc;
	height:100px;
	margin:8px;	
	float: left;
	margin-top:0px;
}

#toppage{
	width:800px;
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(../images/bg_topbar.gif);
	background-color:#FF864F;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}
#header{
	width:800px;
}
#content{
	width:800px;
}
#contenttext{
	float:left; width:608px; 
	background-color:#F7F7F7; 
	border-top:solid 1px #999; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; 
	border-left:solid 1px #999999; 
	min-height:360px;
	margin-top:-2px;
}
#logo{
	float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999; border-bottom:solid 1px #999;
}
#pagetitle{
	position:relative; float:left; width:608px; height:110px; background-color:#F7F7F7; border-right:solid 1px #999999;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; clear:both; width:190px; 
}
#footer{
	width:590px; margin:0px auto;
	clear:both;
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin-top:10px;
	padding:10px;
	width:550px;
	clear:both;
	/*height:160px;*/
	min-height:110px;
}

.cFloatPanel
{
	float:left;
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	width:200px;
	height:150px;
	text-align:center;
}

.cFloatPanel a
{
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.cFloatPanel .cContentThumb
{
	float:none;
	margin:0px;
}

/*TEXT STYLES*/
#contenttext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
	text-align:left;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
#imgTopShadow
{
	border-top:1px solid #999;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF9900;
}

#linksmenu
{
	margin-top:-2px; /*overlap the logo's border */
}

#linksmenu > a, #linksmenu > span{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#584F4A; 
	border-left:solid 1px #FFFFFF; 
	border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}

#linksmenu a.cFirst
{
	border-top:solid 1px #FFFFFF;
}

#linksmenu .cSubMenu
{
	border-left:12px solid #fff;
	width:172px;
	text-align:left;
	background-color:#fff;
	color:#584F4A;
	cursor:default;
	height:17px;
	padding-top:1px;
}

#linksmenu .cSubItem
{
	font-weight:normal;
	background-color:#ccc; 
	color:#584F4A;
	border-left:12px solid #fff;
	width:172px;
}

#linksmenu a:hover{
	background-color:#F46442;
}
/*
#linksmenu ul
{
	border-top:solid 1px #FFFFFF;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

#linksmenu > ul
{
	margin-bottom:0px;
}

#linksmenu > ul > li
{
	border-left:solid 1px #FFFFFF; 
	background-color:#584F4A; 
	border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	width:100%;
	margin:0px;
	padding:0px;
}

#linksmenu a{
	text-decoration:none;
	color: #FFFFFF;
	 display:block;
	height:20px; 
	padding-top:5px;
}

#linksmenu a.cFirst
{
}

#linksmenu a:hover{
	background-color:#F46442;
}

#linksmenu img
{
	margin-top:0px;
	padding-top:0px;
}
*/

/*
.cSlideshow { height: 232px; width: 232px; }
.cSlideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; display:none; }
*/

.cSlideshow
{
	text-align:center;
	height:385px;
}

.cSlideshow img
{
	padding: 15px;  
	display:none;
}

#divContactDetails
{
	float:left;
	width:100%;
	text-align:center;
	font-weight:bold;
}

label
{
	font-weight:bold;
}
