/* CSS Document */

body {
	font-size: .75em;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #212121 !important;
	margin: 5px;
}

#container {
	width: 960px;
	margin: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: white;
	background:url(../images/Faux_BG.png) left repeat-y;
}

img, ul, li {
	border: none;	
}

#header {
	width: 100%;
	height: 221px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-color: #817861;
}

.logo {
	padding: 10px 0 0 10px;
	background: none !important;
	border: none !important;
}

ul#nav {
	width: 100%;
	margin: auto;
	z-index: 1;
	margin: 0 !important;
	paddding: 0 !important;
}

ul#nav li {
	display: inline;
	list-style-type: none;
	margin: 0 !important;
	paddding: 0 !important;
}

ul#nav li a {
	display: block;
	float: left;
	height: 70px;
	background: url(../images/yl-nav.jpg);
	text-indent: -9999px;
	margin: 0 !important;
	paddding: 0 !important;
}

ul#nav li a.home {
	width: 200px;
	background-position: 0 0;	
}

ul#nav li a.about {
	width: 170px;
	background-position: -200px 0;
}

ul#nav li a.services {
	width: 168px;
	background-position: -370px 0;	
}

ul#nav li a.portfolio {
	width: 186px;
	background-position: -538px 0;	
}

ul#nav li a.contact {
	width: 236px;
	background-position: -724px 0;	
}

ul#nav li a.home:hover, ul#nav li a.home:focus {
	background-position: 0 -70px;	
}
	
ul#nav li a.about:hover, ul#nav li a.about:focus {
	background-position: -200px -70px;	
}

ul#nav li a.services:hover, ul#nav li a.services:focus {
	background-position: -370px -70px;	
}
	
ul#nav li a.portfolio:hover, ul#nav li a.portfolio:focus {
	background-position: -538px -70px;	
}

ul#nav li a.contact:hover, ul#nav li a.contact:focus {
	background-position: -724px -70px;	
}

a:hover {
	background: none;	
}

div#wrapper {
	width: 100%;
	background: url(../images/main-bg.jpg) repeat-y;
}

div#sidebar {
	width: 300px;
	float: left;
}

div#main-content {
	width: 660px;
	float: left;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

div.pad20 {
	padding: 20px;	
}

#sidebar h2 {
	color: #ddd !important;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 190%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 5px !important;
	color: #00463d;
}

h3, h4, h5, h6 {
	font-size: 150% !important;	
}

p {
	line-height: 1.5em;
	margin-bottom: 15px !important;
}

#sidebar p, #sidebar {
	color: #ccc !important;
}

#main-content strong {
	font-weight: bold;
	color: #222;
}

#sidebar strong {
	font-weight: bold;
	color: #eee;
}

#main-content li {
	list-style-type: disc;	
	margin-left: 30px;
	margin-right: 20px;
	padding-bottom: 5px;
}

#main-content ul {
	padding-bottom: 15px;
	line-height: 1.4em;
}

.gallery-layout li{
	list-style-type: none !important;
	margin: 0px 10px 10px 0px !important;
	padding: 0 10px 10px 0 !important;
}

#album-list li {
	list-style-type: none !important;
	margin: 0px 0px 20px 0px !important;
	padding: 0px 0px 15px 0px !important;
	border-bottom: 1px solid #ccc;
}

#album-list ul li .defaultImage a img {
	background: white;
	padding: 4px;
	border: 1px solid #999;
}

#album-list ul li .defaultImage a:hover img {
	background: #ccc;
}

#album-list ul li .defaultImage {
	background: none;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

#album-list ul li .defaultImage a {
	padding: 0 !important;
	margin: 0 !important;
}

#album-list ul li .defaultImage a:hover {
	background: none;
}

#album-list ul li .defaultImage {
	float: left;
	width: auto !important;
}

#album-list ul li .galleryDetails {
	float:left;
	padding: 0px 0 20px 20px;
	width: 400px;
}

#pagination li {
	list-style-type: none !important;
	margin: 0px;
	display:inline;
}

li.previous-off, li.next-off {
	display: none !important;	
}

#pagination a {
	border: solid 1px #111;
	margin-right: 2px;
	padding: 4px 8px;
	background: #00463d;
	color: white;
}

#pagination a:hover {
	background: #002d27;
	text-decoration: none !important;
}

.active {
	border: solid 1px black;
	padding: 4px 8px;
	margin-right: 2px !important;
	background: #002d27;
	color: #fff;
}


a {
	color: #b08800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

div#footer {
	border-top: 1px solid #dde1ea;
	background: #00463d;
	width: 100%;
	height: 60px;
}

div.footer-left {
	float: left;
	width: 50%;
}

div.footer-right {
	float: left;
	width: 50%;
	text-align: right;
}

#footer p {
	color: #bbb;
	font-size: 90%;
}

#footer a {
	color: #eee;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

#sidebar img, #main-content img {
	background: white;
	padding: 4px;
	border: 1px solid #999;
	margin-bottom: 8px;
}

#sidebar a:hover img, #main-content a:hover img {
	background: #ccc;
}

div.service {
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div.service-last {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.service-photo {
	width: 230px;
	float: left;
}

div.service-description {
	width: 380px;
	float: left;
}

.required {
	color: red;
	font-weight: bold;
}



