/* Basic color-sheme...

base: #9aba59


*/

body  { 
	font-size: 11px;
	font-family: Verdana, lucida, arial, helvetica, sans-serif; 
	border: 0;
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #CCD30E;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-track-color : #ffffff;	}

html {
	background: #ffffff url(../img/bg.gif) top repeat-x; 
	}
	
p {	
	padding: 0px 12px 0px 12px;
	font-size: 12px;
	font-family: Verdana, lucida, arial, helvetica, sans-serif; 
	line-height: 16px;
}
	
h1{
	padding: 0px 12px 0px 12px;
	font-size:120%;
	font-weight: 700;
	color:#000;		
	}

h2{
	padding: 0px 12px 0px 12px;
	font-size:140%;
	color:#000;
}

h3{
	font-size:120%;
	color:#000;
}

h4{
	font-size:110%;
	color:#000;
}

p{
	align:justify;
}

	
a {	
}
	
a:hover { }

a:link { }

a:visited { }

a:hover { }

a:active { }


/* Home-page specific lay-outing start ----------------------------------------- */

img {
	behavior: url("../js/pngbehavior.htc");
}

	
#home_wrapper {
	z-index: 1;
	padding:0;
	margin:0;
	margin-left: -400px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	height: 600px;
}


#logo {
	position: absolute;
	width: 247px;
	height: 200px;
	padding: 0px;
	top: 54px;
	left: 552px;
	margin:0;
	background:  url(../img/logo.gif) ;
	}
	

#footer {
	position: absolute;
	width: 247px;
	padding: 0px;
	top: 650px;
	left: 552px;
	margin:0;
	line-height: 14px;
	color: #999; 
	font-size: 90%; 
	font-weight: 800; 
	text-align: center;
	text-decoration: none; 
	vertical-align: top; 
	}


#footer a:link { 
	text-decoration: none;
	font-weight: 800; 
	color: #999; 
	}
	
#footer a:hover { 
	text-decoration: none;
	font-weight: 800; 
	color: #000; 
	}
	
	
	
#main {
	top: 235px;
	left: 0px;
	font-size: 100%;
	color: Gray;
	position:absolute;
	width: 540px;
	overflow:auto;
	border:0;
	text-align:left;
	}
	
#main ul, #main li {
	}

#main a, a.main:active, a.main:link {
	text-decoration: none; 
	color: #000;	
	}
#main a:hover {
		color: #666;	
	}


#right {
	position: absolute;
	width: 247px;
	padding: 0px;
	top: 255px;
	left: 552px;
	margin:0;
	text-align: center;
	}
	

/* horizontal menu start ----------------------------------------- */

#menu {
	position: absolute; 
	margin: 0;
	padding: 0;
	top: 60px;
	width: 610px;
	height: 20px;
	overflow: hidden;
	}

#menu ul {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 149px;
	border-left: 1px solid #009475;
	}

#menu ul li a {
	padding: 1px 3px 3px 5px;
	margin: 0;
	color: #000;
	text-align: left;
	text-decoration: none;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    12px;   
	}

html>#menu ul li a  {
	font-size: 12px;   
	} 

#menu ul li a:hover {
	color: #009475;
	}
	
#menu a:active	{
	color: #000;
	}

	/*  Vertical nav positions  ----------------------------------------- */
	
#nav1 {
	position: absolute;
	text-align: left;
	width: 150px;
	top: 95px;
	overflow: visible;
	/* compensates for IE Win bungling */
	height: 122px;
	border-left: 1px solid #fff;
	left: 0px;
	}
html>#nav1 {
	width:150px;   /*** Fix only for IE/Mac ***/
	}

#nav2 {
	position: absolute;
	float: left;
	text-align: left;
	width: 150px;
	top: 95px;
	overflow: visible;
	/* compensates for IE Win bungling */
	height: 122px;
	border-left: 1px solid #fff;
	left: 150px;
	}
html>#nav2 {
	width:150px;   /*** Fix only for IE/Mac ***/
	}

#nav3 {
	position: absolute;
	float: left;
	text-align: left;
	width: 150px;
	top: 95px;
	overflow: visible;
	/* compensates for IE Win bungling */
	height: 122px;
	border-left: 1px solid #fff;
	left: 300px;
	}
html>#nav3 {
	width:150px;   /*** Fix only for IE/Mac ***/
	}

#nav4 {
	position: absolute;
	float: left;
	text-align: left;
	width: 150px;
	top: 95px;
	overflow: visible;
	/* compensates for IE Win bungling */
	height: 122px;
	border-left: 1px solid #fff;
	left: 450px;
	}
html>#nav4 {
	width:150px;   /*** Fix only for IE/Mac ***/
	}

	/*  Vertical nav layout  ----------------------------------------- */


#mainnav1	{
	text-align: left;
	width: 150px;
	overflow: visible;
	/* compensates for IE Win bungling */
	height: 140px;
	}
html>#mainnav1 {
	width:150px;   /*** Fix only for IE/Mac ***/
	}
		
#mainnav1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	}

html>#mainnav1 ul	{
	width: 150px;
	margin-left: 0px;
	} 
	
#mainnav1 ul li {
	position: relative;
	}
	

/* Styles for Menu Items */
#mainnav1 ul li a {
	text-align: left;
	display: block;
	text-decoration: none;
	font-weight: 800;
	color: #fff;
	padding: 3px 3px 4px 5px;
	_padding: 2px;
	border-top: 0;
	font-size: 11px;
	voice-family: "\"}\"";   
	voice-family: inherit;   
	}

html>#mainnav1 ul li a  {
	font-size: 9.5px;   
	} 
	
	/* Position the menu*/

/* #nav { */
/* 	position: relative; */
/* 	margin-left: 15px; */
/* 	} */


/* Holly Hack. IE Requirement \*/
* html #mainnav1 ul li { float: left; height: 1%; }
* html #mainnav1 ul li a { height: 1%; }
/* End */

#mainnav1 ul li a:hover { /* Hover Styles */
	color: #009475; 
	background: #fff;
	font-weight: 700;
	} 
		