@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
}

.content {
	padding-top: 86px;
	padding-bottom: 14px;
	padding-left: 27px;
}

img {
	border-width: 0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #f2c346;
}
a:active {
	text-decoration: none;
	color: #F2C346;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
}
.home-background {
	background: url(images/home-background.jpg) repeat-y;
	height: 283px;
}

.float-left {/* Left Floated Images */
	float: left;
	margin: 0 9px 18px 0;
	border: 0px; text-align: left;
}

.float-right {/* Right Floated Images */
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
	border: 0px;
}
#footer {
	color:#000000;
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
	font-size:10px;

}

#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: underline;
	font-size:10px
}

#lolalu a:link, #lolalu a:visited {
	color: #516C50;
	text-decoration: none;
	font-size:10px;

}

#internal a:link, #internal a:visited {
	color: #f2c346;
	text-decoration: none;
}

#internal a:hover, #internal a:active {
	color: #f2c346;
	text-decoration: underline;
}

/* ---------------Navigation ------------------ */
ul#nav {
	height: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
}


/*  Makes the list items sit next to each other */
#nav li {float: left;}


/*  Sets styles for all links that are inside the ul id="top-nav" */
#nav a {
display: block;
height: 38px; 
overflow: hidden; 
text-indent: -1999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */

#home {background: url(images/nav-home.jpg); width:131px;}
#project-gallery {background: url(images/nav-project-gallery.jpg); width:132px;}
#about-us {background: url(images/nav-about-us.jpg); width:131px;}
#get-in-touch {background: url(images/nav-get-in-touch.jpg); width:131px;}

/* Shift the image position up to show the active state */
#nav a:hover, #nav a.active, #top-nav .active {background-position: 0 -38px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}
.subpage-content {
	padding: 15px 25px;
}
.click {
	font-size: 10px;
}

.subpage-background {
	background: url(images/subpage-background.jpg) repeat-y;
	height: 283px;
}
.gallery-content {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
