body {
    background: url('../_img/bodybg.png') repeat-y top center;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333;
}

h3{
	padding-bottom: 10px;
}

a {
    color: #006567;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#wrapper1 { background: url('../_img/mainbg.png') repeat-y top center; }

#wrapper2 { background: url('../_img/headerbg.png') no-repeat top center; }

#notsetupyet {
    width: 625px;
    margin: 0 auto;
}

.debug {
    background-color: red;
    filter: alpha(opacity=50); /* internet explorer */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
}

/**********/
/* Header */
/**********/

#header {
    min-height: 115px; /* When modifying this, change in the IE6 css as well. */
    width: 625px;
    margin: 0 auto;
    border-bottom: 2px solid #FFF;
    position: relative;
    z-index: 9999;
}

#header h1 {
    display: block;
    width: 174px;
    height: 66px;
    float: left;
    padding: 8px 0 0 24px;
}

#header h1 a {
    text-indent: -9999px;
    display: block;
    width: 174px;
    height: 66px;
}

/* Box-like menu items in header */

#header #boxmenu ul {
    display: block;
    height: 93px;
    width: 342px;
    border-right: 1px solid #9F9F9F;
    margin-right: 48px; /* When modifying this, change in the IE6 css as well. */
    float: right;
    overflow: hidden;
}

#header #boxmenu ul li {
    display: block;
    width: 113px;
    height: 93px;
    float: left;
    border-left: 1px solid #9F9F9F;
}

#header #boxmenu ul li a {
    display: block;
    width: 83px; /* total w/padding & margin should be 113px */
    height: 37px; /* total w/padding & margin should be 93px */
    text-align: center;
    text-transform: uppercase;
    padding: 27px 15px;
    font-size: 13px;
    line-height: 1.2em;
    overflow: hidden;
    background: url('../_img/boxmenuhover.png') no-repeat -9999px -9999px;
}

#header #boxmenu ul li a:hover {
    background-position: top left;
    text-decoration: none;
}

/* Drop-down menu */

#header #dropdownmenu {
    clear: both;
}

#header #dropdownmenu ul {
    width: 100%;
    text-transform: uppercase;
}

#header #dropdownmenu ul, #header #dropdownmenu ul ul {
    float: left;
    list-style: none;
    line-height: 2em;
    padding: 0;
    border-bottom: 1px solid #9F9F9F;
    margin: 0;
    width: 100%;
    padding-left: 1px;
}

#header #dropdownmenu ul a {
    display: block;
    text-decoration: none;
    padding: 0px 10px;
}

#header #dropdownmenu ul li {
    float: left;
    padding: 0;
    border-left: 1px solid #9F9F9F;
}

#header #dropdownmenu ul li.first {
    border-left: none;
}

#header #dropdownmenu ul ul {
    position: absolute;
    left: -9999px;
    height: auto;
    width: 200px;
    margin: 0;
    margin-left: -1px;
    line-height: 1;
    border: 1px solid #9F9F9F;
    text-transform: none;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}

#header #dropdownmenu ul li li {
    width: 200px;
    border-left: 0;
}

#header #dropdownmenu ul li li a {
    padding: 4px 10px;
    width: 180px;
    font-size: 12px;
    color: #dddddd;
}

#header #dropdownmenu ul li ul ul {
    margin: -21px 0 0 150px;
}

#header #dropdownmenu ul li li:hover {
    /*background: orange;*/
}

#header #dropdownmenu ul li ul li:hover a, #header #dropdownmenu ul li ul li li:hover a, #header #dropdownmenu ul li ul li li li:hover a, #header #dropdownmenu ul li ul li li li:hover a {
    color: #333;
}

#header #dropdownmenu ul li:hover a, #header #dropdownmenu ul li.sfhover a {
    /*color: #FFFFFF;*/
}

#header #dropdownmenu ul li:hover li a, #header #dropdownmenu ul li li:hover li a, #header #dropdownmenu ul li li li:hover li a, #header #dropdownmenu ul li li li li:hover li a {
    color: #006567;
}

#header #dropdownmenu ul li:hover ul ul, #header #dropdownmenu ul li:hover ul ul ul, #header #dropdownmenu ul li:hover ul ul ul ul, #header #dropdownmenu ul li.sfhover ul ul, #header #dropdownmenu ul li.sfhover ul ul ul, #header #dropdownmenu ul li.sfhover ul ul ul ul {
    left: -999em;
}

#header #dropdownmenu ul li:hover ul, #header #dropdownmenu ul li li:hover ul, #header #dropdownmenu ul li li li:hover ul, #header #dropdownmenu ul li li li li:hover ul, #header #dropdownmenu ul li.sfhover ul, #header #dropdownmenu ul li li.sfhover ul, #header #dropdownmenu ul li li li.sfhover ul, #header #dropdownmenu ul li li li li.sfhover ul {
    left: auto;
    background: #FFF;
}

#header #dropdownmenu ul li:hover, #header #dropdownmenu ul li.sfhover {
    background: #FFF;
}

/***********/
/* Content */
/***********/

#content {
    width: 625px;
    margin: 0 auto;
    min-height: 500px;
    padding-top: 34px;
    position: relative;
    z-index: 0;
}

#content ol  {
    list-style:decimal;
    padding-left: 2em;
    margin-bottom: 10px;
}


#content ol li {
    margin-top:3px;
    margin-bottom:3px;
}

/* Sidebar for all pages */

#content #sidebarcontainer1 {
    width: 227px;
    padding-right: 20px;
    background: url('../_img/sidebarbg.png') repeat-y top left;
    min-height: 30px;
    float: right;
}

#content #sidebarcontainer2 {
    width: 227px;
    background: url('../_img/sidebartop.png') no-repeat top left;
    padding-top: 10px;
    min-height: 20px;
}

#content #sidebarcontainer3 {
    width: 203px; /* Grand total should be 227px, including padding, margin and width */
    background: url('../_img/sidebarbottom.png') no-repeat bottom left;
    min-height: 10px;
    padding: 0 12px 10px 12px;
}

#content #sidebarcontainer3 ul {
    padding-top: 1em;
}

#content #sidebarcontainer3 ul li {
    padding-bottom: 1em;
    text-transform: uppercase;
    line-height: 1.2em;
}

#content #sidebarcontainer3 ul li ul li {
    padding-bottom: 0;
    padding-left: 10px;
    text-transform: none;
    background: url('../_img/bullet.png') no-repeat 0px 5px;
}

#content #sidebarcontainer3 ul li ul li ul {
    padding-top: 0;
}

#content #sidebarcontainer3 h3 {
    color: #006567;
    font-size: 15px;
    padding-bottom: 4px;
}

#content #searchform p {
    line-height: 17px;
    height: 17px;
}


#content #s {
    height: 15px;
    width: 85px;
    background-color: #FFF;
    border: 1px solid #006567;
    padding: 0 5px;
}

#content #sidebarcontainer3 .widget {
    padding-bottom: 20px;
}

#content #sidebarcontainer3 .widget2 {
    padding-top: 20px;
}

#content #sidebarcontainer3 .widget2 p {
    padding-bottom: .5em;
    padding-top: .5em;
    line-height: 1.2em;
}

/* Main content area */

#content #main {
    width: 354px;
    padding: 0 10px;
}

#content .nosidebar {
    width: 605px !important;
}

#content #main h2 {
    font-size: 15px;
    color: #006567;
    padding-bottom: 10px;
    font-weight: normal;
}

#content #main p, #content #main ul {
    line-height: 1.2em;
    padding-bottom: 1em;
}

#content #main ul {
    list-style-type: disc;
    padding-left: 20px;
}

/*************/
/* Home Page */
/*************/

#hometop {
    overflow: hidden;
    width: 378px;
    height: 280px;
}

#content .homemain {
    width: 378px !important;
    padding: 0 !important;
}

#columns {
    padding-top: .4em;
    background: url('../_img/columnbg.png') repeat-y left top;
    width: 100%;
}

#columns #hcol1 {;
    width: 178px;
    float: left;
    margin-right: 20px;
    padding-left: 5px;
}

#columns #hcol2 {
    width: 160px;
    float: left;
}

#columns .featuredInfoDivider {
    height: 1px;
    width: 178px;
    margin: 0 auto 15px auto;
    border-top: 1px solid #000;
}

/********/
/* Blog */
/********/

.navigation {
    padding-top: 1em;
}

/****************/
/* Contact Page */
/****************/

#content form.wpcf7-form p {
    clear: left;
    margin-bottom: 6px;
    height: 18px;
}

#content form.wpcf7-form p label {
    display: block;
    width: 112px;
    height: 18px;
    line-height: 18px;
    float: left;
    text-align: right;
    padding-right: 8px;
}

#content form.wpcf7-form p input.textinput {
    display: block;
    width: 100px;
    height: 10px;
    float: left;
    font-size: 10px;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#content form.wpcf7-form p textarea {
    display: block;
    width: 200px;
    height: 110px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#content form.wpcf7-form p.submitparagraph {
    padding-left: 120px;
    padding-top: 10px;
}

#content form.wpcf7-form .wpcf7-response-output {
    background-color: #FFF !important;
}

/*****************/
/* Events System */
/*****************/

#content form#register p {
    clear: left;
    margin-bottom: 6px;
    height: 18px;
}

#content form#register p label {
    display: block;
    width: 112px;
    height: 18px;
    line-height: 18px;
    float: left;
    text-align: right;
    padding-right: 8px;
}

#content form#register p input.textinput {
    display: block;
    width: 100px;
    height: 16px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#content form#register p textarea {
    display: block;
    width: 200px;
    height: 150px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#content form#register p.submitparagraph {
    padding-left: 120px;
    padding-top: 10px;
}

#content form#register .wpcf7-response-output {
    background-color: #FFF !important;
}

#content #totalcost {
    font-size: 30px;
    font-weight: bold;
}

/*****/
#content form#relocation p {
    clear: left;
    margin-bottom: 6px;
    height: 18px;
}

#content form#relocation p label {
    display: block;
    width: 112px;
    height: 18px;
    line-height: 18px;
    float: left;
    text-align: right;
    padding-right: 8px;
}

#content form#relocation p input.textinput {
    display: block;
    width: 100px;
    height: 10px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#content form#relocation p textarea {
    display: block;
    width: 200px;
    height: 110px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#content form#relocation p.submitparagraph {
    padding-left: 120px;
    padding-top: 10px;
}

#content form#relocation .wpcf7-response-output {
    background-color: #FFF !important;
}

/****/

#content form#leAlumni p {
    clear: left;
    margin-bottom: 6px;
    height: 18px;
}

#content form#leAlumni p label {
    display: block;
    width: 112px;
    height: 18px;
    line-height: 18px;
    float: left;
    text-align: right;
    padding-right: 8px;
}

#content form#leAlumni p input.textinput {
    display: block;
    width: 100px;
    height: 10px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#content form#leAlumni p textarea {
    display: block;
    width: 200px;
    height: 110px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#content form#leAlumni p.submitparagraph {
    padding-left: 120px;
    padding-top: 10px;
}

#content form#leAlumni .wpcf7-response-output {
    background-color: #FFF !important;
}


/****/

#relocationSubmit{
	margin-left: 120px;
}

#joinChamberSubmit{
	margin-left: 120px;
}

#eypSubmit{
	margin-left: 120px;
}

#leAlumniSubmit{
	margin-left: 120px;
}

#contactSubmit{
	margin-left: 120px;
}

/*****/

/***************************/
/* Weird Accredited Footer */
/***************************/

#accredited {
    width: 595px;
    margin: 0 auto;
    padding: 15px 15px 0 15px;
    border-top: 1px solid #9F9F9F;
}

/**********/
/* Footer */
/**********/

#footer {
    background: url('../_img/footerbg.png') no-repeat top center;
    height: 90px;
    padding-top: 22px;
    line-height: 1.3em;
}

#footer #footerinside {
    width: 625px;
    margin: 0 auto;
}



/* Powered by side */

#footer #footerinside #poweredby {
    width: 115px;
    float: left;
    padding: 0 5px 0 0;
    text-align: center;
}

#footer #footerinside #poweredby ul li#websiteby1, #footer #footerinside #poweredby ul li#websiteby2,
#footer #footerinside #poweredby ul li#websiteby1 a, #footer #footerinside #poweredby ul li#websiteby2 a {
    width: 56px;
    height: 38px;
    float: left;
    padding-top: .15em;
}

#post-38 .submitparagraph{
	clear:left;
	margin-top: 20px;
}

#footer #footerinside #poweredby ul li#websiteby1 {
    padding-right: 3px;
}

#footer #footerinside #poweredby ul li#websiteby1 a, #footer #footerinside #poweredby ul li#websiteby2 a {
    text-indent: -9999px;
    background: url('../_img/pbwordpress.png') no-repeat top left;
}
#footer #footerinside #poweredby ul li#websiteby2 a {
    background-image: url('../_img/pbtands.png');
}

/* Other side */

#footer #footerinside #footerinfo {
    width: 485px;
    float: left;
    padding: 0 5px;
}

#footer #footerinside #footerinfo ul li {
    display: inline;
    padding-right: 10px;
}

#footer #footerinside #footerinfo a:hover {
    color: #000;
}

/********************************/
/* Overriding some plugin stuff */
/********************************/

.tseventsmessage {
    padding: 0 4px;
    margin-bottom: 1em;
}

#content #main .tseventsmessage p {
    padding: 4px 0;
    margin: 0;
}

/*******************************************/
/* TML Pages (Login, create account, etc.) */
/*******************************************/

#content #tml-page .message {
    margin-bottom: 1em;
}

#content #tml-page form p {
    clear: left;
    margin-bottom: 6px;
    height: 18px;
}

#content #tml-page form p label {
    display: block;
    width: 112px;
    height: 18px;
    line-height: 18px;
    float: left;
    text-align: right;
    padding-right: 8px;
}

#content #tml-page form p.forgetmenot {
    padding-left: 120px;
}
#content #tml-page form p.forgetmenot label {
    display: inline;
    width: auto;
    height: 18px;
    line-height: 18px;
    float: none;
    padding-right: 0;
}

#content #tml-page form p input.input {
    display: block;
    width: 100px;
    height: 16px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#content #tml-page form p.submit {
    padding-left: 120px;
    padding-top: 10px;
}

#content #main ul.tml-links {
    padding-left: 140px;
}

#content #main p.error {
    padding: 5px;
    margin-bottom: 1em;
    color: #F00;
}

#content #main p.message {
    padding: 5px;
}

#join-chamber-submit{
	background: url(../_img/btn_submit.gif) no-repeat;
	text-indent: -9999px;
	border: none;
	height: 14px;
	width: 48px;
}


/********************/
/* Site Map Styling */
/********************/

#post-6 li{
	list-style-image: url('../_img/li-img2.png');
	list-style-type: square;
	/*line-height: 13px;*/
}

/********************/
/* Payment Styling  */
/********************/

#paymentdetails{
	height: 300px;
	width: 280px;
	margin-left: 60px;
}

.custombuttonreader{
	margin-left: 130px;
}

#paymentdetails p {
    clear: left;
    margin-bottom: 6px;
    height: 18px;
}

#paymentdetails p label {
    display: block;
    width: 112px;
    height: 18px;
    line-height: 18px;
    float: left;
    font-size: 10px;
    text-align: right;
    padding-right: 8px;
}

#paymentdetails  p input.textinput {
    display: block;
    width: 100px;
    height: 16px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#paymentdetails  p textarea {
    display: block;
    width: 200px;
    height: 150px;
    float: left;
    border: 1px solid #9F9F9F;
    background-color: white;
}

#paymentdetails  p.submitparagraph {
    padding-left: 120px;
    padding-top: 10px;
}

#content form#eventpayment p.submitparagraph {
    padding-left: 180px;
    padding-top: 10px;
}

.hr-img{
	background: url(../_img/hr-img.png) no-repeat;
	height: 5px;
	width: 350px;
	padding-bottom: 10px;
}

#content form.wpcf7-form p.submitparagraph{
	padding-left: 0px;
}

#wpcf7-f2-p8-o1 .wpcf7-checkbox{
    margin-left: 75px;
}

/* Search list styling */
.searchList li{
	list-style-image: url('../_img/li-img2.png');
	list-style-type: square;
	line-height: 13px;
}

.trash input{
	margin-left: 120px;
}
/********/
/* Misc */
/********/

.clearer { clear: both; width: 100%; }
.alignleft { float: left; margin: 0 8px 8px 0; }
.alignright { float: right; margin: 0 0 8px 8px; }
