﻿/*
Company:	Zapata Chamber
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/
/* @group HTML, Body */
html {
	background-color: #000;
}
body {
	font-family: Verdana, Arial, sans-serif;
	
}

/* @end */
/* @group Layout */
/* Head */
/* Body */
div#bd {
	border-top: 6px solid #000;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.gif) repeat-y 0 0;
}
#sitemap {
	width: 100%;
	margin: 0px 0;
	padding: 20px;
	font-family: ;
	font-size: 12px;
	font-weight: normal;
	color: #993300;
	text-align: left;
}
/* Footer */
div#ft {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ft-top.jpg) no-repeat 0 0 #993300;
	padding: 15px;
}
div#ft-left {
	width: 600px;
	float: left;
	display: inline;
}
div#ft-left p {
	font-size: 77%;
	color: #fff;
	margin: 0 0 3px 0;
}
div#ft-left p.copyright {
	font-weight: bold;
}
div#ft-left a:link, div#ft-left a:visited {
	color: #fff;
	text-decoration: none;
}
div#ft-left a:hover {
	text-decoration: underline;
}
/* @end */
/* @group Modules */
/* Logo */
div#logo {
	width: 252px;
	height: 135px;
	background: url(../images/zapata-logo.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}
/* Side */
div.side {
	width: 252px;
	float: left;
	display: inline;
}
/* Content */
div.content {
	width: 723px;
	float: right;
	display: inline;
}

/* Content Right */
div.content-right {
	width: 206px;
	font-size: 12px;
	float: right;
	display: inline;
}
h2 {
	margin: 0 0 15px 0;
	color: #993300;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
/* Main */
div.main {
	width: 517px;
	float: left;
	display: inline;
}

div.main-text {
	padding: 15px 20px;
	font-size: 12px;
}
/* Newsletter */
div.newsletter {
padding-left: 6px;
padding-top: 20px;

}
div.newsletter h3 {
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 100.1%;
}
div.newsletter input.txt {
	width: 160px;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	margin: 0 0 5px 0;
}
/* Chamber Weblink */
div#chamberweblink {
	width: 143px;
	margin: 6px 0 0 0;
	float: right;
	display: inline;
}
div#chamberweblink a {
	display: block;
	background: url(http://www.chamberweblink.com/images/shared/zapata_logo.jpg) no-repeat 0 0;
	width: 143px;
	height: 32px;
	text-indent: -9000px;
}
/* Events */
div.events {
	padding: 15px 15px 10px 15px;
}
div.events h3 {
	margin: 0 0 10px 0;
}
div.events h3.calendar {
	height: 17px;
	background: url(../images/hd-calendar-events.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.events h3.view-events {
	height: 17px;
	background: url(../images/hd-view-events.gif) no-repeat 0 0;
}
div.events h3.view-events a {
	display: block;
	text-indent: -9000px;
	height: 17px;
}
div.events ul {
	margin: 0;
}
div.events ul li {
	list-style: none;
	text-align: center;
	font-size: 77%;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: bold;
}
div.events ul li a {
	display: block;
	width: 99%;
	text-align: left;
	font-weight: normal;
}
div.events ul li a:link, div.events ul li a:visited {
	color: #fff;
	text-decoration: underline;
}
div.events ul li a:hover {
	text-decoration: none;
}
/* Quicklinks */
h3.quicklinks {
	text-indent: -9000px;
	margin: 0 10px 10px 10px;
	background: url(../images/hd-quicklinks.gif) no-repeat 0 0;
}
div.quicklinks {
	background-color: #hhh;
	margin: 0 10px;
	overflow: hidden;
	padding-bottom: 7px;
}
div.quicklinks ul {
	margin: 0;
	color: black;
	padding: 10px;
}
div.quicklinks ul li {
	list-style: none;
	padding: 2px 0;
}
div.quicklinks ul li a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 93%;
	color: blue;
}
div.quicklinks ul li a:link, div.quicklinks ul li a:visited {
	color: #000000;
	text-decoration: none;
}
div.quicklinks ul li a:hover {
	text-decoration: underline;
}
/* Sponsors */
div.sponsors {
	padding: 15px 12px 20px 12px;
}
div.sponsors p {
	font-size: 77%;
	color: #ffffff;
	text-align: center;
	margin: 0 0 5px 0;
}
/* Side HR */
div.side-hr {
	height: 3px;
	background: url(../images/side-hr.gif) no-repeat 50% 0;
	overflow: hidden;
	margin: 0 0 0 0;
}
/* @end */
/* @group Nav */
div#util-nav {
	background-color: #993300;
	overflow: hidden;
	padding: 10px 10px 10px 0;
}
div#util-nav ul {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
div#util-nav ul li {
	list-style: none;
	background: url(../images/util-nav-div.gif) no-repeat 100% 50%;
	float: left;
	display: inline;
}
div#util-nav ul li.last {
	background: none;
}
div#util-nav ul li a {
	display: block;
	padding: 0 10px;
	font-size: 11.2px;
	font-weight: normal;
}
div#util-nav ul li a:link, div#util-nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

div#util-nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Nav */
div#nav {
}
div#nav ul {
	margin: 0;
	padding: 20px 0 0 0;
}
div#nav ul li {
	list-style: none;
	margin: 0 0 10px 13px;
}
div#nav ul li a {
	display: block;
	width: 225px;
	height: 26px;
	background: url(../images/nav.gif) no-repeat 0 0;
	text-indent: -9000px;
}

div#nav ul li#n-visitor a {
	background-position: 0 -0px;
}
div#nav ul li#n-commdirectory a {
	background-position: 0 -40px;
}
div#nav ul li#n-directory a {
	background-position: 0 -80px;
}
div#nav ul li#n-development a {
	background-position: 0 -120px;
}
div#nav ul li#n-local a {
	background-position: 0 -160px;
}
div#nav ul li#n-education a {
	background-position: 0 -200px;
}
div#nav ul li#n-community a {
	background-position: 0 -240px;
}
div#nav ul li#n-chamber a {
	background-position: 0 -280px;
}
/* @end */
/* @group Default Headings */
div.main h1 {
	margin: 0 0 10px 0;
	color: #0092e1;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
div.main h2 {
	margin: 0 0 10px 0;
	color: #993300;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
/* @end */
/* @group Common Text Styles */
div.main p {
	font-size: 12px;
	line-height: 140%;
}

div.main p a:link, a:visited {
	color: #013298;
	text-decoration: none;
}
div.main p a:hover {
	text-decoration: underline;
}

div.main ul li {
	font-size:12px;
	list-style:disc;
}


/* @end */
/* @group Default Lists */
div.main li {
	font-size: 100%;
	list-style: none;
	margin: 0 0 10px 0;
}
/* @end */
/* @group Forms */
/* @end */
/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}

/* @end */
/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* @end */

