﻿
#bodyStyle{
	width: 955px;
	margin-left:auto;
	margin-right:auto;
	padding: 0%
}
#logo{
	width:320px;
	height:80px;
	margin:10px 5px 5px 5px;
	float:left;
	background-image:url('../images/logo.png');
}
#header
{
	border: 1px solid #FF9900;
	height: 100px;
	width:955px;
	margin:10px auto 0 auto;
	background-image: url('../images/header-mid.jpg');
}

#navcontainer{
	border-color: #FFFF00;
	border-width: 2px;
	float: right;
	margin: 30px 10px auto auto;
	font-family:Verdana;
	font-size: large;
	text-transform: uppercase;
	color:#FFFFCC;
	font-weight: bolder;
}

#navcontainer ul
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: auto;
	font-family: trebuchet;
	text-transform: capitalize;
}

#navcontainer ul li { 
	display: inline; 

}
#navcontainer ul li a
{
	margin: 0px 0px 0px 0px;
	color: #6a6a6a;
	display: block;
	float: left;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */;
	height: 30px; /* Height of button background height */;
	padding-left: 8px; /* Width of left menu image */;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	background: url('../images/line.jpg') no-repeat right top;
}
#navcontainer ul li a:hover
{
	border-width: medium;
	margin: 0px 0px 0px 0px;
	color: #fff;
	display: block;
	float: left; /* Change 13px as desired */;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */;
	height: 30px; /* Height of button background height */;
	padding-left: 8px; /* Width of left menu image */;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: solid;
	border-color: #1a1a1a;
}

#navcontainer ul li a#current{
	/*margin:0px 10px 0px 10px;*/
	border-style: none;
	margin: 0px 0px 0px 0px;
	color: #1a1a1a;
	display: block;
	float: left;
	background: url('../images/line.jpg') no-repeat right top;
/* Change 13px as desired */;	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */;
	height: 30px; /* Height of button background height */;
	padding-left: 8px; /* Width of left menu image */;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul li a span{
	display: block;
	padding: 4px 10px 4px 5px;  
}
#navcontainer ul li a:hover span{

/*	background:#ff9c3c;*/
	display: block;
	padding: 4px 10px 4px 5px; 
}
#navcontainer ul li a#current span{
	
	display: block;
	padding: 4px 10px 4px 5px; 
}

#footer{
	border: 1px solid #C6F500;
	height: auto;
	width: 955px;
	background-color: #E0FA71;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
}


#footmenu{
	border-color: #FFFF00;
	border-width: 2px;
	font-family:Verdana;
	font-size: small;
	text-transform: uppercase;
	color:#FFFFCC;
	font-weight: bolder;
	margin:2px auto 2px 200px;
	width:50%;
	float:left;
}

#footmenu ul
{
	float: left;
	width: auto;
	margin:2px auto 2px auto;
	font-family: trebuchet;
	text-transform: capitalize;
}

#footmenu ul li { 
	display: inline; 

}
#footmenu ul li a
{
	color: #6a6a6a;
	display: block;
	float: left;
	padding: 0px 5px 0px 5px; /* Width of left menu image */;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
#footmenu ul li a:hover
{
	border-width: medium;
	margin: 0px 0px 0px 0px;
	color:#819f00;
	display: block;
	float: left; /* Change 13px as desired */;
	padding: 0px 5px 0px 5px; /* Width of left menu image */;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: solid;
	border-color: #1a1a1a;
}

#footmenu ul li a#current{
	/*margin:0px 10px 0px 10px;*/
	border-style: none;
	margin: 0px 0px 0px 0px;
	color: #1a1a1a;
	display: block;
	float: left;
	padding: 0px 5px 0px 5px; /* Width of left menu image */;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul li a span{
	display: block;
}
#navcontainer ul li a:hover span{
	display: block;
}
#navcontainer ul li a#current span{
	display: block;
}
#copyright
{
	float:left;
	width:100%;
	text-align:center;
	font-size:small;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top:5px;
	color:#a1a1a1;
	
}
