/* --------------------
GENERAL LAYOUT FORMATTING
-------------------- */

a:link, a:visited {text-decoration: none; color: #802F09; background-color: transparent; font-weight: normal;}
a:hover, a:active {text-decoration: underline; color: #8C3C17; background-color: transparent; font-weight: normal;}

html, body {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	color: #491806;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #EFE2C8 url(pclayout_bgtile.jpg) top center repeat;
	}	

/* top level div for overall layout */
#container {
  	position: relative;
	width: 688px;
	margin: 0px auto;
	padding: 0px;
	background-color: #E5CCA4;
	text-align: justify;
	height: auto !important;  /* For Modern Browsers */
	height: 100%;
	min-height: 100%;  /* For Modern Browsers */
	}


/* --------------------
HEADER AND NAVIGATION SECTIONS
-------------------- */

/* header div */
#pageheader {
	padding: 0px;
	margin: 0px auto;
	}
/* header image */
#pageheader h1 {
	width: 688px;
	height: 509px;
	margin: 0px auto;
	padding: 0px;
	background: url(pclayout.png) no-repeat;
	}
#pageheader h1 span {
  	display: none;
	}
	
/* navigation strip */
#pageheader h2 {
	width: 688px;
	height: 24px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	background-color: #E5CCA4;
	text-align: center;
	border-bottom: 2px solid #EFE2C8;
	}
#pageheader h2 span {
  	font-size: 13px;
	}
/* navigation links style */
#pageheader a:link, #pageheader a:visited { 
	text-decoration: none;
	color: #AD0602;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 6px;
	}	
#pageheader a:active, #pageheader a:hover {
	text-decoration: none;
	color: #D84904;
	background-color: #EFE2C8;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 6px;
	}

/* --------------------
MAIN CONTENT SECTION
-------------------- */

/* main content area */
#contentwrap {
	width: 688px;
	overflow: hidden; /* For IE's buggy italics problem */
	margin: 0px auto;
	padding-bottom: 25px; /* For Footer Space */
	background-color: #E5CCA4;
	}

/* actual content text body */		
.contentbody {
	padding: 3px 15px 25px 11px;
	}
	
/* centered heading title */	
#contentwrap h3 {
	font-family: Verdana, Arial, Trebuchet MS, san-serif;
	font-size: 13px;
	color: #AD0602;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 3px;
    padding-bottom: 5px;
	}
	
/* date of updates */
#contentwrap h4 {
	font-family: Verdana, Arial, Trebuchet MS, san-serif;
	font-size: 12px;
	color: #AD0602;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	}

/* extra title style */
#contentwrap h5 {
	font-family: Verdana, Arial, Trebuchet MS, san-serif;
	font-size: 13px;
    background-color: #AD0602;
	text-align: left;
	font-weight: bold;
	padding: 2px 4px;
	}

/* --------------------
FOOTER SECTION
-------------------- */

/* for IE's 0 margin problem */
#footer {
	position: relative; /* For IE Footer Problem */
	width: 688px;
	height: 26px;
	margin: 0px auto;
	margin-top: -38px; /* For IE Footer Problem */
	padding: 0px;
	background-color: #E5CCA4;
	border-top: 2px solid #EFE2C8;	
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Trebuchet MS, san-serif;
	font-size: 10px;
	font-weight: normal;
	}

/* --------------------
CONTACT FORM
-------------------- */

/* form style */
#contactform input, #contactform textarea {
	padding: 2px;
	margin: 2px 0px 5px 0px;
	background-color: #EFE2C8;
	color: #491806;
	border-width: 1px;
	border-color: #996633;
	border-style: solid;
	font-size: 12px;
	font-family: Verdana, Arial, Trebuchet MS, san-serif;
	vertical-align: middle;
	}

/* for width of all but send and clear */
#contactname, #contactemail, #contactmessage {
	width: 260px;
	}

/* --------------------
MISCELLANEOUS
-------------------- */

/* image text float */
img.floatleft { 
	float: left;
	padding: 3px;
}
img.floatright { 
	float: right; 
	padding: 3px;
}
img {
	margin: 1px;
	}
