@charset "utf-8";
/* CSS Document */

body {
	background-color:#999965;
	background-image:url(images/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-family:sans-serif;
	font-size:14px;
	text-align:justify;
	}
h1 {
	margin-top:5px;
	margin-bottom:10px;
	font-family:sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#025EFF;
	}
#shadow {
	width:780px;
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	}
#tree {
	width:100%;
	background-image:url(images/dead_tree.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-attachment:fixed;
	}
#main {
	width:748px;
	background-color:#FFFFFF;
	background-image:url(images/mainbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-left:3px solid #000000;
	border-right:3px solid #000000;
	text-align:center;
	}
#bottom {
	background-image:url(images/main_bottombg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#strip {
	background-image:url(images/strip.gif);
	background-position:center;
	background-repeat:repeat-y;
	}
#strip1 {
	background-image:url(images/strip1.gif);
	background-position:center;
	background-repeat:repeat-y;
	}
#stripOver {
	background-image:url(images/strip_over.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
#stripOver1 {
	background-image:url(images/strip_over1.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
#footer {
	width:748px;
	height:35px;
	vertical-align:middle;
	background-color:#000066;
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	font-family:sans-serif;
	color:#FFFFFF;
	}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
.contentBox {
	width:700px;
	font-family:sans-serif;
	font-size:14px;
	text-align:justify;
	}
.contentBoxLeft {
	width:310px;
	font-family:sans-serif;
	font-size:14px;
	text-align:justify;
	}
.splitLeft {
	float:left;
	clear:left;
	width:320px;
	clip:rect(auto,auto,auto,auto);
	left:15px;
	text-align:left;
	}
.splitRight {
	width:325px;
	margin-left:370px;
	text-align:left;
	font-family:sans-serif;
	font-size:14px;
	}
.indexpic {
	float:right;
	border:2px #3399FF solid;
	margin:10px 0px 10px 30px;
	}
.indexBottomPic {
	float:left;
	border:2px #3399FF solid;
	margin:25px 60px 25px 40px;
	}
.leftpic {
	float:left;
	border:2px #3399FF solid;
	margin:10px 25px 10px 5px;
	}

.rightpic {
	float:right;
	border:2px #3399FF solid;
	margin:0px 0px 25px 25px;
	}
.quoteBox {
	padding:10px 10px 10px 10px;
	background-color:#379EFD;
	font-family:sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	}
.tinytext {
	font-size:10px;
	}
/* The top menu */
.menu {
width:748px; 
font-size:14px;
position:relative;
background-color:#000066;
top:-5px;
z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:135px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:187px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
font-family:sans-serif;
text-decoration:none;
font-weight:bold;
text-align:center; 
color:#fff;  
height:36px; 
background-color:#000066;
background-image:url(images/menubg.jpg);
padding-left:0px; 
line-height:36px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:187px;
w\idth:187px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background-color:#64CAFE;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background-color:#660000;
}
.menu ul ul :hover > a.drop {
background-color:#660000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:36px;
left:0px; 
width:200px;
filter:alpha(opacity=95);
-moz-opacity:.95;
opacity:.95;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:36px;
t\op:36px;
left:-8px;
l\eft:-8px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#64CAFE;
font-variant:normal;
text-align:left;
font-weight:normal; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:150px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:150px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#000066;
background-image:url(images/menu_hoverbg.jpg);
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#000066;
background-image:url(images/menu_hoverbg.jpg);
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

