@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Verdana;
}
#rightHalf {
	background-image: url(images/bg_2.jpg); /* Note the image does not tile perfectly, so the lines may appear broken */
	background-repeat: repeat-x;
	width: 50%;
	position: absolute;
	right: 0px;
	height: 100%;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
}
#container {
	width: 1024px;
	margin: 0 auto 0 auto;
	border: solid 0px #000;
}
#header {
	width: 1024px;
	height: 257px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}
#header p {
	font-family: Verdana;
	color: #FFF;
	font-size: 11px;
	margin: 0;
	padding: 6px 20px 0 0;
}
#header h1 {
	color: #4c586b;
	font-size: 18px;
	margin: 100px 40px 0 0;
	padding: 0;
}
#header h2 {
	color: #272727;
	font-size: 18px;
	font-weight: normal;
	margin: 30px 20px 0 0;
	padding: 0;
}
#navigation {
	width: 1024px;
	height: 53px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	font-family: Myriad Pro;
}
#slideshow {
	width: 1024px;
	height: 216px;
	background-image: url(images/slideshow_bg.jpg);
	background-repeat: repeat-x;
}
#body {
	width: 1024px;
	background-color: #FFF;
	font-size: 12px;
}
#main-left {
	float: left;
	margin: 10px 0 0 20px;
	width: 550px;
	display:inline;
}
#main-right {
	float: right;
	margin: 10px 20px 0 0;
	width: 400px;
	display: inline;
}
#body h2 {
	color: #b5d924;
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #bac1b1;
}
#footer-container {
	width: 100%;
	height: 121px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 1024px;
	height: 121px;
	margin: 0 auto 0 auto;
}
.footer-box {
	float: left;
	width: 278px;
	height: 74px;
	margin: 10px 0 0 45px;
	display: inline;
}
.footer-box img {
	float: left;
	margin-top: 15px;
}
.divider {
	float: left;
	width: 1px;
	height: 33px;
	background-color: #54712e;
	margin: 20px 8px 0 8px;
}
.footer-box form {
	margin: 0;
	padding: 0;
	float: left;
	width: 214px;
}
.footer-box form input {
	width: 194px;
	height: 18px;
	border: #394f20 1px solid;
	color: #FFF;
	margin: 0;
	padding: 2px;
	background-color: #31431b;
	font-size: 12px;
	font-family: Arial;
}
#footer p {
	color: #FFF;
	font-size: 12px;
	margin: 0;
	font-family: Arial;
}
.footer-box h3 {
	margin: 10px 0 5px 0;
	padding: 0;
	color: #b5d924;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
}
.footer-box a {
	text-decoration: none;
	color: #b5d924;
}
.footer-box a:hover {
	color: #ffde03;
}

#slider1 {
    width: 750px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 auto 0 auto;
}

#slider1Content {
    width: 750px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 180px;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 190px;
}
ul { list-style-type: none;}


#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
}
 
/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
	font-size: 12px;
}
#projects ul li {
	float: left;
	text-align: center;
	width: 200px;
}