/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#998470;
	line-height:20px;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.flag {
	margin:0 0 15px 0;
}

.green-list {
	color:#638A37;
}

.photo-border {
	border:4px solid #8EB862;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-image:url(images/bg_main-container.jpg);
	background-repeat:repeat-y;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:186px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:140px;
	left:40px;
	width:693px;
	height:20px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:no-repeat;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:540px;
	height:auto;
	padding:40px 0 0 60px;
}

#content_main-photos {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:890px;
	height:auto;
	padding:40px 0 0 60px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:270px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#lower_content-container {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/bg_lower_content.jpg);
	background-repeat:repeat-y;

}

#lower_content {
	position:relative;
	top:0;
	left:0;
	width:880px;
	min-height:294px;
    height:auto !important;
    height:294px;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding:80px 0 0 70px;

}

.lower-box {
	position:relative;
	width:250px;
	height:auto;
	background-color:#110a04;
	float:left;
	margin:0 15px 0 0;
	padding:10px 0 0 10px;
}

.lower-image {
	position:relative;
	margin:0 0 5px 0;
}



#footer {
	position:relative;
	top:0;
	left:0;
	padding:0 20px 0 20px;
	width:910px;
	height:40px;
	clear:both;
	background-color:white;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:20px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.jpg);
}

a#nav_01 {
	width:65px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -20px;
}

a#nav_02 {
	width:95px;
	cursor:pointer;
	background-position:-65px 0;
}

a:hover#nav_02{
	background-position:-65px -20px;
}


a#nav_03 {
	width:118px;
	cursor:pointer;
	background-position:-160px 0;
}

a:hover#nav_03{
	background-position:-160px -20px;
}


a#nav_04 {
	width:120px;
	cursor:pointer;
	background-position:-278px 0;
}

a:hover#nav_04{
	background-position:-278px -20px;
}
a#nav_05 {
	width:79px;
	cursor:pointer;
	background-position:-398px 0;
}

a:hover#nav_05{
	background-position:-398px -20px;
}
a#nav_06 {
	width:117px;
	cursor:pointer;
	background-position:-477px 0;
}

a:hover#nav_06{
	background-position:-477px -20px;
}
a#nav_07 {
	width:99px;
	cursor:pointer;
	background-position:-594px 0;
}

a:hover#nav_07{
	background-position:-594px -20px;
}


