/*
        Stylesheet for PattersonPanoptic.com
*/

/*
	Standard font family for site
*/

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


/*
	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
*/

#mainpage-header-main
{
  margin-bottom: 7px;
  width: 720px;
  height: 307px;
  background-image: url(images/header_main.jpg);
  background-repeat: no-repeat;
}

/*
  Ensure no gap below images in the header
*/

#mainpage-header img
{
  display: block;
}


/*
  Main page menu area
*/

#mainpage-menu
{
  margin-bottom: 7px;
  height: 230px;
}

#mainpage-menu-box
{
  margin-bottom: 7px;
  margin-left: 0px;
  width: 720px;
  height: 82px;
  background-image: url(images/menu_boxes.jpg);
  background-repeat: no-repeat;
}

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

#mainpage-menu img, #mainpage-menu-box img, #subpage-menu img
{
  display: block;
}


/*
  Main page menu items
*/

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

/*
  Menu links
*/

#mainpage-menu a, #subpage-menu a
{
        color: #000000;
	display: block;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(images/buttonboxoff.gif);
        background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica;
        line-height: 9pt;
}

#mainpage-menu a
{
  height: 138px;
}

#subpage-menu a
{
  height: 30px;
}


/*
  Menu rollover colour - fallback default
*/

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


/*
  Menu rollover colours - left to right
*/

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

/*
	Standard paragraph style
*/

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

p.menu-head
{
        height: 26px;
        font-weight: 900;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 3px;
        margin-left: 0px;
        color: #000000;
        line-height: 10pt;
}


/*
	Links
*/

a:link, a:active, a:visited
{
	color: #3D1F12;
	text-decoration: none;
	font-weight: normal;

}


/*
	Headings
*/

h1
{
  text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
	color: #3D1f12;
	margin-top: 0;
  margin-bottom: 28px;
}

h2
{
	font-weight: bold;
	font-size: 0.7em;
	color: #898A7D;
	margin-top: 6px;
  margin-bottom: 8px;
}


/*
	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;
}
