@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	background: #937650;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

div.Table_01 {
	position:relative;
	background: #937650 url(images/pg_bg.jpg) 0 0 repeat-y;
	left:0px;
	top:0px;
	width:1024px;
	height:1098px; /* Adjust this value to make the Table fit the Content and Menus properly */
	border: 0px solid #FF0000;
	z-index: 1;
}

/*=========================================*/
/* START @Header Section ============*/
/*=========================================*/
div.logo1_ {
	background: url(images/logo1.jpg) 0 0 no-repeat;
	position:absolute;
	left:35px;
	top:0px;
	width:172px;
	height:232px;
}

div.logo2_ {
	background: url(images/logo2.jpg) 0 0 no-repeat;
	position:absolute;
	left:207px;
	top:0px;
	width:766px;
	height:108px;
}

/*=========================================*/
/* START @Top Section =====================*/
/*=========================================*/
div.home-linl {
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

/*=========================================*/
/* START @Icon Group Section ==============*/
/*=========================================*/
div.icons {
	position:relative;
	left:900px;
	top:10px;
	width:104px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.home-icon {
	position:absolute;
	background: url(images/home_icon.jpg) 0 0 no-repeat;
	left:0px;
	top:0px;
	width:18px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.contact-icon {
	position:absolute;
	background: url(images/contact_icon.jpg) 0 0 no-repeat;
	left:25px;
	top:0px;
	width:18px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.about-icon {
	position:absolute;
	background: url(images/about_icon.jpg) 0 0 no-repeat;
	left:50px;
	top:0px;
	width:18px;
	height:17px;
	vertical-align:middle;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.presentation_ {
	position:absolute;
	left:207px;
	top:108px;
	width:766px;
	height:443px;
}

/*=========================================*/
/* START @Menu Section ====================*/
/*=========================================*/
div.menu-section {
	position:relative;
	left:35px;
	top:245px; /* Adjust this value to move the entire Main Menu Section up or down */
	width:137px;
	height:37px;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.menu-header {
	position:relative;
	background: url(images/navigation.jpg) 0 0 no-repeat;
	left:0px;
	top:0px;
	width:137px;
	height:55px;
	border: 0px solid #FF0000;
}

div.menu {
	position:relative;
	left:0px;
	top:0px;
	width:137px;
	height:auto;
	border: 0px solid #FF0000;
}

div.menu-item {
	position:relative;
	left:10px;
	top:-15px;
	width:137px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	border: 0px solid #FF0000;
}

div.menu-itemwhite {
	position:relative;
	left:10px;
	top:-15px;
	width:137px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
	border: 0px solid #FF0000;
}

div.hdiv-01 {
	position:relative;
	background: url(images/nav_div.jpg) 0 0 no-repeat;
	left:-10px;
	width:137px;
	height:9px;
	z-index:70;
	border: 0px solid #FF0000;
}

div.nav-column_ {
	position:absolute;
	left:35px;
	top:232px;
	width:172px;
	height:48px;
}

/*=========================================*/
/* START @Scroll Section ==================*/
/*=========================================*/
div.scrolls-section {
	position:absolute;
	left:207px;
	top:551px;
	width:766px;
	height:186px;
	z-index: 60;
	border: 0px solid #FF0000;
}

div.seperator_ {
	position:relative;
	left:0px;
	top:0px;
	width:766px;
	height:39px;
}

div.seperator-lside_ {
	position:relative;
	left:0px;
	top:0px;
	width:48px;
	height:14px;
}

div.content_ {
	position:relative;
	left:50px;
	top:-20px;
	width:665px;
	height:177px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#2a0e00;
	padding:5px;
	z-index: 70;
	border: 0px solid #FF0000;
}

div.seperator-rside_ {
	position:relative;
	left:716px;
	top:-201px;
	width:50px;
	height:14px;
}

/*=========================================*/
/* START @Links Section ===================*/
/*=========================================*/
a:link {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	text-decoration:none;
}

a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	text-decoration:none;
}

a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#937650;
	text-decoration:underline;
}

a.menuLink:link {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.menuLink:visited {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a.menuLink:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}


a.menuLinkwhite:link {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

a.menuLinkwhite:visited {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

a.menuLinkwhite:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}
a.iLink:link {
	font-size:14px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:none;
}

a.iLink:visited {
	font-size:14px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:none;
}

a.iLink:hover {
	font-size:14px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:underline;
}

a.pLink:link {
	font-size:12px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:none;
}

a.pLink:visited {
	font-size:12px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:none;
}

a.pLink:hover {
	font-size:12px;
	font-weight:bold;
	color:#2a0e00;
	text-decoration:underline;
}

/*=========================================*/
/* START @Video Player Section ============*/
/*=========================================*/
.video-screen {
	padding: 8px 5px;
	margin-left: 40px;
	margin-right: 20px;
	border: 3px solid #000000;
}

.content-video-bg {
	background-color: #000000;
	background-image: url('images/content-bg-video.gif');
	background-repeat: repeat;
	background-position: top;
}

.content-text-video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 15px 40px 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 19px;
}

