@charset "utf-8";
/* CSS Document */

/* Toolbox */
*
{
	margin:0;
	padding:0;
	border: 0 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	behavior:url("csshover3.htc");
}

.float_left {
  float:left;
}
.float_right {
  float:right;
}

.float_clear {
	clear: both;
}


/*  Header Portion */
#header_wrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	width: 100%;
	padding-bottom: 10px;
}
.header_container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clear: both;
}

.session_nav_container {
	float: right;
	color: #DDD;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 5px;
}
.session_nav:link {
	color: #BBB;
	text-decoration: none;	
}
.session_nav:visited {
	color: #BBB;
	text-decoration: none;	
}
.session_nav:active {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
.session_nav:hover {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.lang_sel:link {
	color: #F50A0F;
	text-decoration: none;	
	font-weight: bold;
}
.lang_sel:visited {
	color: #F50A0F;
	text-decoration: none;	
	font-weight: bold;
}
.lang_sel:active {
	color: #F50A0F;
	text-decoration: none;
	font-weight: bold;
}
.lang_sel:hover {
	color: #F50A0F;
	text-decoration: none;
	font-weight: bold;
}


/* Search Form */
.searchsite {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float: right;
	overflow: hidden;
	right: 0px;
}
.searchsite form {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	padding: 5px 0 0 0;
}
.searchsite fieldset {
	height: 1%;
	overflow: hidden;
}
.searchsite input {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border: 1px solid #0065c4;
	padding: 2px 2px 2px 2px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.searchsite button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	cursor: pointer;
	float: left;
	width: 26px;
	height: 22px;
	text-indent: -100em;
	background-attachment: scroll;
	background-color: #0065c4;
	background-image: url(http://freetime.lunarbreeze.com/web/news/wp-content/themes/carrington-blog/images/search_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* Content Portion */
#wrapper_content {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

/* Footer Portion */
#footer_wrapper {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBB;
	margin-top: 50px;
}
#footer {
	clear: both;
	width: 830px;

	margin-right: auto;
	margin-left: auto;
	
}
#footer .division {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBB;
	float: left;
}
#footer ul {
	background-color: #7c7c7c;
	background-image: url(../images/footernav_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 10px 0px 10px 10px;
	float: left;
	height: 14px;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	list-style-type: none;
	font-weight: bold;
	padding: 0px 9px 0px 9px;
}
#footer .lid_nav {
	float: left;
	margin-top: 10px;
}
#footer ul a:link, #footer ul a:link {
	color: #FFF;
	text-decoration: none;
}
#footer ul a:focus, #footer ul a:hover {
	color: #BBB;
	text-decoration: underline;
}


#footer p {
	margin: 10px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #7c7c7c;
	clear: left;	
}
#footer .bold {
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
}
#footer a:link, #footer a:visited {
	color: #444;
	text-decoration: none;
}
#footer a:focus, #footer a:hover {
	color: #BBB;
	text-decoration: underline;
}
