/*Overal link colors */
a:link, a:visited {color:#135293;}
a:hover, a:active {color:#FF9523;}

/*Main Menu styling*/
#menu {background: #244590}									/* Overral Menu Background */
#menu li {
	background: url("../images/nav-border.gif") repeat-x;
} /* If background color above is changed, this graphic will either need to be changed or removed */
#menu a:link, #menu a:visited {color:#FFFFFF;}				/* Menu text color in its normal state */
#menu a:hover {color:#FFFFFF;}								/* Menu text color when rolled over */



/*Header Image*/
#header {background-image: url(../images/header.jpg);}

/*Footer Backgound*/
#footer {background-image: url(../images/footer-bg.gif);}

/*Footer Left Image*/
.footer-left {background-image: url(../images/footer-left-bg.gif);}

/*Menu and Content Background*/
#nav-cont-wrappper {background-image: url(../images/menu-content-bg.gif);}


#future-box {background: url("../images/futurehands.gif") no-repeat bottom right;}