/*
Copyright Euro 
*/

*, html {
	margin:0;
	padding:0;
}
body {
	font: 62.5%/1 Verdana,Helvetica, Arial, Sans-serif; /* 1em = 10px */
	background-color: #e5e5e5;
	color:#000;
	margin: 10px 0;
}
img {
	border:0;
}
/*--------------------------------------------------------------------  BASICS */

a {
	text-decoration:none;
	color: #1f4388;
}
a:hover {
	text-decoration:underline;
}

h1,h2,h3 {
	font-family: Arial, helvetica, sans-serif;
	line-height: 1.2;
	font-weight:normal;
}
h1 {
	font-size: 1.4em;
	color: #1f4388;
	margin-bottom: 0.6em;
}
h2 {
	font-size:1.2em;
	color: #1f4388;
	margin-bottom: 0.6em;
}
h3 {
	font-size:1.1em;
	color: #1f4388;
	margin-bottom: 0.6em;
}
p {
	font: 1.1em/1.4 arial,helvetica, sans-serif;
	margin-bottom: 6px;
	color:#4d4d4d;
}
	
/*------------------------------------------------------ structure */

#wrap {
	width: 770px;
	margin: 0 auto;
	background: #fff url(img/wrap-bg.gif) 0 0 repeat-y
}


/*------------------------------------------------------ header / mainnav */

#header {
	background: #fff url(img/header-bg.jpg) 0 0 no-repeat;
	height: 124px;
	width:770px;
}
#header img {
	margin-left: 14px;
	margin-top: 90px;
	border:0;
}


.mainnav {
	height:22px;
	width:753px;
	margin: 0 4px;
	background: #000 url(img/mainnav-bg.gif) 0 0 repeat-x;
	list-style:none;
	padding-left:9px;
}

.mainnav li {
	float:left;
}
.mainnav a {
	float:left;
	display:block;
	color: #fff;
	text-decoration:none;
	border-right: 1px solid #2450a7;
	border-left: 1px solid #02308a;
	padding: 0 10px;
	height: 22px;
	font: 11px/22px Arial,sans-serif;
}
.mainnav li a:hover {
	color: #ccc;
	text-decoration:underline;
}
.mainnav li.sel a {
	background: #fff url(img/mainnav-sel.gif) 0 0 repeat-x;
	color: #1f4388;
	border:0;
}
.mainnav li.sel a:hover {
	color: #1f4388;
}


/*------------------------------------------------------ content */

#content {
	width: 742px;
	margin-left: 14px;
	padding-top: 15px;
}

.leftCol {
	width: 479px;
	border-right: 1px solid #ccc;
}
.rightCol {
	float:right;
	width: 215px;
	margin-right: 22px;
	display:inline;
}
#last {
	border-bottom:0;
	margin-bottom:0;
}
#welcomeText {
	margin-right:10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #ccc;
	padding-left:10px;
	padding-right: 10px;
}

/*------------------------------------------------------ Page */

.menucol {
	float:left;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left:5px;
}
.pagecontent {
	border-left: 1px solid #ccc;
	width: 410px;
	float:left;
	padding-left: 20px;
	margin-bottom: 20px;
	min-height: 300px;
	height:expression(this.scrollHeight < 300? "300px" : "auto" );
}

.nomenucontent {
	width: 400px;
	margin-bottom: 20px;
	min-height: 300px;
}

ul.list {
	font: 1.1em/1.3 arial, sans-serif;
	padding-bottom: 4px;
	margin-top: 10px;
	color:#4d4d4d;
}
ul.list li {
	margin-left:15px;
	margin-bottom: 10px;
}


/*------------------------------------------------------ newsRoll */

.newsRoll {
	list-style:none;
}
.newsRoll li {
	background: url(img/square.gif) 0 4px no-repeat;
	font: 1.1em/1.3 arial,helvetica, sans-serif;
	margin-bottom: 12px;
	padding-left: 12px;
	color: #4d4d4d;
}
.newsRoll li p {
	font-size:1em;
	line-height:1.3;
	margin-bottom: 12px;
}
.newsRoll li a {
	color: #1f4388;
}
.newsRoll li.sel a {
	color: #1f4388;
}
.newsRoll li.sel a:hover {
	text-decoration:none;
}

.menuRoll {
	list-style:none;
}
.menuRoll li {
	background: url(img/square.gif) 0 4px no-repeat;
	font: 1.1em/1.3 arial,helvetica, sans-serif;
	margin-bottom: 6px;
	padding-left: 12px;
	color: #4d4d4d;
}
.menuRoll a {
	color: #1f4388;
}
.menuRoll li.sel a {
	color: #4d4d4d;
}
.menuRoll li.sel a:hover {
	text-decoration:none;
}

.second {
	padding-top: 10px;
	margin-top:10px;
	border-top: 1px solid #ccc;
}

/*------------------------------------------------------ footer */

#footer {
	clear:both;
	width: 770px;
	background: url(img/footer-bg.gif) 0 bottom no-repeat;
	padding: 0 0 13px 0;
	text-align:center;
}
#footer p {
	font: 1.1em/1.2 arial,helvetica,sans-serif;
	color: #808080;
	margin: 10px 14px 0 14px;
	width: 742px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
#footer a {
	color: #808080;
}


/*------------------------------------------------------ misc */

.breadcrumbs {
	text-align:right;
	margin-bottom:10px;
	margin-top:-10px;
	font: 1.1em/1.3 arial,helvetica, sans-serif;
}

#map {
	float:left;
	width:300px;
	margin-left:10px;
}
#maptext {
	float:right;
	width: 144px;
	height: 140px;
	margin-left: 15px;
	margin-right: 10px;
}

.clearfix {
	clear:both;
	height:0;
	visible:hidden;
}

.postcontent {
	margin: 0 30px;
}