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

body {
	font-size: 62.5%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background: #262626 url(../images/wrapper_bg.jpg) left top repeat-y;
	margin: 0;
	color: #FFFFFF;
}
h1 {
	font-size:2.5em;
	font-weight: normal;
	margin-left: 223px;
	padding-left: 35px;
	background: url(../images/bullet.jpg) left no-repeat;
	}
h2 {
	font-size: 1.5em;
	text-align: center;
	}
#header {
	width: 916px;
	background: url(../images/header.jpg) left top no-repeat;
	height: 248px;
	}
#wrapper {
	background: url(../images/header_bg.jpg) center top repeat-x;
	}
.contentTable {
	font-size: 1.4em;
	margin-left: 255px;
	padding-left: 10px;
	width: 400px;
	border: 1px solid #eaeaea;
	}
.contentTable td {
	border-top: 1px solid #eaeaea;
	}
a {
	color: #9999CC;
	}
a:hover {
	color: #00FF33;
	}
a:visited {
	color: #9999CC;
	}
#content {
	position: absolute;
	top: 240px;
	left: 70px;
	width: 835px;
	}
#content p{
	color: #ffffff;
	font-size: 1.5em;
	}
form {
	width: 600px;
	margin: 15px 0 20px 220px;
	} 
.imageStyle1 {
	float: left;
	padding: 2px;
	border: 1px solid #ffffff;
	margin: 6px;
	}
#sidebar {
	width: 200px;
	float: left;
	border-right: 1px solid #000000;
	padding-right: 10px;
	}
#sidebar p {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 8px;
	}
#sidebar img {
	border:1px solid #ffffff;
	margin: 8px 8px 2px 8px;
	}
/*#sidebar table {
	font-size: 1.1em;
	}*/
#thumbs.sideTable {
	font-size: 1.3em;
	}
#sidebar table img {
	border:0px;
	}
#footer {
	width: 600px;
	margin: 15px 0 20px 220px;
	}
#footer p {
	font-size: 1.2em;
	text-align: center;
	border-top: 1px solid #000000;
	padding-top: 10px;
	}
.bodytext {
	margin-left: 240px;
	}
.recaptcha {
	margin-left: 500px;
	}
/* --------- Image Gallery styles ---------- */
.photo img{
	border: 8px solid #eaeaea;
	/*margin: 10px;*/
	}
.figure p{
	color: #ffffff;
	font-size: 1.5em;
	}
.figure{
	float: left;
	width: 550px;
	margin: 0 0 15px 40px;
	text-align: center;
	}
/* --------- End Image Gallery styles ---------- */


/* -------------------- Begin Rollover Navigation styles ----------------------- */
#navbar {
	float: left;
	width: 666px;
	height: 34px;
	margin-top: 176px;
	margin-left: 250px;
}
#navbar ul {
	list-style-type: none;
}
#home a {
 float:left;
 width:81px;
 height:34px;
 background-image:url(../images/navigation.jpg);
 background-position:0px 0px;
}
#home a:hover {
 background-position:0px -34px;
}
body#home1 a#homeLink {
	background-image: url(../images/navigation.jpg);
	background-position: 0px -34px;
}
#services a {
 float:left;
 width:182px;
 height:34px;
 background-image:url(../images/navigation.jpg);
 background-position: -81px 0px;
}
#services a:hover {
 background-position: -81px -34px;
}
body#services1 a#servicesLink {
	background-image: url(../images/navigation.jpg);
	background-position: -81px -34px;
}
#gallery a {
 float:left;
 width:104px;
 height:34px;
 background-image:url(../images/navigation.jpg);
 background-position: -262px 0px;
}
#gallery a:hover {
 background-position: -262px -34px;
}
body#gallery1 a#galleryLink {
	background-image: url(../images/navigation.jpg);
	background-position: -262px -34px;
}
#backgrounds a {
 float:left;
 width:162px;
 height:34px;
 background-image:url(../images/navigation.jpg);
 background-position: -366px 0px;
}
#backgrounds a:hover {
 background-position: -366px -34px;
}
body#backgrounds1 a#backgroundsLink {
	background-image: url(../images/navigation.jpg);
	background-position: -366px -34px;
}
#contact a {
 float:left;
 width:130px;
 height:34px;
 background-image:url(../images/navigation.jpg);
 background-position: -527px 0px;
}
#contact a:hover {
 background-position: -527px -34px;
}
body#contact1 a#contactLink {
	background-image: url(../images/navigation.jpg);
	background-position: -527px -34px;
}
/* -------------------- End Rollover Navigation styles --------------------- */

/* HTML Hacks */
*html #content {
	display: inline;
	}
*html #sidebar {
	display: inline;
	}

