﻿
body 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: verdana, arial, tahoma;
    font-size: 80%; color: #000066;
    text-align: center; /* WinIE5 doesn't recognize margin: auto, so we set this and then unset in the div#container */
    /*background: #ffffff /*url('images/bg2.gif') top center repeat-x;*/
    /*background-color: #FFFFE0;  /* will default to #FFFFCC on some monitors */
	/*background: #ffffff url(images/border1.gif) repeat-x top;*/
}

#pagediv
{
	margin: 0px auto;
	width: 850px;
	text-align: left;
}

#headerdiv
{
	/*padding-top: 28px;
	padding-top: 10px;
	padding-right: 24px;
	height:110px;*/
	padding: 8px 24px 8px 0px;
}

#leftmenu { float:left; width: 150px; font-family:Tahoma, Helvetica, Arial Narrow; }
#leftmenu ul {font-weight:bold; margin:10px 20px 5px 0px; padding:0;  }
#leftmenu ul li { list-style-type:none; background-color: #003399; display: block; margin:0px 0px 0px 0px; border-top: 1px solid #ffffff;}
#leftmenu ul li a {color:#ffffff; text-decoration:none; display: block; padding: 5px 0px 6px 1.2em; text-align: left; line-height:16px;}
#leftmenu ul li a.selected {color:#003399; background-color: #ffd147;}
#leftmenu ul li a:hover {color:#003399; background-color: #ffd147;}

/* FROM ZERODRAFTING */
#leftmenu2 { float:left; width: 160px;  font-family:Tahoma, Helvetica, Arial Narrow; }
#leftmenu2 ul {font-weight:bold; margin:40px 20px 10px 8px; padding:0; border-bottom: solid 1px #cccccc; }
#leftmenu2 ul li { list-style-type:none; background:url(images/bar1.gif) top left no-repeat; margin:0px 0px 0px 0px; }
#leftmenu2 ul li { border-top: 1px solid #cccccc;}
#leftmenu2 ul li a {color:#003399; text-decoration:none; display:block; padding: 4px 0px 5px 10px; text-align: left;}
#leftmenu2 ul li a.selected {color:#004137; background:url(images/bar2.gif) top left no-repeat;}
#leftmenu2 ul li a:hover {color:#006699; background:url(images/bar2.gif) top left no-repeat;}
#leftmenu2 ul li a.hilightmenu {color:#993300;}
#leftmenu2 ul li a.hilightmenu:hover {color:#aa3366;}

#footer
{
    text-align: left;
    color: #003399;
    /*font-size: .85em;*/
    font-family: Comic Sans MS;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 26px;
    margin-top: 30px;
    clear: both; /* below all other elements */
}
#footer #contactinfo
{
	background-color: #ffd147;
	float:right;
	width: 290px;
	text-align: center;
}


#border
{
    vertical-align: top;
    margin: 0px auto;   /* centres the page contents */
    padding: 0px 0px 0px 0px;
    border: 2px ;
    border-color:Black;
    width: 800px;
    background: #FFFFFF url('images/backround3.gif') no-repeat top; /* shows the page border image (shadow) */
}

#border_new
{
	vertical-align:top;
	margin: 20px auto;
	padding: 0px;
	border: 1px;
	border-color: Navy;
	width: 800px;
}
	

#container
{
    width: 770px;
    margin: 0px auto;
    border: 0px solid #003399; /*1*/
    background-color: #FFFFFF;
    text-align: left;
    line-height: 125%;
    /*height: 650px;*/
    min-height:550px;
}


/****************** TOP MENU *****************/
#menutop
{
    padding: 0px;
    margin: 0px;
    background-color: #003399;
    vertical-align:bottom;
}
#menutop ul
{
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 1.0em;   
	  margin:0;
	  padding: 4px 0px 0px 10px; /*0px 0px 0 2px;*/
	  list-style:none;
    height: 24px;
    white-space: nowrap;
}
#menutop ul li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
#menutop ul li a 
{ 
    padding:  3px 10px;
}

#menutop ul li a:link, #menutop ul li a:visited
{
    color: White;
    text-decoration: none;
}
#menutop ul li a:Hover
{
    color: #FFFF99;
    text-decoration: none;
}
#menutop ul li a:active
{
    color: #E0FFFF;
    text-decoration: none;
}


/**************  HEADINGS  ****************/

h1, h2, h3, h4, h5, h6
{
    font-family: Verdana, Arial;
}
h1
{
	/*color: #64d3b3;*/
	color: #33ccaa;
	font-size: 2em;
	font-family: Comic Sans MS;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align:top;
}


/**************  Main Content Area ******************/

#maincontentdiv
{
    padding: 1em;
    margin-left: 174px;
    /*text-align: center;*/
    min-height: 360px;
}

.textblurb
{
    margin: 2em 2em 2.5em 2em;
}

#homepagediv
{
    background-image: url(images/clay-home-pg.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
}

.clayimage_right
{
    margin: 0 0 0 1.5em;
    float: right;
}
.clayimage_left
{
    margin: 0 1.5em 0 0;
    float: left;
}

.imglink
{
    border-style:none;
    border-width: 0;
}

.imgwindow
{
    position: relative;
}

#wherebutton
{
    position: static;
    top: 0px;
    left: 0px;
    float: right;
    padding-right: 30px;
    border-style: none;
}



.error
{
	font-style:italic;
	color:Red;
}

div.hiddendiv
{
    display: none;
}

div.lightbox
{
    margin: 1em 1em 1em 1em;
    padding: 0.8em 0.8em 0.8em 0.8em;
    border: dotted 1px #DDAA99;
    background-color: #FDFCF9;
}

.bold_text
{
	font-weight:bold;
}

a {color:#003399; }
a:hover {color:#006699; }
a:active{color:#004137; }

.caption
{
	font-size: 0.8em;
	color: #333366;
}

.hilight { font-weight:bold; font-size: 1.1em; color: #33ccaa; }
.imgtable img { padding-right: 10px; }