* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: rgb(19,181,234);
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #000;
}
a .download {
	list-style-image: url('/assets/images/link-to-file.png');
}

.jump:after {
	content: " >>";
}
body {
	font-family: MyHelvetica, sans-serif;
	font-size: 12px;
}
@font-face {
	font-family: MyHelvetica;
	src: local("Helvetica Neue"), local("HelveticaNeue"), url(/assets/fonts/MgOpenModernaRegular.ttf);
}
@font-face {
	font-family: MyHelveticaL;
	src: local("Helvetica Neue"), local("HelveticaNeue"), url(/assets/fonts/MgOpenModernaRegular.ttf);
	font-weight: 300
}
@font-face {
	font-family: MyHelvetica;
	src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"), url(/assets/fonts/MgOpenModernaBold.ttf);
	font-weight: bold;
}

/*/////////////////////////////////
///////////	Header ////////////////
/////////////////////////////////*/

#header {
	background: #191919 url('/assets/images/final/header_background.gif') repeat-x;

}
#header #logo {
	float: left;
	margin-top: 7px;
	margin-right: 70px;
	margin-bottom: 6px;
}
#header #search {
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}
#header input[type="submit"] {
	display: none;
}
#image, #map{
	z-index: -1;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 248px;
	background: #ccc;
}
#image {
/*	background: #fff url('/assets/images/main_image.png') no-repeat center;*/
	background: #fff;
	text-align: center;
}
#image img {
	height: 250px;
}
#map {
	border: none;
	margin: 0;
	margin-bottom: -2px;
	padding: 0;
	height: 252px;
}


/*/////////////////////////////////
///////////	Menu //////////////////
/////////////////////////////////*/

.menu ul {
	display: inline;
	list-style: none;		
}
.menu a {
	font-weight: bold;
	color: #808080;
}
.menu a:hover {
	color: rgb(255,255,255);
	background: rgba(0,0,0);
	background: rgba(0,0,0,0);
}
.menu .page_item {
	margin-right: 31px;
	float: left;
	margin-top: 36px;
}
.menu .page_item a {
	padding-bottom: 18px;

}
.menu .current_page_item, .menu .current_page_parent  {
	border-bottom: 8px solid rgb(19,181,234);
	background: url('/assets/images/arrow-up.png') no-repeat 50% 19px;
	padding-bottom: 14px;
	margin-top: 25px;

}
.menu .current_page_item a, .menu .current_page_parent a {
	color: rgb(255,255,255);
}

/*/////////////////////////////////
///////// Subnavigation ///////////
/////////////////////////////////*/

.menu .current_page_parent ul * {
	border: none;
	background: none;
	color: rgb(179,179,179);
}

.menu .page_item ul {
	
	margin-top: 11px;
	padding: 0px 10px 10px 10px;
	display: none;
	position: absolute;
/*	left: -20px;*/
/*	background: rgb(0,0,0);*/
	background: rgb(0,0,0);
/*	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
*/

}

#image {
	overflow: hidden;
}

.menu .current_page_item ul, .menu .current_page_parent ul {
	margin-top: 22px;

}

.menu .page_item .page_item {		
	text-align: center;
	list-style: none;
	text-transform: lowercase;
	font-variant: small-caps;
	float: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.menu .page_item .page_item a {
	color: rgb(179,179,179);
}
.menu .page_item .page_item a:hover {
	color: rgb(19,181,234);
}

.menu .page_item .current_page_item a {
	color: #fff;
}



/*/////////////////////////////////
///////////	Search ////////////////
/////////////////////////////////*/


#search img {
	float: left;
	padding-top: 2px;
	padding-right: 4px;
}
#search-box {
	border: none;
	background-color: rgb(100,100,100);
	/*		background-color: #000;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 132px;
	height: 19px;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
/*	margin-bottom: 11px;*/
}


/*/////////////////////////////////
/////////// Language //////////////
/////////////////////////////////*/


#language {
	/*		padding-top: 5px;*/
	/*		float: right;*/
	position: absolute;
	right: 27px;
	/*		margin-right: 300px;*/
}
#language .selected {
	/*		position: relative;
	z-index: 2;
	*/		
}
#language p {
	position: relative;
	z-index: 2;

}
#language .label {
	float: left;
	padding-top: 5px;
	margin-left: 5px;
}
#language img {
	float: left;
	padding-top: 6px;
	padding-right: 6px;
}

#language p, #language a {
	text-transform: lowercase;
	font-variant: small-caps;
	color: rgb(19,181,234);
}

#language-options {
	display: none;
	position: absolute;
	z-index: 1;
	right: -20px;
	padding-top: 20px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 4px;
	background: rgba(0,0,0);
	background: rgba(0,0,0,.8);
	/*		border: 1px solid #000;*/
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#language-options a {
	color: #fff;
}

#language-options a:hover {
	color: rgb(19,181,234);
}
#language-options li {
	list-style: none;
	padding: 0px 6px 1px 6px;
}


/*/////////////////////////////////
//////////	Bodyboder /////////////
/////////////////////////////////*/


#bodyBorder {
	position: relative;
	z-index: 100;
	top: -13px;
	width: 100%;
	height: 15px;
	background: url('/assets/images/final/bodyBorder.png') repeat-x top;
}

#bodyBackground {
	position: absolute;
	z-index: -100;
	top: 312px;
	width: 100%;
	height: 123px;
	background: #fff url('/assets/images/final/content_background.gif') repeat-x top;
}



/*/////////////////////////////////
///////////// Footer //////////////
/////////////////////////////////*/



#footer {
	width: 100%;
	background: rgb(51,51,51) url('/assets/images/FooterBottomBackground.jpg') repeat-x bottom;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;

}
#footer-menu a {
	color: #a3a3a3;
}
#footer-menu a:hover {
	color: #fff;
}

#footer-menu {
	text-transform: lowercase;
	font-variant: small-caps;
	list-style: none;
	margin-top: 1em;
}
#footerBorder {
	margin-top: 60px;
	width: 100%;
	height: 9px;
	background: rgb(51,51,51) url('/assets/images/FooterTopBorder.jpg') repeat-x top;
	color: #fff;
}	

/*/////////////////////////////////
///////////// Site Map ////////////
/////////////////////////////////*/

.site_map * {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #a3a3a3;
}

.site_map ul li {
	float: left;
	padding-right: 40px;
}

.site_map .page_item ul {
	margin-top: 5px;
}

.site_map .page_item li {
	display: block;
	float: left;
	clear:left;
}

.site_map .current_page_parent a, .site_map .current_page_item a {
	color: #fff;
}

.site_map a:hover {
	color: #fff;
}


.site_map .page_item .page_item {
	padding: 0;
	margin: 0;
}
.site_map .page_item .page_item a {
		color: #a3a3a3;
		text-transform: lowercase;
		font-variant: small-caps;
		
}
.site_map .page_item .current_page_item a {
	color: rgb(19,181,234);
}

#blurb {
	margin-top: 2em;
}


/*/////////////////////////////////
/////////////// Misc //////////////
/////////////////////////////////*/

.on {

}

.right {
	text-align: right;
}
