/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS RULES */

body { 
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #783000;
}
a { 
	text-decoration: none;
	color: #000;
}
h1 {
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 5px;
	color: #000;
}
h2 {
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 5px;
	color: #000;
}
h3 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}
hr {
	height: 0px;
	border: none;
	border-top: 1px solid #783000;
}
p {
	margin-bottom: 16px;
	text-indent: 20px;
	line-height: 16pt;
}
#mainWrapper { 
	width: 960px;
	margin: 20px auto;
}
#mainNav { list-style: none; }
#mainNav li { padding: 0px 5px; display: inline-block; }
#mainNav li a { font-size: 10pt; }
#mainNav li a:hover { color: #eb6005; }
#mainNav li.active a { color: #eb6005; }
#mainNav li a, #mainNav li a:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear; 
}
#footer {
	font-size: 8pt;
	text-align: center;
	padding: 5px 0px;
	color: #666;
}

.thumbWrapper {
	display: inline-block;
	margin: 0px 0px 10px 5px;
	border: 1px solid #000;
	-moz-box-shadow: 2px 2px 1px #666;
	-webkit-box-shadow: 2px 2px 1px #666;
	box-shadow: 2px 2px 2px #666;
}
.thumbWrapper img { 
	padding: 4px 4px 2px 4px;
}
.thumbTitle {
	padding: 3px 0px;
	text-align: center;
}

.clear { clear:both; }
.collectWrapper {
	float: left;
	width: 480px;
	min-height: 289px;
	margin: 10px 0px;
}
.collectText {
	float: left;
	width: 240px;
	padding: 0px 9px;
}
.collectText p { text-align: justify; }
.collectMain {
	float:left;
	margin-bottom: 10px;
	border: 1px solid #000;
}
.collectSupp { border: 1px solid #000; }

#contactForm {
	width: 480px;
	margin: 0px auto 20px auto;
/*	border: 1px solid #eb6005;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666; */
}
#contactForm .label {
	display: inline-block;	
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 13pt;
	font-weigth: bold;
	text-align: right;
	margin-right: 20px;
}
#contactForm .textField {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	width: 220px;
	border-collapse: collapse;
	border: none;
	background-color: #FBECD0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#contactForm .textBlock {
	width: 440px;
	margin: 0px 20px;
	border-collapse: collapse;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FBECD0;	
}
#contactForm .button {
	margin: 10px 0px;
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #eb6005;
	background-color: #eb6005;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
#contactForm .button:hover {
	background-color: #FBECD0;
	color: #783000;
	cursor: pointer;
}
