@charset "UTF-8";

/*---- CSS reset----- */
body {margin: 0; padding: 0; font-size: 100%; line-height: 1.5;}
article, aside, figcaption, fig      {display: block;}
h1, h2, h3, h4 {margin: 1em 0 .5em; line-height: 1.25;}
h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}
ul, ol {margin: 1em 0; padding-left: 40px;}
p, figure {margin: 1em 0;}
a img {border: none;}
sup, sub {line-height: 0;}
/*----- CSS reset ends here----- */

body {
	font-size: 0.90em;
	background-image: url(../images/bg.gif);
	background-color: #AAC180;
	background-repeat: repeat-x;
}


#container {
	margin: auto;
	width: 740px;
	background-color: #DDEAD9;
	/*----- dropshadow----- */    
    -moz-box-shadow: 0px 0px 5px #131313;
	-webkit-box-shadow: 0px 0px 5px #131313;
	box-shadow: 0px 0px 5px #131313;
	/* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#131313')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#131313');
}
#logo {
	height: 91px;
	background-image: url(../images/logo_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/* -----Navigation dropdown menus settings----- */

/* Navigation background image */
#navbar {
	background-image: url(../images/navbar_bg.gif);
	/*background-repeat: repeat-x;*/
	height: 45px;
	padding-top: 0px;
	padding-left: 15px;

}

#nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#nav li{

	list-style-type: none;
	color: #507800;
	float: left;
		
	

	
}

/* Navigation text settings */
#nav li a{
display: block;	
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 17px;
	padding-right: 0px;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 39px;
}

/* Navigation dividers */
b{
	margin-left: 17px;
	margin-right: 0px;
	color: #507800;
}

/* Navigation mouseover text color */
#nav li a:hover  {
	color: #CCCCCC;
}

/* Navigation dropdown */
#nav  li  ul   {
	display: none;
	z-index: 101;
}

#nav  li  ul li a   {
	color: #CCCCCC;
	line-height: 30px;
	padding-right: 17px;
	z-index: 101;
	text-align: left;
}

/* Navigation dropdown display and background color settings */
#nav li:hover ul{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #769E3D;
	padding-right: 0px;
	padding-left: 0px;
}

#nav li:hover li, #nav li.hover li {
	float: none;
	display: block;
}

/* Navigation dropdown text color */
#nav li:hover li a, #nav li.hover li a{
	color: #507A29;		
}

/* Navigation dropdown mouseover text color */
#nav li li a:hover {
	color: #ccc;
}

/* Navigation dropdown underline */
.menu_bdr{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* -----Navigation dropdown menus settings ends here----- */


/* -----Top menus settings----- */
#topmenus {
	text-align: right;
	float: right;
	width: 250px;
	margin-right: 26px;
	margin-top: 18px;
}
#topmenus  ul {
}
#topmenus  li {
	list-style-type: none;
	display: inline;
	color: #507800;
	font-size: 0.8em;
}
#topmenus  li  a {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: none;
	color: #507800;
	font-family: Arial, Helvetica, sans-serif;
}
#topmenus li a:hover  {
	color: #000000;
}
.topmenu_bdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
/* -----Top menus settings ends here----- */

/* -----footer settings----- */
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 46px;
	padding-left: 40px;
}
#footer #footer_right {
	float: right;
	width: 50px;
}
#footer  ul {
	text-align: right;
}
#footer  li {
	list-style-type: none;
	display: inline;
	color: #507800;
	font-size: 0.82em;
}
#footer  li  a {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#footer li a:hover  {
	color: #507800;
}
#footer_menus {
	float: left;
	width: 550px;
	height: 46px;
}
#footer_icons {
	height: 46px;
	width: 100px;
	float: left;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align: center;
	width: 740px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#copyright a {
	text-decoration: none;
	color: #608738;
}
#copyright a:hover {
	text-decoration: underline;
	color: #608738;
}
.design {
	font-size: 0.8em;
	text-decoration: none;
}
.copy_purple {
	color: #7E257A;
}
