/* CSS Document */
<!--
/* HTML TAGS */
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:75%;
}

h1, h2, h3, h4 {
	margin:0;
	border:0;
	padding:0;
}

h2 {
	font-family:Verdana;
	font-size:1.4em;
	color:#FFF;
	padding-bottom: 1.2em;
}

h3 {
	font-family:Verdana;
	font-size:1.1em;
	color:#FFF;
	padding-bottom: 1.2em;
}

p {
	padding: 0;
	margin: 0;
	padding-bottom: 1.2em;
}

abbr, acronym, .help {
  cursor: help;
}

img {
	border-style:none;
}

form, #thanks {
	padding:20px;
	padding-bottom:0px;
	background-color:#3E61AB;
	float:right;
	background-image:url(../images/form_curve.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

input, textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #244CA0;
	width:300px;
	padding:3px;
}
/*form {
	margin:0;
	padding:20px;
	padding-top:15px;
	padding-left:17px;
	padding-bottom:4px;
	color:#EBC8C8;
	
}

input, textarea {
	font-size:11px;
	border:1px solid #244CA0;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	float:right;
}*/
label {
	width:150px;
	display:block;
	float:left;
}


input:focus, textarea:focus {
	border:1px solid #000;
}

ul {
	margin-top:0;
}

/* CSS CLASSES */

.alignright {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.clear {
	clear:both;
}

.hide {
	display:none;
}

.mapleft {
	float:left;
	margin:7px 12px 0px 0px;
	width:335px;
	height:335px;
	border: 2px solid #8489B3;
}

.mapright {
	margin:7px 0px 0px 12px;
	width:335px;
	height:335px;
	border: 2px solid #8489B3;
}

.button {
	margin-left:150px;
	width:75px;
	background-color:#0E3A96;
	border:1px solid #6E89C0;
	border-bottom:1px solid #0B2D73;
	border-right:1px solid #0B2D73;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
}

.buttonHover {
	margin-left:150px;
	width:75px;
	background-color:#E3A735;
	border:1px solid #EECA86;
	border-bottom:1px solid #AE8029;
	border-right:1px solid #AE8029;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
}

* html .button {margin-left:153px;}
* html .buttonHover {margin-left:153px;}

/* IDS */

#wrapper {
	width:100%;
	
}

/* HEADER */
#logo {
	background-image:url(../images/logo_bg.gif);
	background-repeat:repeat-x;
	height:90px;
}

#logo h1 {
	display: block;
	height: 90px;
	background: url("../images/logo.gif") top no-repeat;
	text-indent: -700em;
	text-decoration: none;
}

#headerwrapper {
	background-image:url(../images/drop_slice.gif);
	background-repeat:repeat-x;
	height:59px;
	background-color:#0E3A96;
}

#header {
	width:775px;
	margin:0 auto;
}
#header ul {
	margin:0;
	padding:0;
	list-style:none;
}

#header li {
	float:left;
	padding:0;
	margin:0;
	background-image:url(../images/menu_div.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#header li:first-child {
	background-image:none;
}

#header a {
	font-family:Verdana;
	float:left;
	display:block;
	text-decoration:none;
	/*padding:20px 23px;*/
	padding:20px 17px;
	color:#FFF;
	/*font-size:1.2em;*/
	font-size:1.2em;
	font-weight:bold;
	border-bottom:2px solid #0E3A96;
}

#header a:hover {
	color:#E3A735;
	border-bottom:2px solid #E3A735;
}

#current a, #current a:hover {
	color:#E3A735;
	border-bottom:2px solid #0E3A96;
}

#menudivide {
	background-color:#0E3A96;
	background-image:url(../images/content_div.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding:0;
	margin:0;
	height:3px;
	clear:both;
}

#menudivide hr {
	display:none;
}

#bodycontainer {
	background-color:#0E3A96;
	min-height:365px;
}

#bodycontent {
	width:730px;
	margin:0 auto;
	padding: 25px 25px 25px 25px;
	font-size:1.1em;
	text-align:justify;
	line-height:18px;
	background-color:#244CA0;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	min-height:365px;
}


/* Hides from IE5-mac \*/
* html #bodycontainer {height:365px;}
* html #bodycontent {height:365px;}
/* End hide from IE5-mac */ 

#bodycontent a {
	text-decoration:underline;
}

#bodycontent ul {
	list-style-type:none;
}

#bodycontent li {
	padding-left:15px;
	background:url("../images/bullet.gif") no-repeat 0 0.5em;
	margin-left:-15px;
}

#footerwrapper {
	height:77px;
	background-color:#0E3A96;
	background-image:url(../images/footer_fill.gif);
	
}

#footer {
	width:780px;
	margin:0 auto;
	height:45px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	font-size:0.9em;
}

#footermenu {
	float:left;
	padding:21px 21px 0px 21px;
	color:#5C7FCC;
}

#footermenu a {
	color:#91A5CF;
}


#backtotop a {
	display:block;
	float:right;
	padding:21px 17px 0px 21px;
	text-decoration:none;
	color:#91A5CF;
}

/* Hides from IE5-mac \*/
/* html #backtotop a {margin-right:9px;}
/* End hide from IE5-mac */ 

#backtotop a:hover {
	text-decoration:underline;
}

#lowerfooter {
	height:30px;
	width:100%;
	background-color:#FFF;
	font-size:0.9em;
}

#credit {
	height:20px;
	padding:15px 0px;
	text-align:center;
	color:#666666;
	background-repeat:repeat-x;
}

#credit a {
	color:#666666;
}

#copyright {
	padding:8px 19px;
	float:right;
	color:#999999;
}

#thanks {
	width:458px;
	height:334px;
}

.thumb, .thumbend {
	float:left;
	margin-right:25px;
	margin-bottom:25px;
}

.thumbend {
	margin-right:0;
}