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

/************* General Rules *************/
body {
	background: #fff url(../images/bg_body.jpg) repeat-x;
	font: 100% arial, helvetica, verdana, geneva, san-serif;
	margin: 0px;
	padding: 0px;
	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 */
	color: #f9ffe7;
	line-height: 1.3em;
}
a {
	text-decoration: underlined;
	outline: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #ffeaab;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#container {
	width: 1000px;
	margin: 22px auto 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
	background: #fff url(../images/bg_container.jpg) repeat-y;
}
.clearFlt { 
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}
.absTopLeft {
	position: absolute;
	top: 0px;
	left: 0px;
}
.absTopRight {
	position: absolute;
	top: 0px;
	right: 0px;
}

/************* Header and Navigation *************/
#header {
	width: 1000px;
	height: 185px;
	background: #fff url(../images/bg_header.jpg) no-repeat;
}
#logo {
	width: 200px;
	height: 140px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50px;
	text-decoration: none;
}
#nav {
	list-style-type: none;
	padding: 0px;
	margin-top: 50px;
	margin-right: 20px;
}
#nav a {
	color: #176317;
	text-decoration: none;
}
#nav a:hover {
	color: #35aa35;
}
#nav li {
	display: inline;
	float: left;
	font-weight: bold;
	padding-left: 20px;
	text-align: center;
	font-size: .75em;
}

/************* Content *************/
#contentContainer {
	width: 1000px;
	padding: 0px;
	margin: 0px;
}
#contentContainer p, ul {
	padding: 0px;
	margin: 0px;
}

/* Left Col */
#leftCol {
	width: 280px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.contentL {
	margin: 0px 20px 0px 50px;
	font-size: .85em;
}
.contentL ul {
	list-style-type: none;
}
.recAdd {
	display: block;
	width: 190px;
	height: 22px;
	border-bottom: 1px solid #f0b301;
	text-decoration: none;
	color: #ffecb5;
	background: transparent url(../images/arrow.gif) no-repeat;
	padding-left: 14px;
}
.recAdd:hover {
	background-color: #f5b800;
	color: #fff;
}

/* Right Col */
#rightCol {
	width: 720px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#rightColText{
	width: 350px;
}
#projectBox {
	width: 246px;
	height: 368px;
	background: transparent url(../images/bg_project_box.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
}
#projectBox p {
	margin-top: 20px;
}
.slide{
	margin: 14px;
}
.contentR {
	margin: 0px 50px 0px 40px;
	font-size: .85em;
}

/************* Footer  *************/
#footer {
	width: 1000px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 120px;
	font-size: .75em;
}
.contactInfo {
	position: absolute;
	bottom: 5px;
	left: 50px;	
}
.copyright {
	position: absolute;
	bottom: 5px;
	left: 320px;
	color: #f5cb65;
}
.layoutProp {
	position: absolute;
	bottom: 5px;
	right: 60px;
	color: #f5cb65;
}


.album-pages,
.photo-pages {
  clear: both;
  text-align: center;
}

.gallery-album-list,
.gallery-album-list li,
.gallery-photo-list,
.gallery-photo-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gallery-album-list li,
.gallery-photo-list li {
  margin: 20px 20px 0px 0px;
  display: block;
  height: 250px;
  width: 220px;
  float: left;
  text-align :center;
}
.gallery-photo-detail .image {
  text-align: center;
}
