/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    ARC of the Ozarks
URL :      http://thearcoftheozarks.org/

Created :  10.09.2009
Modified : 10.19.2009

- - - - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/*:focus { outline: none; }*/

/* Font Reset */
body { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 62.5%; }
html>body { font-size: 10px; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -               H T M L	               - - - - - - - - - - - - - - - - - - - - - - - */

/* Anchor Links 
-------------------------------------------- */
a:link { color: #285783; text-decoration: underline; }
a:visited { color: #285783; text-decoration: underline; }
a:hover {  color: #285783; text-decoration: none; }
a:active {  color: #285783; text-decoration: none; }

/*a:focus { outline: 1px dashed #00f; }*/

/* Headings 
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Times;
	font-weight: normal;
}

h1 { font-size: 3.8em; color: #003464; margin: 0; }
body.secondary h1 { font-size: 3.2em; }
h2 { font-size: 1.6em; color: #003464; margin: 0 0 1em; } 

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1.5em; font-size: 1em; line-height: 1.6em; }
#content p, #content ul { font-size: 1.2em; }
#content ul ul, #content ul ul ul, #content ul ul ul ul { font-size: 1em; }

blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; font-size: 1.3em; }
/*tbody td, tbody th { border: 1px solid #999; }*/
tfoot { font-style: italic; }

/* - - - - - - - - - - - - - - - - - - - - - - -         M A I N - L A Y O U T         - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Styles
-------------------------------------------- */
body {
	color: #666;
	background: #013564 url(../img/body_bg.jpg) no-repeat center top;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 7px;
	text-align: left;
	background: #ffffff url(../img/wrapper_mid.jpg) repeat-y 0 0;
}

#wrapper #wrapper-inner { background: url(../img/sidebar_arch.jpg) no-repeat 236px 0; }
body.secondary #wrapper #wrapper-inner { background: #fff url(../img/sidebar_arch_secondary.jpg) no-repeat 236px 0; }

.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; }

ul#utility-nav { display: none; }

/* Header
-------------------------------------------- */
#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}

#header {
	width: 943px;
	height: 108px;
	padding: 12px 16px 0 0;
	background: #fff;
}

#header #donate-button { float: right; }

#header #donate-button a {
	float: right;
	width: 168px;
	height: 44px;
	margin: 0 0 10px 0;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/donate_button.jpg) no-repeat 0 0;
}

/* Global Navigation */
#header .nav {
	float: right;
	clear: both;
	width: 680px;
	height: 45px;
	margin:  0 0 9px;	
}

#header .nav li {
	float: left;
	list-style: none;
}

#header .nav li a {
	float: left;
	display: inline-block;
	display: block;
	height: 45px;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../img/global_nav.jpg);
}

#header .nav li#gn-home a { width: 86px; background-position: 0 0; }
#header .nav li#gn-about a { width: 85px; background-position: -86px 0; }
#header .nav li#gn-how a { width: 85px; background-position: -171px 0; }
#header .nav li#gn-events a { width: 85px; background-position: -256px 0; }
#header .nav li#gn-gallery a { width: 85px; background-position: -341px 0; }
#header .nav li#gn-news a { width: 85px; background-position: -426px 0; }
#header .nav li#gn-join a { width: 85px; background-position: -511px 0; }
#header .nav li#gn-contact a { width: 84px; background-position: -596px 0; }

/* Content
-------------------------------------------- */
#content { clear: both; position: relative; }

/* Main Content */
#main-content {
	float: right;
	width: 580px;
	padding: 0 16px 0 0;
}

#banner {
	position: relative;
	z-index: 80;
	float: left;
	width: 662px;
	height: 323px;
	margin: 0 0 30px -82px;
	padding: 7px 0 0 0;
	background: #003464 url(../img/sidebar_arch.jpg) no-repeat -46px -120px;
}

body.secondary #banner {
	width: 664px;
	height: 124px;
	margin: -5px 0 30px -84px;
	padding: 0;
}

body.secondary #arch-overlay {
	position: absolute;
	top: 0;
	left: 281px;
	width: 65px;
	height: 330px;
	background: url(../img/sidebar_arch_secondary.jpg) no-repeat -45px -120px;
	z-index: 90;
}

#banner img { float: left; margin: 0 0 6px; }

#banner .slideshow-thumbnails ul { list-style: none; }
#banner .nav, #banner .slideshow-thumbnails { float: right; padding: 6px 8px 0 0; }
#banner .nav li, #banner .slideshow-thumbnails li { float: left; }

#banner .nav li a, #banner .slideshow-thumbnails li a {
	float: left;
	width: 18px;
	height: 16px;
	margin: 0 0 0 22px;
	padding: 0;
	font-family: Times;
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
	/*color: #fff;
	background: #01539F;
	border: 1px solid #B3CCE2;*/
}

#banner .slideshow-thumbnails li a:hover,
#banner .slideshow-thumbnails li.active a,
#banner .nav li a:hover,
#banner .nav li.active a {
	/*background: #56ADAD;
	border: 1px solid #CDE7E7;*/
}

#text-content {
	float: left;
	width: 395px;
}

#photo-highlights {
	float: right;
	width: 160px;
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
}

#photo-highlights li {
	float: right;
	margin: 0 0 8px 0;
	list-style: none;
}

#photo-highlights li img { float: right; }

/* Sub Content */
#sub-content-wrapper {
	float: left;
	background: #fff url(../img/sidebar_gradient.jpg) repeat-x right bottom;
}

#sub-content {
	float: left;
	width: 288px;
	margin: 137px 0 0;
	padding: 0 10px 0 40px;
	background: #ffffff url(../img/sidebar_shade.jpg) repeat-y right top;
}

#sub-content h4 {
	clear: both;
	display: block;
	height: 25px;
	margin: 0 0 0.75em;
	padding: 2px 10px 7px 10px;
	font-size: 2.2em;
	color: #fff;
	background-color: #024F95 ; 
	background-image: url(../img/title_dropshadow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sub-content h4#sn-services { background-color: #066DCB; }
#sub-content h4#sn-connected { background-color: #1FAEAD; }
#sub-content h4#sn-login { background-color: #049F49; }

#sub-content .nav { margin: 0 0 18px; overflow: hidden; }

#sub-content .nav li { margin: -2px 0 0; }
#sub-content .nav li ul li { margin: -2px 0 0 10px; border: none; }

#sub-content .nav li a {
	display: inline-block;
	display: block;
	font-size: 1.3em;
	text-decoration: none;
	padding: 6px 0 7px 0;
	color: #285783;
	width: 280px;
	border-bottom: 1px solid #B8B8B8;
	position: relative;
	z-index: 100;
}

#sub-content .nav li a:hover { text-decoration: underline; }
/*#sub-content .nav li a:focus { outline: 1px dashed #B8B8B8; }*/

#sub-content p { font-size: 1.3em; line-height: 1.2em; color: #285783;}
#sub-content a { color: #285783; text-decoration: none; }
#sub-content a:hover { text-decoration: underline; }

#newsletter-form { float: left; width: 220px; margin: 0 0 6px; }
#newsletter-form label { display: block; margin: 0 0 5px; font-size: 1.3em; color: #285783; }
#newsletter-form .field input { width: 214px; margin: 0 0 6px; text-align: center; color: #AEAEAE; }
#newsletter-form .button input { float: right; }

#sub-content h5 { clear: both; font-family: Arial; margin: 0 0 4px; font-size: 1.3em; color: #285783; }

#social-links { float: left; margin: 0 0 25px; list-style: none; }
#social-links li { float: left; margin: 0 6px 0 0; list-style: none; }

#sub-content form a { color: #285783; text-decoration: underline; }
#sub-content form a:hover { text-decoration: none; }

#login-form { float: left; width: 166px; margin: 0 0 10px; }
#login-form p { margin: 0 0 5px; }
#login-form label { display: none; }
#login-form .field input { width: 160px; margin: 0 0 6px; text-align: center; color: #AEAEAE; }
#login-form a { float: left; }
#login-form .button input { float: right; }

p#contact-info {
	clear: both;
	margin: 0 0 140px;
	padding: 5px 0 0;
	border-top: 1px solid #154774;
}

/* Footer
-------------------------------------------- */
#footer {
	clear: both;
	padding: 14px 0 10px;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	background: #013564 url(../img/wrapper_bot.jpg) no-repeat center top;
}

#footer .nav { display: block; margin: 0 0 0 1em; list-style: none; overflow: hidden; }
#footer .nav li { display: inline; margin: 0 0 0 -0.25em; list-style: none; border-left: 1px solid #fff; }
#footer .nav li.first { border-left: none; }
#footer .nav li a { color: #fff; text-decoration: none; padding: 0 0.5em; }
#footer .nav li a:hover { text-decoration: underline; }

/* - - - - - - - - - - - - - - - - - - - - - - -    S E C O N D A R Y - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */

/* Forms
--------------------------------------------- */

form div {
	padding: 7px 0 7px 0;
	clear: left;
}

form div label {
	float: left;
	width: 210px;
	font-size: 1.2em;
	line-height: 1.6em;
}

form div.input input {
	width: 180px;
}

form div.checkbox {
	clear: none;
	float: left;	
}

form div.radio fieldset label,
form div.checkbox label {
	float: left;
	width: 80px;
}

form div.radio fieldset input,
form div.checkbox input {
	width: 25px;
	float: left;
}

form div.radio fieldset legend {
	font-size: 1.2em;
	line-height: 1.6em;
}

form div.submit input {
}



.positionname {
	border-top:1px solid #003464;
	margin-top:15px;
	padding-top:5px;
}

.center {
	text-align:center;
}

.sponsorlogo {
	float:left;
	width:164px;
	height:100px;
	border:2px solid #e8e8e8;
	margin-left:10px;
	margin-bottom:10px;
	padding:2px;
	background:#fff;
}

.clear {
	clear:both;
	height:1px;
}

.grouphome {
	width:180px;
	height:145px;
	text-align:center;
	float:left;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:10px;
	margin-top:0px;
}

h2.hometext{
	margin-left:20px;
	margin-right:20px;
}

p.hometext {
	margin-left:20px;
	margin-right:20px;
}