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

/* ----------------- Body ----------------- */


body {
	background-image: url(../Files/Design/background.jpg);
	background-color: #BFDA9D;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* ----------------- Layout ----------------- */

#flashbg {
	z-index:0;
	width:100%;
	position:absolute;
	height:600px;
	top:0;
	left:0;
}
#printer {
	display: none;
}
#jala {
	z-index:1;
	position:relative;
	text-align: left;
	width: 868px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 868px;
	height: 154px;
}
#nav {
	width: 868px;
	height: 43px;
	background-image: url(../Files/Design/navigation.jpg);
	background-color:6FAC23;
	clear:both;
	position:relative;
}
#content {
	width: 868px;
	background-color:#FFFFFF;
	background-image: url(../Files/Design/content.gif);
	background-repeat: repeat-y;
}

.contentboxa {
	width: 229px;
	float:left;
}

.contentboxb {
	width: 229px;
	float:left;
	margin-left: 60px;
}
#left {
	width: 518px;
	float:left;
	padding: 30px;
}
#portfolio {
	width: 578px;
	float:left;
	height:300px;
}
#promo {
	width: 578px;
	float:left;
}
#right {
	width: 230px;
	float:right;
	padding: 30px;
	position:relative;
	background-image: url(../Files/Design/nav.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#special {
	width: 290px;
	float:right;
	position:relative;
}
#spacer {
	width: 868px;
	height: 6px;
	background-color: #000000;
	overflow:hidden;
	clear:both;
}
#footer {
	width: 868px;
	background-image: url(../Files/Design/footer.jpg);
	background-position: top;
	background-color: #6FAC23;
	background-repeat: repeat-x;
}
.footerbox {
	width: 229px;
	float:left;
	padding: 30px;
	position:relative;
}
.footerrss {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 10px;
	right: 31px;
}
.footerspecial {
	width: 260px;
	height: 43px;
	left: 0px;
	position: absolute;
	top: -49px;
	padding-left:30px;
	line-height:43px;
	
}
.footersubmit {
	width: 30px;
	height: 30px;
	right: 46px;
	position: absolute;
	top: 115px;
}
#links {
	height: 43px;
	line-height: 43px;
	background-image: url(../Files/Design/copyright.jpg);
	padding-right: 30px;
	padding-left: 30px;
}
#copyright {
	width: 808px;
	height: 50px;
	line-height: 50px;
	padding-right: 30px;
	padding-left: 30px;
	text-align:center;	
}
#icons {
	position: absolute;
	width: 52px;
	height: 43px;
	padding-right:10px;
	top: 0px;
	right:0px;
	}

/* ----------------- Main Navigation ----------------- */



#navigation {
	position: relative;
	margin :0 auto;
	width: 808px;
	height: 43px;
	padding: 0px;
	z-index:0;
	}
#navigation li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 43px;
	font-weight: bold;
	}
#navigation li a {
	display: block;
	padding: 0px;
	margin-right:20px;
	text-decoration: none;
	color: #FFFFFF;
	}
#navigation li a:hover {
	color: #000000;
	background-image: url(../Files/Design/navigationb.jpg);
	}

/* ----------------- Sub Navigation ----------------- */
	
.subs {
	width: 230px;
	margin: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	left:0px;
	}
	
.subs li a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	font-weight: bold;
	}	
	
.subs li a:link {
	color: #000000;
	display: block;
	padding: 3px 0 0 25px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000000;
	}
	
.subs li a:visited {
	color: #000000;
	display: block;
	padding: 3px 0 0 25px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000000;
	}
	
.subs li a:hover {
	color: #6FAC23;
	padding: 3px 0 0 25px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ffffff;
	}
	
.subs li a:active {
	color: #000000;
	display: block;
	padding: 3px 0 0 25px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000000;
	}

.currentPage {
	color: #6FAC23;
	padding: 3px 0 0 25px;
	height: 18px;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color:#6FAC23;
	}
