/*-- start of blanket reset --*/
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    font-size: 100%;  
    vertical-align: baselinebaseline;  
    background: transparent;  
}  
body {  
    line-height: 1;  
}  
ol, ul {  
    list-style: none;  
}  
blockquote, q {  
    quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
    content: none;  
}  
  
 /* remember to define focus styles! */  
 :focus {  
    outline: 0;  
}  
  


/*-- end of blanket reset --*/


* {
margin: 0;
padding: 0;
border: none;
}

body {
	font-family: segoe, sans-serif;
	text-align : center;
	min-width : 740px;
	padding : 0;
	margin : 0;
	background-color : #aaaaaa;
	font-size:10px;
}
#wrapper {
text-align : left;
width : 900px;
margin-left : auto;
margin-right : auto;
padding : 0;
background-color : #ffffff;
}
#container {
	width : 900px;
	background-color:#FFFFFF;

	overflow:hidden;
}
#header {
background-color : #ff0000;
width : 900px;
height : 122px;
}

#navigation {
	width: 900px;
	height: 35px;
	text-align:left;
	background-image: url(../images/bottom_greybg.jpg);
	background-repeat: repeat-x;
	background-color:#CC9933;
}

#contentholder {
clear: both;
	width : 900px;
	min-height: 300px;
	margin : 0;
	padding : 0;
	background-image: url(../images/content_bg2.jpg);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

#bannerrotate {
float: right;
height : 266px;
width: 600px;
position : relative;
margin : 0px;
padding : 0px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
img {
    border: none;
}

/*- Menu 1--------------------------- */

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/navbg.jpg) repeat-x;
	position:relative;
	z-index:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#nav li.top {
	display:block;
	float:left;
	height:35px;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#ccc;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	background: url(../images/navbg.jpg);
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 10px 0 6px;
	height:35px;
	background: url(../images/navbg.jpg) right top no-repeat;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:35px;
	background: url(../images/navbg.jpg) repeat-x;
}

#nav li:hover a.top_link {
	color:#FFFFFF;
	background: url(../images/green_over.jpg) repeat-x;
}
#nav li:hover a.top_link span {background:url(../images/green_over.jpg) repeat-x;}
#nav li:hover a.top_link span.down {background:url(../images/green_over.jpg) repeat-x;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{
	left:1px;
	top:35px;
	background: #bbd37e;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:250px;
	height:auto;
	z-index:300;
}
#nav li:hover ul.sub li
{
	display:inline;
	height:20px;
	position:relative;
	float:left;
	width:245px;
	font-weight:normal;
}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:245px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #bbd37e;}
#nav li ul.sub li a.fly
{background:#bbd37e url(../images/arrow.gif) 235px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#6a812c; color:#fff; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#6a812c url(../images/arrow_over.gif) 235px 6px no-repeat; color:#fff;}


#nav li:hover ul.sub li a.last
{display:block; font-size:11px; height:18px; width:150px; line-height:18px; text-indent:5px; color:#000; border:1px solid #88A738;}
#nav li ul.sub li a.fly.last
{background:#bbd37e;}
#nav li:hover ul.sub li a:hover 
{background:#6a812c; color:#fff; border-color:#fff;}
#nav li:hover ul.sub li a.last:hover
{background:#6a812c; color:#fff;}

#nav li:hover li:hover ul {
	left:245px;
	top:-4px;
	background: #bbd37e;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:150px;
	z-index:400;
	height:auto;
	background-color: #88A738;
}
#nav li:hover li:hover li:hover ul {
	left:90px;
	top:-4px;
	background: #bbd37e;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:120px;
	z-index:400;
	height:auto;
	background-color: #FF0000;
}
#nav li:hover li:hover li:hover li:hover ul {
	left:90px;
	top:-4px;
	background: #bbd37e;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:120px;
	z-index:400;
	height:auto;
	background-color: #CCCC00;
}
#nav li:hover li:hover li:hover li:hover li:hover ul
{
	left:223px;
	top:-4px;
	background: #bbd37e;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:120px;
	z-index:400;
	height:auto;
	background-color: #FFCCCC;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#6a812c url(../images/arrow_over.gif) 235px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#bbd37e url(../images/arrow.gif) 235px 6px no-repeat; color:#000; border-color:#bbd37e;} 


/*- end of Menu 1--------------------------- */

/* - HOME MENU START -*/

#homemenu {
	width : 300px;
	margin: 0px;
	padding: 0px;
	text-align : right;
	height : 270px;
	float : left;
}

#homemenu ul {
list-style : none;
padding : 0px;
margin : 0px;
font-family : Arial, Helvetica, sans-serif;
}

#homemenu li {
	list-style : none;
	display : block;
	height : 90px;
	padding : 0px 0px 0px 0px;
	margin: -5px 0px 0px 0px;
	width: 300px;

}

#homemenu li h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: bold;
color:#28166f;
padding: 0px 25px 0px 0px;
margin: 12px 0px 0px 0px;
}
#homemenu li p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-variant:small-caps;
color:#28166f;
padding: 0px 25px 0px 0px;
margin: 0px 0px 0px 0px;
}

#homemenu li a {
	display : block;
	float : left;
	background-image:url(../images/hp_big_rest.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	text-decoration : none;
	padding : 0px;
	margin : 0px;
	height: 90px;
	width: 300px;
}
#homemenu li a:hover {
	color : #ff0000;
	background-image : url(../images/hp_big_over.jpg);
	background-repeat : repeat-y;
}

/* - HOME MENU END -*/

#content {
clear: both;
	width : 900px;

	margin : 0px 0px 0px 0px;
	padding : 0;
		background-image: url(../images/content_bg2.jpg);
	background-position: 0% 100%;
	background-repeat: no-repeat;

}
#homecontent {
clear: both;
	width : 900px;

	margin : 0px 0px 0px 0px;
	padding : 0;
		background-image: url(../images/content_bg2.jpg);
	background-position: 0% 30%;
	background-repeat: no-repeat;

}

#homecontent .inner {
	margin: 0px 33px 0px 33px;
	min-height: 150px;
	overflow:auto;
}

#homecontent .inner h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bolder;
	color:#44917D;
	margin: 0px 0px 20px 0px;
}

#homecontent .inner h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#44917D;
	margin: 20px 0px 20px 0px;
}

#homecontent .inner h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	margin: 20px 0px 20px 0px;
}

#homecontent .inner p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color:#333333;
	font-style: italic;
	font-weight:bold;
}

#content .inner {
	margin: 33px 33px 0px 33px;
	min-height: 150px;
	overflow:hidden;
}

#content .inner h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#44917D;
	margin: 0px 0px 20px 0px;
	text-transform:uppercase;
}

#content .inner h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#44917D;
	margin: 20px 0px 20px 0px;
}

#content .inner p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color:#333333;
margin-bottom: 20px;
}

#content .inner li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 40px;
	color:#333333;
	list-style-type: disc;

}

#content .inner a:link, a:visited {
	color:#2C5F51;
}

#clear {
clear:both;
width: 600px;
}

#pictureright {
	clear : none;
	text-align : center;
	float : right;
	display:inline;
	margin : 0px 0 15px 20px;
	font-size : 9px;
	line-height: 14px;
	border : 1px solid #44917D;
	padding : 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pictureleft2 {
	clear : right;
	text-align : center;
	float : left;
	display:inline;
	margin : 0px 2px 15px 0px;
	font-size : 9px;
	line-height: 14px;
	background-color:#FFFFFF;
	border : 1px solid #44917D;
	padding : 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pictureleft {
clear : none;
text-align : center;
float : left;
margin : 0px 20px 15px 0px;
font-size : 9px;
border : 1px solid #44917D;
padding : 2px 2px 2px 2px;
}

#picturecenter {
clear : both;
text-align : center;
margin : 0px 20px 15px 0px;
font-size : 9px;
border : 1px solid #44917D;
padding : 2px 2px 2px 2px;
}

#content .listleft {
float:left;
width: 300px;
}

#content .listright {
float:right;
width: 300px;
margin-right: 200px;
}


#greyfooter {
width: 900xp;
height: 27px;
background-image:url(../images/bottom_greybg.jpg);
background-repeat:repeat-x;
margin: 0px;
padding: 0px;
}

#footer {
	clear : both;
	text-align: center;
	width : 900px;
	height : 90px;
	background-color : #FFFFFF;
	margin : 0;
	padding : 0;
	background-image: url(../images/bottom_greengradbg.jpg);
	background-repeat: repeat-x;
}


#footer .footerlinks {
font : 10px verdana;
color : #ffffff;
padding-top : 40px;
}
#footer .footerlinks a {
	text-decoration : none;
	color : #44917c;
	margin : 0px;
}
#footer .footerlinks a:hover {
text-decoration : none;
color : #104436;
}
