/* Cascading Style Sheet
   By: Paul Edwin Mastin
   Copyright 2007, by Paul Edwin Mastin, All Rights Reserved
   PaulandKatie.org
   May 13, 2007 */

/* Block Level Element Declarations
   Block Level Element Declarations
   Block Level Element Declarations */
body {

	margin: 0px;
	padding: 0px;

	background-color: #76b4e2;

	text-align: center;
}

img {

	margin: 0px;
	padding: 0px;
}

p {

	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	
	margin-top: 0px;
	margin-bottom: 8px;
}

a {

	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #ff6600;
	text-decoration: underline;
}

a:active {

	color: #f9c190;
	text-decoration: none;
}

form, input {
	
	font-family: 'Arial', sans-serif;
	font-size: 9pt;
}

input {

	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	
	padding: 2px;
}

label {

	font-weight: bold;
}

/* Container Declarations
   Container Declarations
   Container Declarations */

/* pageContainer
   This container is responsible for placement and the background of the main content area of the page. */
#pageContainer {
	
	width: 760px;
		
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

	line-height: 0px;
	text-align: left;

	background-image: url(../images/backgrounds/pageBackground.gif);
}

/* contentContainer
   This container is responsible for placement and alignment of the page's content. */
#contentContainer {
	
	width: 730px;
	margin: 8px;
	margin-top: 0px;
	margin-left: 15px;
	
	/*border-style: solid;
	  border-color: black;
	  border-width: 1px;*/

	line-height: normal;
}

/* header
   The header container rectifies a spacing issue between the two images in the header. */
#header {

	margin-top: 7px;
	
	line-height: 0px;
}

/* navButton
   This container is responsible for the placement and alignment of the various aspects of the navigation button. */
#navButton {

	width: 408px;
	height: 207px;
	
	position: relative;
	top: -15px;
	left: 7px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(../images/backgrounds/navigationButton.gif);
}

.buttonContents {

	width: 221px;
	height: 145px;
	
	position: absolute;
	left: 175px;
	
	vertical-align: middle;
	
	/*border-style: solid;
	border-color: black;
	border-width: 1px;*/
}

.buttonContents h1 {

	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	padding-top: 2px;

	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #006699;
}

#navItems {

	position: absolute;
	top: 33px;	
}

#navItems h1 {

	padding-left: 8px;

	border-left-style: solid;
	border-left-color: #ff6600;
	border-left-width: 3px;
}

#navItems h1 a {

	text-decoration: none;
	font-weight: normal;
}

#navItems h1.h1MouseOn {

	border-left-color: #f9c190;
}

#mailingListDiv {

	display: none;
	
	position: absolute;
	top: 10px;
}

#contactUsDiv {

	display: none;
	
	position: absolute;
	top: 10px;
}

#ajaxActivityIndicator {

	position: relative;
	top: 5px;
	left: 10px;
	
	display: none;
}