@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #A9C071;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #6394A6;
	text-decoration: none;
}
.twoColFixLtHdr #header {
	width: 900px;
	height: 145px;
	float: left;
	background-image: url(_img/pa_painter_s.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 40px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFF99;
	float: right;
	visibility: visible;
	bottom: -20px;
	position: relative;
	font-size: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.twoColFixLtHdr #header h3 {
	font-size: 2em;
	letter-spacing: 0.2em;
	color: #663300;
	padding-bottom: 10px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 120px;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 220px;
	padding-top: 80px;
	font-size: 1.1em;
	font-variant: small-caps;
	text-align: right;
}

.twoColFixLtHdr #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.twoColFixLtHdr #sidebar1 ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.twoColFixLtHdr #sidebar1 ul li a {
	margin: 0px;
	list-style: none;
	padding: 5px 0px 5px 0px;
	display: block;
}





.twoColFixLtHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663300;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0px;
	float: right;
	width: 620px;
	margin: 0px;
	min-height: 240px;
} 
.twoColFixLtHdr #footer {
	text-align: center;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 100px 0 0 0;
	font-size: 0.8em;
	line-height: 1.2em;
	border-top-width: 1px;
	border-top-color: #663300;
	border-top-style: solid;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
}

/* Special styles for index page */

#idxheader {
	width: 900px;
	height: 145px;
	float: left;
	background-image: url(_img/pa_painter_s.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
} 
#idxheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 40px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFF99;
	float: right;
	visibility: visible;
	bottom: -20px;
	position: relative;
	font-size: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

#idxsidebar1 {
	float: left;
	width: 220px;
	padding-top: 80px;
	font-size: 1.1em;
	font-variant: small-caps;
	text-align: right;
}
#idxmainContent {

	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0px;
	float: right;
	width: 620px;
	margin: 0px;
	min-height: 240px;
} 





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contacttbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFF99;
}
#topmenu {
	height: 30px;
	width: 900px;
	text-align: center;
	clear: both;
	float: left;
	padding-top: 20px;
	border-bottom: 1px solid #663300;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}