
.content {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #333300;
}

p, h1, h2, h3, h4, h5, ul, ol, li, span, div, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000;
	}

select {
	font-size: 11px;
	}
	
input {
	font-size: 12px;
	}
	
hr {
	margin-left: auto;
	margin-right: auto;
	}

/* resources styles
---------------------------------------------------------------------------- */

h2 {
	color: #7E8498;
	font-weight: normal;
	font-size: 15px;
	font-family: Helvetica, sans-serif;
	}
	
h4 {
	color: #7E8498;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin: 10px 0 2px 0;
	font-family: Helvetica, sans-serif;
	}

.required {
	font-size: 11px;
	color: #660000;
	}

#resources_content {
	padding: 10px;
	}
	
#advertise_content {
	padding: 10px;
	}

#resources_content a {
	color: #9D1C00;
	}		
	
#resources_content form {
	margin: 0;
	}
	
 #advertise_content {
 	text-align: left;
 	}
	
#resources_content p, #advertise_content p {
	font-size: 12px;
	}
		
#resource_search_form {
	width: 550px;
	}
	
#resource_search_form span.input_title {
	color: #333;
	font-weight: bold;
	font-size: 11px;
	}
	
#resource_search_form .c_select {
	float: left;
	width: 250px;
	text-align: left;
	padding: 10px 0 0 10px;
	}
	
#resource_search_form .c_select select {
	width: 210px;
	font-size: 11px;
	}
	
#resource_search_form .c_textinput {
	float: left;
	width: 250px;
	text-align: left;
	padding: 10px 0 0 10px;
	}
	
#resource_search_form .c_textinput input {
	width: 210px;
	}

#resource_search_form .c_submit {
	clear: both;
	text-align: left;
	padding: 10px 0 10px 10px;
	}
	
#resource_search_form .c_submit input {
	font-size: 11px;
	}

#resources_listings {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}

div.resource_cell {
	float: left;
	color: #666666;
	vertical-align: top;
	width: 160px;
	height: 70px;
	padding: 0 5px 0 0;
	margin: 10px 0 0 0;
	}
	
div.resource_cell p {
	font-size: 10px !important;
	margin: 0;
	}
	
.row_end {
	clear: both;
	}

.results_browse {
	clear: both;
	padding: 15px 0 0 2px;
	font-size: 10px;
	}

.results_browse span.current {
	color: #660000;
	font-size: 14px;
	}



/* advertise form
---------------------------------------------------------------------------- */	

#advertise_content {
	width: 660px;
	text-align: left;
	}
	
.input_title {
	font-size: 11px;
	font-weight: bold;
	display: block;
	}
	
#resource_advertise_form {
	text-align: left;
	}
	
#resource_advertise_form .c_textinput,
#resource_advertise_form .c_select {
	float: left;
	width: 318px;
	height: 40px;
	}
	
#resource_advertise_form .c_textinput input,
#resource_advertise_form select {
	width: 95% !important;
	}

#advertise_content #c_city {
	clear: both !important;
	}

#c_co_name {
	width: 660px !important;
	}
	
#c_phone {
	clear: left;
	}
	
#c_link {
	margin-bottom: 10px;
	}

.password_select {
	background-color: #eee;
	border: 1px solid #90948E;
	padding: 10px;
	margin: 0 0 10px 0;
	clear: both;
	}


.password_select .c_textinput {
	width: 309px !important;
	}

.c_multiselect {
	clear: both;
	width: 318px;
	}
	
.form_checkbox {
	clear: both;
	}
	
.checkbox_column {
	width: 32%;
	float: left;
	}
	
.checkbox_element {
	font-size: 10px;
	display: block;
	}
	
.c_submit {
	clear: both;
	}
	
.breaker {
	clear: both;
	}
	

.ad_text p {
	font-size: 12px;
	}
	
/* error
---------------------------------------------------------------------------- */		
	
#html_error {
	width: 540px;
	padding: 10px;
	margin: 10px 0;
	border: 1px #660000 dotted;
	text-align: left;
	}
	
#html_error h3 {
	color: #660000;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	}

#html_error ul {
	font-size: 11px;
	margin: 3px 0 0 0;
	list-style-type: square;
	padding: 0 0 0 20px;
	}
	
#html_error ul li {
	font-size: 11px;
	}
