/* General body and text formatting */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	color:#333;
	background-color: #6D6155;
	line-height: 18px;
	text-align: justify;
}

div
{
	margin-right: 0px;
	margin-left: 0px;
}

a:link, a:visited
{
   color: #FF6633;
   text-decoration: none;
}

a:hover
{
   color: #333;
   text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h7
{
padding: 10px 10px 4px 0px;
margin: 0px;
     color: #003366;
 clear: both;
}

h2
{
font-size: 17px;
text-transform: uppercase;
}

h3
{
font-size:18px;
line-height:24px;
}

h4
{
color:#318789
}

h5
{
font:Arial,sans-serif;
font-size: 16px;
line-height:20px;
}

p
{
	padding-top: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* Text Classes */

.bold
{font-weight:700;}
.emphasis
{font-size:14px;
line-height:20px;
font-style:italic}
.italic
{font-style:italic}
.wine
{
	color: #993300;
	font-weight: 700;
	text-decoration:underline;
	clear: right;
}
.mint
{	color:#009999;
	font-weight:700;
	}


/* Page Layout formatting */
#container
{
	width: 800px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/body.gif);
}



/* more stylish than <hr /> */
.space
{
	padding: 0px;
	margin: 0px;
	height: 20px;
	clear: both;
	background-image: url(../images/space.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

.divider
{
	padding: 0px;
	margin: 0px;
	height: 20px;
	clear: both;
	background-image: url(../images/divider3.jpg);
	background-repeat: no-repeat;
	background-position: center;

}

#header
{
	height: 147px;
	background-repeat: no-repeat;
	background-image: url(../images/masthead.gif);
}

#header h1
{
display: none;
}
#home
{
	height: 147px;
	padding: 0px;
	margin: 0px;
	width: 800px;
}

#home img
{
	margin: 0px;
	padding: 0px;
	position: relative;
}

/*Navigation layout  !! STILL NEEDS WORK !! */
#menu
{
	height:23px;
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-left: 27px;
}

#nav, #nav ul {
	float: right;
	list-style: none;
	line-height: 14px;
	font-size:13px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	width: 100%;
	background-repeat: repeat;
	border-right-width: 0;
	left: 27px;
	}

#nav a {
	display: block;
	color: #DADAC8;
	text-decoration: none;
	padding: 0.35em 1.205em;
	}
	


#nav a.daddy {
	background: url(../images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	background:#DADAC8;
	border: 1px solid #333;
	margin: 0;
		}

#nav li li {
	padding-right: 1em;
	width: 13em;
	text-align:left;
}

#nav li ul a {
	width: 13em;
	w\idth: 13em;
	color:#003366;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li ul.drop a:hover {
	color: #fff;
background: url(../images/paw1.gif) no-repeat 2px center;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: auto;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	z-index: 1;
}


#nav li:hover, #nav li.sfhover {
	background: #006666;
	}
#nav li:hover a.top, #nav li.sfhover a.top {
	color:#fff;
  }
#nav li a.topcurrent {
	background-image: url(../images/paw2.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	color:#FFCC99;
}

#nav li:hover a.topcurrent, #nav li.sfhover a.topcurrent {
 color:#fff;
 background: url(../images/paw1.gif) no-repeat 2px center;
 } 
 

   
#leftnav
{
	width: 200px;
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 34px;
}

.sidemenu
{
	width: 180px;
	line-height:normal;
	padding: 0;
	margin-top: 0;
	margin-right: 2;
	margin-bottom: 0;
	margin-left: 2px;
}

.sidemenu li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px solid #666666;
}

.sidemenu li.bottom
{
border-bottom: 0px;
}

.sidemenu li a { text-decoration: none; }

/*End Nav Layout*/

#main
{
	width: 500px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 15px;
	padding-bottom: 25px;
	}
	
#footer
{
	clear: both;
	padding-top: 0px;
	font-size:11px;
	text-align: center;
	bottom: 0px;
	background-position: bottom;
	color: #dadac8;
	height: 70px;
	background-image: url(../images/footer_bg.gif);
	width: 800px;
	line-height: 14px;
	background-repeat: no-repeat;
}

#footer a
{
color:#FFCC99;
}

.random {
	top: 12px;
	right: 24px;
	}
#main p img.right
{
	display: block;
	float: right;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#main p img.left
{
	display: block;
	float: left;
	padding: 0px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

#leftnav img {

}
#leftnav h2 {
	color: #003366;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftnav img {
	margin-top: 10px;
}

#photoinfo {
	clear:both;
	padding-top: 35px;
	padding-bottom: 0;
	width: 300px;
	font-size: 9px;
	padding-left: 258px;
}

.myths {
	padding:0;
	list-style-type:square;
	list-style-position: inside;
	margin: 0;
	}
.tagline {
	font-style: italic;
	font-weight: 700;
	color: #CC0000;
	text-align: center;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(media/formbg.gif) repeat-x left top;
}
#news {width:90%; border: 1px solid #ADADAD; }

#news1 {
	padding: 5px;
	height:100px;
	background-image: url(../images/news1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#news2 {
	padding: 5px;
	height:100px;
}
.more {
}
.more {
	text-align: right;
}
 #main ul.list li a {
 color:#318789}
#leftnav form {
	width: 160px;
	margin-top: 0px;
}
.links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.backtotop {
	float: right;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.newhighlight {
	background-color: #FFFF99;
}
.revisedhighlight {
	background-color: #CCFFFF;
}

.yellowhighlight {
	background-color: #FFFF99;
}
.bluehighlight {
	background-color: #CCFFFF;
}

#main #col1 {
	width: 46%;
	float: left;
}
.law {
	list-style-position: outside;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.revision {
	list-style-position: outside;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}

#floatbox {
	position: fixed;
	width: 170px;
	background-color: #FFFFFF;
	z-index: 3;
	border: thin groove #666666;
	padding: 5px;
	float: right;
	margin-right: 0px;
	top: 0px;
	right: 0px;
}


}

