/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#b6a88e;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

a { color:#1A2F50; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.img-top {
	position:absolute;
	top:0;
	left:0;
}

.img-btm {
	position:absolute;
	left:0;
	bottom:0;
}

.img-logo {
	position:absolute;
	top:18px;
	left:-25px;
}

.flags {
	position:absolute;
	left:35px;
	bottom:10px;
}

.content { padding:0 15px 10px 25px; }

.a-img { border:0; }

a:hover img.a-img {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

.title {
	font-size: 1.7em;
	color: #1A2F50;
}

.welcome {
	height:auto;
	width: 280px;
	float:left;
}

.service {
	height:auto;
	width: 280px;
	float:left;
}

.procedure {
	height:auto;
	width: 240px;
	float:right;
}

.new_service{
	height:auto;
	width:240px;
	float:left;
}
/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:800px;
	height:auto;
	padding:0 10px 0 10px;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.gif);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:570px;
	height:130px;
	margin-bottom:25px;
	background-repeat:repeat-x;
	background-image:url(images/bg_header.gif);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:213px;
	height:287px;
	margin-bottom:15px;
	padding-bottom:15px;
	background-color:#DECDB3;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
}

/* ---- start side bar content settings -------------- */

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:213px;
	height:auto;
	padding:128px 0 15px 0;
}

#newsletter {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:auto;
	height:auto;
	padding:30px 0 0 10px;
}
	
/* ---- end side bar content settings ---------------- */

/* ---- start main content settings -------------- */

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:587px;
	height:auto;
	padding:9px 0 18px 0;
}

/* ---- end main content settings ---------------- */

#footer-copy {
	position:relative;
	top:0;
	left:0;
	width:587px;
	height:30px;
	margin-left:-10px;
	padding:10px 10px 0 0;
	background-color:#5D7AA6;
}

#footer-copy a {
	color:#fff;
	text-decoration:none;
}

#footer-copy a:hover {
	text-decoration:underline;
}

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	color:#FFF;
	width:800px;
	height:auto;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	width:193px;
	background-repeat:no-repeat;
}

a#nav_01 {
	height:36px;
	background-position:0 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_01{
	background-position:-193px 0;
}

.active_01 {
	background-position:-193px 0 !important;
}

a#nav_02 {
	height:37px;
	background-position:0 -36px;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_02{
	background-position:-193px -36px;
}

.active_02 {
	background-position:-193px -36px !important;
}

a#nav_03 {
	height:36px;
	background-position:0 -73px;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_03{
	background-position:-193px -73px;
}

.active_03 {
	background-position:-193px -73px !important;
}

a#nav_04 {
	height:36px;
	background-position:0 -109px;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_04{
	background-position:-193px -109px;
}

.active_04 {
	background-position:-193px -109px !important;
}

a#nav_05 {
	height:36px;
	background-position:0 -145px;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_05{
	background-position:-193px -145px;
}

.active_05 {
	background-position:-193px -145px !important;
}

a#nav_06 {
	height:37px;
	background-position:0 -181px;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_06{
	background-position:-193px -181px;
}

.active_06 {
	background-position:-193px -181px !important;
}

a#nav_07 {
	height:36px;
	background-position:0 -218px;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_07{
	background-position:-193px -218px;
}

.active_07 {
	background-position:-193px -218px !important;
}

a#nav_08 {
	height:33px;
	background-position:0 -255px;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_08{
	background-position:-193px -255px;
}

.active_08 {
	background-position:-193px -255px !important;
}








