/*
 *       Created by Keith Donegan of Code-Sucks.com
 *       	  
 *       	  	  E-Mail: Keithdonegan@gmail.com
 *       	  	  	  
 *       	  	  	  	  You can do whatever you want with these layouts,
 *       	  	  	  	  	  but it would be greatly appreciated if you gave a link
 *       	  	  	  	  	  	  back to http://www.code-sucks.com
 *       	  	  	  	  	  	  	  
 *       	  	  	  	  	  	  	  */


body {
 font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url('../images/bk.jpg');
 color: rgb(17,167,204);
 
}

h1 {
 color: rgb(17,167,204);	
}

h3 {
  color: rgb(38,169,215);	
}

h4 {
  font-weight: bold;   
}

#wrapper { 
 margin: auto;
 margin-top: 50px;
 margin-bottom: 50px;
 width: 903px;
 background-color: #fff;
 border: 12px solid rgb(153,194,12);
}
#faux {
 height: 10px;
 background-color: rgb(207,229,147);
 color: #000;
}
#header {
 height: 265px;
 background-color: rgb(17,167,204);
 background-image: url('../images/logo.jpg');
 background-repeat: no-repeat;
 margin: auto;
 text-align: center;
 width: 100%;
}
#leftcolumn { 
 display: inline;
 margin-top: 10px;
 margin-right: 10px;
 padding: 10px;
 width: 180px;
 float: left;
}

#content { 
 float: left;
 margin: 10px 13px;
 color: #000;
 padding: 10px;
 width: 550px;
 display: inline;
 position: relative;
 height: 650px;
 /* border-left: 1px solid rgb(1,127,123); */
}

#buySellContent { 
 float: left;
 margin: 10px 13px;
 color: #000;
 padding: 10px;
 width: 550px;
 display: inline;
 position: relative;
 height: 750px;
 /* border-left: 1px solid rgb(1,127,123); */
}

#mycmRegContent { 
 float: left;
 margin: 10px 13px;
 color: #000;
 padding: 10px;
 width: 550px;
 display: inline;
 position: relative;
 height: 850px;
 /* border-left: 1px solid rgb(1,127,123); */
}

#prepareContent { 
 float: left;
 margin: 10px 13px;
 color: #000;
 padding: 10px;
 width: 550px;
 display: inline;
 position: relative;
 height: 1550px;
 /* border-left: 1px solid rgb(1,127,123); */
}

#volunteerContent { 
 float: left;
 margin: 10px 13px;
 color: #000;
 padding: 10px;
 width: 550px;
 display: inline;
 position: relative;
 height: 550px;
 /* border-left: 1px solid rgb(1,127,123); */
}




#rightcolumn { 
 display: inline;
 position: relative;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 195px;
 float: right;
}

#footer { 
 clear: both;
 color: rgb(17,167,204); /* rgb(38,169,215); */
 text-align: center;
 background: rgb(207,229,147);
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

.mainnav {
 list-style: none;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
 display: block;
 background-color: #FDFBFD;
 text-decoration: none;
 width: 160px;
 padding: 4px 0px 4px 7px;
 color: #000;
 border-bottom: 1px solid rgb(17,167,204);
 text-align: left;
}
li.border-top {
 width: 160px;
}

ul.mainnav li a:hover {
 display: block;
 text-decoration: none;
 padding: 4px 0px 4px 7px;
 color: #B5B5B5;
 width: 160px;
 background-color: #F9F2F9;
}

.saleScheduleTable {
  border: 5px solid rgb(108,76,77);
  border-collapse: collapse;
  width: 75%
  color: #000;
}

.saleScheduleTableHeader {
      background-color: rgb(108,76,77);
      color: #fff;
      text-align: center;
      font-weight: bold;
}



ul.sellersBullets li a:link, ul.sellersBullets li a:visited {
 
}

ul.sellersBullets li a:hover {
}

.promoteList {
text-decoration: none;
list-style: none;
}

.volunteersList {
text-decoration: none;
list-style: none;
}

.innerDivBox {
	text-align: center;
	margin: auto;
}

.innerDivBox p {
	
}
.innerSaleBox {
   border: 2px solid rgb(45,184,187);
   background-color: #F9F2F9;
   padding: 2px;
   border-collapse: collapse;
}

#registerButton {
  margin: auto;
  text-align: center;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}	

#createAccountButton {
  margin: auto;
  text-align: center;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}

.mycmButton {
   font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}  
