/* PGT 2006 Stylesheet - 
	Written by Milan Simnovec April 6th 2006 */
	
	
/* 
	Quick search guide:
	Search for "=HTML" to be taken to all the basic html styles
	Search for "=BASE" to be taken to all the base layout styles
	Search for "=CUSTOM" to be taken to all the custom styles that relate to items inside of the base styles
*/


	
/* HTML Styles =HTML */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	margin:0px;
	padding:0px;
	background-color:#262c2d;
	background-image:url(../../images/sitebg.gif);
	background-repeat:repeat-x;
	}

form {
	margin:0px;
	padding:0px;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	color:#626b1b;
	margin:0px;
	padding:0px;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	color:#b39a6b;
	margin:0px;
	padding:0px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	}
	
h5 {
	font-size: 10px;
	font-weight: bold;
	}
	
h6 {
	font-size: 8px;
	font-weight: bold;
	}
	
a:link {
	color:#3c9124;
	text-decoration:underline;
	}

a:hover {
	color:#3c9124;
	text-decoration:none;
	}

a:visited {
	color:#3c9124;
	text-decoration:underline;
	}

a:visited:hover {
	color:#3c9124;
	text-decoration:none;
	}
	
a img {
	border: solid 1px #3c9124;
	}

textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}




/* Base Layout Styles =BASE */

#siteframe {
	margin-left:auto;
	margin-right:auto;
	width: 706px;
	text-align: left;
	vertical-align: top;
	padding:0px;
	background-image:url(../../images/contentstretch.gif);
	background-repeat:repeat-y;
	}

#logo {
	width:238px;
	height:180px;
	float:left;
	background-image:url(../../images/logo.gif);
	background-repeat:no-repeat;
	}

#headerimage {
	width:468px;
	height:180px;
	float:left;
	background-image:url(../../images/headersplash.gif);
	background-repeat:no-repeat;
	}

#pagearea {
	width:706px;
	float:left;
	background-image:url(../../images/contentstretch_top.gif);
	background-repeat:no-repeat;
	}

#menuarea {
	width:238px;
	float:left;
	}

#breadcrumb {
	width:443px;
	float:left;
	padding:5px 10px 3px 15px;
	color:#8b8b8b;
	font-size:11px;
	}

#contentarea {
	width:443px;
	float:left;
	padding:20px 10px 90px 15px;
	}

#footerarea {
	width:696px;
	float:left;
	background-color:#8d7955;
	padding:5px;
	color:#e1dbd2;
	font-size:11px;
	}
	
#credit {
	margin-left:auto;
	margin-right:auto;
	width: 706px;
	text-align: left;
	vertical-align: top;
	padding:0px;
	padding-bottom: 20px;
	}
#credit a
{
	float: right;
}
#credit a img
{
	border: none;
}
	

/* Custom Layout Styles =CUSTOM */

#menuarea ul {
	margin:0px;
	padding:0px 0px 10px 0px;
	list-style-type:none;
	}

#menuarea ul li {
	margin:0px 0px 0px 0px;
	border:none;
	padding:0px;
	border-bottom:solid 1px #fff;
	}

#menuarea ul li a:link, #menuarea ul li a:visited {
	margin:0px;
	padding:4px 10px;
	background-color:#a4ad5b;
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}

#menuarea ul li a:hover, #menuarea ul li a:visited:hover {
	background-color:#e0e3c8;
	color:#737373;
	text-decoration:none;
	}

#menuarea ul li ul {
	padding:0px;
	margin:0px 0px 10px 0px;
	}

#menuarea ul li ul li {
	margin:0px 0px 0px 20px;
	}

#menuarea ul li ul li a:link, #menuarea ul li ul li a:visited {
	background-color:transparent;
	color:#a4ad5b;
	}

#menuarea ul li ul li a:hover, #menuarea ul li ul li a:visited:hover {
	border:none;
	color:#a4ad5b;
	text-decoration:underline;
	}

#menuarea ul li a:link.currentpage, #menuarea ul li a:visited.currentpage {
	background-color:#e0e3c8;
	background-image:url(../../images/currentpage_icon.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	padding-left:28px;
	color:#737373;
	}

#footerleft {
	width:348px;
	float:left;
	}

#footerright {
	width:348px;
	float:left;
	text-align:right;
	padding:4px 0px 0px 0px;
	}

.contactlabel 
{
	font-weight: bold;
	display: block;
	width: 4em;
	float: left;
	clear: none;
}
