@charset "utf-8";
/* CSS Document */

#topbar {
	width:100%;
	height:116px;
	z-index:2;
}
#top-menu{
	text-align:right;
	height:26px;
	width:auto;
	float:right;
	padding-right:25px;
	padding-top:5px;
}
#top-menu a{
	font-family;
	font-size:12px;
	padding-left:20px;
	color:#FFF;
}
#top-menu a:hover{
	color:#036;
	text-decoration:none;
}
#logo{
	height:176px;
	width:223px;
	float:left;
	background:url(../images/logo.png) no-repeat;
}
#logo a {
display: block;
width: 100%;
height: 100%;
}
#navbar{
	width:720px;
	height:65px;
	background:url(../images/nav_bg.png) no-repeat;
	float:right;
	}
.nav{
	list-style:none;
	display:block;
	width:720px;
	height:65px;
	float:left;
	margin: 6px 0 0;
	padding:0;
}
.nav li{
	display: block;
    float: left;
    height: 49px;
    list-style: none outside none;
    margin: 0 20px 0 21px;
    width: auto;
}
.nav li a{
	color: #FFFFFF;
    display: block;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    height: 49px;
    text-align: center;
    width: auto;
	 text-transform: capitalize;
}
.nav li a span{
	color: #73ab00;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    height: auto;
    width: auto;
}
.nav li a:hover{
	color: #006100;
	text-decoration:none;
}
.nav li a:hover > span{
	color: #006100;
	text-decoration:none;
}
.current{
	pointers-event:none;
	cursor:default;
	color: #006100 !important;
	text-decoration:none;
}
.current span{
	pointers-event:none;
	cursor:default;
	color: #006100 !important;
	text-decoration:none;
}
#social{
	float:right;
	width:260px;
	height:20px;
}
#social ul{
	display: block;
    float: right;
    list-style: none outside none;
    margin: 0 25px 0 0;
    padding: 0;
}
#social ul li{
	display:block;
	float:left;
	width:auto;
	height:20px;
	margin:0px 5px;
}
#social ul li a{
	display:block;
	float:left;
	width:16px;
	height:16px;
}
#fb{
	background:url(../images/fb.png) no-repeat;
}
#tw{
	background:url(../images/twitter.png) no-repeat;
}
#in{
	background:url(../images/linkdin.png) no-repeat;
}
#fb:hover{
	background:url(../images/fb_roll.png) no-repeat;
}
#tw:hover{
	background:url(../images/twitter_roll.png) no-repeat;
}

#in:hover{
	background:url(../images/linkdin_roll.png) no-repeat;
}
#footer_bar{
	width:900px;
	height:28px;
	background:url(../images/footer_bg.jpg) no-repeat;
	color:#6f6f6f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
	position: relative;
	margin-top: -28px; /* negative value of footer height */
	clear:both;
	padding:0px 30px;
}
a{
	text-decoration:none;
	color:#666;
}
a:hover{
	text-decoration:underline;
}
#copyright{
	float:left;
	width:auto;
	padding-top:8px;
	text-align:left;
}
#designer{
	float:right;
	width:auto;
	padding-top:8px;
	text-align:right;
}