/* 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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ececec;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #666666;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
	padding-bottom: 10px;
}

#outerWrapper #miniNav {
	background-color: #ECECEC;
	height: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
	background-image: url(../../gfx/handt/interface/topLogo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#outerWrapper #homeheader, #internalHeader {
	background-color: #ECECEC;
	padding-bottom: 5px;
}
#outerWrapper {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#outerWrapper #innerWrapper #nav {
	background-color: #171717;
	background-image: url(../../gfx/handt/interface/navBackground.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 45px;
}
#outerWrapper #innerWrapper #nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#outerWrapper #innerWrapper #nav li {
	display: inline;
}
#outerWrapper #innerWrapper #nav a {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #696969;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#outerWrapper #innerWrapper #nav a:hover {
	color: #6C3;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #696969;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#outerWrapper #innerWrapper #content {
	width: 630px;
	margin-top: 50px;
	padding-left: 30px;
	float: left;
}
#ContentFull {
	width: 890px;
	margin-top: 50px;
	margin-right: 30px;
	margin-left: 30px;
}
#outerWrapper #innerWrapper #content2col {
	width: 600px;
	margin-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
}

#outerWrapper #innerWrapper #rightColumn1 {
	background-image: url(../../gfx/handt/interface/navShadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 276px;
	min-height:500px;
	margin-top: 50px;
}
#outerWrapper #innerWrapper #contentWrapper #rightColumn1 ul {
	list-style-type: none;
}
#outerWrapper #innerWrapper #contentWrapper #rightColumn1 li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
}
#outerWrapper #innerWrapper #contentWrapper #rightColumn1 a {
	display: block;
	font-size: 100%;
	text-transform: capitalize;
	color: #666666;
	padding: 10px;
	text-decoration: none;
}
#outerWrapper #innerWrapper #contentWrapper #rightColumn1 a:hover {
	display: block;
	font-size: 100%;
	text-transform: capitalize;
	color: #0C3;
	padding: 10px;
	text-decoration: none;
	background-color: #F3F3F3;
}
/* mac hide \*/
* html #rightColumn1{height:500px}
/* end hide */

#outerWrapper #innerWrapper #content p, #outerWrapper #innerWrapper #content2col p, #ContentFull p {
	font-size: 90%;
	line-height: 1.6em;
	color: #858585;
	padding-bottom: 1.3em;
}
#footer {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F0F0F0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #999999;
	font-size: 80%;
	line-height: 1.4em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#outerWrapper #innerWrapper #contentWrapper #rightColumn1 h2 {
	padding-left: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
#outerWrapper #innerWrapper #contentWrapper #content a, #outerWrapper #innerWrapper #contentWrapper #ContentFull a {
	color: #2382C4;
	text-decoration: none;
}
#outerWrapper #innerWrapper #contentWrapper #content a:hover, #outerWrapper #innerWrapper #contentWrapper #content a:hover {
	color: #1D6A9E;
	text-decoration: underline;
}

#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

legend {
	font-size: 140%;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
fieldset {
	border: 1px solid #CCCCCC;
	color: #666666;
	margin-left:5px;
	width: 98%;
	padding: 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 #CCCCCC;
	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 #CCCCCC;
	color: #212C32;
}
.contactTable textarea:hover, .contactTable textarea:focus {
	padding: 2px;
	border: 2px solid #EAAE9D;
	color: #212C32;
}
.contactTable select {
	padding: 2px;
	border: 2px solid #CCCCCC;
}
.contactTable select:hover {
	padding: 2px;
	border: 2px solid #EAAE9D;
}
.galleryThumb {
	padding: 3px;
	border: 1px solid #EBEBEB;
}
#functions {
	float: right;
}
#news-homepage {
	background-color: #FBFBFB;
	padding: 7px;
	margin-top: 3px;
	margin-bottom: 8px;
	border: 1px solid #E8E8E8;
}
#sitemapLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 48%;
}
#sitemapRight {
}
#footerBottom {
	background-image: url(../../gfx/handt/interface/footerBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 15px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#miniNav a {
	font-size: 80%;
	color: #666666;
	text-decoration: none;
}
#miniNav a:hover {
	font-size: 80%;
	color: #999999;
	text-decoration: underline;
}
h3 {
	font-size: 110%;
	color: #666666;
}
h4 {
	font-size: 90%;
	color: #666666;
}
h5 {
	font-size: 80%;
	color: #666666;
}
h6 {
	font-size: 70%;
	color: #666666;
}
.caption {
	font-size: 80%;
	color: #666666;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#content ul {
	color: #858585;
	list-style-type: square;
	font-size: 90%;
	margin-right: 50px;
	margin-left: 50px;
	padding: 0px;
	margin-top: .7em;
	margin-bottom: .7em;
}
#content li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .7em;
	padding-left: 0px;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #666666;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
	padding-bottom: 10px;
}
#ContentFull {
	margin-top: 50px;
}
.imageName {
	font-size: 80%;
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content li, #ContentFull li {
	line-height: 1.5em;
}