/* CSS ZEROING DEFINITIONS */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* CSS ZEROING DEFINITIONS */

body {
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(../../gfx/penyclawdd/interface/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#wrapper {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#wrapper #header {
	margin: 0px;
	padding: 0px;
	height: 49px;
}
#wrapper #splash {
	padding: 0px;
	height: 320px;
	width: 780px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#wrapper #contentWrapper #navigation {
	padding: 0px;
	float: left;
	width: 235px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #e0f5c1;
}
#footer {
	background-color: #005826;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E0F5C1;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer #footerContent {
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #contentWrapper #navigation #navTop {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 235px;
}
#wrapper #contentWrapper #navigation #navBottom {
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 235px;
}



#wrapper #contentWrapper #content {
	padding: 0px;
	float: right;
	width: 530px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #contentWrapper #clearMe {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

#wrapper #contentWrapper #content p {
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	color: #666666;
	padding-bottom: 1.2em;
	text-align: justify;
}
#wrapper #contentWrapper #navigation h2 {
	font-size: 120%;
	color: #FFFFFF;
	background-color: #bccba5;
	display: block;
	font-family: "trebuchet MS", arial, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h1 {
	color: #005826;
	font-size: 160%;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 1.0em;
}
h2 {
	color: #005826;
	font-size: 140%;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #005826;
	font-size: 120%;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	color: #005826;
	font-size: 110%;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	color: #005826;
	font-size: 100%;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	color: #005826;
	font-size: 90%;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #005826;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
fieldset {
	border: 1px solid #CBDBB3;
	color: #666666;
	margin-left:5px;
	width: 95%;
	font-family: "trebuchet MS", arial, sans-serif;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#wrapper #contentWrapper #content ul {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	color: #666666;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 30px;
	padding-bottom: 1.2em;
	line-height: 1.5em;
}
#wrapper #contentWrapper #content ol {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	color: #666666;
	list-style-position: outside;
	margin-left: 30px;
	padding-bottom: 1.2em;
	list-style-type: decimal;
	line-height: 1.5em;
}

/* CUSTOM CLASSES */

.blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAC259;
	border-right-color: #AAC259;
	border-bottom-color: #AAC259;
	border-left-color: #AAC259;
	margin: 10px;
	background-image: url(../../gfx/green_black/interface/blockquote_background.gif);
	background-repeat: repeat;
	background-position: left top;
}
.codeblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #555555;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px;
	background-image: url(../../gfx/green_black/interface/codeblock_background.gif);
	background-repeat: repeat;
	background-position: left top;
}
.galleryTable {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 90%;
	color: #005826;
	text-align: center;
}
.galleryThumbnail {
	padding: 3px;
	border: 1px solid #999999;
}

.imageRightOutlined {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
}

.imageLeftOutlined {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

.imageRight {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}

.imageLeft {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* CUSTOM CLASSES END */

.contactTable {
	font-family: "trebuchet MS", arial, sans-serif;
	color: #666666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.contactTable input {
	border: 2px solid #B7C9D0;
	padding: 3px;
	color: #212C32;
}
.contactTable input:hover, .contactTable input:focus {
	border: 2px solid #EAAE9D;
	padding: 3px;
	color: #212C32;
}
.contactTable textarea {
	padding: 2px;
	border: 2px solid #B7C9D0;
	color: #212C32;
}
.contactTable textarea:hover, .contactTable textarea:focus {
	padding: 2px;
	border: 2px solid #EAAE9D;
	color: #212C32;
}
.contactTable select {
	padding: 2px;
	border: 2px solid #B7C9D0;
}
.contactTable select:hover {
	padding: 2px;
	border: 2px solid #EAAE9D;
}

/* NAVIGATION STYLING */

#navigation ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbdbb3;

}

#navigation a {
	margin: 0px;
	color: #0F6230;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navigation a:hover {
	margin: 0px;
	color: #0F6230;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #cbdbb3;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* NAVIGATION STYLING */
#footer #footerContent {
	font-size: 90%;
	color: #E0F5C1;
}
#footer #footerContent a {
	color: #E0F5C1;
	text-decoration: none;
}
#footer #footerContent a:hover {
	color: #E0F5C1;
	text-decoration: underline;
}
.contactTitle {
	font-weight: bold;
	color: #005826;
}
