/* CSS Document */

body {
	text-align:center;
	margin:0px;
	background:url(images/bg-whole.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	font-weight:normal;
}

.sitemap a {
	color:#000;
	font-weight:bold;
}

.sitemap a:hover {
	color:#0066FF;
	font-weight:bold;
}


.clearer {
	clear:both;
	margin-bottom:20px;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

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

a:hover {
	color:#0066FF;
}

a:visited {
	color:#000000;
}

h1 {
	background:url(images/h1.jpg) no-repeat top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	color:#009b3d;
	padding-left:45px;
}

h2 {
	background:url(images/h2.jpg) no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#606060;
	padding-left:30px;
	padding-top:5px;
	height:23px;
}

h3 {
	background:url(images/envelope.jpg) no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#606060;
	padding-left:30px;
	padding-top:2px;
	height:26px;
}

h4 {
	background:url(images/h4.jpg) no-repeat top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	color:#009b3d;
	padding-left:45px;
}

img {
	border:none;
}

li {
	margin-bottom:6px;
}

#container {
	width:980px;
	margin-top:0px;
	margin:auto;
	text-align:left;
}

#headz {
	width:980px;
	height:105px;
	background:url(images/headz.jpg) no-repeat top;
}

#linksss {
	width:980px;
	height:38px;
	text-align:left;
	background:url(images/linksss.jpg) no-repeat top;
	
}

#c-top-bg {
	width:100%;
	min-height:301px;
	display:block;
	background:url(images/content-top.jpg) #eaeaea repeat-x bottom;
}

#c-top {
	width:980px;
	padding-top:23px;
	margin:auto;
	text-align:left;
}

#c-top-right {
	float:right;
	width:425px;
	margin-right:45px;
}

#sshow {
	margin-left: 12px;
}

#c-bottom {
	width:945px;
	margin:auto;
	margin-top:15px;
	text-align:left;
}

#pods {
	min-height:25px;
	float:left;
	width:295px;
	margin-right:23px;
}

#pods-in {
	width:160px;
	float:right;
	
}


#footer {
	width:980px;
	height:50px;
	padding-top:80px;
	margin:auto;
	text-align:center;
	font-size:12px;
	color:#848f6f;
	
}

.boxxx a {
	width:80px;
	padding:5px;
	background-color:#00caff;
	text-align:center;
	color:#fff;
	text-decoration:none;
}

.boxxx a:hover {
	background-color:#ff9000;
	width:80px;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}

#services {
	padding:10px;
	float:left;
	margin-right:9px;
	margin-bottom:8px;
}

#framez {
	float:left;
	margin-right:9px;
	margin-top:8px;
	padding:0px;
}

#framez img {
	padding:0px;
	margin:0px;
	border:3px solid #BECDC6;
}

#thankyounote {
	height:40px; 
	background-color:#FF0000; 
	font-weight:bold; 
	font-size:13px; 
	color:#fff; 
	text-align:center; 
	border:1px solid #FF0000; 
}

/* ================= slideshow ==================== */

#sshow {
	width:359px;
	height:326px;
}

#slideshow {
    position:relative;
    height:326px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}