/* NON-HEADER */
* {
	padding:				0px;
	margin:					0px;
}

body {
	font-size:				11px;
	background-color:		#ffffff;
	font-family:			Verdana, Arial, Aans-serif;
}

.page-container {
	width:					900px;
	margin:					0px auto;
	margin-top:				10px;
	margin-bottom:			10px;
	border:					solid 1px #969696;
	font-size:				11px;
}

.main {
	clear:					both;
	width:					900px;
	padding-bottom:			30px;
	background:				transparent url(./img/bg_main_withnav.jpg) top left repeat-y;
}

.main-navigation {
	display:				inline /*Fix IE floating margin bug*/;
	float:					left;
	width:					200px;
	overflow:				visible !important /*Firefox*/;
	overflow:				hidden /*IE6*/;
}

.main-content {
	display:				inline; /*Fix IE floating margin bug*/;
	float:					left;
	width:					440px;
	margin:					0px 0px 0px 30px;
	overflow:				visible !important /*Firefox*/;
	overflow:				hidden /*IE6*/;
}

.main-subcontent {
	float:					right;
	width:					185px;
	margin:					0px 15px 0px 0px;
	overflow:				visible !important /*Firefox*/;
	overflow:				hidden /*IE6*/;
}

.footer {
	clear:					both;
	width:					900px;
	padding:				10px 0px 10px 0px;
	background:				#e1e1e1 url(./img/bg_foot.jpg) no-repeat;
	font-size:				11px;
	overflow:				visible !important /*Firefox*/;
	overflow:				hidden /*IE6*/;
}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {
	width:					900px;
	font-family:			"Trebuchet MS", Arial, Aans-serif;
}

.header-top {
	width:					900px;
	height:					80px;
	background:				#f0f0f0 url(./img/bg_head_top.jpg);
	overflow:				visible !important /*Firefox*/;
	overflow:				hidden /*IE6*/;
}

.header-middle {
	width:					900px;
	height:					150px;
	background:				#e6e6e6 url(./img/bg_head_middle.jpg);
	overflow:				visible !important /*Firefox*/;
	overflow:				hidden /*IE6*/;
}

.header-bottom {
	width:					900px;
}
.header-breadcrumbs {
	clear:					both;
	width:					900px;
	padding:				10px 0px 15px 0px;
	background:				#ffffff url(./img/bg_head_breadcrumbs.jpg) repeat-y;
}



/********************/
/*  HEADER SECTION  */
/********************/

.sitename {
	width:					474px;
	height:					55px;
	position:				absolute;
	z-index:				1;
	margin:					10px 0 0 16px;
	overflow:				visible !important /*Firefox*/;
	overflow:				hidden /*IE6*/;
}

.tagline {
	width:					474px;	
	position:				absolute;
	z-index:				4;
	margin:					20px 0 0 0;
	margin-left:			270px !important/*Non-IE6*/;
	margin-left:			273px /*IE6*/;
}
.tagline h4 {
	padding:				0px 0px 4px 0px;
	font-family:			"Trebuchet MS",	Arial, Sans-serif;
	color:					#00460f;
	font-weight:			bold;
	font-style:				italic;
	font-size:				12px;
}




#banner {
	width:					900px;
	height:					150px;
	position:				absolute;
	z-index:				1;
	margin:					0px 0px 0px 0px;
	color:					rgb(234,239,247); /*overflow:visible !important /*Activate if Firefox print problems*/;
	overflow:				hidden /*IE6*/;
	vertical-align:			middle;
}
#banner h1 {
	font-size:				230%;
}
#banner h2 {
	width:					320px;
	margin:					8px 0 0 0;
	line-height:			100%;
	font-size:				160%;
}
#banner h3 {
	font-size:				140%;
}
#banner h3 a {
	text-decoration:		none;
	color:					rgb(234,239,247);
}
#banner h3 a:hover {
	text-decoration:		none;
	color:					rgb(50,50,50);
}

img {
	border:					0px;
}







/* links */

#top-nav {
	width:					110px;
	float:					right;
	margin:					10px 0px 0px 0px;
	border-top:				solid 1px #afafaf;
}
#top-nav a, #top-nav a:visited, #top-nav a:active {
	width:					100px;
	font-size:				11px;
	line-height:			15px;	
	font-weight:			normal;
	color:					#646464;			
	text-decoration:		none;	
	display:				block;	
	margin:					0px 0px 0px 0px;
	padding:				2px 5px 2px 5px;
	text-align:				left;
	border-bottom:			solid 1px #afafaf;
}
#top-nav a.selected, #top-nav a.selected:visited, #top-nav a.selected:active {
	font-weight:			bold;
}
#top-nav a:hover {	
	color:					#646464;
	background-color:		#d2d2d2;
}



#main-nav {
	width:					900px;
	height:					45px;
	overflow:				hidden;
	background:				#e1e1e1 url(./img/bg_head_bottom_nav.jpg) no-repeat;
}
#main-nav a, #main-nav a:visited, #main-nav a:active {
	height:					45px;
	font-size:				13px;
	line-height:			15px;	
	font-weight:			bold;
	color:					#646464;			
	text-decoration:		none;	
	display:				block;
	float:					left;
	margin:					0px 0px 0px 0px;
	padding:				14px 16px 4px 16px;
	text-align:				left;
	border-right:			solid 1px #afafaf;
}
#main-nav a.selected, #main-nav a.selected:visited, #main-nav a.selected:active, #main-nav a.special-selected, #main-nav a.special-selected:visited, #main-nav a.special-selected:active {
	background-color:		#d5e1f0;
}
#main-nav a:hover {	
	color:					#646464;
	background-color:		#d2d2d2;
}
#main-nav a.special, #main-nav a.special-selected {
	float:					right;
	border-right:			none;
	border-left:			solid 1px #afafaf;
}



/* sub-nav */

#sub-nav {
	padding:				16px 0px 0px 0px;
}
#sub-nav a, #sub-nav a:visited, #sub-nav a:active {
	font-size:				12px;
	line-height:			14px;	
	font-weight:			normal;
	color:					#467aa7;	
	text-decoration:		none;	
	display:				block;
	margin:					0px 0px 8px 6px;
	padding:				0px 0px 0px 13px;
	text-align:				left;
	background-image:		url(./img/bg_bullet_full_1.gif);
	background-repeat:		no-repeat;
	background-position:	2px 6px;
}
#sub-nav a.selected, #sub-nav a.selected:visited, #sub-nav a.selected:active {
	color:					#46a75f;
	background-image:		url(./img/bg_bullet_full_3.gif);	
}
#sub-nav a.level2, #sub-nav a.level2:visited, #sub-nav a.level2:active {
	color:					#467aa7;
	background-image:		url(./img/bg_bullet_half_1.gif);	
	margin-left:			18px;
}
#sub-nav a:hover, #sub-nav a.selected:hover {	
	background-image:		url(./img/bg_bullet_full_2.gif);
	color:					#0f228c;
}
#sub-nav a.level2:hover {	
	background-image:		url(./img/bg_bullet_half_2.gif);
	color:					#0f228c;
}
#sub-nav a.level2-selected {	
	color:					#46a75f;
	background-image:		url(./img/bg_bullet_half_3.gif);	
	margin-left:			18px;
}



.breadcrumbs {
	font-family:			verdana,arial,sans-serif;
	padding-left:			18px;
	color:					#46a75f;
	text-decoration:		none;
	font-weight:			normal;
}
.breadcrumbs a, .header-breadcrumbs a:visited, .header-breadcrumbs a:active {
	font-family:			verdana,arial,sans-serif;
	color:					#467aa7;
	text-decoration:		none;
	font-weight:			normal;
} 
.breadcrumbs a:hover {
	color:					#0f228c;
} 




/* table styles */

.main-content table {
	clear:					both;
	display:				block;
	margin:					0px 0px 20px 0px;	
}

.main-content table.table-01 {
	border-top:				solid 1px #717171;
	border-left:			solid 1px #717171;
}
.main-content table td.style-01-heading {
	background-color:		#cccccc;
	font-weight:			bold;
	border-bottom:			solid 1px #717171;
	border-right:			solid 1px #717171;
	padding:				5px 5px 5px 5px;
}
.main-content table td.style-01-cell-01-a {
	background-color:		#d5e1f0;
	border-bottom:			solid 1px #717171;
	border-right:			solid 1px #717171;
	padding:				5px 5px 5px 5px;
}
.main-content table td.style-01-cell-01-b {
	background-color:		#d9efb9;
	border-bottom:			solid 1px #717171;
	border-right:			solid 1px #717171;
	padding:				5px 5px 5px 5px;
}
.main-content table td.style-01-cell-01-c {
	background-color:		#f8e096;
	border-bottom:			solid 1px #717171;
	border-right:			solid 1px #717171;
	padding:				5px 5px 5px 5px;
}
.main-content table td.style-01-cell-02 {
	background-color:		#ffffff;
	border-bottom:			solid 1px #717171;
	border-right:			solid 1px #717171;
	padding:				5px 5px 5px 5px;
}


.pretty-table-01 td {
	padding:				5px 0px 5px 0px;
}


.header-breadcrumbs .searchform {float:right; width:285px; padding:0 17px 0px 0px !important /*Non-IE6*/; padding:0 12px 0px 0px /*IE6*/;}
.header-breadcrumbs .searchform form fieldset {float:right; border:none;}
.header-breadcrumbs .searchform input.field {width:10.0em; padding:0.2em 0 0.2em 0; border:1px solid rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:120%; }
.header-breadcrumbs .searchform input.button {width:3.0em; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:120%;}
.header-breadcrumbs .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright {width:10px; height:10px; position:absolute; z-index:100; margin:0 0 0 190px; background:url(./img/bg_corner_topright.gif) no-repeat;}

/* MAIN CONTENT */
.column1-unit {width:440px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/* MAIN SUBCONTENT */
.subcontent-unit-border {width:183px; margin:0 0 2.0em 0; padding:0 0 5px 0; border:solid 1px rgb(190,190,190); background:rgb(235,235,235);}
.subcontent-unit-border-green {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(160,214,81); background-color:rgb(217,239,185);}
.subcontent-unit-border-blue  {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(137,170,214); background-color:rgb(213,225,240);}
.subcontent-unit-border-orange {width:183px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px rgb(232,177,13); background-color:rgb(248,224,150);}

.subcontent-unit-noborder {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background:rgb(235,235,235);}
.subcontent-unit-noborder-green {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(217,239,185);}
.subcontent-unit-noborder-blue  {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(213,225,240);}
.subcontent-unit-noborder-orange {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(248,224,150);}

.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(./img/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(./img/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:174px;}
.round-noborder-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(./img/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
.round-noborder-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(./img/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:175px;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.3em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:80%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration:none; color:rgb(125,125,125); font-size: 80%;}
.footer a:hover {text-decoration:underline; color:rgb(0,0,0);}
.footer a:visited { color:rgb(125,125,125);}

#bottom-links {
	width:					200px;
	float:					left;
	text-align:				center;
}
#copyright {
	width:					700px;
	float:					left;
	text-align:				center;
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:440px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}