/*
Theme Name: ArizonaGreenChamber WordPress
Description: ArizonaGreenChamber WordPress theme.
Version: 1.0
*/
html{
	height:100%;
	background:url(images/none.gif);
}
body{
	margin:0;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	background:#f6f8f0 url() no-repeat 50% 0;
	min-height:100%;
	min-width:890px;
	color:#592d12;
}
* html body{ height:100%;}

.members {
       padding: 0px 0 0 15px;

}

.memberSelector {
       padding: 10px 0 0 35px;

}

.big{
        font-size:12px;
}
img{border-style:none;}

img.left {
       float:left;
       padding: 5px;
       width:200px;
}
img.leftBios {
       float:left;
       padding: 5px;
       width:140px;
}
a{
	font-weight:bold;
        text-decoration:none;
	color:#592d12;
}
a:hover{text-decoration:underline;}
#main{
	margin:0 auto;
	width:890px;
	position:relative;
	overflow:hidden;
	padding-bottom:50px;
}
.sub_heading {
       font-weight:bold;
}

h1.logo{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:2px 1px 0 0;
	z-index:9;
}
h1.logo a{
	cursor:pointer;
	display:block;
	background:url(images/logo.png) no-repeat;
	width:209px;
	height:103px;
}
/*-- dd-menu --*/
#nav {
	width:672px;
	margin:0;
	padding:71px 0 0 5px;
	position:relative;
	z-index:11;
	float:left;
}
#nav li{
	text-align:center;
	display:inline;
	margin:0 0 0 -4px;
	float:left;
	list-style:none;
}
#nav li a{
	text-align:center;
	width:70px;
        padding-right:7px;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
	color:#fff;
	display:table;
	height:34px;
	background:url(images/nav.png) no-repeat;
}
#nav li a span{
	text-align:center;
        padding-left:7px;
	cursor:pointer;
	vertical-align:middle;
	display:table-cell;
}
#nav li.hover,
#nav li:hover {
	position:relative;
}
#nav li.hover a,
#nav li:hover a { background:url(images/nav-hov.png) no-repeat;}
#nav li.hover ul a,
#nav li:hover ul a{background:none;}
#nav li.hover div,
#nav li:hover div{
	display:block;
}
#nav li div {
	display:none;
	position:absolute;
	left:4px;
	top:34px;
	z-index:10;
}
#nav div ul {
	width:275px;
	background:url(images/sub-nav-bg.png) repeat;
	margin:0px;
	padding:8px 0 7px 0px;
}
#nav ul li{
	float:none;
	padding:0;
	margin:0;
}
#nav ul li a{
	position:relative;
	padding:0 6px;
	text-align:left;
	font-size:11px;
	display:block;
	line-height:37px;
	height:1%;
	width:auto;
	background:none;
}
#nav div ul a:hover{
	background-color:#df7a34;
}
/*-- content --*/
#conteiner{
	float:left;
	width:100%;
	clear:both;
	position:relative;
	z-index:10;
	margin:-4px 0 0;
}
.container-head {
	font-size:0;
	line-height:0;
	background:url(images/container-head-bg.png) no-repeat;
	height:7px;
}
.conteiner-body {
	padding:13px 24px 0 25px;
	overflow:hidden;
	height:1%;
	background:url(images/container-repeat-bg.png) repeat-y;
}
.conteiner-foot {
	background:url(images/container-foot-bg.png) no-repeat;
	height:8px;
	font-size:0;
}
.columns {background:url(images/columns-repeat-bg.png) repeat-y;}
.columns-head{background:url(images/columns-head-bg.png) no-repeat;}
.columns-foot{
	padding:38px 7px 84px 8px;
	overflow:hidden;
	width:826px;
	background:url(images/columns-foot-bg.png) no-repeat 0 100%;
}
.head {
	margin:26px 0 0;
	overflow:hidden;
	height:1%;
}
.head h2{
	margin:0;
	float:left;
	font-weight:normal;
	background:url(images/head-bg.gif) no-repeat;
	font-size:18px;
	color:#fff;
}
.head h2 span{
	float:left;
	line-height:35px;
	font-size:18px;
	padding:0 14px 0 37px;
	background:url(images/head-right-bg.gif) no-repeat 100% 0;
}
#conteiner h3{
	font-size:14px;
	color:#68452f;
	margin:18px 35px 0;
	line-height:16px;
}
#conteiner p{margin:14px 50px 0 37px;}
.list ul{
	margin:0;
	padding:1px 15px 1px 34px;
}
.list ul li{
	padding:0 0 0 8px;
	background:url(images/bullet.gif) no-repeat 0 6px;
	list-style:none;
}
/*-- column --*/
.column{
	/*width:625px;*/
	width:590px;
	float:left;
}
/*-- column-1 --*/
.column-1{
	float:right;
	width:177px;
}
ul.foot-nav {
	text-align:center;
	margin:0;
	padding:17px 20px 13px;
}
ul.foot-nav li{
	color:#fff;
	padding:0 17px 0 18px;
	background:url(images/footer-separator.gif) no-repeat 0 3px;
	display:inline;
	list-style:none;
}
ul.foot-nav li:first-child{ background:none;}
ul.foot-nav li a{
	font-size:12px;
	color:#fff;
}
/*---Navigation---*/
.navigation{
	margin:20px 0 0 130px;
	width:200px;
}
.navigation .alignleft{
	float:left;
	display:inline;
}
.navigation .alignright{
	float:right;
	display:inline;
}
/*---Navigationend---*/
.commentlist{
	list-style:none;
}