/* 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 {
	text-align: center;
	font-size: small;
}
#outerWrapper #homeheader {
	background-image: url(../../gfx/cg/logo-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	height: 64px;
}
#outerWrapper #innerWrapper #nav {
	height: 24px;
	background-image: url(../../gfx/cg/logo-middle.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9FA3A6;
}
#outerWrapper #innerWrapper #nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 4px;
}
#outerWrapper #innerWrapper #nav li {
	list-style-type: none;
	display: inline;
}

#outerWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#outerWrapper #innerWrapper #nav a {
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9FA3A6;
	padding-top: 4px;
	padding-bottom: 4px;
}
#outerWrapper #innerWrapper #nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9FA3A6;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #666666;
}
#outerWrapper #innerWrapper #homeSplash {
	height: 276px;
	background-color: #FFFFFF;
	background-image: url(../../gfx/cg/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#outerWrapper #innerWrapper #contentWrapper #content {
	float: left;
	width: 680px;
}
#outerWrapper #innerWrapper #contentWrapper #content p, #ContentFull p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #878787;
	line-height: 1.6em;
	text-align: justify;
	padding-bottom: 1.6em;
	padding-right: 10px;
}

#outerWrapper #innerWrapper #contentWrapper #rightColumn1 {
	float: right;
	width: 255px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	min-height: 500px;
	padding-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #383838;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	padding-bottom: 0.5em;
	margin-bottom: .5em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #383838;
	padding-bottom: .5em;
}
legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 140%;
	color: #1456A4;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
fieldset {
	border: 1px solid #CCC;
	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;
}
#rightColumn1 ul {
	
}
#rightColumn1 li {
	
}
#rightColumn1 a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #8b8b8b;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: block;
	padding-left: 20px;
	background-image: url(../../gfx/cg/sub-nav-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#rightColumn1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../../gfx/cg/sub-nav-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	color: #666666;
}
/* 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: #4076B6;
	border-right-color: #4076B6;
	border-bottom-color: #4076B6;
	border-left-color: #4076B6;
	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: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #1456A4;
	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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.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;
}
.galleryThumb {
	padding: 3px;
	border: 1px solid #EBEBEB;
}
#functions {
	float: right;
}
#news-homepage {
	background-color: #F4F4F4;
	padding: 7px;
	margin-top: 3px;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	color: #666666;
}
#sitemapLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48%;
}
#sitemapRight {
}
strong {
	font-weight: bold;	
}
#outerWrapper #mainFooter {
	background-color: #F4F4F4;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
	padding: 10px;
}
#outerWrapper #footer {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
}
#outerWrapper #footer a {
	text-decoration: none;
	color: #0886d7;
	font-weight: bold;
}
#footerWrapper {
	float: left;
	width: 66%;
}
#footerRight {
	float: right;
	width: 33%;
}

#outerWrapper #footer a:hover {
	text-decoration: underline;
	color: #48B3F9;
	font-weight: bold;
}
.clearMe {
	clear: both;
	height: 0px;
}
#mainFooter h2 {
	font-size: 120%;
	color: #0886d7;
}
#mainFooter li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}
#mainFooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
#mainFooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666666;
	text-decoration: none;
	background-color: #E6E6E6;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
#footerLeft {
	width: 49%;
	float: left;
}
#footerMiddle {
	float: right;
	width: 49%;
}
#subfeature {
	height: 97px;
	background-image: url(../../gfx/cg/internalStrip.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #383838;
	padding-bottom: 0.5em;
}
.newsDate {
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	line-height: 1.0em;
}
.galleryTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#outerWrapper #innerWrapper #contentWrapper #content a {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
#outerWrapper #innerWrapper #contentWrapper #content a:hover {
	text-decoration: underline;
	color: #59BDFF;
}
#rightColumn1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #383838;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	padding-bottom: 0.5em;
	margin-bottom: .5em;
}
