/*--------------------------------
BCMS | Bays County Medical Society

BASE - Core Style Sheet

web	  	: http://www.baysmedicalsociety.com
filename	: /css/home.css
---------------------------------*/

@import url(links.css);
@import url(type.css);

/* BODY */

body {
	min-width: 760px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	}

/* END Of BODY */


/* WRAPPERS */

#pagewrapper {
width: 733px;
margin: 0 auto;
text-align: left;
}

#headerwrapper {
width: auto;
height: 385px;
}

#contentwrapper {
clear:both;
float: left;
width: 100%;
min-height: 626px;
background-color: #8abed5;
position: relative;
}

#footerwrapper {
clear: both;
float: left;
width: 733px;
height: 48px;
margin-bottom: 20px;
}

/* END OF WRAPPERS */



/*SEARCH BAR*/

#searchwrapper{
clear: both;
width: 730px;
height: 40px;
}

#homeSearch, #searchContainer{
float: right;
margin: 0px 0px 0px 0px;
}

#searchbtn {
float: right;
margin: 0px 0px 0px 300px;
width: 80px;
}
/*END OF SEARCHBAR*/


/* HEADER */

#header_logo{
height: 160px;
}

#header_logo h1 span{
display:none;
}

/* END OF HEADER */


/*----------MAIN NAV

(check links.css)

-----END OF MAIN NAV */


/*FLASH AREA*/
#flashArea{
clear: both;
float: left;
background: url(../images/primary/flash_area.jpg);
width: 733px;
height: 183px;
}

/*END OF FLASH AREA*/


/*SIDEBAR NAV*/
#sidebar{
display: inline;
float: left;
background-image: url(../images/primary/sidebar_nav.png);
background-repeat: no-repeat;
min-height: 320px;
width: 178px;
}


.side_nav ul{
margin:  0px 0px 0px 5px;
padding: 15px 0px 0px 0px;
list-style-type: none;

}

.side_nav li{
padding-bottom: 5px;
}

.sidebar_palms{
	position: absolute;
	bottom: 5px;
	background-image: url(../images/primary/sidebar_palms.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 179px;
	height: 380px;
	left: 0px;
	}

.linkspacer {
padding-left: 15px;
}

#menu_divider{
background-image: url(../images/secondary/divider.png);
height: 2px;
margin: 0px 15px 0px 0px;
}

/*END OF SIDEBAR NAV*/

/*CONTENT AREA*/

#content{
margin-left: 185px;
}

#content p{
padding-right: 8px;
}

#content ul{
margin: 0;
padding: 0;
}

#content li{
list-style-type: none;
}

#dailynews{
margin-right: 8px;
}
#address{
margin-left: 150px;
}

hr{
margin: 0 auto;
color: #fff899;
width: 300px;
}

#leftside{
float: left;
margin: 0;
padding: 0;
width: 247px;
}

#rightside{
float: left;
margin: 0px 0px 0px 16px;
padding: 0;
width: 219px;
}
/*END OF CONTENT AREA*/

/*ADS*/

#content img{
border: 1px solid #3d6e83;
}

#ads_leftside{
float: left;
margin: 0;
padding: 0;
width: 247px;
}

#ads_leftside ul{
margin: 20px 0px 0px 0px;
padding: 0;
list-style-type: none;
}

#ads_leftside ul li{
padding-bottom: 7px;
}

#ads_rightside{
float: left;
margin: 20px 0px 0px 16px;
padding: 0;
width: 219px;
}

#ads_rightside ul li{
padding-bottom: 7px;
}

/*END OF ADS*/

/* FORMS */

#form{
overflow: hidden;
margin-left: 100px;
font-size: 12px;
color: #ffffff;
width: 275px;
text-align: left;
}

label{
text-align: right;
margin: 0px 5px 2px 0px;
padding: 6px 0px 0px 0px;
width: 200px;
float: left;
display: block;
}

.jurisdiction{
text-align: left;
}

#inputs{
padding-top: 5px;
}

input{
width: 200px;
}

input#check, input#gender, input#active{
width: auto;
}

input#contact{
width: 225px;
}

input#submit{
width: 70px;
}

input#clear{
width: 70px;
}

input#contact{
width: 275px;
}
/*END OF FORMS*/

/*CME TABLE*/

#cme_table td{
padding: 5px;
}

.even{
background-color: #84cbfd;
}

.odd{
background-color: #fffab8;
}

#cme_table{
margin: 0px 10px 10px 0px;
}

#cme_table ol li{
padding-bottom: 8px;
}
/*FOOTER*/

#footerimage{
background-image: url(../images/primary/footer.jpg);
height: 48px;
}

/* END OF FOOTER */
