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

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f9f4dc;
}

#wrapper {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f9f4dc;
}

#logo {
	height: 133px;
	width: 257px;
	background-image: url(images/logo.gif);
	float: left;
}

#navigation {
	background-color:#f9f4dc;
	height:133px;
	width: 626px;
	float:right;
}
#home {
	background-image:url(images/home_mainpicture.gif);
	height: 416px;
	width: 883px;	
	clear:both;
	}
#h1 {
	background-image:url(images/h1-background.gif);
	clear:both;
	height: 98px;
	width: 883px;
}

#left {
	width:433px;
	height:100%;
	float:left;
	}

#left .title {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#4f9b4d;
	padding:0px 30px 3px 30px;
}

#left p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#977347;
	padding:0px 30px 15px 30px;
}

#left p a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#4f9b4d;
	text-decoration:none;
	font-weight:bold;
}

#left img a{
	border: none;
}

#right {
	width:450px;
	height:100%;
	float:right;
}

#right img {
	margin: 5px 0 10px 10px;	
}

#ourwork {
	height:100%;
	width:883px;
	float:left;
	
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	color:#f9f4dc;
	padding-left:70px;
	line-height:90px;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:25px;
	color:#4f9b4d;
	padding:0px 30px 0px 40px;
}

h2 a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:25px;
	color:#4f9b4d;
	padding:0px 30px 0px 0px;
}

h2 a:hover {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:25px;
	color:#977347;
	padding:0px 30px 0px 0px;
}

h2 a:active {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:25px;
	color:#977347;
	padding:0px 30px 0px 0px;
}


#left img a{
	border: none;
}

#homelist ul {
	list-style:square;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#977347;
	margin:0;
	float:left;
	padding:0px 10px 10px 40px;
}

#homelist li {
	margin: 5px 0 0 20px;
	width:100%;
}

#services ul {
	list-style:url(images/ul_disk.gif);
	color:#4f9b4d;
	padding:10px;
	margin: 5px 0 0 10px;
}

#services li {
	margin: 5px 0 0 10px;
}

#bottom_lines {
	background-image: url(images/bottom_lines.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 16px;
	width: 100%;
}

#footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	height: 50px;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	color:#977347;
	padding: 5px 4px 5px 4px;
	text-align:center;
}

#footer a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	color:#977347;
	padding: 5px 4px 5px 4px;
	text-align:center;
	text-decoration:none;
}
/* Navigation */

#nav-menu ul {
	list-style:none;
	padding:10px;
	margin:0;
}

#nav-menu li {
	float: left;
	margin: 3em 0.5em;
}


#nav-menu li a
{
background: url(images/nav_background.gif) #fff bottom left repeat-x;
height: 24px;
line-height: 24px;
float: left;
width: 103px;
display: block;
color:#977347;
font-size:18px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background: url(images/nav_background.gif) #fff bottom left repeat-x;
height: 24px;
line-height: 24px;
float: left;
width: 103px;
display: block;
color:#4f9b4d;
font-size:18px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
text-decoration: none;
text-align: center;
}

#nav-menu li a:active
{
background: url(images/nav_background.gif) #fff bottom left repeat-x;
height: 24px;
line-height: 24px;
float: left;
width: 103px;
display: block;
color:#4f9b4d;
font-size:18px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
text-decoration: none;
text-align: center;
}


