/* CSS Document */
/* *********** Element Styles ********** */
* {
margin:0;
padding:0;
border:0;
}

body {
      /*   font-family: Arial, Helvetica, sans-serif; */
        font-family: Verdana, Helvetica, sans-serif;
        margin:6px auto 4px auto;
        text-align:center;
        background-color:#330033;
        background: url(images/bodybg.jpg);
/*        background-color: #000000;*/
        color: #FFFAFA;
        font-size: 12px;
        }

p {
	margin-bottom: 12px;
}
h1 {
		font-size: 1.3em;
		padding: 14px 0;
		text-align: center;
}
h2 {
		font-size: 1.2em;
		padding: 12px 0;
		text-align: center;
		color:#E6E6FA; 
}
h3 {
		font-size: 1.1em;
		padding: 10px 0;
		text-align: center;
		color: #E6E6FA;
}
/* *********** Page Container Styles ********** */

#pagewrapper {
        background-color:#330033;
        background: url(images/bodybg.jpg);
        margin: 0 auto;
        padding-top: 0;
        width: 800px;
        position: relative; 
        top:0;
/*        border: 2px ridge #DCDCDC;*/
        border: 4px ridge #666666;
}
#masthead {
        margin:0;
        margin-top: 2px;
        padding:0;
        background-color:#330033;
        position: relative;
        top: 0;
        width: 100%;
        height: 175px;
        background: url(images/top_banner_longer.jpg) center no-repeat;
}

#content {
        margin: 0 4px 6px 4px;
        color: #FFFFCC;
        text-align: left;
        padding: 0 6px 15px 6px;
}
/* ***************** FOOTER STYLES  ******************** */
footer {
        background-color: #3333FF;
        font-size: 10px;
        text-align: center;
        color: #33FF99;
        background: url(images/bottom_banner_woGlow.jpg);
        margin-bottom: 6px;
}
#footer ul {
list-style-type: none;
margin-top: 4px;
}
#footer ul li {
	display: inline; 
	padding: 8px; 4px;
  margin-top: 4px;
}
/* *********** Contact Form Styling ******************* */
.frmlbl {
  font-weight: bold;
  color: #330033;
}
.frmtxt {
  color: #330033;
}
.contactfrm {
  width:450px;
  background-image:url(images/button2.gif);
	background-repeat:repeat;	
	padding: 8px;
}

/* ************ Sidebar1 Styles ******************** */
#sidebar1 {
		float: left;
/*		background: #d0c8c1;
		color: #330033; */
		font-weight: bold;
		font-size: .85em;
		padding-top: 0;
		margin-top: 0;
}
#sidebar1 form {
	padding-top: 0;
	margin: 0;
}
#searchbox {margin:0;padding:0;}

/* ************ Sidebar2 Styles ******************** */
#sidebar2 {
		float: right;
		background-image:url(images/tan.gif);
    background-repeat:repeat;
		color: #330033;
		font-weight: bold;
		font-size: .85em;
		margin-left: 4px;
		padding-left: 2px;
		margin-top: -12px;
		}
#sidebar2 ul{ 
padding-top: 4px;
list-style-type: none;
}
#sidebar2 li {
padding-bottom: 4px;
}
#sidebar2 a {
	font-weight: bold;
	color: #330033;
	padding: 2px 4px;
	margin-top: 2px;
	text-decoration: none;
	}
#sidebar2 a:hover, #sidebar2 a:focus {
	font-weight: bold;
	color: #000000;
	padding: 2px 4px;
  width: auto;
	margin: 0; 
	border-bottom-color: #330033;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background: url(images/tan.gif) repeat;
}
#sidebar2 a:active, #sidebar2 a.active {
	font-weight: bold;
}
/***************  General Link Styles **********/
a:link { 
color: #FFF;
text-decoration: underline;
}

a:visited { 
background-color: inherit; 
color: #FFF;
text-decoration: underline;	
}
	
a:hover, a:active { 
background-color: #E9DCF5; 
text-decoration: underline;
color: #330033;
}

/* **************************** NAV Styles***************** */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav {
	height: 20px; 
	border: 0;
	margin: auto;
	font-size: .9em;
	padding: 3px;
	
}
#nav ul {
	list-style-type: none; 
  width: auto;
	margin: 2px; 
  padding: 2px;
	padding-top:1px;
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	display: inline; 
	color: #330033; 
	text-align: center; 
	font-weight: normal;
	padding: 2px;
	background-image:url(images/tan.gif);
	background-repeat:repeat;
	border: solid 1px #330033;
}

#nav ul li a {
	font-weight: bold;
	color: #330033;
	/* padding: 2px 4px;
	margin-top: 2px; */
	 padding: 0 4px 2px 4px;
	 margin: 0;
	text-decoration: none;
	}

#nav ul li a:hover, #nav li a:focus {
  background: url(images/button-hover2.gif);
  background-repeat: repeat;
	font-weight: bold;
	color: #000000;
 	padding: 0 4px 2px 4px;
   width: auto;
	margin: 0; 
	/*margin-bottom: -2px;*/
}
#nav li a:active, #nav ul li a.active {
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */


/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}




