/******************/
/*    lay-out     */
/******************/
html {
	overflow					: scroll;
	overflow-x					: hidden;
}

body {
	margin						: 0;
	padding						: 0;
	text-align					: center;
	color 						: #000;
	background-color			: #eee;
	background-image			: url(img/body_bg.jpg);
	background-attachment		: scroll;
	background-repeat			: repeat;
	background-position			: center top;		
	text-align					: center;
}

#site {
	position					: relative;
	width						: 810px;
	margin						: 5px auto 5px auto;
	background-image			: url(img/shadow-body.png);
	background-attachment		: scroll;
	background-repeat			: repeat-y;
	background-position			: center top;	
}

#centerbox {
	margin						: 0 5px;
	padding						: 0;
	background-color			: #fff;
}	

#headerbox {
	width						: 100%;
	height						: 100px;
	background-color			: #000;
	background-image			: url(img/header.jpg);
	background-attachment		: scroll;
	background-repeat			: no-repeat;
	background-position			: center top;	
	margin						: 0;
	padding						: 0;
	text-align					: left;
}
#navbox {
	width						: 100%;
	height						: 30px;
	margin						: 0;
	padding						: 0;
	background-color			: #666;
	background-image			: url(img/nav_bg.gif);
	background-attachment		: scroll;
	background-repeat			: repeat-x;
	background-position			: center top;	
	border-top					: 1px solid #fff;
	border-bottom				: 1px solid #999;
	text-align					: left;
}

#mainbox {
	width						: 100%;
	margin						: 0;
	padding						: 0;
	text-align					: left;
	clear						: both;
}
#mainbox:after {
	content						: "."; 
	display						: block; 
	height						: 0; 
	clear						: both;
	visibility					: hidden;
}

#contentbox {
	position					: relative;
	width						: 100%;
	margin						: 0;
	padding						: 0;
	clear						: both;
}

#content_column_small {
	float						: left;
	width						: 230px;
	margin						: 0;
	padding						: 0;
}

#content_column_normal {
	float						: left;
	width						: 570px;
	margin						: 0;
	padding						: 0;
}

.column_2ns {
	background-image			: url(img/column_2ns.gif);
	background-attachment		: scroll;
	background-repeat			: repeat-y;
	background-position			: center top;
}

/* footer */
#footerbox {
	position					: relative;
	width						: 100%;
	margin						: 0;
	padding						: 0;
	clear						: both;
	border-top					: 1px dotted #99ccff;
}




/******************/
/*    styles     */
/******************/

h1 {
	font-family					: "Times New Roman", Times, serif;
	margin						: 0 0 .9em 0;
	font-size 					: 1.8em;
	font-weight					: normal;
}
h2 {
	margin						: .9em 0 .9em 0;
	font-size 					: 1.3em;
	font-weight					: bold;
}
h3 {
	margin						: .3em 0 .6em 0;
	font-weight					: bold;
	font-size 					: 1.1em;
}
h4 {
	margin						: .3em 0 .6em 0;
	font-weight					: bold;
	font-size 					: 1em;
}
font {}
p {
	margin						: 0 0 .9em 0;
}

a {
	font-weight					: normal;
	text-decoration				: underline;
	color						: #006699;
}
a:hover	{
	font-weight					: normal;
	text-decoration				: underline;
	color						: #003366;
}

ol {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: 1em;
	margin						: 0px 0px .9em 23px;
	padding						: 0;
}

ul {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: 1em;
	margin						: 0px 0px .9em 20px;
	padding						: 0 0 0 10px;
	list-style-image			: url(img/list_item.png);
}

/* other text */
.tiny {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size 					: .8em;
}
.small {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: .95em;
}
.large {
	font-size 					: 1.2em;
}
.xlarge {
	font-size 					: 2em;
}

/* image */
img {
	border						: none;
}

.image_left_dropshadow {
	float						: left;
	clear						: both;
	margin						: 10px 15px 2px 5px;
	background					: url(img/shadow-img.png) no-repeat bottom right;
}
.image_right_dropshadow {
	float						: right;
	clear						: both;
	margin						: 10px 0 2px 15px ;
	background					: url(img/shadow-img.png) no-repeat bottom right;
}
.image_left_dropshadow .image,
.image_right_dropshadow .image {
	position					: relative;
	bottom						: 5px;
	right						: 5px;
	padding						: 5px;
	margin						: 0px;
	border						: 1px solid #ccc;
}

.image_left {
	float						: left;
	margin						: 2px 15px 4px 0px;
	padding						: 5px;
	border						: 1px solid #ccc;
	clear						: both;
}
.image_right {
	float						: right;
	margin						: 2px 0px 4px 15px;
	padding						: 5px;
	border						: 1px solid #ccc;
	clear						: both;
}

.letter_left_dropshadow {
	width						: 460px;
	margin						: 10px 15px 10px 5px;
	background					: url(img/shadow-img.png) no-repeat bottom right;
}
.letter_left_dropshadow .letter {
	position					: relative;
	bottom						: 5px;
	right						: 5px;
	padding						: 15px 20px;
	margin						: 0px;
	border						: 1px solid #e0e0dc;
}
.letter {
	padding						: 10px;
	background-color			: #e6e6e0;
}

/*
.image_center {
	text-align					: center;
	padding						: 0px;
	border						: 1px solid #ccc;
}*/

.icon_left {
	float						: left;
	margin						: 0 5px 5px 0;
}
.icon_right {
	float						: right;
	margin						: 0 0 5px 5px;
}

ul.links {
	margin						: 0px 0px .9em 0;
	list-style					: none;
}

ul.links li {
	margin						: 2px 0;
}

ul.links a {
	text-decoration				: none;
}




/* other */
.paragraph {
	display						: block;	
	clear						: both;
}

.left {
	float						: left;
	clear						: left;
}
.right {
	float						: right;
	clear						: right;
}
.center {
	text-align					: center;
}
/* dividers */
hr {
	display						: block;
	width						: 100%;
	height						: 1px;
	color						: #99CC33;
	margin-top					: 1em;
	clear						: both;	
}
.hr {
	display						: block;
	width						: 100%;
	height						: 0px;
	margin						: 1em 0;
	border-bottom				: 1px dotted #006699;
	clear						: both;	
}
.divider {
	border-bottom				: 1px dotted #006699;
	display						: block;
	width						: 100%;
	height						: 0px;
	margin						: 2px 0 1px 0;
	text-align					: right;
	clear						: both;	
}

/* special text */
.title {
	font-weight					: bold;
	color						: #000;
}
.intro {
	font-weight					: bold;
	color						: #333;
}
.text {
	padding						: 20px 25px;
	font-weight					: normal;
}
.visual {
	float						: left;
	margin						: 20px 0 10px 30px;
}
.logo {
	margin						: 0 15px;
}
.quote {
	font-size					: 1.1em;
	font-style					: italic;
	font-weight					: bold;
	color						: #006699;
	line-height					: 1.4em;	
}
.highlight {
	font-size					: 1.1em;
	font-style					: italic;
	font-weight					: bold;
	color						: #333;
	line-height					: 1.3em;	
}
a.tooltip {
	color						: #fff;
	font-weight					: normal;
	text-decoration				: none;
	border-bottom				: 1px dotted #fff;
}
a:hover.tooltip {
	color						: #000;
	font-weight					: normal;
	text-decoration				: none;
	border-bottom				: 1px dotted #fff;
}

.tooltip_text {
	display						: none;
	visibility					: hidden;
}

.errormsg {
	color						: #cc0000;
	font-weight					: bold;
}


/******************/
/*      form      */
/******************/
form {
	margin						: 0;
	padding						: 0;
}

fieldset {
	padding						: 10px 15px;	
}

ol.form {
	margin						: 0;
	padding						: 0;
	list-style					: none;	
}

ol.form li {
	padding						: 2px 0;
	list-style					: none;	
}


label {
	display						: inline-block;
	width						: 180px;
	vertical-align				: top;
}

label span {
	font-size					: .8em;
	color						: #666;
}

p.buttons {
	padding						: 1em 0;
	text-align					: center;
}




/******************/
/*   navigation   */
/******************/
ul#nav {
	margin						: 0;
	padding						: 7px 0;
	font-family 				: Arial, Helvetica, sans-serif;
	font-size 					: .75em;	
	font-weight					: normal;
	list-style					: none;
	text-align					: center;
}

li.nav_item {
	margin						: 0 15px 0 15px;
	display						: inline;
	text-transform				: uppercase;
	list-style					: none;
}
a.nav_link {
	color						: #fff;
	font-weight					: normal;
	text-decoration				: none;
}
a:hover.nav_link {
	color						: #000;
	font-weight					: normal;
	text-decoration				: none;
}
#nav .selected {
	color						: #a4be80;
}



/******************/
/*    content     */
/******************/
#content,
#home {
	font-family 				: Arial, Helvetica, sans-serif;
	font-size					: .8em;
	line-height					: 1.3em;
	text-align					: left;
	clear						: both;
}

/* blockbox */
.blockbox {
	min-height					: 475px;
	display						: block;
	margin						: 20px 25px 5px 25px;
	padding						: 0;
}
.block {
	display						: block;
	padding						: 0;
	clear						: both;
}
.pagebox {
	height						: 30px;
	display						: block;
	margin						: 0 25px 0 25px;
	padding						: 0;
	font-size					: .9em;
}
.text {
}

/* header */
#header {
	margin						: 0;
	font-family 				: Arial, Helvetica, sans-serif;
	font-size 					: 0.7em;
	text-align					: right;
}
#header h1 {
	float						: left;
	margin						: 0;
	padding						: 0;
	font-family					: "Times New Roman", Times, serif;
	font-size 					: 3em;
	font-weight					: bold;
	color						: #fff;
}

#header h2 {
	display						: inline;
	margin						: 0;
	padding						: 0;
	font-family					: "Times New Roman", Times, serif;
	font-size 					: 2.5em;
	font-weight					: bold;
	color						: #99ccff;
}

.header_title {
	margin						: 0;
	padding						: 0;
	font-style					: italic;
	font-size					: .85em;
	font-weight					: bold;
	letter-spacing				: .1em;
}
.header_title1 {
	display						: none;
}
.header_title2 {
	padding						: 10px 15px;
}
.header_item {
	margin						: 5px 10px;
	font-style					: italic;
	font-weight					: bold;
	color						: #ffffff;
}
a.header_link,
a:hover.header_link {
	color						: #000;
}

/* footer */
#footer {
	font-family 				: Arial, Helvetica, sans-serif;
	font-size 					: 0.72em;
	color						: #ccc;	
}
.footer_logos {
	padding						: 5px 10px;
	text-align					: center;
}

.footer_bar {
	margin						: 0;
	padding						: 5px 10px;
	background-color			: #000;
	text-align					: left;
}

.footer_item {
	display						: inline;
}

.subfooter_link {
	color						: #999;	
}

/******************/
/*     icons      */
/******************/
.icon_link {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/list_item.png);
	background-repeat			: no-repeat;
	background-position			: 2px 3px;
}

.icon_ext_link {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/icon_ext_link.png);
	background-repeat			: no-repeat;
	background-position			: left top;
}

.icon_quote {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/icon_quote.png);
	background-repeat			: no-repeat;
	background-position			: left top;
}

.icon_pdf {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/icon_pdf.png);
	background-repeat			: no-repeat;
	background-position			: left top;
}

.icon_word {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/icon_word.png);
	background-repeat			: no-repeat;
	background-position			: left top;
}



