/* this for navbar menus - taken from copied script */
 * {
 margin: 0;
 padding: 0;
} 

body
{
	margin: auto;
	padding: 0px;
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	/* border : medium solid #000000; */
	position: relative;
	width: 1024px;
	height: 768px;
	top: 0px;
	left: 0px;
	text-align:center;
}

/* this for navbar menus*/
 p
{
	margin-bottom: 1em;
}

.navbar-upward
{
	margin-top: 400px !important;
}

/* This provides a containing div for the whole page */
div#container
{
	 /* border : medium solid #000000; */
	position: relative;
	min-width: 790px;
	max-width: 1024px;
	width: 1024;
	height: 1153px;
	top: 0px;
	left: -2px;
	font-family: Tahoma;
	
}
/* This provides space for a banner */
div#header
{
	background-position: center center;
	height: 150px;
	text-align: center;
	border-top: 2px solid rgb(196,78,6);
	width: 1024;
	border-top-width: 0px;
	background-image: url(    '../images/banner4.jpg' );
	background-repeat: no-repeat;
}

/* This is the menu bar below the banner */
div#navbar
{
	
	width: 1024px;
	position: relative;
	top: 0px;
	left: 0px;
}

div#navbar ul
{
	border-color: rgb(171,68,5);
	border-top-style: solid;
	border-top-width: 2px;
	font-weight: normal;
	z-index: 597;
	float: left;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	list-style: none;
	font-size: 0.9em;
	text-decoration: none;
}

div#navbar li
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-decoration: none;
}

div#navbar ul li
{
	padding: 5px 47px 5px 47px;
	border-style: solid;
	border-width: 0;
	background-color: #f6f6f6;
	color: rgb(171,68,5);
	float: left;
	line-height: 1.0em;
	vertical-align: middle;
	text-align: center;
}

div#navbar ul ul
{
	visibility:hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

div#navbar ul ul li
{
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	border-color: rgb(171,68,5);
	float: none;
	color: rgb(171,68,5);
	font-size: 1em;
}

div#navbar ul ul ul
{
	top: 1px;
	left: 99%;
}

div#navbar ul li:hover > ul
{ 
	visibility: visible;
	 }


div#navbar ul li.hover, div#navbar ul li:hover
{
	background-color: #eee;
	color: rgb(171,68,5);
	position: relative;
	z-index: 599;
	cursor: default;
	
}

div#navbar ul a:link, 
div#navbar ul a:visited,
div#navbar ul a:hover,
div#navbar ul a:active
{
	color: rgb(171,68,5);

	text-decoration: none;
}



/* This provides a column on the left hand side*/
div#content
{
	/* border : medium solid #000000; */
	padding: 0px 0px 0px 15px;
	width: 657px;
	height: 521px;
	top: 200px;
	position: absolute;
	text-align:left;
	color:Black;
}


div#content h1
{
	font-size: 1.4em;
	font-variant: small-caps;
	margin-top: 2em;
	font-family: Arial, Helvetica, sans-serif;
	
}
div#content h2
{
	font-size: 1.0em;
	font-variant:normal;
	margin-top: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	;
}
div#content p {font-size:.8em;}        
div#content li {font-size:.8em;}




/* This provides a column in the middle*/
div#middle_col
{
	/* border : medium solid #000000; */
	padding: 0px;
	position: absolute;
	top: 3px;
	left: 369px;
	width: 337px;
	height: 768px;
	margin-top: 301px;
}
/* This provides a column on the right hand side with bold face image*/
div#right_col_home_page
{
	/* border : medium solid #000000; */
	background-position: center top;
	position: absolute;
	left: 685px;
	width: 350px;
	height: 581px;
	background-image: url(  '../images/face.jpg' );
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	float: right;
	top: 200px;
}

/* This provides a column on the right hand side with watermark face image */
div#right_col
{
	/* border : medium solid #000000; */
	background-position: center top;
	padding: 0px;
	position: absolute;
	left: 685px;
	width: 350px;
	height: 581px;
	background-image: url( '../images/facewatermark.jpg' );
	top: 200px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

h2.orange
{
	color: rgb(255,127,0);
	font-weight: bold;
	font-style: italic;
}
p.orange
{
	color: rgb(255,127,0);
	font-weight: bold;
	font-style: italic;
}
p.align_left
{
	text-align:left;
}
p.align_centre
{
	text-align:center;
}
p.align_right
{
	text-align:right;
}
div#menu
{
	width: 100%;
	font-size: 1em;
	text-align: center;
	background-color: rgb(255, 255, 255);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: rgb(255,127,0);
}
div#menu ul {margin:2px 0;}        
div#menu li
{
	display: inline;
	padding: 0 2px 0 2px;
	color: rgb(255,127,0);
}

div#menu li:first-child {border-left:0;}        
div#menu ul li a {text-decoration:none;}
div#menu ul li a:link
{
	text-decoration: none;
	color: rgb(196,78,6);
}         
div#menu ul li a:hover {text-decoration:underline; color:rgb(255,127,0);}   

div#bottom_menu
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#bottom_menu ul
{
	border-bottom: 2px solid rgb(171,68,5);
	width: 100%;
		font-size: 1em;
		text-align: center;
		background-color: #eee;
		border-top: 2px solid rgb(171,68,5);
		color: rgb(255,127,0);
		position: absolute;
	top: 845px;
	left: -1px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		vertical-align: middle;
		padding-top: 3px;
		padding-bottom: 5px;
}
       
div#bottom_menu ul li
{
	display: inline;
	padding: 0 40px 0 40px;
	color: rgb(255,127,0);
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

div#bottom_menu ul li.hover, ul li:hover
{
	background-color: #f6f6f6;
	color: rgb(255,127,0);
	text-decoration: underline;
}

div#bottom_menu ul li:first-child {border-left:0;}        
div#bottom_menu ul ul li a {text-decoration:none;}
div#bottom_menu ul ul li a:link
{
	text-decoration: none;
	color: rgb(196,78,6);
}         

div#bottom_menu ul li a:link
{
	text-decoration: none;
	color: rgb(196,78,6);
}

div#bottom_menu ul li a:visited
{
	text-decoration: none;
	color: rgb(196,78,6);
}         
div#bottom_menu ul li a:hover
{
	text-decoration: underline;
	color: rgb(255,127,0);
}    

/* a:link {color:#FF0000}      /* unvisited link */
/* a:visited {color:#00FF00}  /* visited link */
/* a:hover {color:#FF00FF}  /* mouse over link */
/* a:active {color:#0000FF}  /* selected link */

/* This provides a footer*/
div#footer
{
	width: 1024px;
	padding: 0px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 880px;
	left: 0px;
	height: 10px;
	font-size: .8em;
	color: rgb(255,127,0);
}

div#footer ul
{
	color: rgb(196,78,6);
}
div#footer ul li
{
	display: inline;
	color: rgb(255,127,0);
	font-family: Arial, Helvetica, sans-serif;
}

/* a:link {color:#FF0000}      /* unvisited link */
/* a:visited {color:#00FF00}  /* visited link */
/* a:hover {color:#FF00FF}  /* mouse over link */
/* a:active {color:#0000FF}  /* selected link */

div#footer ul li a:link
{
	text-decoration: none;
	color: rgb(196,78,6);
}

div#footer ul li a:visited
{
	text-decoration: none;
	color: rgb(196,78,6);
}         
div#footer ul li a:hover
{
	text-decoration: underline;
	color: rgb(255,127,0);
} 

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}


/* -- level mark -- */

	div#navbar ul ul {
	 width: 150px;
	 margin-top: 1px;
	}

		div#navbar ul ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


div#navbar ul *.dir {
 padding-right: 48px;
 background-image: url(../images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

div#navbar-horizontal ul ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

div#navbar-upward ul *.dir {
 background-image: url(images/nav-arrow-top.png);
}

div#navbar-vertical ul *.dir,
div#navbar-upward ul ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

div#navbar-vertical-rtl ul *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}
