/*
        Stylesheet for PattersonPanoptic.com
*/

/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
}

/*div { border: #000 1px solid; }*/

/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


/* 
  Container for page 
*/

#container { 
  margin-left: auto; 
  margin-right: auto; 
  position: relative; 
  width: 720px; 
  padding: 7px; 
  background-color: #FFFFFF; 
}


/*
  Main page header
*/

#subpage-header-main
{
  margin-bottom: 0px;
  width: 720px;
  height: 82px;
  background-color: #FFFFFF;
  padding: 0px;
}

/*
  Main page menu area
*/

#subpage-menu
{
  margin-bottom: 0px;
  height: 82px;
  background-color: #FFFFFF;
  padding: 0px;
}

#subpage-menu-box
{
  margin-bottom: 7px;
  margin-left: 0px;
  width: 720px;
  height: 32px;
  background-image: url(images/menus_boxes.jpg);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

#subpage-header-bar
{
  margin-left: 12px;
  width: 696px;
  height: 11px;
  background-image: url(images/topbar8.gif);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}


/*
  Ensure no gap below images in the menu (except for the margin added by menu-items)
*/

#subpage-menu img
{
  display: block;
}


/*
  Main page menu items
*/

#subpage-menu .menu-item
{
  width: 80px;
  height: 30px;
  background-color: #FFFFFF;
  margin-left: 6px;
  margin-right: 2px;
  float: left;
}

/*
  Menu links
*/

#subpage-menu a
{
        color: #000000;
	display: block;
        height: 32px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(images/buttonboxoff.gif);
        background-repeat: no-repeat;
        font-weight: 900;
	font-size: 16px;
        line-height: 10pt;
}


/*
  menu rollover colour - fallback default
*/

#subpage-menu a:hover
{
	background-color: #E6F0CE;
}


/*
  Menu rollover colours - left to right
*/

#menu1 a:hover {
	background-image: url(images/menu1hover.gif);
}
#menu2 a:hover {
	background-image: url(images/menu2hover.gif);
}
#menu3 a:hover {
	background-image: url(images/menu3hover.gif);
}
#menu4 a:hover {
	background-image: url(images/menu4hover.gif);
}
#menu5 a:hover {
	background-image: url(images/menu5hover.gif);
}
#menu6 a:hover {
	background-image: url(images/menu6hover.gif);
}
#menu7 a:hover {
	background-image: url(images/menu7hover.gif);
}
#menu8 a:hover {
	background-image: url(images/menu8hover.gif);
}

#content
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  margin-right: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #FFFFFF;
  width: 694px;
  height: 531px;
  border: #000000 1px solid;
  float: left;
}

#subpage-left
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #FFFFFF;
  width: 190px;
  height: 537px;
  border-right: #000000 1px solid;
  float: left;
}

#subpage-infocal
{
  margin-top: -5px;
  margin-bottom: 0px;
  border-bottom: #000000 1px solid;
  background-color: #FFFFFF;
  padding-left: 1px;
  padding-bottom: 0px;
}

#subpage-right
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 6px;
  padding-left: 3px;
  padding-right: 6px;
  padding-bottom: 0px;
  height: 531px;
  background-color: #FFFFFF;
}

div.article-box
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  border-bottom: #000000 1px solid;
  
}


p.article-head
{
  font-weight: 900;
  font-size: 18px;
  line-height: 16pt;
  color: #000000;
  padding-bottom: 6px;
}
#subpage-pansta p
{
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
  color: #000000;
}
#subpage-pandes p
{
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 7px;
  margin-left: 10px;
  color: #000000;
}
/*
	Links
*/

p
{
  font-weight: normal;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
}

a:link, a:active, a:visited
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #3D1F12;
	font-weight: normal;
}


/*
	Page footer area
*/

div.footer
{
  background-color: #FFFFFF;
	margin-top: 7px;
	padding: 0px 5px 28px;
	color: #3D1f12;
}

div.footer p
{
	color: #3d1f12;
	margin: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}


/* Clearing element */

.clear 
{
  position: relative; clear: both; height: 0; line-height: 0;
}
