/* CSS Document */

/* 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 {
	background-color: #FFFEDC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	text-align: center;
}
#outerWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#homeheader {
	height: 105px;
	background-image: url(../../gfx/centaur/interface/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#quickNav   {
	float: right;
	height: 95px;
	padding-top: 10px;
	background-image: url(../../gfx/centaur/interface/contactHeader.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 375px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 25px;
}
#quickNav a   {
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#quickNav ul   {
	list-style-type: none;
}
#quickNav li   {
	display: inline;
}
#quickNav a:hover {
	color: #666;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	margin: 0px;
	padding-left: 15px;
}
#nav ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#nav li {
	display: inline;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
#nav a {
	color: #333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #040308;
	background-image: url(../../gfx/centaur/interface/topNavBackground.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#outerWrapper #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	margin-top: 10px;
}
#rightColumn1 #rightColWrapper {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fffb8e;
	min-height: 635px;
	background-image: url(../../gfx/centaur/interface/SubNavBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	padding-top: 15px;
}

#outerWrapper #footer a {
	color: #333;
	text-decoration: none;
}
#outerWrapper #footer a:hover {
	color: #666;
	text-decoration: underline;
}
#content {
	float: left;
	width: 630px;
	padding-left: 15px;
	margin-top: 20px;
}
#content ul, #contentFull ul {
	line-height: 1.6em;
	margin-left: 20px;
	list-style-type: circle;
}
#contentFull {
	padding-left: 15px;
	margin-top: 20px;
	padding-right: 15px;
}

#rightColumn1 {
	float: right;
	width: 280px;
	background-image: url(../../gfx/centaur/interface/navShadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 600px;
	padding-left: 35px;
	margin-top: 5px;
}
#content h1, #content h1 , #content h6, #content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #7E2900;
	padding-bottom: 0.5em;
	font-style: italic;
}
#content h2 , #contentFull h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #7E2900;
	padding-bottom: 0.5em;
	font-style: italic;
}
#content h3 , #contentFull h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #7E2900;
	padding-bottom: 0.5em;
	font-style: italic;
}

#content p , #contentFull p {
	padding-bottom: 1.5em;
}
.newsBody {
	font-size: 80%;
	line-height: 1.5em;
	color: #5d5d5d;
	margin-bottom: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D100;
}
.newsTitle {
	font-weight: bold;
	color: #5d5d5d;
	
}
.subNavBlock ul {
	list-style-type: none;
}
.subNavBlock li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D100;
}
.subNavBlock a {
	font-size: 100%;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 2px;
	padding-left: 2px;
}
.subNavBlock a:hover {
	font-size: 100%;
	color: #333;
	text-decoration: none;
	background-color: #fffb5b;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}

.news-homepage {
	margin-bottom: 1.5em;	
}
.subNavBlock {
	margin-bottom: 20px;
}
.clearMe {
	clear: both;
}

legend {
	font-size: 140%;
	color: #63432E;
	padding-right: 10px;
	padding-left: 10px;
}
fieldset {
	border: 1px solid #C4BE00;
	color: #333;
	margin-left:5px;
	width: 98%;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* 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: #C76F01;
	border-right-color: #C76F01;
	border-bottom-color: #C76F01;
	border-left-color: #C76F01;
	margin: 10px;
	background-color: #FFF7EC;
}
.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: #AAC259;
	text-align: center;
}
.galleryThumbnail {
	padding: 3px;
	border: 1px solid #F5F5F5;
}

.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 {
	color: #333333;
}
.contactTable input {
	border: 2px solid #C0B099;
	padding: 3px;
	color: #212C32;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contactTable input:hover, .contactTable input:focus {
	border: 2px solid #EAAE9D;
	padding: 3px;
	color: #212C32;
}
.contactTable textarea {
	padding: 2px;
	border: 2px solid #C0B099;
	color: #212C32;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contactTable textarea:hover, .contactTable textarea:focus {
	padding: 2px;
	border: 2px solid #EAAE9D;
	color: #212C32;
}
.contactTable select {
	padding: 2px;
	border: 2px solid #C0B099;
}
.contactTable select:hover {
	padding: 2px;
	border: 2px solid #EAAE9D;
}
.galleryThumb {
	padding: 3px;
	border: 1px solid #EBEBEB;
}
#sitemapLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48%;
}
#sitemapRight {
}
strong {
	font-weight: bold;	
}#internalSplash {
	background-color: #000;
	height: 10px;
}
#content ul {
	list-style-type: square;
	font-size: 100%;
	line-height: 1.6em;
	margin-left: 25px;
	padding-bottom: 1.5em;
}
#homeSplash {
	background-color: #000;
	background-image: url(../../gfx/centaur/header/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 324px;
	padding-top: 10px;
}
