p {
	line-height: 1.7em;
	padding: 0;
	margin: 0 0 8px 0;
}

blockquote {
	line-height: 1.7em;
}

ul {
	list-style-type: square;
	line-height: 1.7em;
}

hr {
	height: 1px;
	color: #DDD;
	background-color: #DDD;
	border: 0;
	margin: 5px 0 10px 0;
}

input {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

.leftimage {
	float: left;
	margin: 0 10px 10px 0;
}

#container {
	float: left;
	width: 700px;

	margin: 0 auto;
}

/* ---- Header + Display ---- */

#header {
	width: 737px;
	height: 328px;
}

.display_item {
	margin-top: 105px;
}

.display_item img {
	float: right;
	border: 5px solid #FFFFFF;
	margin: -68px 0 0 20px;
}

.display_text {
	float: left;
	width: 420px;
	margin: 30px 0 0 35px;
	color: #FFFFFF;
}

.display_text  h1 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.subtitle {
	font: 10px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.display_text p {
	color: #b9dce7;
	margin: 0;
	padding: 0;
}

.display_text a {
	color: #b9dce7;
	text-decoration: none;
}

.display_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.display_text a:visited {
	text-decoration: none;
}

.display_text a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.button {
	background-color: #3685cd;
	padding: 6px;
	font: bolder 11px Arial, Helvetica, Sans-Serif;
}


/* ---- Navigation ---- */

#navigation {
	width: 600px;
	height: 27px;
	padding: 13px 0 0 0;
	font: bolder 12px Arial, Helvetica, Sans-Serif;
	color: #777777;
}

#navigation ul {
	padding: 0;
	margin: 0;
	line-height: normal;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	padding: 13px 25px 13px 25px;
	cursor: pointer;
}

#navigation ul li:hover {
	background: #7ABA05;
	color: #222222;
}

.selected {
	background: #7ABA05;
	color: #222222;
	cursor: pointer;
}

/* ---- Pages/Content ---- */

.page {
	border: 1px solid #7ABA05;
	width: 600px;
	background: #FFFFFF;
	padding: 15px 24px 0 24px;
}

.spacer {
	clear: both;
	height: 1px;
}

#portfolio_images img {
	height: 55px;
	width: 530px;
	margin-bottom: 1px;
	background: #FFFFFF;
	border: 0;
}

.left {
	float: left;
	width: 530px;
	padding-right: 30px;
}

.form {
	margin: 0 auto;
	width: 530px;
	padding-top: 15px;
}

#contact_form label {
	color: #333333;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
}
	
#contact_form .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}
	
#contact_form input {
	float: left;
	width: 300px;
	margin: 2px 0 15px 19px;
	color: #444444;
}
	
#contact_form textarea {
	float: left;
	width: 300px;
	margin: 2px 0 15px 19px;
	color: #444444;
}
	
#contact_form button { 
	clear: both;
	margin-left: 362px;
	background: #333333;
	color: #FFFFFF;
	border: solid 1px #111111;
	font: 12px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 4px 6px;
}

.right {
	float: left;
	width: 290px;
}

#footer {
	background: url(footer_b.gif);
	width: 500px;
	height: 64px;
	padding: 25px 0 0 30px;
	margin: 0 auto;
	color: #999999;
}


/* ---- jQuery Lightbox Plugin ---- */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
	
