/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#container   {
	width: 886px;
	min-height: 700px;
	background-image: url(../images/template/bg_container.png);
	background-repeat:repeat-y;
	background-position:left;
	padding:0;
	margin: 0;	
}

#header {
	width:854px;
	height: 72px;
	padding:0;
	margin-left: 19px;
	}	
	
#navbar {
	width:854px;
	height: 38px;
	padding:0;
	margin-left: 19px;
	background-image:url(../images/template/t_navbarBg.png);
	background-repeat: no-repeat;
	background-position:left;	
}

#imagePanel {
	width:854px;
	height: 177px;
	padding:0;
	margin-left: 19px;	
}
#content {
	width:854px;
	min-height: 416px;
	padding:0;
	margin-left: 19px;
	clear: both;
	float:left;
	background-image: url(../images/template/bg_container.png);
	background-repeat:repeat-y;
	background-position: -19px;
	}

#sidebarTop {
	width: 285px;
	padding:0;
	margin:0;
	background-image:url(../images/template/t_sidebarTop.png);
	background-repeat: repeat-y;
	background-position:left;	
	float: left;
}
*/
#sidebarBottom {
	width:285px;
	min-height: 186px;
	padding:0;
	margin: 0;
	background-color:#CCC;
	float: left;
	}

#footer {
	width:886px;
	padding: 0;
	margin: 0;
	background-image:url(../images/template/bg_footer.png);
	background-repeat: no-repeat;
	background-position:left;
	clear: both;
	font-size: 10px;		
}



/* text styles  */

#content p  {
	margin: 0 10px 0 10px;
	}
	
#content .sidebarTop  p {
	font-size: 11px;
	line-height: 130%;
	padding: 0 5px 8px 0;
}	
	
#content h1 {
	font-size: 12px;
	font-weight: bold;
	color: #F2831A;
	line-height: 130%;
	margin: 0 10px 10px 10px;
	}
	
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 130%;
	margin: 0 10px 3px 10px;
	}
	
#content .sidebarTop h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 130%;
	padding: 0 5px 0 0;
	margin: 0 0 0 10px;
	}
	
#navbar .selected a  {
	height: 38px;
	line-height: 36px;
	font-size: 13px;
	border-right: 1px solid #fff;
	padding: 0 20px 0 20px;
	float: left;
	color: #000;
	font-weight: bold;
	}	
	
/* misc formatting  */
	
.floatLeft {
	float: left;
	}
	
.floatRight {
	float:right;
}

.clear {
	clear: both;
	}
	
#hidden {
	visibility:hidden;
	left: -10000px;
	}

/* links   */

#navbar a {
	height: 38px;
	line-height: 36px;
	font-size: 13px;
	border-right: 1px solid #fff;
	padding: 0 20px 0 20px;
	float: left;
	color: #000;
	text-decoration: none;
	}
	
#navbar a:hover {
	color:#F2831A;
	}
	
a {
	color: #F2831A;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

.footerLinks {
	font-size: 10px;		
	padding: 10px 10px 0 10px ;
}

