@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #ffffff top repeat-x url(/skin/images/header-bg.gif);
}

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #426171;
}
p {
	margin: 10px 0;
	padding: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	border-bottom: 1px dotted #ddd3d3; 
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c9c9c9;
	text-align: left;
}

td a:link, td a:active, td a:visited {
	color: #8e5d1d;
	text-decoration: underline;
}

td a:hover {
	color: #f6901b;
	text-decoration: none;
}



h1 {
	color: #1b262b;
	font-size: 12px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #f18720;
	margin: 0 0 0 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #726b6b;
	margin: 0 0 10px 0;
	padding-left: 4px;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	color: #628799;
	margin: 0 0 20px 0;
}

em {
	color: #426171;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.container {
	width: 949px;
	margin: 0 auto;
}


a:link, a:active, a:visited {
	color: #ff940e;
	text-decoration: underline;
}
a:hover {
	color: #ff940e;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0 15px;
  line-height: 20px;
	font-weight: bold;
	background: 0 6px  no-repeat url(/skin/images/icon-arrow.gif);
	list-style: none;	
}


/*header*/

#header {
	height: 206px;
}
#header .title {
	font-size: 20px;
	font-weight: normal;
	color: #486f82;
	margin: 5px 0 5px 0;
}

.headerimage {
	padding-bottom: 16px;
	background: bottom no-repeat url(/skin/images/header-img-bottom.gif);
}

.col-left {
	width: 177px;
	padding-top: 16px;
	float: left;
}

.col-right {
	width: 772px;
	padding-top: 46px;
	float: left;

}

.col-right-bottom {
	font-size: 12px;
	color: #486f82;
	line-height: 27px;
	text-align: center;
	padding-top: 7px;
}

.col-right-bottom a:link, .col-right-bottom a:active, .col-right-bottom a:visited {
	color: #628799;
	text-decoration: none;
}

.col-right-bottom a:hover {
	color: #426171;
	text-decoration: none;
}

.sitemap {
	width: 772px;
	margin-top: 27px;
	float: left;
	text-decoration: none;
	text-align: right;
}

.sitemap a:link, .sitemap a:active, .sitemap a:visited {
	color: #226587;
	text-decoration: none;
}

.sitemap a:hover {
	color: #808181;
	text-decoration: none;
}


/* Menu */

#menu {
	height: 32px;
	font-size: 11px;
	background: left top no-repeat url(/skin/images/menu.bg.gif);
	font-size: 11px;
	padding-left: 40px;
}	

#menu a:link, #menu a:active, #menu a:visited { 
	padding: 10px 17px;
	color: #426171; 
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover, #menu a.active {
	background: top repeat-x url(/skin/images/menuhover-bg.gif);
	text-decoration: none;
	color: #feffff;
	padding: 10px 17px;
}

#menu ul {
	background: url(/skin/images/menuactive-bg.gif) repeat-x top;	
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 32px;
	height: 32px;
}

#menu li {
	float: left;
	display: block;
	position: relative;
	background: none;
	margin: 0;
	padding: 10px 0;
}

#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited {
	background: top repeat-x url(/skin/images/menuhover-bg.gif);
}

#menu li:hover, #menu li.sfhover {
	color: #FFFFFF;
}

#menu li#active a:link, #menu li#active a:active, #menu li#active a:visited, #menu li#active a:hover {
	background: top repeat-x url(/skin/images/menuhover-bg.gif);
	color: #FFFFFF;
}

#menu li ul {
	width: 175px;
	display: none;
	position: absolute;
	line-height: normal;
	height: auto;
	margin: 0;
	top: 35px;
	left: 0px;
	border: 1px solid #f2c577;
	border-bottom: 0;
	border-top: 0;
}

#menu li ul li {
	padding: 0;
}

#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited, #menu li:hover ul a:link, #menu li:hover ul a:active, #menu li.sfhover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited, #menu li#active a:link, #menu li#active a:active, #menu li.active a:visited, #menu li#active a:hover  {
	width: 155px;
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #f2c577;
	background-color: #f8d495;
	font-size: 11px;
	color: #ad720e;
	font-weight: normal;
}
#menu li:hover ul, #menu li.sfhover ul {
    display: block;
}
#menu li:hover ul li a:link, #menu li:hover ul li a:active, #menu li:hover ul li a:visited {
	background-image: none;
	background-color: #f8d495;
}
#menu li:hover ul li a:hover {
	background: top repeat-x url(/skin/images/menuhover-bg.gif);
	color: #FFFFFF;
}

/*content*/

#content {
	width: 949px;
	float: left;
	line-height: 20px;
}

.left-col {
	width: 315px;
	padding: 18px 20px 0 0;
	float: left;
}

.right-col {
	width:614px;
	padding-top: 18px;
	float: left;
}
.right-col h1 {
	font-size: 16px;
	font-weight: bold;
	color: #f18720;
	margin: 10px 0;
	padding: 0;
}

.right-col h2 {

}

.right-col h3 {
	font-size: 14px;
	font-weight: bold;
	color: #294c6f;
	margin: 10px 0;
	padding: 0;
}

.right-col h4 {
	font-size: 14px;
	font-weight: normal;
	color: #294c6f;
	margin: 10px 0;
	padding: 0;
}




/*content-middle*/

#content-middle {
	width: 949px;
	float: left;
}

.content-box-outer {
	padding-top: 15px;
	width: 183px;
	padding-right: 6px;
	float: left;
	font-size: 10px;
	line-height: 17px;
}

.content-box {
  min-height: 246px;
  height: auto !important;
  height: 246px;
	margin-top:9px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	color: #c4c4c4;
	background-color: #404040;
}
.content-box p {
	color: #c4c4c4;
	margin: 5px 0 0 0;
}
.content-box img {
	margin: 0 auto;
}

.events {
	width: 488px;
}
.events th {
	padding: 8px 5px;
	border-bottom: 1px dashed #ddd3d3;
	color: #726b6b;
}
.events td {
	padding: 8px 5px;
	line-height: normal;
	border-bottom: 1px dashed #ddd3d3;
}


.sidepanel {
	background-color: #4F4F4F;
	padding: 20px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
}
.sidepanel p, .sidepanel td {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;
}
.sidepanel ul {
	margin: 10px 0;
	padding: 0;
	text-align: left;
}
.sidepanel li {
	margin: 0;
	padding: 0 0 0 15px;
  line-height: 20px;
	font-weight: normal;
	background: 0 6px no-repeat url(/skin/images/icon-arrow-grey.gif);
	list-style: none;
}

.split-list {
	margin: 10px auto;
	padding: 10px 0;
	border-bottom: 1px solid #d7f0fc;
	min-height: 190px;
	height: auto !important;
}
.split-list h3 {
	color: #000000;
	margin: 0;
	padding: 0;
}
.split-list p {
	margin: 5px 0;
	padding: 0;
	line-height: 16px;
}
.split-list img {
	float: left;
	margin-right: 20px;
	border: 0;
}

.form {
	width: 500px;
	margin: 15px 0;
}
.form td, .form th {
	padding: 5px;
	text-align: left;
	font-size: 11px;
	border-bottom: 1px dotted #ddd3d3; 
}
.form td {
	padding-left: 15px;
}
.form th {
	width: 150px;
	color: #666666;
}
.form th.required, .form td.required  {
	color: #F18720;
	background: left no-repeat url(/skin/images/icon-required.gif);
}
.form input, .form textarea {
	border: 1px solid #999999;
	padding: 3px 5px;
	width: 250px;
}
.form input.none {
	border: 0;
	padding: 0;
	width: auto;
}
.form input.button {
	background-color: #ff930c;
	border: 1px solid #d57c0c;
	color: #ffffff;
	width: auto;
	font-size: 11px;
}
input.btn, .form input.btn{
	width:auto;
	cursor:pointer;
	border:none;
	padding:0;
}


.error {
	margin: 10px auto;
	padding: 5px;
	color: #c80120;
	background-color: #eebfc7;
	border: 1px solid #c80120;
}
.notification {
	margin: 10px auto;
	padding: 5px;
	color: #279b0c;
	background-color: #c4e9bb;
	border: 1px solid #279b0c;
}


/*content-bottom*/

#content-bottom {
	margin: 0 auto;
	height: 420px;
	background: #f0f0f0 repeat-x url(/skin/images/content-bottom-div.gif);
}

.content-bottom-container {
	width: 949px;
	margin: 0 auto;
}

.content-bottom-leftcol {
	width: 498px;
	padding-top: 19px;
	line-height: 10px;
	font: 11px;
	font-weight: bold;
	color: #404040;
	float: left;
}

.content-bottom-rightcol {
	width: 439px;
	padding-top: 19px;
	padding-left: 12px;
	background: left no-repeat url(/skin/images/content-bottom-centrediv.gif);
	float: left;
}


/*footer*/

#footer {
	height: 41px;
	color: #c4c4c4;
	padding: 0px;
	background: #ffffff top repeat-x url(/skin/images/footer.gif);
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #c4c4c4;
	text-decoration: none;
}

#footer a:hover {
	color: #808181;
	text-decoration: none;
}

.footer-container {
	width: 949px;
	height: 41px;
	margin: 0 auto;
}

.footer-leftcol {
	width: 716px;
	padding-top: 14px;
	float: left;
}

.footer-rightcol {
	width: 233px;
	padding-top: 14px;
	text-align: right;
	float: left;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.photos img {
	border:1px solid #DDDDDD;
	margin:5px 20px 7px 0;
	padding:5px;
	outline-style:none;
	outline-width:medium;
}
