/* Styles for content pages */



/* 
	Edirectory Styles
*/

/* -== Search Box ==- */
#directory-boxsearch-listing{
	padding:0 0 0 0;
	display: inline-table;
}





/* subnav column 
----------------------------------------*/
#col1 {
	width: 180px;
	float: left;
}

/* business search modification */
#boxsearch-listing { border-top: 1px solid #4d6700; }

/* call to action */
#calltoAction {
	width:200px;
	margin:10px 0px 10px 0px;
}

/* subnav */
#subnav { border: 1px solid #1d85bd; }

#subnav li {
	background: #1d85bd;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #59bbff;
}

#subnav li.last { border-bottom: none; }

#subnav li a { 
	color: #fff; 
	padding: 7px;
	display: block;
}

#subnav li ul {
	display:none;
}

#subnav li a:hover, 
body#bbiz #s_biz, body#barticles #s_articles,
body#bclassifieds #s_classifieds, body#bfun #s_fun,
body#babout #s_about, body#bcontact #s_contact, 
body#badvertise #s_advertise, body#bfavorites #s_favorites {
	background: #0d69a9;
}

body#bbiz #s_biz ul, body#barticles #s_articles ul,
body#bclassifieds #s_classifieds ul, body#bfun #s_fun ul,
body#babout #s_about ul, body#bcontact #s_contact ul, 
body#badvertise #s_advertise ul, body#bfavorites #s_favorites ul {
	display:block;
}

/* third tier nav */

#subnav ul li { 
	background: #59bbff; 
	font-size: 85%;
	font-weight: bold;
	border-bottom: none;
}

#subnav ul li a { color: #0b5990; }
#subnav ul li a:hover, #subnav .active { background: #fff; }




/* content column
-----------------------------------------*/
/* breadcrumbs */
#crumbs { color: #333; }

/* content */
#content {
	width: 530px;
	margin: 0 0 0 235px;
}

#content h1 {
	font-size: 125%;
	margin-top: 20px;
	color: #000;
	background-image: url(../../_images/hp/bkg_title_water.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h3 {
	font-size: 105%;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	font-style: italic;
}

#content ul {
	margin:10px 50px 10px 50px;
	list-style:disc;
}
#content ul li{
	margin:0px 0px 10px 0px;
	line-height: 1.6
}


/* category links */
#content ol li { margin: 0 0 5px 23px; }

/* forms formatting */
#content label {
	color: #024b7c;
	font-size: 110%;
	display: block;
}

input, textarea {
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 5px;
	font-size: 90%;
	color: #333;
}

textarea { font-size: 110%; }

#contact_form td { padding-right: 30px; }

#fname, #lname { width: 203px; }
#email, #message {	width: 450px; }

input:focus { background: #fff; }

input.btn_submit { 
	border: 0; 
	background: none; 
	width: 59px;
	height: 21px;
}

/* Error Message */

.error {
border: 1px solid #ff0000;
background-color:#EBCFB4;
padding:10px;
font-weight:bold;
}#content h2 {
	font-size: 115%;
	margin-bottom: 3px;
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
