

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

Title : COTT Master Stylesheet
Author : T. Van Arsdale
URL : http://www.silocreative.com

Description : Master stylesheet 

Created : 07-15-08
Modified : 

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



body {
	margin-left: 1.5em;
	font-size: 75%;
	font-family: verdana, sans-serif;
	color: #333332;
	background: url(../images/bg-pg.gif) repeat-x;
	text-align: center;
	min-width: 880px;
	}

html>body {
	font-size: 12px;
	}

ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1.5em;
	padding-bottom: 0;
	}

ul li {
	line-height: 1.5em;
	}

ul.newsletter {
	color: #999;
	}

#container {
	margin: 0 auto;
	width: 880px;
	text-align: left;
	position: relative;
	}

#header {
	background: url(../images/bg-header.png) no-repeat;
	width: 880px;
	height: 105px;
	}
	
	
/* ----- NAVIGATION ----- */	

#navigationOuter {
	background: url(../images/bg-navigation.gif) repeat-x;
	width: 880px;
	height: 35px;
	}

#navigationInner {
	width: 878px !important;
	width: 880px;
	padding-right: 2px;
	height: 35px;
	background: url(../images/bg-nav-r.gif) right no-repeat;
	}

#navigation {
	padding-left: 5px;
	background: url(../images/bg-nav-l.gif) no-repeat;
	}

#navigation ul {
	color: #ffffff;
	font-size: 1em;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 9px 0 0 0;
	}

#navigation li {
	display: inline;
	padding: 0;
	margin: 0 0 0 -4px;
	}

#navigation li a:link {
	color: #635f55;
	text-decoration: none;
	border-right: 1px solid #f5d6ad;
	padding: 10px 20px 10px 19px;
	}

#navigation li a:visited {
	color: #635f55;
	text-decoration: none;
	border-right: 1px solid #f5d6ad;
	padding: 10px 20px 10px 19px;
	}

#navigation li a:hover {
	color: #635f55;
	text-decoration: none;
	border-right: 1px solid #f5d6ad;
	padding: 10px 20px 8px 19px;
	border-bottom: 2px solid #635f55;
	background: url(../images/bg-navigation-hvr.gif) repeat-x;
	}

#navigation li a:active {
	color: #635f55;
	text-decoration: none;
	border-right: 1px solid #635f55;
	border-bottom: 2px solid #635f55;
	padding: 10px 20px 8px 19px;
	}
	
	
/* ----- SUBNAVIGATION ----- */	

#subnavigationOutter {
	background: url(../images/bg-subnav.gif) repeat-x;
	width: 880px;
	height: 28px;
	margin-bottom: 25px;
	}

#subnavigationInner {
	background: url(../images/bg-subnav.gif) no-repeat right;
	width: 878px;
	padding-right: 2px;
	height: 28px;
	}

#subnavigation {
	background: url(../images/bg-subnav.gif) no-repeat;
	width: 871px;
	height: 28px;
	padding-left: 7px;
	}

#subnavigation ul {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 15px;
	}

#subnavigation li {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 0.916em;
	}

#subnavigation li a:link {
	font-weight: normal;
	padding: 0 7px 0 2px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	}

#subnavigation li a:visited {
	font-weight: normal;
	padding: 0 7px 0 2px;
	color: #ffffff;
	text-decoration: none;
	}

#subnavigation li a:hover {
	font-weight: normal;
	padding: 0 7px 0 2px;
	color: #ffffff;
	text-decoration: underline;
	}

#subnavigation li a:active {
	font-weight: normal;
	padding: 0 7px 0 2px;
	color: #ffffff;
	text-decoration: none;
	}

.nav-container {
	background: #d0e3ed;
	padding: 5px;
	}


/* ----- SIDE NAVIGATION ----- */

ul.left-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	}

ul.left-navigation a:link,
ul.left-navigation a:visited {
	color: #635f55;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #c0c0c0;
	text-decoration: none;
	}

ul.left-navigation a:hover {
	text-decoration: none;
	background: url(../images/bg-subnavigation-hvr.gif) repeat-x;
	border-bottom: 1px solid #c0c0c0;
	}
	
	
/* ----- STRUCTURES & ASSOCIATED ----- */	

.officers ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	}

.officers ul li {
	padding: 5px 10px;
	
	}

.officers ul a:link,
.officers ul a:visited {
	color: #635f55;
	display: block;
	padding: 0;
	margin: 0;
	}

.officers h3,
.weather h3,
.get-involved h3 {
	color: #fff;
	padding: 0 0 2px 3px;
	}

.officers,
.weather,
.get-involved,
.nav-container {
	margin: 0 0 10px 0;
	background: #635f55;
	margin-bottom: 10px;
	padding: 5px;
	}

.officers ul a:hover {
	text-decoration: none;
	background: url(../images/bg-navigation-hvr.gif) repeat-x;
	}

.get-involved p {
	background-color: #fff;
	padding: 5px;
	margin: 0 0 3px 0;
	}

.entries em {
	display: block;
	color: #333;
	font-style: normal;
	text-transform: none;
	}

#wrapper {
	margin: 0 auto;
	width: 880px;
	text-align: left;
	padding: ;
	background: ;
	position: relative;
	clear: both;
	}

#left-column {
	width: 170px;
	padding: 0;
	float: left;
	}

#homepage #center-column {
	margin-left: 200px;
	padding: 5px;
	width: 468px;
	}

#center-column {
	margin-left: 200px;
	padding: 5px;
	width: 658px;
	}

#reg-center-column {
	margin-left: 200px;
	padding: 5px;
	width: 600px;
	}

#right-column {
	width: 180px;
	float: right;
	}

#photospage p img {
	border: 2px solid;
	}

	
/* ----- ELEMENTS ----- */	

input {
	font: 12px/100% "Verdana";
	color: #333332;
	}

textarea, select {
	font: 12px/160% "Verdana";
	color: #333332;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	}

h1 {
	line-height: 1em;
	font-size: 2em;
	letter-spacing: -0.015em;
	margin: 0 0 .5em 0;
	color: #1575A4;
	font-weight: bold;
	}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 .75em 0;
	padding-bottom: 2px;
	color: #000000;
	border-bottom: 1px solid #635f55;
	}

#sponsorpage h2 {
	font-weight: bold;
	border-bottom: 3px solid;
	font-size: 1.75em;
	background: #e4eef4;
	padding: 5px;
	}

h2 a:link,
h2 a:visited,
h2 a:hover {
	text-shadow: none;
	}

h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	text-transform: uppercase;
	color: #635f55;
	}

#sponsorpage h3 {
	font-size: 1.5em;
	}

h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.125em 0 0.375em 0;
	font-weight: bold;
	}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.125em 0 0.375em 0;
	font-weight: bold;
	}

h6 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.125em 0 0.375em 0;
	font-weight: bold;
	}

.printTitle {
	display: none;
	}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	}

p.info {
	border: 1px solid #5a8095;
	padding: 10px;
	background: #eff5f7;
	}

p.fineprint {
	font-size: 0.83em;
	color: #666;
	}

a:link {
	color: #e79409;
	}

a:visited {
	color: #f7cb83;
	}

p.months a:visited {
	color: #e79409;
	}

a:hover {
	color: #e79409;
	text-decoration: underline;
	}

a:active, a.active {
	color: #e79409;
	}

a:link.join,
a:visited.join,
a:hover.join {
	padding: 4px 10px;
	color: #fff;
	background-color: #e79409;
	text-decoration: none;
	}

hr {
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #d0e3ed;
	}


ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1.5em;
	padding-bottom: 0;
	}

ol li {
	line-height: 1.5em;
	}


/* ----- FOOTER ----- */

#footer {
	border-top: 1px solid #fff;
	clear: both;
	}

#footerblock {
	margin: 15px 0 56px 0;
	border-top: 1px solid #edeeee;
	clear: both;
	}

#footer p {
	padding: 10px 0 0 0;
	font-size: 0.8333em;
	width: 100%;
	color: #b1b3b6;
	}

#footer a:link {
	color: #73AAC5;
	}

#footer a:visited {
	color: #73AAC5;
	}

#footer a:hover {
	color: #1575A4;
	text-decoration: underline;
	}

#footer a:active {
	color: #73AAC5;
	}

/* ----- CLASSES ----- */

.hide {
	display: none;
	}

.show {
	display: block;
	}

table {
	line-height: 1.5em;
	}

legend {
	line-height: 1.5em;
	}

label {
	line-height: 1.5em;
	}


