@charset "utf-8";
/* CSS Document */

html {
	
	height: 100%;
	width: 100%;
	
	margin: 0;
	padding: 0;
	
}


body {
	
	height: 100%;
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	background-color: #cbcbcb;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;


}


div#container {
	
	width: 979px;
	height: auto;
	
	margin: 10px auto 0px auto;
	
}

div#top {
	
	width: 979px;
	height: 100px;
	
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
}

	div#top a {
		
		display: block;
		
		width: 230px;
		height: 100px;
	}


div#container-content {
	
	width: 979px;
	height: auto;
	
}

/* SIDEBAR LEFT ===================== */

div#sidebar-left {
	
	width: 230px;
	height: auto;
	
}


/* MIDDLE ===================== */


div#middle {
	
	width: 512px;
	height: auto;

	margin: 4px 0 0 0;
	
}



/* SIDEBAR RIGHT ===================== */

div#sidebar-right {
	
	width: 230px;
	height: auto;
	
}

/* BLOCKS ===================== */


div.blocks {
	
	width: 230px;
	height: auto;

	margin: 4px 0 0 0;
	
}

	div.blocks div.block-title {
		
		width: 210px;
		height: 29px;
		
		background-image: url(../img/bg_li-main.jpg);
		background-repeat: no-repeat;
		
		text-transform: uppercase;
		
		color: #ffffff;
		
		line-height: 29px;
		
		padding: 0 0 0 20px ;
		
		
	}
	
	div.blocks div.block-content {

		width: 230px;
		height: auto;
		
		background-image: url(../img/bg_block.gif);
		background-repeat: no-repeat;
	
		border-bottom: 1px solid #a3a3a3;
		
		color: #444444;
		
		display: table;		
		
	}	


		div.blocks div.block-content div.block-spacing {
			
			width: 210px;
			height: auto;
			
			padding: 10px;
			
		}

/* MENU ===================== */

div#menu {
	
	width: 230px;
	height: auto;
	
}
	
	
	div#menu ul.main {	
	
		margin: 0;
		padding: 0;
		
		list-style-type: none;
		
		width: 230px;
		height: auto;
		
		font-size: 10px;
	
	}
	
		div#menu ul.main li.link-normal {	
		
			margin: 4px 0 0 0;
			padding: 0;
			
			width: 230px;
			height: 29px;
			
			background-image: url(../img/bg_li-main.jpg);
			background-repeat: no-repeat;
			
			text-transform: uppercase;
		
		}	
		
			div#menu ul.main li.link-normal a {	
			
				margin: 0;
				padding: 0;
				
				width: 210px;
				height: 29px;
				
				display: block;
				
				line-height: 29px;
				
				background-image: url(../img/bg_li-main.jpg);
				background-repeat: no-repeat;
				
				color: #ffffff;
				text-decoration: none;
				
				padding: 0 0 0 20px;
			
			}
			
				div#menu ul.main li.link-normal a:hover {	

					background-image: url(../img/bg_li-main-hover.jpg);
					background-repeat: no-repeat;

				
				}		
				
				
		div#menu ul.main li.link-active {	
		
			margin: 4px 0 0 0;
			padding: 0;
			
			width: 230px;
			height: 29px;
			
			background-image: url(../img/bg_li-main-active.jpg);
			background-repeat: no-repeat;
			
			text-transform: uppercase;
			font-weight: bold;
		
		}	
		
			div#menu ul.main li.link-active a {	
			
				margin: 0;
				padding: 0;
				
				width: 210px;
				height: 29px;
				
				display: block;
				
				line-height: 29px;
				
				background-image: url(../img/bg_li-main-active.jpg);
				background-repeat: no-repeat;
				
				color: #ffffff;
				text-decoration: none;
				
				padding: 0 0 0 20px;
			
			}
			
				div#menu ul.main li.link-active a:hover {	

					background-image: url(../img/bg_li-main-active.jpg);
					background-repeat: no-repeat;

				
				}					
		
	div#menu ul.main li.subwrap	{
	
		width: 230px;
		height: auto;
		
		display: table;	
	
	}
		
	div#menu ul.main ul.sub {
		
		width: 230px;
		height: auto;
		
		display: table;
		
		background-image: url(../img/bg_ul-sub.gif);
		background-repeat: no-repeat;
		background-color: #aac3db;
		
		margin: 0;
		padding: 0;
			
		list-style-type: none;
		
	}
			
		div#menu ul.main ul.sub li.sublink-normal {
			
			width: 228px;
			height: 20px;			
			
			margin: 0 0 0 1px;
			
			line-height: 20px;
			
			text-transform: uppercase;

			border-bottom: 1px solid #6a91b7;			
			
		}
		
			div#menu ul.main ul.sub li.sublink-normal a {
				
				text-decoration: none;
				color: #014180;
					
				width: 208px;
				height: 20px;					
					
				display: block;
				
				padding: 0 0 0 20px;
				
			}
			
				div#menu ul.main ul.sub li.sublink-normal a:hover {
					
					text-decoration: none;
					color: #001f3d;
					
					display: block;
					
					background-color: #b0c7de;
					
				}			
				
				
		div#menu ul.main ul.sub li.sublink-active {
			
			width: 228px;
			height: 20px;			
			
			margin: 0 0 0 1px;
			
			line-height: 20px;
			
			text-transform: uppercase;

			border-bottom: 1px solid #6a91b7;	
			background-color: #8eacca;
			
			font-weight: bold;
			
		}
		
			div#menu ul.main ul.sub li.sublink-active a {
				
				text-decoration: none;
				color: #014180;
					
				width: 208px;
				height: 20px;					
					
				display: block;
				
				padding: 0 0 0 20px;
				
				background-color: #8eacca;
				
			}
			
				div#menu ul.main ul.sub li.sublink-active a:hover {
					
					text-decoration: none;
					color: #014180;
					
					display: block;
					
					background-color: #8eacca;
					
				}						
	


/* CONTENT ===================== */

div#content {
	
	width: 512px;
	height: auto;
	
}
	
	div#content div.csc-header-n1 {
		
		width: 512px;
		height: 29px;
		
		background-image: url(../img/bg_content-head.jpg);
		background-repeat: no-repeat;
		
		text-transform: uppercase;
		
		color: #ffffff;
		
		line-height: 29px;
		
		padding: 0 0 0 20px ;	

		position: absolute;
		
		z-index: 80;
		
		margin: -50px 0 0 -10px;
		
	}
	
		div#content div.csc-header-n1 h1 {
		
			color: #ffffff;
			font-size: 11px;
			text-transform: uppercase;
			font-weight: bold;
			
			margin: 0;		
		
		
		}
		
		
		div#content div.csc-header-n2 h1,
		div#content div.csc-header-n3 h1,
		div#content div.csc-header-n4 h1,
		div#content div.csc-header-n5 h1,
		div#content div.csc-header-n6 h1,
		div#content div.csc-header-n7 h1,
		div#content div.csc-header-n8 h1,
		div#content div.csc-header-n9 h1 {		
			
			color: #014181;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			
			margin: 15px 0 8px 0;
			
		}	
		
		div#content div.csc-header-n1 .csc-firstHeader {
		
			margin: 0;
			padding: 0;
		
		}

	div#content div#block-content-content {
		
		width: 512px;
		height: auto;
		
		background-image: url(../img/bg_content.jpg);
		background-repeat: repeat-y;
		
		border-bottom: 1px solid #a1a1a1;
		
		color: #444444;
		
	}
	
		div#content div#block-content-content div#block-content-spacing {
			
			width: 492px;
			height: auto;
			
			padding: 50px 10px 10px 10px;
			
		}	

		
div#content div#buttons {
	width: auto;
	height: 20px;
	position: absolute;
	z-index: 70;
	margin: -19px 0 0 326px;
}

	div#content div#buttons div.link {
		float: left;
		width: 92px;
		height: 19px;
		text-align: center;
		line-height: 19px;
		margin: 0 0 0 1px;
	}
		
		div#content div#buttons div.link a {
			background-image: url(../img/bg_link.gif);
			color: #ffffff;
			text-decoration: none;
			display: block;
			width: 92px;
			height: 19px;			
		}
		
			div#content div#buttons div.link a:hover {
				background-image: url(../img/bg_link-hover.gif);
				color: #ffffff;
				text-decoration: none;
				display: block;
				width: 92px;
				height: 19px;			
			}			

/* FOOTER ===================== */

div#footer {
	
	width: 979px;
	height: 25px;
	
	line-height: 25px;
	
	margin: 4px 0 0 0;
	
	text-align: right;
	
	color: #444444;
	
}

	div#footer a {
		
		color: #444444;
		text-decoration: none;
		
	}
	
		div#footer a:hover {
			
			color: #014180;
			text-decoration: none;
			
		}	




/* FOOTER DEV ===================== */

div#footer-dev {
	
	width: 979px;
	height: 25px;
	
	line-height: 25px;
	
	margin: 4px 0 0 0;
	
	text-align: right;
	
	color: #b2b2b2;
	
}

	div#footer-dev a {
		
		color: #b2b2b2;
		text-decoration: none;
		
	}
	
		div#footer-dev a:hover {
			
			color: #014180;
			text-decoration: none;
			
		}	

/* INPUT ===================== */

input {
	
	border: 1px solid #a4a4a4;	
	
	color: #2e2e2e;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	
	padding: 2px;
	margin: 1px;
	
}


div#search input#inputfield,
div#newsletter input#inputfield {

	width: 202px;
	
}

input.submit,
input.button {
	
	border: 1px solid #00366c;	
	background-color: #014181;
	
	color: #ffffff;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	
	padding: 2px;
	margin: 1px;
	
	width: auto;
	
}

	input:hover.submit,
	input.submit:hover,
	input:hover.button,
	input.button:hover {
		
		border: 1px solid #002a53;	
		background-color: #00366c;
		
		color: #ffffff;
		
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 11px;
		
		padding: 2px;
		margin: 1px;
		
		width: auto;
		
		cursor: pointer;
		
	}
	
input.tx-sremailsubscribe-pi1-checkbox,
input.tx-sremailsubscribe-pi1-radio	{
	border: 0;

}

/* HYPERLINKS ===================== */


div#content a,
div.blocks a {

	color: #444444;
	text-decoration: none;
	
}

	div#content a:hover,
	div.blocks a:hover {

		color: #014181;
		text-decoration: none;
		
	}