/***************************************************************
	CSS written by Adam T. Gregory - 06/25/2007
***************************************************************/

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
	color: #4f4138;
	background-color: #362d25;
	background-image: url(../images/PaillePageBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: 400;
}
h1 {
	clear: both;
	color: #4f4138;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 100%;
	font-style: oblique;
}
h2 {
	color: #9a1134;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: 400;
	font-style: oblique;
}
h2 a {
	color: #760e28;
}
h2 a:hover {
	color: #ffffff;
}
h3 {
	color: #a29c90;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
}
h4 {
	color: #9a1134;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
}
h5 {
	color: #4a5b65;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
}
h6 {
	clear: both;
	color: #9a1134;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 100%;
	font-style: oblique;
}
h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 10px 15px;
}
/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1, .leftColumn h2, .leftColumn h4, .leftColumn h5, .leftColumn h6, .leftColumn p, .leftColumn dl {
	padding-left: 0;
	color: #d8cdb5;
}
.leftColumn h3 {
	color: #4a5b65;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 5px;
}
.leftColumn p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #4f4138;
}
.leftColumn b {
	color: #4f4138;
}
.leftColumn a {
	color: #4f4138;
	text-decoration: underline;
}
.leftColumn a:hover {
	color:#9a1134;
}
a {
	color: #36332d;
}
#footer a {
	color: #d8cdb5;
	text-decoration: none;
}
#footer a:hover {
	color:#ffffff;
}
/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
	color: #9a1134;
}
b {
	color: #36332d;
}
ol, ul {
	margin: 10px 30px;
	padding: 0 30px;
}
ol {
	color: #4f4138;
}
ol span {
	color: #4f4138;
}
ul {
	list-style-image: url(../images/icons/PailleBulletTan.gif);
}
del {
	color: #a29c90;
}
code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	line-height: 120%;
	white-space: pre;
	background: #444;
	font-family: courier, monospace;
	font-size: 1em;
	font-weight: 400;
	color: #A1FF45;
}
.leftColumn code {
	margin-left: 0;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #a29c90;
}
dt {
	font-weight: bold;
	color: #4f4138;
}
dd {
	margin-left: 0;
	padding-left: 45px;
}
/**************************************************************
   Form Elements
 **************************************************************/


.cssform p{
	width: 300px;
	clear: left;
	padding-left: 155px;
	height: 1%;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4f4138;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug
*/

* html .threepxfix{
margin-left: 3px;
}














form {
	margin: 2px;
}
label {
	display: block;
}
input, textarea, select {
	padding: 2px;
	font: 400 1em verdana, sans-serif;
	color: #4f4138;
	border: 2px solid #a2978c;
	background-color: #e2dac8;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	color: #4f4138;
	border: 2px solid #FFFF99;
	background-color: #FFFFCC;
}
input.button {
	padding: 2px 5px;
	font: 400 1.1em "trebuchet ms", serif;
	color: #ffffff;
	background-color: #a2978c;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #4f4138;
	border-bottom-color: #4f4138;
	border-left-color: #ffffff;
}
/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	margin: 10px 15px;
	padding-left: 27px;
	background-color: #e2dac8;
	background-image: url(../images/icons/quotegray.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
blockquote.exclamation {
	background-image: url(../images/icons/exclamationgray.gif);
}
blockquote.stop {
	background-image: url(../images/icons/stopgray.gif);
}
blockquote.go {
	background-image: url(../images/icons/gogray.gif);
}
.thedate {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width:49px;
	background-image: url(../images/icons/CalendarWidget49.jpg);
	background-repeat: no-repeat;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.datemonth {
	display:block;
	font-size: 0.8em;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
}
.datedate {
	display:block;
	font-size:1.8em;
	margin:0;
	text-align: center;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: .6em;
	padding-left: 0;
}
.news {
}
.news h2 {
	color: #36332d;
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: 400;
}
.news p {
	line-height: 1.1em;
	color: #333333;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}
/**************************************************************
   Images
 **************************************************************/

img.floatRight {
	padding: 7px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.floatLeft {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}
img.floatLeft0px {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
img.border {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #CCCCCC;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
}
a:visited img {
	border: 1px solid #CCCCCC;
}
.table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e2dac8;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}
.table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#a29c90;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
}
.table th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e2dac8;
	text-align:left;
	color:#4f4138;
	font-weight:bold;
	border: 2px solid #a2978c;
}
.table td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e2dac8;
	text-align:left;
	color:#4f4138;
	border: 2px solid #a2978c;
}
.cleartable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
	width: 97.5%;
	
}
.cleartable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#4f4138;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}
.cleartable th {
	height:3em;
	padding:2px 20px 2px 7px;
	text-align:left;
	color:#4f4138;
	font-weight:bold;
}
.cleartable td {
	height:3em;
	padding:2px 7px 2px 7px;
	text-align:left;
	color:#4f4138;
}
.smalltable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e2dac8;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 15px;
	width: 97%;
	font-size: .8em;
}
.smalltable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#a29c90;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}
.smalltable th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e2dac8;
	text-align:left;
	color:#4f4138;
	font-weight:bold;
	border: 2px solid #a2978c;
}
.smalltable td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e2dac8;
	text-align:left;
	color:#4f4138;
	border: 2px solid #a2978c;
}
.separator {
	clear: both;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2dac8;
}
.separatorsmall {
	height:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2dac8;
}
.separatorsmallclear {
	clear: both;
	height:10px;
}
.pageTitle {
	clear: both;
	color: #4f4138;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
	background-color: #CCCCCC;
	border: 5px solid #000000;
}
.list2 ul {
	float: left;
	width: 10em; /* width is changed */
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	float: left;
	width: 20em;
	margin: 0;
	background-image: url(../images/icons/PailleBulletTan.gif);
	background-position: 0 -2px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
	text-decoration: none;
	list-style-type: none;
	line-height: 1.2em;
}
.list2 ol li a {
	display: block;
	text-decoration: none;
}
.list2 ol li a:hover {
	color: #9a1134; /* white */
	background-color: #FFFFFF; /* brown */
}

