/* layout */
	#container {
		/*left column background color here */
		margin:auto; /* center for compliant browsers*/
		text-align:left;
		min-width: 768px !important;
	}
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#right {
		display: inline;
		margin-right:-319px;/*must be 1 pixel less than width */
		float:right;
		width:320px;/* this width is the same as the margin on #middle */
		position:relative;
		right:-1px;/* line it up exactly without losing pressure on footer*/
	}
	#main {
		padding: 5px 320px 5px 5px; /* 320 is the space for the right column */
		margin: 0 auto;
		max-width: 1280px !important;
	}
	#inner{  
		width:100%;
		float:left; 
		margin-right:-1px;
	}/*contain cleared elements from clearing other floats*/

	#footer {
		clear: both;
		margin: 0 auto;
		width:100%;
		max-width: 1605px !important;
	}

	/* clear without structural mark-up */
		.clearfix:after {
			content:" ";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
		}
		.clearfix { display:inline-block; }

		/* mac hide \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide */
	/* do not change or amalgamate clearfix styles*/

/*layout*/

/* rounded corners for main, right and footer */
	.rc_top div { background: url("images/rc_tl.png") no-repeat top left; }
	.rc_top { background: url("images/rc_tr.png") no-repeat top right; }
	.rc_bottom div { background: url("images/rc_bl.png") no-repeat bottom left; }
	.rc_bottom { background: url("images/rc_br.png") no-repeat bottom right; }
	.rc_top div, .rc_top, .rc_bottom div, .rc_bottom {
	   width: 100%;
	   height: 9px;
	   font-size: 1px;
	}
	.rc_content { margin: 0 9px; }

/* rounded corners for main, right and footer */


/* styling */
body {
   background: #faf5ff;
}

/* header styling */
	#header {
		background: url("images/logo_bg.png") repeat #517cfc;
	}
	#motd_bar {
		height: 23px;
		font-size: .8em;
		text-align: right;
		padding: 0px 12px 0px 12px;
		line-height: 22px;
		color: white;
		background: url("images/motd_bar_bg.png") repeat-x top;
	}
	#motd_shadow {
		height: 8px;
		background: url("images/motd_shadow_bg.png") repeat-x top;
	}

	#logoarea {
		height: 110px;
		overflow: hidden;
	}

	#logo {
		position: relative;
		float: left;
		top: 4px;
		left: 52px;
		z-index: 8;
	}
	#logocontent {
		position: relative;
		float: left;
		top: 30px;
		left: 68px;
		z-index: 10;
		color: white;
	}
	#sitename {
		font-size: 1.75em;
		font-weight: bold;
	}	
	#sitetitle {
		font-size: .9em;
		font-weight: bold;
	}
	#searchbox {
		position: relative;
		float: right;
		top: 42px;
		right: 64px;
		z-index: 9;
	}
/* header styling */


/* navbar styling*/
	#navbar{
		position: relative;
		overflow: hidden;
		z-index: 12;
		height: 40px;
		line-height: 40px;
		width: 100%;
		background: url("images/navbar_bg.png") repeat-x;
	}
	#navbar ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#navbar li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	#navbar li a {
		float: left;
		padding: 0 12px 0 12px;
		color: #FFFFFF;
		font-weight: bold;
		white-space: nowrap;
		text-decoration: none;
		background: url("images/navbar_bgsplit_hover.png"); /* hover image is placed here to preload, then property is overwritten by following background property */
		background: url("images/navbar_bgsplit.png") no-repeat right;
	}
	#navbar li a:hover {
		background: url("images/navbar_bgsplit_hover.png") repeat-x right #2e34da;
	}
/* navbar styling*/


/* right col styling */
	#right_inner {
		margin: 24px 24px 24px 12px;
	}
	#right_inner_content {
		padding: 3px 6px 3px 6px;
	}
/* right col styling */

/* inner styling */
	#inner_inner {
		background: white;
		margin: 24px 12px 24px 24px;
		border: 1px solid #cad6e8;
	}
	#inner_inner_content {
		padding: 8px 6px 8px 6px;
	}
/* inner styling */

/* footer styling */
	#footer_inner {
		margin: 12px 25px 24px 29px;
	}
	#footer_inner_content { }
	#footcol_container {
		background: white;
		border: 1px solid #cad6e8;
		padding: 13px 6px 14px 6px;
		
	}
		/* footer syling - footer columns */
		.footcol {
			/*border: 1px solid black;*/
			width: 20%;		/* number of columns divided by 100% */
			float: left;
			margin: auto;
		}
		.footcol_inner {
			color: #8696A4;
			padding: 0px 20px 4px 20px;
			border-right: 1px solid #cad6e8;
			min-height: 125px; /* columns height for seperators */
		}
		* html .footcol_inner {
			height: 125px; /* columns height for seperators - IE fix */
		}
		#footcol_1 .footcol_inner {
			padding-left: 12px;
		}
		#footcol_2 .footcol_inner {
			
		}
		#footcol_3 .footcol_inner {
			
		}
		#footcol_4 .footcol_inner {
			
		}
		#footcol_4 .footcol_inner {
			
		}
		#footcol_5 .footcol_inner {
			padding-right: 12px;
			text-align: center;
			border-right: none;
		}
		.footcol_inner dt {
			font-weight: bold;
			font-size: 90%;
		}
		.footcol_inner dd span {
			font-size: 65%;
		}
		.footcol_inner dd a {
			color: #105CB6;
			font-size: 65%;
			text-decoration: none;
			border-bottom: 1px solid #105CB6;
		}
		.footcol_inner dd a:hover {
			color: #000033;
		}
/* footer styling */

/* copyright styling */
	#copyright {
		margin: 32px 48px 20px 48px;
		background: url("images/logo_sm.png") no-repeat center left;
		min-height: 50px; /* min height */
		padding-left: 60px;
		font-size: 65%;
	}
	* html #copyright {
		height: 50px; /* height fix - IE */
	}
	#copyright, #copyright a {
		color: #95a7b6;
	}
/* copyright styling */


/* form inputs */
	html>body input { margin:0px; }      /* spacing fix - IE 6 cannot read this, others can */
	*+html>body input {margin:-1px; }      /* spacing fix - targets IE7 */

	form textarea, form select, form input.textfield {
		border: 1px solid #3b6e22;
	}
	form input.radio, forum input.checkbox {
		margin-right: 3px;
		margin-left: 3px;
	}
	form button {
		color:#272727;
		font-weight:bold;
		padding: 2px 4px 2px 4px;
		border: #333333 1px solid;
		background: url("images/buttonbg_sm.gif") repeat-x left top #ccc;
	}
	form button .positive {
		background:url("images/buttonbg_green_sm.gif") repeat-x left top;
	}
	form button .negative {
		background:url("images/buttonbg_red_sm.gif") repeat-x left top;
	}
	form button:hover {
		background:url("images/buttonbg_blue_sm.gif") repeat-x left top #dfe1eb;
	}

	#s {
		background: url("images/mag_glass.gif") no-repeat 3px center white;
		padding: 2px 2px 2px 18px;
		margin-right: 12px;
	}
	#s:focus, #s.sffocus { /* sffocus - suckerfish fix for IE6 :focus */
		background-color: #FFFFCF;
	}

/* form inputs */


/* content styling */
	.content_block {
		margin: 10px 10px 24px 10px;
	}
	.content_head {
		border-top: 1px solid #999999;
		border-bottom: 1px dotted #999999;
		/*background: url("images/spacer.gif") no-repeat #ebf3ff; */ /* background image needed for obscure opera bug - combination of top border solid, bottom border dashed/dotted and backround as only a color */
		background: url("images/content_title2.png") repeat-x bottom left #ebf1fa;
		margin: 0px 0px 8px 0px;
		padding: 4px 10px 4px 6px;
	}
	.content_title {
		font-size: 1.2em;
	}
	.content_title, .content_title a {
		font-weight: bold;
		text-decoration: none;
		color: black;
	}
	.content_title a:hover {
		text-decoration: underline;
		/*color: #2655AD;*/
		color: #4970e4;
	}
	.content_posted, .content_category {
		font-size: 0.8em;
	}
	.content_posted, .content_posted a, .content_category, .content_category a {
		color: #666666;
	}
	.content_posted a:hover, .content_category a:hover {
		text-decoration: underline;
		color: #2655AD;
	}
	img.content_logo {
		float: right;
	}
	.content_body {
		margin: 0px 8px 0px 8px;
		font-size: 1em;
	}
/* content styling */


/* sidebar styling */
	.sidebar_box {
		border: 1px solid #cad6e8;
		margin-bottom: 12px;
		background-color: white;
	}
	.sidebar_head {
		font-size: 0.9em;
		font-weight: bold;
		border-bottom: 1px solid #cad6e8;
		padding: 4px 8px 4px 8px;
		background: url("images/content_title2.png") repeat-x bottom left #ebf1fa;
	}
	.sidebar_body {
		padding: 6px 10px 8px 10px;
	}
	.sidebar_box_highlight {
		border-color: #773300;
		background: #fffaf0;
	}
	.sidebar_box_highlight .sidebar_head {
		border-bottom-color: #773300;
		background: #f08239; /*#B3A700*/
		color: #fffaf0;
	}
/* sidebar styling */


/* styling */
