 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0px;
}

body {
	font: 18px  'Georgia','Perpetua', 'Times New Roman', Times, serif;
	color: 000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #D5C4B2;
	background-image: url(images/bg_ind_b.jpg);
	background-repeat: repeat;
	background-position: top;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #5B0000;
	border: none;
}
a:visited {
	text-decoration: none;
	border: none;
	color: #5b0000;
}
a:hover {
	color: #996600;
}

/* headers */
h1, h2, h3 {
	font-family: 'Georgia','Perpetua', 'Times New Roman', Times, serif;
	color: #ABABAB;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 1em;
	color: #895F30;
	padding: 20px 10px 5px 10px;
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #222;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
p.thumb {
	border: 5px solid;
	margin: 15px 0px 10px 20px;
	padding: 0px;
	float:right;
	
}

p.logo {
	border: 5px solid;
	padding: 0px;
	float:right;
	
}


/*Navigation*/
#nav {
	width: 740px;
	height: 65px;
	position: relative;
	margin: 35px 0 0 70px;
	padding: 0;
}

#nav li {
float: left;
}
#nav li a {
	position: absolute;
	top: 3px;
	margin: 0;
	padding: 0;
	display: block;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#nav_hom a {
	left: 69px;
	width: 139px;
	background: url(images/menu.png);
	background-position: 0 0;
}
li#nav_map a {
	left: 285px;
	width: 167px;
	background: url(images/menu.png);
	background-position: -180px 0;
}

li#nav_jou a {
	left: 504px;
	width: 134px;
	background: url(images/menu.png);
	background-position: -390px 0;
}

li#nav_hom a:hover {
background-position: 0 -80px;
}
li#nav_map a:hover {
background-position: -180px -80px;
}
li#nav_jou a:hover {
background-position: -390px -80px;
}




/* form elements */
form {
	margin: 20px 10px;
	padding: 5px 10px 20px 10px;
	border: none;
	background: transparent;
	width: 435px;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 8px 8px 0px;
	color: #5b0000;
}
input, select, textarea {
	padding: 5px 4px 5px 10px;
	font-family: 'Georgia','Perpetua', 'Times New Roman', Times, serif;
	font-size:18px;
	color: #5b0000;
	border: 1px solid #5b0000;
	background-color:#e1ddb1;
	margin: 0px 40px 10px 00px;

}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button {
	font: bold 18px 'Georgia','Perpetua', 'Times New Roman', Times, serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #5b0000;
	background: #e1ddb1;
	border-width: 1px;
	border-style: solid;
	border-color: #5b0000;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	width: 900px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	float: left;	
	display: inline;	
}


#header {
	position: relative;
	width: 1024px;
	height: 870px;
	margin: 0;
	padding: 0;
}
#img-index {
	position: absolute;
	padding: 0px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 768px;
}

#img-hj {
	position: absolute;
	padding: 0px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 8px;
	left: 503px;
	width: 500px;
	height: 599px;
}

#img-us-s {
	position: absolute;
	padding: 0px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 296px;
	left: 50px;
	width: 176px;
}
#img-us-j {
	position: absolute;
	padding: 0px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 524px;
	left: 50px;
	width: 176px;
}
#img-us-d {
	position: absolute;
	padding: 0px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 710px;
	left: 50px;
	width: 176px;
}

#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Georgia', 'Perpetua', 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 12pt;
	line-height: 16pt;
	color: #000000;
	width: 441px;
	/* change the values of top and left to adjust the position */
	top: 168px;
	left: 50px;
	height: 105px;
	
}
#header p#head-img {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	width: 591px;
	/* change the values of top and left to adjust the position */
	top: 35px;
	left: 29px;
	text-align: center;
}
#header p#us{
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Georgia','Perpetua', 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 9pt;
	line-height: 14pt;
	color: #000;
	width: 449px;
	/* change the values of top and left to adjust the position */
	top: 337px;
	left: 50px;
	height: 180px;
	
}
#header p#us-j{
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: 'Georgia','Perpetua', 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 9pt;
	line-height: 14pt;
	color: #000;
	width: 681px;
	/* change the values of top and left to adjust the position */
	top: 566px;
	left: 50px;
	height: 291px;
	
}


.text {
	font: 18px  'Georgia','Perpetua', 'Times New Roman', Times, serif;
	color: #5b0000;
	text-decoration: none;
	letter-spacing: 0px;
	list-style-type: disc;


}


/* Main Column */
#main {
	float: left;
	width: 925px;
	padding: 0; margin: 0;
	display: inline;
	background-image:url(../images/fr.png);
	background-repeat: no-repeat;
	background-position:top;	
}


#main h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 2.8em 'Georgia','Perpetua', 'Times New Roman', Times, serif;
	color: #222;
	letter-spacing: -1px;
	text-transform: none;
}

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	margin-top: 0px;
	font: normal 1em 'Perpetua', 'Times New Roman', Times, serif;
	background-image:url(images/divider.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 1024px;
	height: 150px;
	float: left;
}

#footer-content {	
	margin: 0 auto;
	width: 880px;
	text-align: left;		
}


#footer-content .space-sep {
	margin-right: 12px;
}




/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
