@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:24px;
}
html > body {
	left:0;
	color: #000;
} /* This is "be nice to Opera 5" part of Tantek hack	*/
a {
	font-size: inherit;
}
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;
}
#menu {
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:20px;
	height: 25px;
}
#menu a {
	padding: 5px 0px;
	font-size: 10px;
	text-decoration: none;
}
#menu menuLink {
	float:right;
}
#menu li a:hover,  theInCommunityFltRight {
	float: right;
}
ul, ol {
	margin: 0px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
ol, ul {
	padding-left: 12px;
}
a:hover {
	color: #09C;
	text-decoration: none;
}
#left {
	width:150px;
	background-color: #c2dae5;
	margin-left: 10px;
	float:left;
}
#footer {
	margin-left: 10px;
}

#left .sidebarMenu {
	background-color:#C2DaE5;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left .sidebarActiveMenu {
	background-color:#E0ECF2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#left .sidebarActiveMenu a {
	text-decoration: none;
}

#middleHeader {
	width: 444px;
	height:85px;
	float:right;
	background-color:#F15C22;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:left;
	margin-left: 10px;
}

#middleHeaderWide {
	width: 620px;
	height:85px;
	float:right;
	background-color:#F15C22;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:left;
	margin-left: 10px;
}


#middleHeaderLeft {
	width: 100px;
	height:85px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:left;
}


#middleHeaderRightOuter {
	position:relative;
	float:left;
	width: 334px;
	height:85px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#middleHeaderRightOuterWide {
	position:relative;
	float:left;
	width: 500px;
	height:85px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#middleHeaderRightInnerOneLine {
	position:relative;
	float:left;
	top:50%;
	margin-top:-42px;
	width: 324px;
	margin-top:-2em;
	height:4em;
}

.middleHeaderRightInnerText {
	font-size: 140%;
	color: #FFF;
	font-weight: bold;
}

#middle {
	width: 444px;
	float:left;
	margin-left: 0px;
	margin-right: 10px;
}
#middleWide {
	width:615px;
	float:left;
	margin-left: 0px;
	margin-right: 10px;
}
#middleWidest {
	width:794px;
	float:left;
	margin-left: 15px;
	margin-right: 10px;
}
#right {
	width: 160px;
	float: right;
	background-color: #E1D9C2;
	margin-right: 10px;
}
#right p{
	text-align: center;
	text-decoration: none;
}
#right a{
	text-align: center;
	text-decoration: none;
}
/* 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;
}

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

sidebarMenu .inactiveLink {
	text-decoration: none;
	font-weight: bold;
}

.sidebarMenu li {
	list-style-type: none;
}

#left .sidebarMenu .sidebarActiveMenu ul li .activeLink {
	color: #F15C22;
	text-decoration: none;
	font-weight: bold;
}
#left .sidebarMenu .sidebarActiveMenu ul li .inactiveLink {
	text-decoration: none;
}
#left .sidebarMenu ul li .inactiveLink {
	text-decoration: none;
}
#left .sidebarMenu .sidebarActiveMenu ul li, #left .sidebarMenu ul li {
	margin-bottom: 10px;
}
.sidebarInActiveMenu {
	padding-top: 10px;
}
h1, h2, .bodyHeader {
	color: #F15C22;
	font-weight: bold;
	font-size: 120%;
	margin-right: 10px;
	margin-left: 10px;
}
.bodyA {
	color: #09C;
	text-decoration: underline;
}
.box-link-sidenav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.box-link-sidenav a {
	text-decoration: none;
}


.menuLinkActive {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #09C;
}
#middleWidest a, #middleWide a, #middle a {
	color: #09C;
}

#middleWidest ul, #middleWide ul, #middle ul {
	margin-left:15px;
	margin-right:10px;
}
#vrcbAd {
	font-size: 90%;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#vrcbAdWrapper {
	text-align: center;
	width: 150px;
}
#right h2 {
	text-align: center;
}

#home #page #content {
	background-image: url(../images/middle_div_bkg.gif);
	background-repeat: repeat-y;
}

#home #page #contentNoRight {
	background-image: url(../images/middle_div_bkg_noright.gif);
	background-repeat: repeat-y;
}
