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

/* COMMON -------------------------------------------------------------------------------------------------------- */
* {
	font-family: verdana;
	font-size: 12px;
	color: #000;
}
html, body, form {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFFFFF;
	margin-top:15px;
}
html > body {
	left:0;
	color: #000;
} /* This is "be nice to Opera 5" part of Tantek hack	*/
a {
	font-size: inherit;
	text-decoration: none;
}
hr {
	border: 0;
	color: black;
	background-color: #CCC;
	height: 1px;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#page {
	margin: 0 auto;
	width: 794px;
	text-align: left;
}

#menu {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
	height: 25px;
	text-align: right;
}
#menu a {
	padding: 5px 0px;
	font-size: 10px;
	text-decoration: none;
}
#menu menuLink {
	float:right;
}
#menu li a:hover,  theInCommunityFltRight {
	float: right;
}

#left {
	width:155px;
	margin-left: 0px;
	margin-top:0px;
	float:left;
}

#left .sidebarMenu {
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

sidebarMenu .activeLink {
	text-decoration: none;
	font-weight: bold;
	color: #F15C22;
	font-size: 10px;
}

#left .sidebarMenu ul li {
	margin-bottom: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 6px;
}
#left .sidebarMenu ul li .inactiveLink {
	text-decoration: none;
	margin-left: 6px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 8px;
}
.sidebarMenu ul li {
	list-style-type: none; 
}
.sidebarInActiveMenu {
	padding-top: 10px;
}
.sidebarMenu a .inactiveLink {
	list-style-type: none;
	color: #F15C22;
}
.sidebarMenu ul .box-link-sidenav {
	background-color: #5F9FB8;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.sidebarMenu ul .box-link-sidenav .menuLinkActive {
	color: #FF993A;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
a .activeLink {
	color: #FF993A;
	margin-left: 8px;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}
p, h1, h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
a:hover {
	color: #FF993A;
	text-decoration: none;
}
#footer {
	margin-left: 10px;
}

#middle {
	width: 444px;
	float:left;
}
#middleWide {
	width:615px;
	float:left;
}
#middleWide p, #middle p, #middleWide p strong, #middle p strong, #middleWide form {
	font-size: 12px;
}

#middleWidest {
	font-size: 12px;
	width:794px;
	float:left;
}
/* ROW ----------------------------------------------------------------------------------------------------------- */
.row {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}
.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* COLUMN -------------------------------------------------------------------------------------------------------- */
.col {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.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;
}


h1, h1 a, h2, h2 a, .bodyHeader {
	color: #F90;
	font-weight: bold;
	margin-right: 10px;
}

h2 a:hover {
	text-decoration: none;
	color: #09C;
}

.bodyA {
	color: #09C;
	text-decoration: underline;
}
.box-link-sidenav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.menuLinkActive {
	font-size: 12px;
	font-weight: bold;
	color: #09C;
}

#header {
	background-color: #5F9FB8;
	height: 73px;
	padding-top: 20px;
	padding-right: 10px;
}
#sideBarImages {
	float: left;
}
h1 {
	color: #F90;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	color: #F90;
	font-size: 125%;
}
#sideBarImages {
	margin-left: 10px;
}
#home #page #middleWide #frmFeedback {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

