/*GLOBAL*/

BODY {
	margin: 0px; padding: 0px;
	background: ;
	font-family: arial; font-size: 12px; line-height: 20px;
}

H1 {
	margin: 10px 0px 10px 0px; padding: 0px 20px 0px 20px;
	font-size: 20px; font-weight: normal;
}

H2 {
	margin: 10px 0px 10px 0px; padding: 0px 20px 0px 20px;
	font-size: 15px; font-weight: bold;
}

H3 {
	margin: 10px 0px 10px 0px; padding: 0px 20px 0px 20px;
	font-size: 12px; font-weight: bold;
}

P {
	margin: 10px 0px 10px 0px; padding: 0px 20px 0px 20px;
}

UL {
	margin: 10px 0px 10px 0px; padding: 0px 20px 0px 50px;
	list-style: square;
}

OL {
	margin: 0px; padding: 10px 20px 0px 20px;
}

LI {
	margin: 0px; padding: 0px;
}

A {
	color: #0f75bc;
	font-weight: bold; text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

IMG {
	border: 0px;
}

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

/*LAYOUT*/

/*IDENT*/

#ident-cont {
	width: 100%; height: auto; min-height: 100px; _height: 100px;
	margin: 0px; padding: 0px;
	background: #063660;
	position: relative;
	z-index: 1;
}

#ident {
	width: 1000px; height: auto;
	margin-left: auto; margin-right: auto; padding: 0px;
	background:;
	position: relative;
}

/*PAGE SPECIFIC*/

/*SEARCH*/

#search {
	width: 200px; height: 50px;
	margin: 0px; padding: 0px;
	background: url('images/search_bg.gif');
	/*POSITION*/
	top: 0px; right: 0px;
	position: absolute;
}

.s {
	width: 150px; height: 20px;
	float: left;
}

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

/*MAIN MENU*/

#nav {
	margin: 0px; padding: 0px;
	list-style: none; display: inline;
	color: #fff;
	/*POSITION MENU*/
	bottom: 25px; left: 230px;
	position: absolute;
} 

#nav LI {
	margin: 0px; padding: 10px;
	list-style: none; display: inline;
	position: relative;
}

#nav LI UL {
	width: auto; min-width: 180px; _width: 180px;
	margin: 0px; padding: 5px 10px 15px 0px;
	list-style: none; display: block;
	z-index: 2;
	/*POSITION MENU*/
	top: 35px; left: -999em;
	position: absolute;
	background: transparent url('images/shadow.png') bottom right; _background: #fff;
}

#nav LI:hover, #nav LI.sfhover {

}

#nav LI:hover UL, #nav LI.sfhover UL {
	/*SHOW MENU*/
	left: 0px;
}

#nav LI:hover UL LI, #nav LI.sfhover UL LI {
	background: transparent;
}

#nav LI UL LI {
	margin: 0px; padding: 2px 10px 2px 10px;
	display: block;
	background: transparent;
}

#nav LI A {
	color: #fff;
	font-weight: bold; text-decoration: none;
}

#nav LI A:hover {
	color: #9BABC4;
	font-weight: bold; text-decoration: none;
}


#nav LI UL LI A {
	color: #000;
	font-weight: normal; text-decoration: none;
}

#nav LI UL LI A:hover {
	color: #000;
	font-weight: normal; text-decoration: underline;
}

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

/*HEAD*/

#head-cont {
	width: 100%; height: 290px;
	margin: 0px; padding: 0px;
	background: #e6e6e6;
	position: relative;
}

#head {
	width: 1000px; height: 290px;
	margin-left: auto; margin-right: auto; padding: 0px;
	background:;
	position: relative;
}

#head-int-cont {
	width: 100%; height: 200px;
	margin: 0px; padding: 0px;
	background: #e6e6e6;
	position: relative;
}

#head-int {
	width: 1000px; height: 200px;
	margin-left: auto; margin-right: auto; padding: 0px;
	background:;
	position: relative;
}

/*MAIN MENU*/


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

/*MIDDLE*/

#middle-cont {
	width: 100%; height: auto; overflow: auto;
	margin: 0px; padding: 0px;
	background: #fff;
	position: relative;
}

#middle {
	width: 1000px; height: auto; overflow: auto;
	margin-left: auto; margin-right: auto; padding: 20px 0px 20px 0px;
	background: ;
	position: relative;
}

.ml-list {
	margin: 10px 20px 10px 20px; padding: 0px;
	list-style: none;
}

.ml-list UL {
	margin: 10px 20px 10px 20px; padding: 0px;
	list-style: none;
}

.ml-list LI {
	list-style: none;
}

.ml-list A {
	color: #0f75bc;
	font-weight: normal; text-decoration: none;
}

.ml-list A:hover {
	text-decoration: underline;
}

.ml-list A.selected {
	font-weight: bold;
}

/*SPECIFIC*/

/*SP 1*/

.sp1 {
	width: 760px; height: auto; min-height: 180px; _height: 180px;
	margin: 20px 0px 0px 20px; _margin: 20px 0px 0px 10px; padding: 20px 0px 0px 0px;
	border-top: #ccc solid 1px;
	background:;
	float: left;
	position: relative;
	clear: both;
}

.sp1-380 {
	width: 380px; height: auto; min-height: 100px; _height: 100px;
	float: left; 
}

.sp1 IMG {
	margin-bottom: 50px;
	float: left;
}

.sp1 P {
	margin: 0px; padding: 10px 20px 0px 0px;
}

/*NEWS*/

.news {
	margin: 0px; padding: 10px 10px 10px 20px;
	list-style: none;
}

.news LI {
	margin: 0px; padding: 0px 20px 10px 30px;
	background: url('images/news_bg.gif') 0px 0px no-repeat;
}

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

/*FOOT*/

#foot-cont {
	width: 100%; height: auto; overflow: auto;
	margin: 0px; padding: 0px;
	background: #fff;
	position: relative;
}

#foot {
	width: 1000px; height: auto; min-height: 50px; _height: 50px;
	margin-left: auto; margin-right: auto; padding: 0px;
	border-top: 1px #ccc solid;
	background: ;
	position: relative;
}

/*PAGE SPECIFIC*/

#foot P {
	font-size: 10px;
}

.foot-left {
	margin: 0px; padding: 0px;
	top: 10px; left: 0px;
	position: absolute;
}

.foot-right {
	margin: 0px; padding: 0px;
	top: 10px; right: 0px;
	position: absolute;
}

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

/*COLUMNS*/

.col-220 {
	width: 220px; height: auto; overflow: auto;
	margin: 0px; padding: 0px;
	background:;
	float: left;
	position: relative;
}

.col-299 {
	width: 299px; height: auto; overflow: auto;
	margin: 0px; padding: 0px;
	background:;
	float: left;
	position: relative;
}

.col-400 {
	width: 400px; height: auto; overflow: auto;
	margin: 0px; padding: 0px;
	background:;
	float: left;
	position: relative;
}

.col-560 {
	width: 560px; height: auto; overflow: auto;
	margin: 0px; padding: 0px;
	background:;
	float: left;
	position: relative;
}

.col-600 {
	width: 600px; height: auto; overflow: auto;
	margin: 0px; padding: 0px;
	background:;
	float: left;
	position: relative;
}

.col-780 {
	width: 780px; height: auto; overflow: auto;
	margin: 0px; padding: 0px;
	background:;
	float: left;
	position: relative;
}

.col-1000 {
	width: 1000px; height: auto; overflow: auto;
	margin: 0px; padding: 0px;
	background:;
	float: left;
	position: relative;
}

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

/*ACCORDION*/

#accordion {
	margin: 0px 0px 0px 0px;
}

H3.toggler {
	cursor: pointer;
	_height: 1px;
	margin: 0px 0px 5px 0px; padding: 5px 5px 5px 10px;
	background: #063660;
	font-weight: bold;  font-size: 12px;
}

.element {
	margin: 0px; padding: 0px;
}


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

/*FORMS*/


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

.clear {
	clear: both;
}



