@charset "utf-8";
/* CSS for Boreal Act */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#c8d66e;
	background-image:url(images/bg.jpg);
	background-position:center;
	margin: 0; 
	padding: 0;
	text-align: center; /* centers container in IE 5* */
	color: #000000;
}

#container { 
	width: 996px;  
	background: #FFFFFF;
	margin: 0 auto;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: left; /* overrides text-align: center body element. */
	background-image:url(images/container_bg.gif);
} 

/* Header -------------------------------------------------------------------------*/

#header { 
	height:153px;
	padding: 0;  
	margin: 0;
	padding-top:34px;
	background-color:#FFFFFF;
}

#header #menu {
	margin-top:5px;
	text-transform:uppercase;
}

#header #menu a, #header #menu .active {
	font-size:11px;
	font-weight:bold;
	color:#7F7A6A;
	background-image:url(images/header_divider.gif);
	background-repeat:no-repeat;
	background-position:  0px 0px;
	padding-left:17px;
	padding-right:17px;
}

#header #menu #first {
	background-image:none !important;
	margin-left:205px;
	padding-left:0px;
}

#header #menu .active {
	color:#b5b5b5;
}

/* Sidebar 1 -------------------------------------------------------------------------*/

#sidebar1 {
	position:relative;
	float: left;
	width: 198px;
	height: 576px;
	background: #6CA2BE; 
	background-image:url(images/side_nav_bg.gif);
	padding: 0;
	margin:0;
	margin-bottom:10px;
}

.sidenav1 a, .sidenav2 a, .sidenav3 a, .sidenav4 a, .sidenav5 a, .sidenav6 a {
	position:absolute;
	left:0px;
	display:block;
	width:180px;
	height:45px;
	background: url(images/side_nav_btn.gif) 0 0 no-repeat;
}

.sidenav1 a {
	top:18px;
}

.sidenav2 a {
	top:77px;
}

.sidenav2 a {
	top:77px;
}

.sidenav3 a {
	top:135px;
}

.sidenav4 a {
	top:194px;
}

.sidenav5 a {
	top:252px;
	width:198px;
	height:155px;	
	background: url(images/side_nav_btn5_tour.jpg) 0 0 no-repeat;	
}

.sidenav6 a {
	top:416px;
	width:198px;
	height:88px;
	background: url(images/side_nav_btn6_support.gif) 0 0 no-repeat;
}

.sidenav1 a:hover, .sidenav2 a:hover, .sidenav3 a:hover, .sidenav4 a:hover {	
	background-position: 0 -45px;
}

.sidenav1 a:active, .sidenav2 a:active, .sidenav3 a:active, .sidenav4 a:active {
	background-position: 0 -90px;
}

.sidenav5 a:hover {
	background-position: 0 -155px;
}

.sidenav5 a:active {	
	background-position: 0 -310px;
}

.sidenav6 a:hover {	
	background-position: 0 -88px;
}

.sidenav6 a:active {
	background-position: 0 -176px;
}



#sidebar1 .inside {
	position:absolute;
	left:28px;
	top:6px;
	width:142px;
	height:28px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#sidebar1 .sidenav5 .inside {
	top:14px;
}

#sidebar1 p {
	position:absolute;
	bottom:18px;
	padding-left:20px;
	padding-right:20px;
	font-size:10px;
	color:white;
	text-align:center;
}	

#sidebar1 a {
	color:white;
	text-decoration:none;
}

/* Sidebar 2 -------------------------------------------------------------------------*/

#sidebar2 {
	float: right; 
	width: 244px; 
	background: #7F7A6A; 	
	padding: 0; 
	font-size:11px;
}

#sidebar2 img {
}

#sidebar2 .inside {
	padding:15px;
}

#sidebar2 p, #sidebar2 li, #sidebar2 a {
	color:white;
}

.sidebar2_pic {
	border-top:8px solid #6CA2BE;
	border-bottom:8px solid #6CA2BE;
	margin-bottom:20px;
}

/* Main Content -------------------------------------------------------------------------*/

#mainContent { 
	width:540px;
	margin: 0 205px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px;
	font-size:14px;
}

#mainContent .inside {
	margin-left:8px;
	margin-right:8px;
}

#mainBanner {
	width:540px;
	height:36px;
	background:#4288ab;
	background-image:url(images/main_banner.gif);
	background-repeat:no-repeat;
	position:relative;
}

#mainBanner h1{
	margin:0;
	padding:0;
	position:absolute;
	left:40px;
	top:9px;
	color:white;
	text-transform:uppercase;
	font-size:15px;
}

#sideBanner {
	width:540px;
	height:112px;
	background-image:url(images/side_banner.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#sideBannerTitle {
	width:540px;
	height:31px;
	position:absolute;
	top:76px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

.date {
	font-size:10px;
	font-style:italic;
	color:#666666;
}

.source {

}

.comments {
	margin-bottom:3em;
}

.comment-meta{
	font-size:10px;
	
}

.bottom_tag {
	font-size:10px;
	margin-bottom:20px;
}

a.lightbox img {
	border:solid 1px #FFFFFF;
}

a:hover.lightbox img{
	border:solid 1px #0000FF;
}

.category {
	font-weight:bold;
	color:#2D7BA2;
}


/* Footer -------------------------------------------------------------------------*/

#footer { 
	height:63px;
	padding: 0;
	margin:0;
	background:#82B0C8;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
} 

#footer img {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top:10px;
	padding-left: 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer .first {
	padding-left: 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Utility Elements -------------------------------------------------------------------------*/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Text formatting --------------------------------------- */

.text_highlight, .text_highlight a {
	font-size:18px;
	font-weight:bold;
	color:#2D7BA2;
}

/* Links -------------------------------------------------------------------------*/

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
}

a:visited {
}