/* 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: 1024px;
	height: 1153px;
	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: 1024px;
	border-top-width: 0px;
	background-image: url(      '../images/banner4.jpg' );
	background-repeat: no-repeat;
	margin-top: 10px;
}

/* This is the menu bar below the banner */
div#navbar
{
	position: relative;
	margin-top: 10px;
}

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;
	text-decoration: none;
	width:100%;
	
}

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

div#navbar ul li
{
	padding: 5px 35px 5px 35px;
	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;
}

/* This is like a hidden drop down menu.  I don't really know why it has to exist.  Maybe it doesn't */
div#navbar ul ul
{
	visibility:hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

/* This is the drop down list items */
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; */
	width: 731px;
	height: 877px;
	text-align: left;
	color: Black;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding-top: 15px;
}


div#content h1
{
	font-size: 1.4em;
	font-variant: normal;
	margin-top: 2em;
	font-family: Tahoma;
	color: #C60;
	font-weight: normal;
	font-style: normal;
}
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 on the right hand side with bold face image*/
div#right_col_home_page
{
	/* border : medium solid #000000; */
	background-position: center top;
	postition: absolute;
	letft: 685px;
	width: 293px;
	height: 891px;
	background-image: url('../images/face.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	float: right;
	ttop: 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;
}

*.orange
{
	color: rgb(255,127,0);
	font-weight: bold;
	font-style: italic;
}
*.align_left
{
	text-align:left;
}
*.align_centre
{
	text-align:center;
}
*.align_right
{
	text-align:right;
}

div#bottom_menu
{
	width: 100%;
	margin-top: 20px;
	float: right;
}

div#bottom_menu ul
{
	border-bottom: 2px solid rgb(171,68,5);
	font-size: 1em;
	text-align: center;
	background-color: #eee;
	border-top: 2px solid rgb(171,68,5);
	color: rgb(255,127,0);
	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;
	margin-top: 15px;
}
       
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: 100%;
	padding: 0px;
	margin: 10px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	
	height: 20px;
	font-size: .8em;
	color: rgb(255,127,0);
	float: left;
}

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%;
}