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

body {
	color: #000;
	margin: 0;
	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 */
	background-color: #33414e;
	font: 13px HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
}
ul {
	list-style-type: square;
}
li {
	list-style-type: square;
}
h1 {
	font-size: 1.3em;

}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-size: 1em;
}

img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #000;	
}

a:hover {
	color: #478FCC;	
}
#copyright {
	font-size: 0.7em;
	text-align: right;
	margin-top: 30px;
}




#container {
	width: 790px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #33414e;
}

#header {
	width: 650px;
	height: 145px;
	position: absolute;
	top: 0px;
	left: 70px;
	background-image: url(images/header_bg.png);
	z-index: 10;
}

#logo {
	margin-top: 55px;
	margin-left: 30px;
}

#vacationhomeinfo {
	position: absolute;
	top: 0;
	right: 14px;
}

#nav {
	position: absolute;
	bottom: 32px;
	right: 55px;
	color: #ccc;
}
#nav a {
	color: #478FCC;
	font-size: 1.1em;
	line-height: 1.3;
}
#nav a:link, a:visited {
	color: #478FCC;
	text-decoration: none;
}
#nav a:hover, a:active {
	color: #F26722;
	text-decoration: none;
}


/* @group Content */

#content_container {
	width: 545px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content_bg {
	background: url(images/content_bg.png) repeat-y;
	z-index: 1;
	line-height: 1.4;
	padding: 160px 35px 20px 40px;
}

#content_footer {
	width: 545px;
	height: 20px;
	background: url(images/content_footer.png) no-repeat;
}

/* @end */

#portfolio_container {
	width: 215px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#portfolio_bg {
	background: url(images/portfolio_bg.png) repeat-y;
	z-index: 1;
	padding: 160px 30px 30px 0px;
}

#portfolio_footer {
	width: 545px;
	height: 20px;
	background: url(images/portfolio_footer.png) no-repeat;
}

.portfolio_pad {
	padding-left: 65px;
}

.portfolio_piece {
	margin-top: 30px;
}

.portfolio_piece img {
	margin-bottom: 10px;
}

.portfolio_piece p {
	padding-left: 60px;
	margin: 0;
}

.portfolio_piece a:link, a:visited {
	text-decoration: none;
	color: #000;
}

.portfolio_piece a:hover, a:active {
	color: #478FCC;
	text-decoration: none;
}


