/* Attach this CSS to the template file OR remove the ../ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fffcf7;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-image: url(../images/backg.jpg);
	background-repeat: repeat-x;
	color: #662b11;
}

.content {
	background-image: url(../images/content_backg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

.top_left_backg {
	background-image: url(../images/side_top_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.top_right_backg {
	background-image: url(../images/side_top_right.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.swf_left_backg {
	background-image: url(../images/side_swf_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.swf_right_backg {
	background-image: url(../images/side_swf_right.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.content_left_backg {
	background-image: url(../images/side_content_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.content_right_backg {
	background-image: url(../images/side_content_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.body_pattern_backg {
	background-image: url(../images/backg_pattern.jpg);
	background-repeat: repeat;
}
.bottom_backg {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bottom_bottom_backg {
	background-image: url(../images/bottom_bottom.jpg);
	background-repeat: no-repeat;
}
/* ============= Links for text main ============= */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
    color: #94928f;
	text-decoration: none;
}
a:active {
	color: #525252;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ============= Links for menu on top ============= */
.menu A:link {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.menu A:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.menu A:active {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.menu A:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}


/* ============= Links for navigations on bottom ============= */
.nav_bottom A:link {
	color: #ffffff;
	text-decoration: none;
}
.nav_bottom A:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav_bottom A:active {
	color: #ffffff;
	text-decoration: none;
}
.nav_bottom A:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ============= Links for tabs navigation ============= */
.boxnav A:link {
	padding: 3px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.boxnav A:hover {
  color: #000000;
	padding: 3px;
	text-decoration: underline;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ============= Remove Borders from any image link ============= */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

/* ============= Forms item ============= */
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ============= Bullet items ============= */
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

/* ============= Font Styles ============= */

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.bottom_links {
	font-size: 10px;
	color: #7b7b7b;
}
.font_white_10 {
	font-size: 10px;
	color: #ffffff;
}
.brown_14 {
	font-size: 14px;
	color: #662b11;
}

/* ============= LAYER DIV ============= */
#layer_image_name {
	position:absolute;
	left:402px;
	top:359px;
	background-image: url('../images/__.jpg');
	background-repeat: no-repeat;
	height: 140px;
	width: 137px;
	z-index: 200;
}
#layer_text_name {
	position:absolute;
	left: 42px;
	top: 240px;
	height: 172px;
	width: 387px;
	color: #ffffff;
	text-align: justify;
	z-index: 300;
}

/* ============= Maps ============= */
.Col1Map {float:left; width:222px;}
.Col2Map {float:left; width:298px;}
.Col3Map {float:left; width:200px; margin-left:20px;}

/* ============= Column Control ============= */
.mainContentW {}
.rightSideCol {}