@charset "UTF-8";
/******************************************************************************************************

										Market Hardware Core CSS

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address { margin: 0; padding: 0; text-indent: 0; border: none; outline: none; list-style: none; text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit; }
table, td, tr, tbody, thead, th, caption { border-spacing: 0; border: none; border-collapse: separate; vertical-align: top; text-align: left; font-weight: normal; }

/* typography */
body { font-size: 0.75em /* 12px */; background: #2a5329; color: #fff; font-family: Arial, Helvetica, Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }
h1 { font-size: 1.5em /* 18px */; color: #275051; padding-bottom: 10px; }
h2 { font-size: 1.3em /* 15px */; text-transform: uppercase; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #fff; text-decoration: underline; }
a:hover, a:active {text-decoration: none; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { zoom: 1; display: block; }

/* layout */

#container {width: 850px; margin: 0 auto;}

#branding { position:relative; background: url('/images/design/header.jpg') top center no-repeat; width: 850px; height: 154px;}
#branding h1 a {text-indent: -9999px; display: block; height: 55px; width: 740px; position: absolute; left: 62px; top:33px;}

#contact  {width: 100%; position: absolute; bottom: 15px; right: 60px; text-align: right; }
#contact p {margin-bottom: 0;}
#contact p.phone {font-family: Georgia, Times, serif; font-size: 1.4em; letter-spacing: 2; margin-bottom: 10px;}
#contact p.phone strong {font-size: 1.6em; font-weight: normal;}
#contact p.email a {color: #fff;}

#nav {background: url('/images/design/nav.png') repeat-x; height: 42px;}
#nav ul, #nav li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav ul {text-align: center; width: 100%; line-height: 42px;}
#nav li { position: relative;width: 20%; display: inline;}

#nav a, #nav a:visited { color: #666; text-decoration: none; display: inline-block; font-size: 1.1em; font-weight: bold; padding: 0 24px; background: url('/images/design/divider.png') left center no-repeat; }

#nav #nav-home a {background: none;}

#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.associations #nav #nav-associations a,
.contribute #nav #nav-contribue a,
.contact #nav #nav-contact a { color: #003333; text-decoration: none; }

#contentwrapper {background: #2a5329 url('/images/design/content.jpg') top left repeat-x;}

#content {padding: 20px 50px; min-height: 500px; _height: 500px;}

	.home #content {background: url('/images/design/tree.png') 300px bottom no-repeat;min-height: 500px; _height: 500px;}

	.definition {padding-left: 20px;}
	
	.definition h2 {color: #ffe153; font-weight: bold; font-size: 1.5em; text-transform: none;}
	.definition h2 span {background: url('/images/design/ball.png') bottom left no-repeat; padding-left: 20px; font-weight: normal; color: #ffff99;} 
	.definition ol {font-family: "Courier New", Courier, monospace; }
	.definition li {margin-bottom: 0;}
	
	#def2 {padding-left: 100px;}

	.banner {text-align: center; padding: 20px 0; }
	


#footer { margin-bottom: 20px; font-size: 90%; text-align: center; color: #ccc; background: url('/images/design/footer.jpg') top left repeat-x; height: 42px; line-height: 42px; }
#footer a, #footer a:visited { color: #ccc; text-decoration: underline; }
#footer a:hover, #footer a:active {text-decoration: none; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #416a28; border-bottom: 1px solid #548c33; border-right: 1px solid #548c33; }
blockquote p { padding-left: 10px; }
blockquote cite {font-style: italic;}

/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #0567ae; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 225px; }
input.radio, input.submit { width: auto; }
textarea { width: 225px; height: 100px; padding:0; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #0567ae; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

.legislation #box { background: url(/images/nycap.jpg) no-repeat; width: 225px; height: 150px; position: relative; }
/*.legislation #box div { position: absolute; top: 0; left: 0; width: 225px; height: 150px; }*/
.legislation #box div form { position: absolute; top: 100px; left: 20px; }
.legislation #box div form input { width: 100px; }
.legislation #box div form input.submit { width: 50px; background: #000; color: #fff; border: none; height: 20px; line-height: 20px; cursor: pointer; }
