/* ****** scroll filters ******* */
/* for Mozilla/Safari/Opera */
*>#content {
 	height: 500px;
}

/*
*>#content_fw {
 	height: 500px;
}
*/

/* for IE, with IE5/Mac backslash filter \*/
* html #content {	
	height: 500px;
}

* html #content_fw {	
	height: 500px;}
/* ****** end filters ******* */

BODY {
	background-color:#eee;
 	margin:0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#backgroundWrapper {
	position:absolute;
	left:50%;
	margin-left: -375px;
	top:0px;
	bottom: 0px;
	width:750px;
	z-index: 1;
}

#trim_01_t {
	position:absolute;
	left:0px;
	top:10px;
	width:750px;
	height:6px;
	line-height: 6px;
	background-image:url(images/trim_01_t.gif);
	background-repeat: no-repeat;
	z-index: 50;
}

/* top menu */
#topWrapper {
	position:absolute;
	left:0px;
	top:16px;
	width:750px;
	height:219px;
	background-image:url(images/back_01.gif);
	background-repeat:repeat-y;
	z-index: 40;
}

#motif {
	position:absolute;
	left:10px;
	top:0px;
	width:730px;
	height:180px;
}

#motif_l {
	position:absolute;
	left:0px;
	top:0px;
	width:378px;
	height:180px;
}

#motif_r {
	position:absolute;
	left:378px;
	top:0px;
	width:352px;
	height:180px;
}

/* button bar */
#butBar {
	position: absolute;
	top: 180px;
	left: 10px;
	width: 690px;
	height: 37px;
	line-height: 37px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background-color: #f6d734;
	background-image:url(images/back_05.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#butBar span {
	width: 9px;
	height: 9px;
	line-height: 9px;
	background-color: #fff;
}

/* content and side menus */
#contentWrapper {
	position:absolute;
	left:0px;
	top: 235px;
	width: 750px;
	/*height: 338px;*/ 
	background-color: #fff;
	background-image:url(images/back_01.gif);
	background-repeat:repeat-y;
	z-index: 50;
}

#contentWrapper_fw {
	position:absolute;
	left:0px;
	top: 235px;
	width: 750px;
	/*height: 338px;*/ /* */
	background-color: #fff;
	background-image:url(images/back_01_02.gif);
	background-repeat:repeat-y;
	z-index: 50;
}

#sideMenu {
	position:absolute;
	left:10px;
	top:0px;
	width:240px;
	height: 300px;
	background-color: #0d74c4;
	background-image:url(images/back_04.gif);
	background-repeat:repeat-x;
}

#quickSearchWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

#content {
	margin-left: 250px;
	width: 490px;
	background-color: #fff;	
}

#content_fw {
	margin-left: 10px;	
	width: 730px;
	background-color: #fff;
}

#childWrapper {
	padding: 30px 20px 30px 20px;
	margin: 0px;
}

#childWrapper_fw {
	padding: 30px 20px 30px 20px;
	margin: 0px;
}

#copy {
	width:720px;
	height:37px;
	line-height: 37px;	
	text-align:left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-top: 1px solid #fff;
	background-image:url(images/back_05.gif);
	background-repeat:repeat-x;
	z-index: 70;
}

#trim_01_b {
	width:750px;
	height:6px;
	line-height:6px;
	padding: 0px 0px 10px 0px;
	background-image:url(images/trim_01_b.gif);
	background-repeat: no-repeat;
	background-color: #eee;	
}

/* headings */
h1	{	
	font-family: Helvetica, Arial, sans-serif;
	color: #9F8234;
	font-size:	16px;
	font-weight:bold;
	font-style:	normal;
	text-decoration: none;
	line-height: 18px;
	text-transform:	none;
	margin: 0px;
}
		
h2	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size:	12px;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	letter-spacing:	normal;
	text-transform:	none;
	color: #1456A5;
	margin-top: 15px;
	margin-bottom: 0px;
}	

h3	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size:	12px;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	letter-spacing:	normal;
	text-transform:	none;
	color: #1456A5;
	margin-top: 15px;
	margin-bottom: 0px;
}

/* links */
#butBar a:link, #butBar a:visited, #butBar a:active	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	color: #fff;
}

#butBar a:hover	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 15px;
	color: #fff;
}
			
A.links_01:link, A.links_01:visited, A.links_01:active {		
	font-family: Helvetica, Arial, sans-serif;
	font-size:	12px;
	font-weight: bold;
	font-style:	normal;
	color: #1456A5;
	text-decoration: underline;
}
	
A.links_01:hover	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size:	12px;
	font-weight: bold;
	font-style:	normal;
	color: #9F8234;
	text-decoration: underline;
}
	
A.links_copy:link, A.links_copy:visited, A.links_copy:active {	
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	font-style:	normal;
	text-transform:	none;
	color: #fff;
	text-decoration: none;
}
	
A.links_copy:hover	{	
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	font-style:	normal;
	text-transform:	none;
	color: #fff;
	text-decoration: none;
}

/* text */
.text_01_justify {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-align: justify; 
	color: #333;
	text-decoration: none;
	letter-spacing: 0px;
}

.text_01 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-align: left; 
	color: #333;
	text-decoration: none;
	letter-spacing: 0px;
}

.text_01_right {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-align: right; 
	color: #333;
	text-decoration: none;
	letter-spacing: 0px;
}

.text_01_center {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-align: center; 
	color: #333;
	text-decoration: none;
	letter-spacing: 0px;
}

.text_copy {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #fff;
	text-decoration: none;
	letter-spacing: 0px;
}

/* forms */
form {
	margin: 0px;
}

/* ****** quick search ******* */
#quickSearch {
	margin-top: 0px;
	padding: 0px 10px 0px 18px;	
	width: 200px;
}

#quickSearch table{
	width: 200px;
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px; 
	color: #fff; 
	font-weight: normal;
}

.quickSearchTitles {
	width: 98px;
	height: 22px;
	text-align: left;		
}

#quickSearch select {
	width: 100px; 
	border: 1px solid #ccc;
	font-family: helvetica, arial, sans-serif; 
	color: #333; 
	font-size: 10px;
}

#quickSearch input {
	width: 96px;
	border: 1px solid #ccc;
}

#quickSearchRadio p {
	float: right;
	height: 22px; 
	margin-top: 0px;
}

#quickSearchRadio input{
	float: right;
	width: 20px;
	border: 0px;
}

.searchButton {
	margin: 5px 0px 2px 0px;
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px; 
	text-align: center;
	background-color: #fff;
}

/* sendmail */
.td_01 {
	padding: 5px 0px 5px 5px;
	text-align: left;
}

.fieldbox_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
	border-style: solid;
	border-color: #888;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.button_01 {
	font-weight: normal;
	font-size: 11px;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #fff;
	border-style: solid;
	border-color: #888;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* paragraphs */
P { 
 	margin-top: 15px;
	margin-bottom: 0px;
}

.top { 
 	margin-top: 0px;
	margin-bottom: 0px;
}

/* images */
img 	{
	margin: 0px;
	padding: 0px;
}

.b_l 	{
	margin: 0px 12px 2px 0px;
	border: 1px solid #ccc;
}

.t_l 	{
	margin: 10px 12px 1px 0px;
	border: 1px solid #ccc;
}

.b_r 	{
	margin: 0px 0px 2px 12px;
	border: 1px solid #ccc;
}

.t_r 	{
	margin: 10px 0px 0px 12px;
	border: 1px solid #ccc;
}

/* blocks and lines */
.border_01 {
	border: 1px solid #ccc;
}

.border_02 {
	border: 5px solid #eee;
}

.line_02	{
	background-image: url(images/line_01.gif);
	height: 1px;
}

/* other */
UL, OL {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-indent: 0px;
	line-height: 15px;
}

UL LI	{	
	list-style-type: square;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
}	

