@charset "UTF-8";
body {
	color: #404040;
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 17px;
	background: #515151;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 680px; 
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px;
}

#titleBar {
	height: 68px;
	width: 660px;
	margin: 0px auto;
	padding-top:17px;
	}
	
#title {
	color:#666;
	width: 455px;
	float: left;
	}
	
#subTitle {
	color: #a64b3c;
	text-align:right;
	float: right;
	width: 205px;
	}
	
#navigationBar {
	width: 660px;
	border-bottom: #ccc 3px solid;
	margin: 0px auto;
	text-align: right;
	padding:0 0 5px 0;
	}
	
#content {
	clear:both;
	width: 680px;
	}
	
#leftColumn {
	float: left;
	}

#rightColumn {
	float: right;
	}
	
.narrow {
	width: 280px;
	}

.wide {
	width: 399px;
	}
	
#rightColumn #mainText {
	padding-left: 10px;
	}
	
#leftColumn #mainText {
	padding-right: 10px;
	}

	
#highlightBox {	
	padding: 10px;
	background: #ccc;
	margin-top: 1px;
	}
	
#highlightBox p {
	font-size: 16px;
	line-height: 20px;
	color: #a64b3c;
	margin: 0px;
	padding:0px;
	}
	
#overviewBox {
	height: 90px;
	margin-bottom: 1px;
	}
	
#overviewBox, #tariffBox {
	background: #ccc;
	padding: 10px;
	}
	
#overviewBox h2, #tariffBox h2 {
	margin-top: 0px;
	}
	
#overviewBox p, #tariffBox p {
	font-size: 10px;
	}
	
#overviewBox strong, #tariffBox strong {
	text-transform: uppercase;
	color: #a64b3c;
	}
	
#photoBox {
	padding-right:10px;
	text-align: right;
	font-size: 10px;
	}

#photoBox ol {
	margin: 0px;
	}
	
#footer {
	clear:both;
	padding-top:50px;
	font-size:10px;
	}
	
img {
	border: 10px solid #ccc;
	vertical-align:bottom;    
	margin-bottom: 1px;
}

img.smallLandscape {
	padding:0px;
	}
	
img.mediumLandscape {
	padding:0px;
	}

h1 {
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-weight: 100;
	margin:0px;
	}
	
#title h1 {
	text-transform: uppercase;	
	}
	
h2 {
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 14px;
	margin-top:30px;
	margin-bottom:6px;
	}

h3 {
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 12px;
	margin-bottom:6px;
	}
	
p {
	margin: 6px 0px;
	}
	
p.address {
	margin: 0px;
	}
	
a {
	color: #a64b3c;
	}
	
#navigationBar ul {
	margin: 0px;
	padding: 0px 0px;
	list-style-type: none;
	list-style-image: none;
	}

#navigationBar li {
	display: inline;
	padding: 0px 15px;
	}

#navigationBar li a {
	text-decoration:none;
	color: #666;
	font-weight:bold;
	}
	
#navigationBar li a:hover {
	color: #ccc;
	}

#navigationBar li.selected a {
	color:#66abc5;
	}	

#footer ul {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
	list-style-image: none;
	}

#footer li {
	display: inline;
	padding: 0px 15px;
	}

#footer li a {
	text-decoration:none;
	color: #66abc5;
	font-weight:bold;
	}
	
#footer img {
	border:none;
	}
	
	