@charset "utf-8";
/* Navigation */

.bottomstrip{
	font-weight: bolder;
	width: 100%;
	height: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	
	
}

.bottomstrip ul{

padding: 20px 0 10px 0; /* Specify the top position.. Increasing the px will result in changing the menu from the top position*/

margin: 0;

text-align: center; /* we can change the left,right,center to align the menu position */

}

.bottomstrip ul li{

display: inline;

}

.bottomstrip ul li a{
	color: #FFF; /* specify the Anchor text color */
	padding: 12px 5px 5px 5px;
	margin-right: 5px; /*spacing between each menu link*/
	text-decoration: none; /* This is for removing the underline of the anchor tag */
	border-bottom: 6px solid lightblue; /*bottom border is 10px: height of the bottom strip*/
}

.bottomstrip ul li a:hover, .bottomstrip ul li a.selected {border-bottom-color: #ffcc00; /* On mouse over change the color of the bottom strip */

color:#ffcc00;/* On mouse over change the color of the font */

}


.menu{
	margin:30px 0 0 0;
	float:right;
	width:762px;
	 }
	
	
	.menu ul{
    margin: 0; padding: 0;
    float: right;}
 
.menu ul li{
    display: inline;
	font:9px Verdana;}
	
 
.menu ul li a{
    float: left; text-decoration: none;
    color: #5d5d5d;
    padding: 10.5px 11px;
     }
 
.menu ul li a:visited{
    color: #5d5d5d;}
 
.menu ul li a:hover, .menu ul li .current{
    color: #434343;
    }

.address {
	float:right;
	width: 246px;
	margin: 2em 0 0px 0;
}

.address_container, p {
	text-align:left;
	font: 10px Verdana;
	color:white;
	margin:2px 0 5px 0;
}
.email_link a {
	color:#FFCC00;
	text-decoration:none;
}

