*{
	padding: 0;
	margin: 0;
}

html, body 
{
	height: 100%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;;
}


body 
{
	background: #CCC url(images/bkgd.jpg) repeat-y center 0;
	font-size: 12px;
	font-family: Arial;
	color: #000;
}

#siteBody
{
	margin: 0 auto;
	width: 927px;
	min-height: 100%;
	margin-bottom: -50px;
	position: relative;
	
}

#header
{
	
	padding: 20px 20px;
	margin-bottom: 20px;
}

#header2
{
  top: 140px;
  clear: both;
  background: transparent url(images/paisley.jpg) no-repeat center 0;
  padding: 40px 20px 40px 280px;
	min-height: 140px;
}

#header2 h1
{
  color: #FFF;
  font-size: 20px;
  margin-bottom: 16px;
}

#header2 p
{
  color: #FFF;
  font-size: 13px;
  line-height: 13px;
}



#footer
{
	width: 927px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	position: relative;
	line-height: 18px;
	margin-top: 10px;
}



#footerContent
{
	margin: 0px 40px;
	border-top: solid 1px #000;
	padding-top: 10px;
	font-weight: bold;
}

#footer #hideLinks
{
  font-size: 1px;
  color: #33cccc;
  line-height: 1px;
}

#footer #hideLinks a[href]
{
  text-decoration: none;
}

#footerContent a, #footerContent a:visited
{
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #99ff00;
}


.clearfooter {
	height: 50px;
	clear: both;
}

#content, #contents
{
	display: block;
	clear: both;
	min-height: 350px;
	padding: 30px 40px 40px 40px;
}

#quote
{
  width: 160px;
  color: #0099ff;
  font-size: 14px;
  font-style: italic;
  line-height: 25px;
  font-weight: bold;
}

#quoteAuthor
{
  margin-top: 30px;
  font-weight: normal;
}

#copy
{
  padding: 0px 0px 10px 80px;
}


h1
{
  font-size: 22px;
  margin-bottom: 20px;
}

h2
{
  font-size: 14px;
}

p
{
  margin-bottom: 5px;
}

#header2 p
{
  margin-bottom: 10px;
}

#imageRight
{
  float: right;
  margin-left: 20px;
  color: #666;
  text-align: center;
}

img[align="right"]
{
	padding-bottom: 5px;
}

#copy h2 a[href]
{
  color: #336633;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}

#copy h2 .regularText
{
  font-weight: normal;
  font-size: 12px;
}

#emailForm
{
  padding: 10px;
  border: solid 2px #666;
}

#emailForm input, #emailForm textarea
{
  background-color: transparent;
  border: solid 1px #666;
}

#emailForm td
{
  padding-bottom: 2px;
}

#emailForm .errorContact, #emailForm .error
{
  color: red;
}

#spinner {
  width:100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  background:url(/images/spinner.gif) no-repeat center #000;
  text-align:center;
  padding:10px;
  font:normal 16px Tahoma, Geneva, sans-serif;
  border:1px solid #fff;
  margin-left: -50px;
  margin-top: -50px;
  z-index:2;
  overflow: auto;
}

#menu
{
	position: absolute;
	top: 115px;
	margin-left: 30px;
	width: 140px;
	background-color: #666;
	z-index: 100;
}

#menu ul {margin:0px; padding:0px; background-color:#333;}

#menu ul li {
line-height:25px;
list-style:none;
color:#FFF;
cursor:pointer;
background-color:#666;
display: block; 
}

#menu ul li a, #menu ul li a:visited
{
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  display: block; 
  line-height:25px;
  height: 25px;
  padding-left: 10px;
}


#menu ul li:hover 
{
  background: url(/images/nav-hover.gif) no-repeat;
  display: block;
}

