/* style.css */
/* CSS STYLE FOR PISAY GREEN PAGES */

html, body
{
	min-height: 100%;
	max-height: 100%;
	margin: 0;
	
	background-color: #339933;
}

body
{
	margin: 0;
	min-height: 100%;
	max-height: 100%;
	position: relative;
	background-image: url(images/layout/background.png);
	background-repeat: repeat;
	background-color: #339933;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	
	text-align: center;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 1.0em;
	color: #8F4D00;
	margin-bottom: 30px;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.0em;
	color: #8F4D00;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8F4D00;
}

p
{
	margin-bottom: 25px;
}

ol li
{
	margin-bottom: 15px;
}

a
{
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #1c4f17;
}

a:hover
{
	color: #666666;
	border-bottom: 1px dotted #666666;
}

.styleTable
{
	padding: 7px;
	font-size: 12px;
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #696969;
	border-collapse: collapse;
	background-color: #f8f7e9;
}
	.styleTable th
	{
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		
		border-width: 1px 1px 1px 1px;
		padding: 5px 5px 5px 5px;
		border-style: solid solid solid solid;
		border-color: gray gray gray gray;
		background-color: #f8f7e9;
		-moz-border-radius: 0px 0px 0px 0px;
	}
	.styleTable td
	{
		text-align: left;
		
		border-width: 1px 1px 1px 1px;
		padding: 5px 5px 5px 5px;
		border-style: solid solid solid solid;
		border-color: gray gray gray gray;
		background-color: #f8f7e9;
		-moz-border-radius: 0px 0px 0px 0px;
	}

#wrapper
{
	width: 88%;
	margin-bottom: -100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #edebd5;
	
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

	#header
	{
		width: 100%;
		height: 160px;
		background-color: #edebd5;
		background-image: url(images/layout/headerSpacer.png);
		background-repeat: repeat-x;
	}
		#header_title
		{
			float: left;
			margin-left: 20px;
			margin-top: 2px;
			background-image: url(images/layout/headerTitle.png);
			background-repeat: no-repeat;
			width: 268px;
			height: 139px;
		}
		#header_image
		{
			float: right;
			right: 0;
			background-image: url(images/layout/headerImage.png);
			background-repeat: no-repeat;
			background-color: #edebd5;
			width: 400px;
			height: 140px;
		}
	
	#main
	{
		margin-top: 10px;
		margin-bottom: 10px;
		min-height: 100%;
		height: 100%;
		width: 100%;
	}
		#content
		{
			float: left;
			width: 72%;
			padding: 0 0 30px 33px;
			
			text-align: left;
			line-height: 1.4em;
		}
		#sidebar
		{
			float: right;
			border-left: 3px solid #77774a;
			padding-bottom: 40px;
			width: 23%;
			
			text-align: center;
			font-size: 12px;
		}
			#sidebar textarea
			{
				background-color: #DFDDC3;
				border: 1px solid #696969;
				padding: 3px;
				font-family: "Courier New", Courier, monospace;
				font-size: 12px;
			}
			
			#sidebar img
			{
				border-color: #77774A;
			}
			
			#sidebar ul
			{
				list-style: none;
				list-style-position: outside;
				margin-left: 0;
				padding-left: 0;
				margin-bottom: 40px;
				
				text-indent: 1em;
				text-align: left;
				font-family: "Century Gothic";
				font-size: 24px;
			}	
				#sidebar ul li a
				{
					padding-top: 6px;
					padding-bottom: 10px;
					
					border-bottom: 1px dotted #808080;
					display: block;
					color: #77774a;
				}
				#sidebar ul li a:hover
				{
					border-bottom: 1px dotted #808080;
					color: #77774a;
					background-color: #BFE0A4;
				}
					#menu_selected
					{
						background-image: url(images/layout/sidebar_selected.png);
						background-repeat: no-repeat;
						background-position: right;
						background-color: #EDEBD5;
						
						padding-top: 6px;
						padding-bottom: 10px;
						
						font-weight: bold;
						border-bottom: 1px dotted #808080;
						display: block;
						color: #77774a;
					}
	
	#clear_footer
	{
		height: 100px;
		clear: both;
		background-color: #edebd5;
	}
	
#footer
{
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #B1D48A;
	background-image: url(images/layout/footer_background.png);
	background-repeat: repeat-x;
	
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	text-align: center;
	font-family: "Century Gothic";
	font-size: 11px;
}
	#footer table
	{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}








