@charset "ISO-8859-1";

/*****Reset*****/
html, a img, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; border: none
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:0 -1px rgba(9, 0, 0, 0.3);
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
}

.style5 {color: #A3C44C}
a:link {
	color: #9BBA46;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#site_layout {
	background-color: #333333;
	height: 100px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}


#header_block{
	height: 250px;
	width: 900px;
	margin: 0 auto;
	left: 0px;
	top: 0px;
				}
				
#navigation {
	height: 80px;
	position: relative;
	margin-left: 210px;
}


/************************************/
/*******NAVIGATION MENU*************/

/*This removes the indents browsers tend to make, as well as the bullets */
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position: relative;
	line-height: 34px;
	z-index: 1000;
	}

/*will style each hyper link in our menu a little bit*/
#nav a{
	display:block;
	color:#000000;
	text-decoration:none;
	background-color:#A3C44d;
	background-image: url(../images/Button.jpg);
	height: 56px;
	width: 107px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 10px;
}

#nav a:hover{
	background-color:#7E9739;
	color:#FFFFFF;
	background-image: url(../images/Button_hov.jpg);
	background-repeat: no-repeat;
}

#nav a.submenus{
	display:block;
	color:#FFFFFF;
	background-color:#96c63e;
	width: 90px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: none;
	line-height: 25px;
}

#nav a.submenus:hover{
	background-color:#c8f18b;
	color:#000000;
	background-image: none;
}
#nav li div {
	margin-right: 3px;	


}

/*This will align our list elements (nav buttons) horizontally.*/
#nav li{
    float:left;
    position: relative;
	width: 109px;
}
/*This will position the submenus right beyond the main menu and give them a width of */
#nav ul {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 35px;
	display: none;

}



/*This will set the width of the hyper links*/
#nav li ul a{
    width: 110px;
    height: auto;
	float: left;
}

/* #nav ul ul and #nav li ul ul define where we display the sub menus.*/
/*The hover states define which items we want to show when hovering over an item (only the next sub level, not all of them)        */
#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:12em;
    margin:0px 0 0 0px;
    }

/*#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }*/
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }


/*******************END of NAVIGATION**************************/



#site_space {
	height: 20px;
	width: 900px;
	background-color: #FFFFFF;
	min-height: 800px;
	margin:0 auto;
	position: relative;
}

#login {
	float: left;
	height: 91px;
	width: 90%;
	position: absolute;
	left: 10px;
	top: 80px;
}

#main_content {
	-moz-border-radius: 8px;
	background-color: #DBDED9;
	text-align: justify;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 210px;
	margin-left: 210px;
}









#rightPanel {
	height: 550px;
	width: 200px;
	float: right;
	position: relative;
}

#lft_panel {
	height: 500px;
	width: 200px;
	background-position: left top;
	position: relative;
	float: left;
	left: 0px;
}

#minicontact {
	position: absolute;
	height: 180px;
	width: 170px;
	margin: 5px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#networks {
	width: 180px;
	height: 173px;
	padding: 9px;
	text-align: left;
	position: absolute;
	top: 350px;
	float: none;
	left: 0px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #95C53E;
	width: 100%;
	height: 150px;
	position: relative;
	background-image: url(../images/footer-gradient.gif);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer a {
	color: #FDFDFD;	
}
