/* 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, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table,
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;
	font: Arial, Helvetica, sans-serif;
	color: #363636;
	font-size:14px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
}


/* **************************** MAIN STRUCTURAL STYLES **************************** */

html, body {
	height:100%;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	} 

body {
	margin: 0;
	width: 100%;
	height: 100%;
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #ffffff;	
	text-align: center;
	text-rendering: optimizeLegibility;
}

	#wrapperContainer {
		max-width: 40em; /* 640px/16px to account for Kindle at 600px */
		margin: 0 auto;
		text-align: left;
		display: inline-table;
	}
	
/* **************************** MAIN TEXT STYLES **************************** */

a {
	color:#0000ff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size:20px;
	padding:0 0 10px 0;
	color: #177a0d;
	font-family:"Myriad Pro", sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	padding: 0 0 10px 0;
	color: #177a0d;
	font-family: "Myriad Pro", sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	padding: 0 0 10px 0;
	color: #000;
}	

h4 {
	font-size: 16px;
	padding: 0 0 10px 0;
	color: #000;
}	

p {
	margin: 10px 0 10px 0;
	line-height: 150%;
	font-size:14px;
	color: #363636;
}



/* Access key skip nav */

.offScreen { 
	display: none;
	float: none;
}

.printOnly {
	display: none;
}

/* **************************** HEADER PANEL STYLES **************************** */

header {
	float: left;
	width: 100%;
	position: relative;
	display: block;
	min-height: 50px;
}

	header h1 a span {
		display: none; 
	}
	
	header img {
		float: left;	
	}

footer {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	display: block;
	color: #666;
	min-height: 50px;
}

header nav {
	float: left;
	width: 100%;
	text-align: left;
	padding: 5px 0;
}

	/* nav in normal browser or if javascript is disabled */
	
	header nav ul {
		margin: 0;
		list-style-type: none;
	}

		header nav ul li {
			display: inline-block;
			zoom: 1;
			*display: inline;
			margin: 5px 0 5px 10px;
		}
	
			header nav ul ul {
				display: none;
			}
			
		header nav ul li a {
			float: left;
		}
			
			header nav ul li a:hover {
				text-decoration: underline;
			}
				
				
/* **************************** CONTENT PANEL STYLES **************************** */

section.mainContent {
	float: left;
	width: 100%;
	text-align: left;
	display: block;
	position: relative;
	z-index: 0 !important;
	margin-top: 10px;
}
	

		section.mainContent ul {
			list-style: disc outside;
			margin: 0 0 0 15px;
			line-height: 180%;	
			color: #363636;
		}
	
			section.mainContent ul ul {
				list-style: square outside;
			}
			
	section.mainContent section {
		float: left;
		width: 96%;
		padding: 2%;	
	}


section.mainContent a {
font-weight: bold;
color:#177a0d;
}


.go-top {
    position: fixed;
    bottom: 0.75em;
    right: 0.5em;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 16px;
    display: none;
    margin: 0;
}

	.go-top:hover {
		text-decoration: none;
	}
	
/* **************************** SLIDER STYLES ***************************** */		

section.mainContent #slider {
	float: left;
	width: 100%;
	height:auto !important;
	margin: 0;
	z-index: 20;
	font-size: 0.8em;
	font-style: italic;
}

	section.mainContent #slider img {
		width: 100%;
		margin: 0;
		display:none;
	}
	
/* **************************** GALLERY STYLES ***************************** */	
	
section.mainContent .image-row {
	margin: 10px 0;
	float: left;
	width: 100%;
}

	section.mainContent .image-row img {
		width: auto;
		height: 80px;
		float: left;
		margin: 10px 5px 0 0;
	}
	
/* **************************** FORM STYLES ***************************** */	

section.mainContent form label {
	width: 25%;
	float: left;
	font-size: 0.8em;
	margin: 0 10px 10px 0;
	padding: 5px 0;
	clear: left;
}

section.mainContent form input, section.mainContent form textarea {

	border: 1px solid #838383;
	font-size: 0.8em;
	float: left;
}

	section.mainContent form input.code {
		width: 60px; 
		padding: 11px;
	}	
		
		section.mainContent form img {
			width: auto;
			height: auto;
			float: left;
			margin: 0 10px;
			padding: 0;
		}
		
	section.mainContent form .buttons {
		clear: left;
		margin-left: 25%;
	}	
		
		section.mainContent form .buttons input {
			width: auto;
			padding: 10px;
			margin-right: 10px;
			float: left;
		}	

@media (max-width: 460px) {	
		
		/** this is for width below 460px and 320px **/	
		
	section.mainContent form .buttons {
		margin-left: 0;
	}	
	
}