/* GENERAL STYLES */
/**********************************************************************************************
	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility menu
			3.2 Header
			3.3 Content
			3.4 Sidebar
			3.5 Footer
		
	4. LAYOUT ELEMENTS

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/*  sub, sup, */

html {
   overflow: -moz-scrollbars-vertical;
   overflow-y: scroll;
}

body {
	line-height: 1; 
	
}	
	
ol, ul {
	list-style: none; }
	
table {
	border-collapse: separate; 
	border-spacing: 0;  /* tables still need 'cellspacing="0"' in the markup */
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	text-align: center;
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

h1 {}

h2 {}

h3 { padding: 5px; background-color: #f2f2f2; font-size: 14px; font-weight: bold; border-bottom: 1px solid #ccc; margin-bottom: 5px; }

h4 {}

p  { line-height: 20px;}


/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

input, textarea, select {
	font: 1.2em Arial, Helvetica, sans-serif;
}


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a {
	text-decoration: none; color: #366C8B;
}

a:visited { color: #366C8B;}

a:hover {
	text-decoration: underline;
	 color: #366C8B;
}

a:active {  color: #366C8B; }


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr { 
	display: none; }
		
strong {
	font-weight: bold; }
		
em {
	font-style: italic; }
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

body {
	background: #fff url(/media/41/body.gif) repeat-x left top;
}

.container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 3px 10px 0;
	text-align: left;
	background: url(/media/71/container.png) repeat-y center top;
}


/* 3.1	Accessibility menu
-----------------------------------------------------------------------------------------------*/	

#accessibility-menu {
	position: absolute;
	left: -1000em;
	text-align: left;
}


/* 3.2	Header
-----------------------------------------------------------------------------------------------*/	

#header {
	z-index: 10;
	position: relative;
	margin: 0 9px 6px 8px;
	width: 943px;
	height: 103px;
	background: url(/media/96/header.gif) no-repeat center top;
}

	#header h1 {
		float: left;
		margin: 9px 0 0 12px;
		width: 135px;
		height: 57px;
	}
	
		#header h1 a {
			position: relative;
			overflow: hidden;
			display: block;
			width: 135px;
			height: 57px;
		}
		
			#header h1 a span {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url(/media/21/logo.jpg) no-repeat left top;
			}
	
	#header #right-header {
		float: right;
		overflow: hidden;
		margin-top: 20px;
		padding-right: 27px;
		xwidth: 388px;
	}
	
		#right-header fieldset {
			float: left;
			height: 46px;
			background: url(/media/91/form_search.gif) no-repeat left bottom;
		}
		
			input#txt-box {
				float: left;
				width: 87px;
				height: 14px;
				border: 1px solid #8E8E8E;
			}
			
			img#btn-search {
				float: left;
				margin-left: 4px;
			}
		
		ul#user-menu {
			float: right;
			margin-top: 1px;
		}
		
			ul#user-menu li {
				float: left;
				margin-left: 10px;
			}
			
				ul#user-menu li a {
					display: block;
					padding: 2px 0 0 23px;
					height: 14px;
					line-height: 16px;
					text-transform: lowercase;
					font-size: 10px;
					color: #000;
				}
				
				ul#user-menu li a.login {background: url(/media/214/keys.gif) no-repeat left top;}
				ul#user-menu li a.logout { }
				ul#user-menu li a#contact {background: url(/media/219/mail.gif) no-repeat left top;}
	
	#wrapper-main-nav {
		clear: both;
	}
	
	ul#main-nav {
		height: 26px;
		padding-top: 11px;
	}
	
		ul#main-nav li {
			position: relative;
			float: left;
			height: 26px;
			line-height: 26px;
			font-size: 12px;
			background: url(/media/126/separator.gif) no-repeat left top;
		}
		
			ul#main-nav li.first {
				background: none;
			}
			
			ul#main-nav li.first a {
				padding-left: 23px;
			}
		
			ul#main-nav li a {
				position: relative;
				display: block;
				padding: 0 18px;
				height: 26px;
				color: #0C2C3E;
				white-space: nowrap;
			}
			
			ul#main-nav li a:hover, ul#main-nav li a.active {
				text-decoration: none;
				color: #fff;
				background: url(/media/111/main_nav_hover.gif) repeat-x left top;
			}
			
				ul#main-nav li a span {
					position: absolute;
					left: 1px;
					top: 0;
					width: 1px;
					height: 26px;
					background: url(/media/131/separator_span.gif) no-repeat left top;
				}
				
				ul#main-nav li.first a span {
					background: none
				}
				
				ul#main-nav li.first a.active span, ul#main-nav li.first a:hover span {
					left: 0;
					width: 6px;
					background: url(/media/101/li_first_span.gif) no-repeat left top;
				}
				
	ul#main-nav ul.sub-main-nav {
		display: none;
		z-index: 100;
		position: absolute;
		left: 0;
		top: 25px;
		padding-left: 3px;	
		width: 219px;
		background:	url(/media/151/sub-main-nav_middle.png) repeat-y;
	}
	
		ul#main-nav ul.sub-main-nav li 	{
			float: none;
			padding: 0;
			width: 212px;
			background: none;
		}
		
		ul#main-nav ul.sub-main-nav li.first {
			padding-top: 8px;
			border-top: 1px solid #CBD0C7;
		}
		
		ul#main-nav ul.sub-main-nav li.last {
			height: 34px;
		}
		
		ul#main-nav ul.sub-main-nav li.last span {
			position: absolute;
			left: -3px;
			bottom: -8px;
			display: block;
			width: 222px;
			height: 8px;
			line-height: 8px;
			font-size: 1%;
			background: url(/media/141/sub-main-nav_bottom.png) no-repeat;
		}
		
			ul#main-nav ul.sub-main-nav li a {
				padding: 1px 0 1px 20px;
				width: 191px;				
				text-align: left;
			}
			
			ul#main-nav ul.sub-main-nav li a:hover {
				padding: 0 0 0 20px;
				background: none;
				background-color: #9CC6DC !important;
				border-top: 1px solid #78AFCD;
				border-bottom: 1px solid #78AFCD;
				color: #424242;
			} 
			
	ul#main-nav li:hover ul.sub-main-nav {
		display: block;
	}		
			
				
/* 3.3	Content
-----------------------------------------------------------------------------------------------*/	
#content {
	z-index: 5;
	padding-bottom: 50px;
	position: relative;
}

.homepage #content .left-col {
	position: relative;
	float: left;
	width: 565px;
}

	.top-content-splash {
		/*position: relative !important;*/
		margin: 0 0 15px 9px;
		width: 546px;
		height: 242px;
	}
	
		.top-content-splash img {
			border-left: 1px solid #a5a5a5;
			border-right: 1px solid #a5a5a5;
		}
		
		.border-top-image {
			z-index: 10;
			position: absolute;
			left: -2px;
			top: 0;
			width: 552px;
			height: 7px;
			background: url(/media/56/border-top-image.png) no-repeat center top;
		}
		
		.border-bottom-image {
			position: absolute;
			left: -2px;
			bottom: -1px;
			width: 552px;
			height: 7px;
			background: url(/media/51/border-bottom-image.png) no-repeat center bottom;
		}
		
		.wrapper-top-content {
			position: absolute;
			left: 9px;
			top: 110px;
			width: 528px;
			height: 112px;
			background: url(/media/167/wrapper-top-content.png) no-repeat left top;
		}
		
			.wrapper-top-content h2 {
				float: left;
				margin-top: 15px;
				padding: 0;
				width: 190px;
				text-align: right;
				letter-spacing: 0;
				font: 28px/36px Arial, Helvetica, sans-serif !important; 
				color: #25536D;
			}
			
				.wrapper-top-content h2 em {
					font-style: normal;
					font-size: 32px;
					width: 190px;
					display: block;
				}
			
			.homepage #content .left-col .wrapper-top-content p {
				float: right;
				margin-top: 12px;
				padding: 0 10px 0 10px;
				width: 305px;
				font: 12px/16px Arial, Helvetica, sans-serif !important;
				border-left: 1px solid #BFBFBF;
			}
		
			.wrapper-top-content a {
				position: absolute;
				display: block;
				overflow: hidden;
				left: 364px;
				top: 85px;
				width: 103px;
				height: 34px;
				line-height: 34px;
				text-align: center;
				font-size: 12px;
				color: #0C2C3E;
				cursor: pointer;
			}
		
				.wrapper-top-content a span {
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					background: url(/media/173/learn_more.png) no-repeat left top;
				}
	
	.homepage #content .left-col p {
		padding: 0 15px 15px 20px;
		font: 12px/18px Arial, Helvetica, sans-serif;
		color: #212121;
	}
				
	.homepage #content .left-col .info {
		overflow: hidden;
		padding-left: 5px;
		width: 560px;
	}
	
		.inside-info {
			float: left;
			margin-right: 8px;
			padding: 20px;
			width: 140px;
			background: url(/media/66/box_info.gif) no-repeat center top;
			min-height: 120px;
		}
		* html .inside-info {
			height: 120px;
		}
		
		.inside-info.last {
			margin-right: 0
		}
		
			.inside-info h4 {
				margin-bottom: 5px;
				padding-bottom: 7px;
				font: 12px/15px Arial, Helvetica, sans-serif;
				font-weight: 700 !important;
				color: #3E7A9E;
				background: url(/media/106/line_header_info.gif) repeat-x left bottom;
				height: 30px;
			}
			
			.inside-info p {
				padding: 0 0 15px !important;
				line-height: 16px !important;
				color: #010101;
			}
			
			.inside-info p.learn-more a {
				display: block;
				padding-right: 15px;
				height: 10px;
				text-align: right;
				font-weight: 700 !important;
				font: 10px/10px Arial, Helvetica, sans-serif;
				color: #757575;
				background: url(/media/199/green_arrow.gif) no-repeat right top;
			}

.homepage #content .right-col {
	float: right;
	margin-top: 2px;
	padding-left: 0px;
	width: 390px;
}
	
	.header {
		overflow: hidden;
		padding: 15px 20px 10px 10px;
		font-weight: 700 !important;
		font: 11px/11px Arial, Helvetica, sans-serif;
		color: #010101;
	}
	
		.header h3 {
			float: right;
			width: 327px;
			padding: 0 0 10px 5px;
			background: url(/media/106/line_header_info.gif) repeat-x left bottom;
		}
		
		.header img {
			float: left;
			margin-top: -5px;
		}
	
	ul.content, #main-content ul {
clear: both;
		margin: 5px 20px 0 20px;
		padding-bottom: 10px;
	}
	
		ul.content li, #main-content  ul li {
			margin-bottom: 10px;
			padding-left: 12px;
			margin-left: 0;
			/*list-style: url(/media/189/bullet.gif) outside;*/
			font: 12px/16px Arial, Helvetica, sans-serif;
			color: #010101;
			background: url(/media/189/bullet.gif) no-repeat left 4px;
		}	
			ul.content li a.read-more {
				margin: 1px;
				padding-right: 15px;
				font-weight: 700;
				font-size: 11px;
				color: #366C8B;
				background: url(/media/204/green_arrow_2.gif) no-repeat 35px 3px;
			}
	
	blockquote.comments {
		margin: 0 20px 0 15px;
		padding: 20px 0 10px 5px;
		background: url(/media/106/line_header_info.gif) repeat-x left top;
	}
	
		blockquote.comments p.quote {
			margin-bottom: 15px;
			font-style: italic !important;
			font: 12px/18px Arial, Helvetica, sans-serif;
		}
		
			blockquote.comments p.quote img {
				float: left;
				margin-right: 5px;
			}
		
		blockquote.comments p.author {
			padding-right: 5px;
			text-align: right;
		}
			
/* rsg05_content.html Page
---------------*/

.content-page #content .left-col {
	float: left;
	margin-top: 2px;
	padding-left: 9px;
	width: 226px;
}

	.content-page ul#page-nav {
		padding: 10px 4px 20px;
	}
	
			.content-page ul#page-nav li a {
				display: block;
				padding: 5px 0 5px 20px;
				width: 190px;
				font: 12px/18px Arial, Helvetica, sans-serif;
				color: #424242;
			}

.side-content p {
				font: 12px/18px Arial, Helvetica, sans-serif;
				color: #424242;
				padding: 10px;
}
			
			.content-page ul#page-nav li a:hover {
				text-decoration: none;
				background: url(/media/209/grey_arrow.gif) no-repeat 10px 10px;
			}
			
				.content-page ul#page-nav li ul.sub-menu li a {
					padding: 6px 0 6px 40px;
					width: 170px;
				}
				.content-page ul#page-nav li ul.sub-menu li ul.sub-menu	li a {
					padding: 6px 0 6px 60px;
					width: 150px;
				}
				
					.content-page ul#page-nav li ul.sub-menu li a.active , ul#page-nav li ul.sub-menu li a:hover {
						padding: 5px 0 5px 40px;
						border-top: 1px solid #bebdbc;
						border-bottom: 1px solid #bebdbc;
						background: #D6D6D5 url(/media/209/grey_arrow.gif) no-repeat 10px 10px;
					}
					.content-page ul#page-nav li ul.sub-menu li ul.sub-menu li a.active , ul#page-nav li ul.sub-menu li ul.sub-menu li a:hover {
						padding: 5px 0 5px 60px;
						border-top: 1px solid #bebdbc;
						border-bottom: 1px solid #bebdbc;
						background: #D6D6D5 url(/media/209/grey_arrow.gif) no-repeat 10px 10px;
					}

.content-page #content .right-col {
	position: relative;
	float: right;
	margin-top: 2px;
	padding: 0 15px 0 10px;
	width: 700px;
}

	.top-content {
		overflow: hidden;
	}
		p.breadcrump {
			float: left;	
			font-weight: 700;
			color: #366C8B;
		}
		
			p.breadcrump a {
				margin-right: 5px;
				padding-right: 10px;
				font-weight: 400 !important;
				font: 10px/15px Arial, Helvetica, sans-serif;	
				color: #366C8B;
				background: url(/media/184/blue_arrow.gif) no-repeat right 3px;
			}
		
		ul.menu-content {
			float: right;
			margin-top: 2px;
			padding-right: 20px;
		}
		
			ul.menu-content li {
				float: left;
				margin-left: 20px;
			}
			
				ul.menu-content li a {
					display: block;
					padding-left: 20px;
					height: 10px;
					color: #000;
				}
			
				ul.menu-content li a#email {
					background: url(/media/194/email.gif) no-repeat left top;
				}
				ul.menu-content li a#print {
					background: url(/media/229/print.gif) no-repeat left top;
				}
			
	#main-content {
		position: relative;	
	}
	
		#main-content h2 {
			padding: 10px 0 15px;
margin: 0;
			font-weight: 700 !important;
			font: 24px/24px tahoma;
			color: #FA7A08;
		}
	
		#main-content p {
			margin-bottom: 20px;
			font: 12px/20px Arial, Helvetica, sans-serif;
		}
		
		blockquote.quote-content {
			margin-bottom: 20px;
			padding: 0 10px;
			height: 32px;
			background: url(/media/121/quote-content.gif) repeat-x left top;
		}
			
			blockquote.quote-content p {
				padding-left: 20px;
				line-height: 32px !important;
				font-weight: 700 !important;
				font-size: 14px !important;
				color: #797979;
				background: url(/media/239/quote_content.gif) no-repeat left 9px;
			}

table tr td {
padding: 3px;
}
	
/* 3.4	Sidebar
-----------------------------------------------------------------------------------------------*/	

.rounded-box {
	margin-bottom: 10px;
	width: 218px;
	background: url(/media/116/middle_rounded_box.gif) repeat-y top center;
}

	.top-rounded-box {
		width: 218px;
		background: url(/media/162/top_rounded_box.gif) no-repeat center top;
	}
	
	.bottom-rounded-box {
		width: 218px;
		height: 9px;
		background: url(/media/61/bottom_rounded_box.gif) no-repeat center bottom;
	}

.rounded-box-wide {
	margin-bottom: 10px;
	width: 380px;
	background: url(/media/13025/widebox_middle_rounded_box.gif) repeat-y top center;
}

	.top-rounded-box-wide {
		width: 380px;
		background: url(/media/13020/widebox_top_rounded_box.gif) no-repeat center top;
	}
	
	.bottom-rounded-box-wide {
		width: 380px;
		height: 9px;
		background: url(/media/13015/widebox_bottom_rounded_box.gif) no-repeat center bottom;
	}
	
.dummy {
	display: block;
	height: 250px;
}

/* 3.5	Footer
-----------------------------------------------------------------------------------------------*/	

#footer {
	clear: both; 
	margin: 0;
	padding: 5px 0 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;

}

	#footer p {
		font: 10px/14px Arial, Helvetica, sans-serif;
		text-align: center;
		color: #888;
	}
	
		#footer p a {
			color: #888;
		}
		
		#footer p a:hover {
			text-decoration: none;
			color: #000;
		}


/* 4. LAYOUT ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

table tr td img {
float: left;
margin: 5px 5px 10px 0;
}




  .home_items { height: 258px; width: 556px; padding:0; margin:0; overflow: hidden; }



#fileman ol, #fileman ul, #fileman li {
	list-style-type: none;
}
.blockhead {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

/* Blog */


ul.blog-archive, ul.recent-posts {
 margin-top: 5px;
 padding-bottom: 5px;
}

ul.recent-posts li, ul.blog-archive li {
 padding: 5px 0 5px 0;
 border-top: 1px dashed #ccc;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
blockquote .quote-content {
			margin-bottom: 20px;
			padding: 0 10px;
			height: 32px;
			background: url(/media/121/quote-content.gif) repeat-x left top;
}


