@charset "utf-8";
/* CSS Document */


body {
	background:url(images/bg.jpg) fixed repeat-x #05568e;
	margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333
}

/*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  Remember that the path is RELATIVE TO THIS HTML FILE, not the CSS file.
  See below for another method of activating the script without adding CSS here.
 */

 img, div, input { behavior: url("iepngfix.htc") }


 /*
  Here's an example you might use in practice:
  img, div.menu, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */

a	{
	color:#0053A6;
	font-size:12px;
	text-decoration:underline;
						}
a:hover	{
	color:#699001;

	text-decoration:none;
						}

.bordergrey{border:1px solid #CCC; color:#333333}

.tdclass{color:#333333; font-size:13px}
#myBox {
    margin: 0;
    color: #fff;
    width: 960px;
    padding: 0px;
    text-align: left; background:#3878a6 url(images/topnavbg.gif) top repeat-x; 
    border: 1px solid #3878a6; padding:0
}


#myBox3  {
    margin: 0;
    color: #fff;
    width: 210px; padding:0;
    margin-left:auto; margin-right:auto;
    text-align: left; background:#f9f9f9 url(images/smallnavbg.gif) top repeat-x; 
    border: 1px solid #92bd25; 
}

#myBox4{
    margin: 0;
    color: #fff;
    width: 210px; padding:0;
    margin-left:auto; margin-right:auto;
    text-align: left; background:#f9f9f9 url(images/smallnavbg.gif) top repeat-x; 
    border: 1px solid #92bd25; 
}

#myBox2 {
    margin: 0;
    color: #fff;
    width: 960px;
    padding: 0px;
    text-align: left; background:#FFFFFF; 
    border: 0; 
}

.art li{padding-bottom:20px}

.bluebg{background:url(images/blue.gif) repeat-y center; }

.topnav{ background:url(images/topnavbg.gif) repeat-x #94bf29 }


input{
	width:194px;
	border:1px solid #3A88C7; padding:2px; padding-top:6px; color:#666666; font:Verdana, Arial, Helvetica, sans-serif 10px;
	height:21px
}
textarea{width:194px;
	border:1px solid #3A88C7;}

.button{ border:0; background:#b5fe01; border:#699001 1px solid; color:#699001; text-transform:uppercase; width:200px }




.suggest input{
	width:300px;
	border:1px solid #3A88C7; font:Verdana, Arial, Helvetica, sans-serif 10px; padding-top:10px; padding-bottom:10px;
	height:15px
}
.suggest textarea{width:300px; font:Verdana, Arial, Helvetica, sans-serif 10px;
	border:1px solid #3A88C7;}

.suggest .button{ border:0; background:#b5fe01; border:#699001 1px solid; color:#000000; font-weight:bold; text-transform:uppercase; width:200px; font:Verdana, Arial, Helvetica, sans-serif 10px; padding:0; height:30px; }



						
.heads { color:#fff;	font-weight: bold; font-size:14px; }
h2 {color:#FFFFFF; text-transform:uppercase; letter-spacing:1px; font-size:12px; padding:0; margin:0}
h3 {color:#ae4408; letter-spacing:1px; font-size:14px; padding:0; margin:0}


.submenu A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND: #F9F9F9; PADDING-BOTTOM: 3px; COLOR:#333333; TEXT-INDENT: 10px; PADDING-TOP: 5px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}
.submenu A:hover {
	BACKGROUND: url(linkarrow.gif) #43ACCD no-repeat right center; COLOR:#FFFFFF
}
.submenu2 A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND: #F9F9F9; PADDING-BOTTOM: 3px; COLOR:#333333; TEXT-INDENT: 10px; PADDING-TOP: 5px; BORDER-BOTTOM: #ddd 1px solid; TEXT-DECORATION: none
}
.submenu2 A:hover {
	BACKGROUND: url(linkarrow.gif) #cccccc no-repeat right center; COLOR:#000000
}



.footer{margin-bottom:10px;}
.footer a{color:#CCCCCC; font-size:11px; text-decoration:none}
.footer a:hover{text-decoration:underline; color:#FFFFFF}






.hovermenu ul{

padding-left: 0;
margin-left: 0; color:#FFFFFF

}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 4px 0.5em; margin-left:6px; margin-right:6px;
text-decoration: none; font-size:16px;
color:#FFFFFF; text-transform:uppercase; font-weight:bold;
background-color: #84b701;
border: 1px solid #b5fe01 ;
}

.hovermenu ul li a:hover{
background-color: #b5fe01;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}





/*---------------------------------------------SLIDER-------------------------------------------------------*/

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}





