/* =structure
----------------------------------------------- */
	
	html, body {
		height: 100%;
		background:url(images/bg2.jpg);
	}
	
	body {
		color: #444;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 76%; /* fonts are set in ems. 1em = about 12px */
		padding:0;
		margin:0;
		background:none;
	}
	
	.main {
		background:none;
		margin: auto;
		max-width: 100%;
		width: 850px;
		padding:0;
		overflow: hidden;
		clear:both;
	}
	
	.header .main {
		margin: 0 auto 0 auto;
		width: 850px;
		overflow: hidden;
		clear:both;
		background:#000 url(images/headerRCS.jpg) no-repeat;
	}
	
	.wrapper {
		background:url(images/bg_shadow.png) repeat-y;
		width:895px;
		margin: 0 auto 0 auto;
	}
	
	.content_wrapper {
		/*background: white url(images/background.jpg) repeat-x;*/
		width:100%;
		clear:both;
		padding-top:0;
		padding-bottom:0;
	}
	
	.navigation_wrapper {
		width:100%;
		clear:both;
		float:left;
	}
	
	.content {
		background:#fff;
		padding:20px;
		width: 810px;
	}
	
	.standout {
	    		border: solid 1px #C2C2C2;
	    		margin-bottom: 20px;
	    		overflow: hidden;
	    		padding: 10px;
	    		zoom: 1;
				background:#efefef;
	    }

	
	
	 
	 .off_screen 
	 {
	 	position: absolute;
		left: -999em;
		width: 2em;
		overflow: hidden;
	 }
	 
	 .row {
			clear: both;
			padding:0;
			border: none;
			width: 100%;
			overflow: hidden;
		}

	 
.column,
.row .column {
	float: left;
	margin-right: 20px;
}

.content_area {
float:right;
width:652px;
margin-right:0;
}
	 
.column_last,
.row .column_last {
	float:right;
	margin-right:0;
}

.column_2 .column,
.column_2 .column_last,
.column .column_2 .column,
.column_last .column_2 .column,
.column .column_2 .column_last,
.column_last .column_2 .column_last { width:316px;}

.column_3 .column,
.column_3 .column_last,
.column .column_3 .column,
.column_last .column_3 .column,
.column .column_3 .column_last,
.column_last .column_3 .column_last { width:204px;}


.column_4 .column,
.column_4 .column_last,
.column .column_4 .column,
.column_last .column_4 .column,
.column .column_4 .column_last,
.column_last .column_4 .column_last { width:148px;}


.message { /* For displaying error, success or any other messages. */
	background-color: #fffac5;
	border: solid 1px #d2cb7e;
	margin-bottom: 2.5em;
	overflow:hidden;
	padding:1.5em 1em 1.5em 1em;
	zoom:1; /* So IE can contain floats */

	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.float_left {
float:left;
margin:0;
}

.float_right {
float:right;
margin:0;
}

ul {
padding-left:0;
}

h2, h3 {
margin-top:0;
padding-top:0;
}

.top {
margin-top:0;
padding-top:0;
}

.bottom {
margin-bottom:0;
padding-bottom:0;
}

p {
margin-top:0;
}

.align_right {
text-align:right;
}

.align_center {
text-align:center;
}

a img {
border:none;
}

/* =skip
For links that skip to main content, navigation, etc.
----------------------- */

	.skip {
		height: 1px;
		left: 0px;
		position: absolute;
		top: -500px;
		width: 1px;
	}
	
	.skip:active,
	.skip:focus {
		background: #ffffce;
		display: block;
		height: auto;
		left: 0;
		overflow: hidden;
		padding: 1em 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}




/* =text
----------------------------------------------- */
	a {
		white-space:nowrap;	
		color:#666;
	}
	
	a:visited {
		color: #666;
	}
	
	a:hover {
		color: #888;
	}
	
	.header a {
		white-space:nowrap;	
		color:#efefef;
	}
	
	.header a:visited {
		color: #efefef;
	}
	
	.header a:hover {
		color: #999;
	}
	
	h4 a {
		color:#444;
		text-decoration:none;
	}
	
	h4 a:visited {
		color: #444;
		text-decoration:none;
	}
	
	h4 a:hover {
		color: #444;
		text-decoration:none;
	}

	.summary {
		font-family:Georgia, Times, serif;
		margin-bottom:.8em;
	}
	
	.summary a {
		color:#333;
	}
	
	.summary a:visited {
		color:#333;
	}
	
	.related_links {
		background:#efefef;
	}
	
	.related_links ul, .related_links p {
		margin-bottom:0;
	}
	
	h1 {
		margin-left:0;
	}
	
	.action_form h3 {
		margin-bottom:1em;
	}
	
	p.small {
		margin-bottom:.4em;
	}
	
	ul {
		margin:0 0 .5em 2em;
	}
	
	ul ul {
		margin-bottom:0;
	}
	
	.info_list  {
		margin:0 0 1em 0;

	}
	
	.info_list dt {
		clear: both;
		font-weight: normal;
		text-align: right;
		width: 6.6em;
		color:#666;
		margin-bottom: .5em;

	}
	
	.info_list dd {
		display: inline; /* ie6 hack http://positioniseverything.net/explorer/doubled-margin.html */
		float: left;
		margin:-1.8em 0 .5em 6.85em;
	}
	
	.secure {
		padding:0 0 0 20px;
		background: url(images/secure.gif) no-repeat left;
		width:10em;
	}
	
	
	
	.link_pdf {
display:inline;
white-space:normal;
}

.add {
display:inline;
font-size:.8em;
}

.message p.big {
margin-top:.8em;
margin-bottom:.8em;
font-size:2.5em;
}

/* =icons
----------------------- */
	.attention,
	.link_pdf,
	.link_doc,
	.link_xls {
		zoom: 1; /* fixes problem with IE line wrapping */
		padding: 2px 0 0 20px;
	}
	
	.attention {
		background: url(images/icon_attention.gif) no-repeat top left;
	}
		
	.link_pdf {
		background: url(images/icon_pdf.gif) no-repeat top left;
	}
		
	.link_doc {
		background: url(images/icon_doc.gif) no-repeat top left;
	}
		
	.link_xls {
		background: url(images/icon_xls.gif) no-repeat top left;
	}


/* =header
----------------------------------------------- */
	.header {
		float:left;
		width:100%;
		clear:both;
		margin:0;
		padding:0;
		height:148px;
	}
	
	.header .subnav {
	float:left;
	margin-left:502px;
	margin-top:100px;
	}
	
/*=navigation (vertical)
----------------------------------------------- */
	.navigation {
		width:138px;
		margin:0 20px 0 0;
		padding:0;
		float:left;
	}
	
	.navigation ul  {
		list-style-type:none;
		margin:0;
	}
	
	.navigation li a  {
		white-space:normal;
		letter-spacing:.05em;
		color: #fff;
		display: block;
		text-decoration:none;
		text-align:center;
		width:138px;
		height:34px;
		padding:1.1em 0 0 0;
		font-size:1.2em;
		background:url(images/Button.png) no-repeat;
	}
	
	.navigation li a:hover,
	.navigation li a:focus,
	.navigation li a:active,
	.navigation li.active a {
		color:#ffcc00;
		background:url(images/Button_hover.png) no-repeat;
		
	}
	
	.navigation li.active a {
		color:#000;
		background:url(images/Button_hover.png) no-repeat;
		
	}

	
	/* =subnav
	----------------------- */
		.subnav {
			padding: 0;
			margin:0 0 2em 0;
			zoom: 1;
			overflow: hidden;
		}

		.subnav ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

		.subnav li {
			border-right: solid 1px #999;
			display: inline;
			padding-right: 1em;
			line-height: 1.5em;
			margin-right: 1em;
			overflow: hidden;
			zoom: 1;
		}

		.subnav li.subnav_last,
		.subnav li.last { /* removes the border and spacing from the last list item */
			border: none;
			margin-right: 0;
			padding-right: 0;
		}

		.subnav_active a,
		.subnav_active,
		.subnav .active,
		.subnav .active a {
			font-weight: bold !important;
		}
	
		.subnav li.add,
		.subnav a.add,
		.subnav li.edit,
		.subnav a.edit,
		.subnav li.delete,
		.subnav a.delete,
		.subnav a.print,
		.subnav li.print,
		.subnav a.faqhelp,
		.subnav li.faqhelp,
		.subnav a.search,
		.subnav li.search { /* allows links to have the icon but stay inline with other subnav links */
display: inline;
			margin-bottom: 0;
			font-weight: normal;
			width: auto;
		}


	
/* =data_table
----------------------------------------------- */
	
	.data_table  {
		margin-bottom:1em;
		background:none;
	}
	
	.data_table th .details {
		width:5.8em;
		display:block;
		text-align:right;
	}
	
	.data_table td,
	.data_table th {
		vertical-align:top;
	}
	
	td p {
		margin-bottom:0;
		padding-bottom:0;
	}
	
	.data_table .info_list {
		font-size:.9em;
		width:21em;
		margin-bottom:0;
	}
	
	.data_table .info_list dt {
		margin-bottom: .2em;
	}
	
	.data_table .info_list dd {
		display: inline; /* ie6 hack http://positioniseverything.net/explorer/doubled-margin.html */
		float: left;
		margin-top: -1.5em;
		margin-bottom:.2em;
	}
	
	.thumbnail {
		position:relative;
	}

	
	
/* =action_form
----------------------------------------------- */
	
	.action_form {
		position:static;
	}
	
	.action_form fieldset {
		background:#e7e3cd;
		border:none;
	}
	
	.action_form fieldset legend {
		font-size:1em;
	}
	
	.action_form .content_column {
		width:60%;
	}
	
	.action_form .content_column_last {
		width:36%;
	}
	
	.action_form fieldset fieldset, .action_form .row_single fieldset {
		background:none;
		margin:0;
		padding: 0;
		border:none;
		position: relative;
		float:left;
	}

	.action_form fieldset fieldset legend, .action_form .row_single legend {
		font-size: 1em;
		font-weight: normal;
		padding: 0;
		top:0;
		left:0;
		position:relative;
	}
	
	
/* =Footer
----------------------------------------------- */
	
	.footer_wrapper_bottom {
		width:100%;
	}
	
	.footer {
		clear: both;
		padding:20px;
		width: 810px;
		overflow: hidden;
		background:#666;
		color:#999;
		border-bottom:3px solid #222;
	 }
	 
	 .footer .float_right {
		 width:485px;
		 padding:0;
		 margin:0;
	 }
	 
	 .footer .float_left {
		 width:280px;
		 padding:0;
		 margin:0;
	 }
	 
	 .footer h5 {
		 color:#999;
		 margin:0;
		 font-size:1em;
	 }
	 
	 .footer ul {
		 list-style-type:none;
		 margin-left:0;
	 }
	 
	 .footer ul a {
		 color:#999;
		 text-decoration:none;
	 }
	 
	 .footer ul a:hover {
	 	text-decoration:underline;
	 }
	 
	 .footer .copyright {
		 border-top:1px solid;
		 margin-top:12px;
	 }
	
	.address {
		width: 210px;
		float:left;
		margin-right:10px;
	}
	
	.phone {
		width: 126px;
		margin-right:10px;
	}
	
	.email {
		width: 118px;
		margin-right:0;
		padding-right:0;
	}
	

/* =Print
	Used to style print media
----------------------------------------------- */
@media Print {
	
	
	
}
