@charset "UTF-8";
body {
	font: 100%/1.4 'Oswald', sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #fff;
	letter-spacing:1px;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	font-weight:normal; 
}
a img { 
	border: none;
}

a {outline:0;}

a:link {
	color: #b3b3b3;
	text-decoration: none;
}
a:visited {
	color: #b3b3b3;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none; 
	color:#fff;
	}
.container {
	width: 960px;
	background: #000;
	margin: 0 auto; 
	min-height:800px;
}
header {height:150px; padding-top:35px;clear:both;
}
header img {float:left;}

.sidebar1 {
	float: right;
	width: 180px;
	padding-bottom: 10px;
}
.content {
	/* [disabled]padding: 10px 0; */
	/* [disabled]width: 780px; */
	/* [disabled]float: right; */
}

table {padding-left:15px;font-weight: lighter; width:150px;}
td {border: 1px solid #b3b3b3;font-size:13px;color:#b3b3b3;}

section h1 {margin-bottom: 15px;text-transform:uppercase;font-size:18px;color: #fff;}
section p, section ul li {font-size:13px; font-weight:lighter;color:#b3b3b3;line-height:21px;text-align:justify;}
section ul {list-style-image:url('../images/plus-bullet.png');
}
section p a:link, section p a:visited {color:#fff;}

section p a:hover, section p a:active, section p a:focus {
	text-decoration: underline; 
	}

section ul li {margin-bottom:17px;}

section.page {margin: 100px 0 0px 225px;}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

nav {margin-top:25px;float:right;width:390px}

nav ul li {list-style:none;width: 240px; height:35px;float:left;text-transform: uppercase;font-size: 11px; }

nav ul li.even {width:150px;}

nav ul li.current a {text-decoration: none; 
	color:#fff;}

canvas {display:block;height:596px; width:872px; margin: 0 auto;}
#pordum_map {display:block;height:595px; width:842px; margin: 0 auto;}

/* ~~ The footer ~~ */

marquee {line-height: 55px;
font-size: 18px;font-weight:lighter; background-color: #1a1a1a; height: 54px;}


footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	width:100%;
}

.tagline {position: relative;
top: -20px;
font-weight: bolder;
float:right;text-transform:uppercase;color:#fff;}

header, section, footer, aside, nav, article, figure {
	display: block;
}

address p {font-style:normal; color:#fff;}

#map_canvas { height:100%; width:100%;}
.left {float:left;}