/*
Theme Name:
Theme URI:
Description:
Author:
Author URI:
*/

@import url("css/hmenu.css");  /* Drop Navigation specific styles */

body {
	margin-top:0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #3e3e3e;
        line-height:18px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
        background-color: #f5ebdf;
}

#popupside{
       width:20px;
       float: left;
       display:inline;

}

#popup{
      float: left;
      display:inline;
      margin-left:30px;
      width:450px;
}

h1, h2, h3 {
	margin-bottom: 5px;
	font-weight: normal;
	color: #3d5b6b;
}

h1, h2, h3 a{
	margin-bottom: 5px;
        margin-top:0px;
        padding:0px;
	font-weight: normal;
	color: #3d5b6b;
}

h1, h2, h3 a:visited {
	margin-bottom: 5px;
        margin-top:0px;
        padding:0px;
	font-weight: normal;
	color: #3d5b6b;
}

h1 {
	font-size: 20px;
        margin-top:0;
        
}

h2 {
        font-size: 20px;
        margin-top:0;
}

h3 {
	font-size: 18px;
}

p, ol, ul {
	margin-bottom: 20px;
	line-height: 18px;
}

a {
	color: #3d5b6b;
        text-decoration: none;
}

a:visited {
	color: #3d5b6b;
        text-decoration: none;
}

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

a img {
	border: none;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	background:#fff url(images/wrapper_bg.jpg) repeat-y;
	overflow:visible;
}

#top_logo {
        width:960px;
        height:106px;
        background: url(images/logo.jpg) no-repeat;
}

#top_photo {
        width:960px;
        height: 260px;
        background: url(images/photo_bg.jpg) no-repeat;
}

#top_nav a{
	text-decoration:none;
	font-weight:bold;
	color:#5C122D;
	width:100%;
	height:30px;
}
/* Header */

#header {
	width: 940px;
        margin:0px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}
#header_blocks{
	width:100%;
	/*height:200px;*/
	margin-right:10px;
}
/*Four Boxes*/
#parent {
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-top:5px;
       
}
#parent .box {
	height:100%;
	width:290px;
	float:left;
	margin:0px 15px 0 10px;
	text-align: left;
        color: #fff;
	background: #3d5b6b;
}

.indent {
	padding:0px 15px 15px 22px;
	text-align: left;
	font-size:12px;
        color: #fff;
}

#parent .box .hdr {
	width:100%;
	height:55px;
	background:url(images/boxeshead.jpg) no-repeat;
	font-weight: normal;
	font-size:13px;
	color: #FFFFFF;
}

#parent .box .hdr1 {
	width:100%;
	height:55px;
	background:url(images/box_member.jpg) no-repeat;
	font-weight: normal;
	font-size:13px;
	color: #FFFFFF;
}

#parent .box .hdr2 {
	width:100%;
	height:55px;
	background:url(images/box_pmember.jpg) no-repeat;
	font-weight: normal;
	font-size:13px;
	color: #FFFFFF;
}

#parent .box .hdr3 {
	width:100%;
	height:55px;
	background:url(images/box_lawyer.jpg) no-repeat;
	font-weight: normal;
	font-size:13px;
	color: #FFFFFF;
}

#parent .box #box1 {
	width:100%;
	height:100%;
	background-image:url(images/boxbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#parent .box #box2 {
	width:100%;
	height:100%;
	background-image:url(images/boxbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}
#parent .box #box3 {
	width:100%;
	height:100%;
	background-image:url(images/boxbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#parent .box #box3 form{
	text-align:right;
	margin:8px 23px 0 0;
}
#parent .box #box3 form input {
	border:2px inset #990000;
	margin:0 0 3px 0;
}

/* Logo */
#top_links a{
	text-decoration:none;
	font-weight:normal;
	color:#5C122D;
}

#logo {
	float: left;
	
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	background: #e7ebf1 url(images/navbkgd.jpg) repeat-x;
	width:100%;
	height:45px;
}

#topnav {
        margin-left:18px;
	background: #e7ebf1 url(images/topnav.jpg) repeat-x;
	width:924px;
	height:35px;
}

.chamber {
        margin-left:18px;
}

#menu ul {
	margin: 0px;
       	/*padding: 49px 0px 0px 0px;*/
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	color:#5C122D;
	padding: 15px 11px 10px 10px;
	font-weight:bold;
}

#menu a:hover {
	text-decoration: none;
        color:#964c67;
}

#menu .active {
	/*background: #404040;*/
}

#menu .active a {
	/*background: #404040;*/
}

#menu .current_page_item {
	/*background: #404040;*/
}


#menu li ul {
  list-style: none;
  position: absolute;
  margin:0;
  width: 150px;
  left: -999em;
  }

#menu li:hover ul, #nav li.sfhover ul {
  left: auto;
  right: auto;
  }
	
#menu li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#menu li li a {
  width: 150px;
  height: 22px;
  line-height: 22px;
  color: #5C122D;
  border-bottom: 1px solid #898da8;
  background: #e7ebf1;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#menu li li a:hover {
  border-bottom: 1px solid #898da8;
  background: #898da8;
  color:#fff;
  padding: 5px 20px 5px 15px;
  }

#menu li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

/* Page */

#page {
	width: 940px;
	margin: 0px auto;
	/*padding: 10px 0px 0px 0px;*/
	background: #fff;
}

/*#header-pic {
	background: url(images/header.gif) no-repeat left top;
	width: 940px;
	height: 230px;
}
*/
/* Content */

#content {
	float: left;
        display:inline;
	width: 600px;
}

#calendarcontent {
	float: left;
        display:inline;
	width: 875px;
}

.post {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.post .title {
	margin: 0px;
	/*padding: 7px 25px;*/
	font-size: 20px;
}

.post .title a {
	text-decoration: none;
	color: #5c122d;
}



.post .entry {
	/*padding: 0 20px;*/
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */


.sidelogo{
        height:180px;
        margin-top:20px;
        background: url(images/logo_side.jpg) no-repeat bottom;
}

#sidebar {
	float: right;
        diplay:inline;
        margin:-10px 20px 0px 15px;
	width: 280px;
        font-size:14px;
  
}

#sidebar ul {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style: none;
}


#sidebar li {
	margin-left: 10px;
	margin-right: 20px;
	padding: 3px 0px 3px 15px;
        background-image: url(images/dots.gif);
        background-position: 0 .5em;
        background-repeat: no-repeat;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #5c122d;
	background-image:url(images/icon_header_title_back.png);
	background-repeat:repeat-x
	padding: 7px 25px;
	font-size: 20px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar p {
	padding: 0 10px;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

.disclaimer{
        margin: 19px 0px 0px 40px;
        width: 600px;
}

.footerlinks{
        margin: 19px 0px 0px 40px;
        width: 900px;
}

#footer {
	clear: both;
	width: 960px;
	height: 150px;
	/*margin: 0px auto 30px auto;*/
	color: #FFFFFF;
	background:#50352d url(images/footer_bg.jpg) repeat-y;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 20px;
	line-height: normal;
	font-size: 11px;
}

#footer a {
	color: #FFFFFF;
}

hr {
	display: none;
}

.pagetitle {
	color: #5c122d;
}

#comment {
	width: 540px;
	height: 100px;
}

#respond {
	color: #5c122d;
}

/* directory */

.directory {
        margin-top:10px;
        border:solid thin #3d5b6b;
        background: url(images/directory_bg.jpg) no-repeat top;
}

.directory_title {
        font-size:16px;
        color: #50352d;
        background: #e6ecef;
        border-bottom:solid thin #3d5b6b;
        padding:10px 20px 10px 20px;
}
.directory_address {
        padding:5px 20px 10px 20px;
        float:left;
}

.directory_site {
        padding:5px 10px 10px 20px;
}

.directory_description {
        padding:0px 20px 10px 20px;
}
