@charset "utf-8";
/*CSS Document */
@import url(reset.css);

/* Colours
navigation blue = #336699
navigation divders = #9fcbe8
title = #254b72
sub-title = ff6a07
hover = #85B4DE
*/
html, body {
	background-image:url(/images/layout/clcf_background.jpg);
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	height: 100%;
	width: 100%;
	font-family:georgia,serif;
}



/*body > #outer{
	height: auto;
	min-height: 100%;
}*/

/*#bg_image { position: fixed; bottom: 0; left: 0; z-index: 1; width: 100%; }
#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }*/

#wrapper {
	position:relative;
	width: 838px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -23px auto; /* the bottom margin is the negative value of the footer's height */
}

#outer {
	/*top: 50%;*/
	/*position:relative;
  left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;*/
	width: 838px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
	padding-bottom: 23px;
}
 
#inner {
	width: 838px;
	position: relative;
}

#headerDiv{
	height: 131px;
	width: 838px;
	margin-bottom: 29px;
	margin-top: 10px;
	position: relative;
}

#bodyDiv{
	width: 838px;
	height: auto;
	position: relative;
	/*background-image: url(/images/layout/content_bg.png);*/
}

#bodyDiv ul{

}

#bodyDiv ul li{
	display: inline;
	line-height: 52px;
	/*font-weight:bold;*/
	color: #336699;
	font-size: 21px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}

#navigationDiv{
	position:relative;
}

#contentWrapper{
	position: relative;
}

.nonSelectedNav{
	color: #336699;
}

.selectedNav{
	color: #85B4DE;
}

.clearDiv{
	clear:both;
}

#mainNav
{

}

.navDivider{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9fcbe8;	
}

#contentDiv{
	background-image:url(/images/layout/content_bg_slither.png);
	/*
	-webkit-border-top-right-radius: 3ex;
	-moz-border-radius-topright: 3ex;
	*/
	/*width: 800px;
	min-width:800px;
	border: 0px solid #ffffff;*/
	position:absolute;
	left:0px;
	_left:-419px;
	padding-top: 19px;
	padding-right: 19px;
	padding-left: 19px;
}

#contentDivTitle{
	height:auto;
	margin-bottom: 20px;
}

.columnDiv{
	width: 369px;
	float: left;
	margin-bottom: 20px;
}

#leftColumnDiv{
	margin-right: 61px;
}

#rCInstructionDiv{
	float: left;
	width: 165px;
	margin-right: 60px;
	margin-top: 28px;
}

h1{
	font-size: 22px;
	color: #333;
	font-weight:normal;
	margin-bottom: 20px;
}

h2{
	font-size: 17px;
	color: #ff6a07;
	margin-top: 10px;
}

h2 a{
	color: #ff6a07;
	text-decoration:none;
}

h2 a:hover{
	color: #ff6a07;
	text-decoration:underline;
	
}

h3{
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	margin-top: 20px;
}

a{
	color: #336699;
	text-decoration:none;
}

a:hover{
	color: #85B4DE;
}

p, table{
	font-size: 12px;
	color: #336699;
	margin-bottom: 20px;
}

p a, table a{
	color: #336699;
	text-decoration:underline;
}

p a:hover, table a:hover{
	color: #85B4DE;
	text-decoration:none;
}

.pSmaller{
	font-size: 16px;
}

.pSmallerStill{
	font-size: 14px;
}

#footerDivOLD{
	/*position:fixed;*/
	width: 100%;
	bottom: 0%;
	left:0px;
	height: 23px;
	padding-top: 22px;
	color: #336699;
	background-image: url(/images/layout/footer_bg.png);
	z-index:10;
	margin-top:-41px;
}

#footerDiv, .push {
	height: 23px; /* .push must be the same height as .footer */
}

#footerDiv{
	clear:both;
	position:fixed;
	width: 100%;
	bottom: 0px;
	left:0px;
	height: 23px;
	padding-top: 18px;
	font-size:14px;
	color: #336699;
	/*left: -91px;*/
	margin-top: -42px;
	_margin-top: -42px;
	background-image: url(/images/layout/footer_bg.png);
	z-index: 10;
}

#copyDiv{
	/*margin-left: 100px;*/
	font-size: 11px;
	float:left;
	width: auto;
	margin-top: 5px;
}

#footerLinks{
	font-size: 11px;
	float:right;
	width: auto;
	margin-top: 5px;
	/*margin-right: 100px;*/
}

.noTopMargin{
	margin-top: 0px;
}
#middleTriColumn {
	width: 387px;
	margin-right: 40px;
}
#leftTriColumn {
	width: 193px;
	margin-right: 30px;
}
#rightTriColumn {
	width: auto;
}

.triColumnDiv{
	float: left;
}

.selectedMember{
	color: #85B4DE;
	text-decoration:none;
}

/********** ROUNDED TAB EXPERIMENT ************/
#tabHolder{margin-top: 50px;}

#testSlither{
	background-image:url(/images/layout/content_bg_slither.png);
	background-repeat: repeat-x;
}

.testUl{
	
}

.testUl li{
	display: inline;
	background-image:url(/images/layout/content_bg_slither.png);
	background-repeat: repeat-x;
	/*line-height:0;*/
	padding:20px;
}

.leftCorner{background-image:url(/images/layout/content_bg_slither.png);}
.centerTabs{background-image:url(/images/layout/content_bg_slither.png);}
.rightCorner{background-image:url(/images/layout/content_bg_slither.png);}
.topCorners{
	background-image:url(/images/layout/content_bg_slither.png);}
/********** ********************** ************/
