/* CSS Document */
body {
	margin: 0; padding: 0;
	 font-family:"Trajan Pro";
	 font-size:12px;
	 letter-spacing:.5px;
	
}
/* --------------------for logo and menu header style --------------------*/
.container {
	width: 1000px; /* total width */
	margin: 0 auto;
	position: relative;
	font: 10px normal Arial, Helvetica, sans-serif;
}
#header {
padding-top: 0px;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 960px; /* adjust this width for menu header */
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	z-index:1; /* this z-index for displaying submenu above the google ad */
	float: left;
	margin: 0;	
	padding: 0 10px 0 0; /* adjust this padding top for avoid contact us menu comes down */
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	font-weight: bold;
	color: #669933;
	/*color:#04B45F;*/
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
	color: #ff6600;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 5px 0 5px;
}
.adstyle{ /* ------- header add -------- */
float:right;
position:absolute;
margin-left:180px;
}
/*----------------- end of header style ------------------------------------------------------------------------------ */
/* --------------------for footer style --------------------*/
.footer
{
	background-image:url(../images/roundrectbottom.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:78px;
	text-align:center;
}
.footer a{
color: #669933;
}

.copyright
{
	color:#FFFFFF;
	font-weight:bold;
}
.copyright a
{
	text-decoration:none;
	font-size:14px;
}
.copyright a:hover
{
	text-decoration:underline;
}
.footer a:hover{
/*color: #ff6600;*/
text-decoration:underline;
}
.footerLink
{
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight:bold;
}
/* ---------------end of footer style ---------------*/
/* ----------------------links style ----------------------------------------------------------------------------- */
.Linktitle a
{
    color:#5f7fa8;
    text-decoration: none;
	/*text-indent:10%;*/
}
.Linktitle li a:hover
{
    color:#804000;
    text-decoration: none;
}

/* ---------------------------- end of links style ------------------------------------------ */
