/* Global Styles */
body {
	margin: 0px;
	background: #eaeaea;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:visited {
	color: #870101;
	text-decoration: none;
}
a:hover {
	color: #bd0000;
}
section {
	/*margin: 0px;
	position: relative;*/
}
.container {
	width: 80%;
	/*height: 100%;*/
	margin: 0 auto;
	padding: 50px;
	overflow: auto;
}
.center {
	text-align: center;
}
h1 { 
	text-align: center;
}
.onethird {
	width: 33%;
	/*height: 100%;*/
	float: left;
}
.onethird img {
	width: 100%;
}
.twothirds {
	width: 66%;
	float: left;
}
.p20 {
	padding: 20px;
}
.headerimg {
	text-align: center;
}

/* Sections */
#header {
	background-image: url('img/header2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
}
#details {
	/*height: 600px;*/
}

#details .twothirds p {
	font-size: 16px;
	line-height: 20px;
}

#transportation {
	background-color: #cfcfcf;
}

#transportation .onethird {
	float: right;
}

#registry {
	background-color: #cfcfcf;
}

a.button {
	display: inline-block;
	padding:20px;
    border-radius: 6px;
    background-color: #870101;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.button:hover {
	background-color: #bd0000;
}

#footer-image {
	background-image: url('img/engagement2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
}

/*Nav bar */
#navigation {
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
#welcome {
	float: left;
	line-height: 70px;
	height: 70px;
	padding-left: 30px;
}
#welcome img {
	padding-top:10px;
}
#navWrap {
   height: 70px;
}
#nav {
   background: #494949;
   height: 70px;
}
#nav ul {
   margin: 0;
   padding: 0;
   padding-right: 20px;
}
#nav li {
   float: right;
   padding-right: 20px;
   list-style-type: none;
   line-height: 70px;
}
#nav li a {
	color: #FFF;
	text-decoration: none;    
}
#nav li a:hover {
	color: #646464;  
}
br.clearLeft {
   clear: left;        
}​