/* CSS Document */
/*stylesheet for lesconnections.com*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding:0;
	margin: 0;
}

#wrapper {
	margin: 20px 20px 10px 20px;
	background-color: #FFFFFF;
	width: 850px;
	padding-bottom: 10px;
}

.clearer {
	clear:both;
}
/***************************************header styles****************************************/
#header {
	margin-bottom: 10px;
}
#header h1 {
	display:none;
}

#header img.banner {
	margin-bottom: 25px;
	margin-left: 10px;
}

/* shadow box styles*/
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 700px;
	margin-left: 125px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .main_content {
	position: relative;
	left: -1px;
	top: -1px;
}
/*********************************content styles****************************************/
#nav_bar {
	width: 125px;
	float:left;
}

#nav_bar img {
	border: none;
}

.main_content h2 {
	font-style:italic;
	margin-top: 10px;
	background-color:#FFFFFF;
}

#main_content {
	margin-left: 120px;
}

#r_col {
	float: right;
	margin-left: 3px;
	text-align: center;
}
#sign_up_form {
	margin-bottom: 10px;
}

#sign_up_form  form {
	margin-bottom: 0;
}
#fb_space{
	padding-top: 10px;
	padding-bottom: 25px;
}
.message{
	color:#060;
	font-weight: bold;
}

.error{
	color:#F00;
	font-weight: bold;
}
/*services page styles*/
h3.services {
	background-color: #77A106;
	color: #FFFFFF;
	padding-left: 3px;
}

#services_listing h4 {
	color: #77A106;
	font-size: 120%;
}

div.service_entry {
	clear:left;
}
#services_listing span.name, #services_listing p {
	margin-left: 15px;
}

p.review_text {
	margin-left: 25px;
	margin-right: 15px;
	font-style: italic;
	font-size: 85%;
}
img.services {
	float: left;
}

div.link_icons img {
	border: none;
}
/*events page styles - updated 11/3/2008*/
#event_list {
	width: 90%;
}

td.mon_head {
	background-color:#1375b4;
	color:#FFFFFF;
	font-weight: bold;
	padding: 2px;
}

td.event a:link, td.event a:visited{
	color: #1375b4;
}
td.event a:hover {
	color: #E38100;
}
p.region_header {
	color:#1375b4;
	font-weight: bold;
	font-size: 110%;
}

table.affiliates {
	width: 90%;
	background-color: #C4DCEC;
	margin-bottom: 5px;
	border: solid 1px #1375B4;
}

table.affiliates h3 {
	color: #1375B4;
	margin: 0;
}
/*network page styles*/
h3.network {
	background-color: #E38100;
	color: #FFFFFF;
	padding-left: 3px;
}
h3.events {
	background-color: #1375B4;
	color: #FFFFFF;
	padding-left: 3px;
}
div.links {
	text-align: center;
}
span.name {
	font-weight: bold;
}
/*highlight box styles*/
#highlights {
	width: 160px;
	border: solid 1px #7D3A9E;
	/*margin-right: auto;*/
	/*margin-left: auto;*/
	text-align: left;
}
#highlights h3 {
	font-style: italic;
	color: #7D3A9E;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.hilite_item {
	border: solid 1px #7D3A9E;
	color: #7D3A9E;
	background-color: #DDCDE4;
	margin: 3px;
	padding: 3px;
}

div.hilite_item h4 {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.hilite_item p {
	font-size: 85%;
}

#l_col div.ad_space {
	/*background-color:#FF9966;
	padding: 10px;*/
	/*position: absolute;
	bottom: 10px;*/
	margin-bottom: 5px;
	text-align: center;
	width: 470px;
}

div.ad_space img {
	border: none;
}

/*admin styles*/

#status_box p{
	font-weight: bold;
	color:#060;
}
/***************************************footer styles*******************************************/
#footer {
	margin-left: 120px;
	width: 700px;
	color: #7D7D7D;
	text-align:center;
	font-size: 80%;
}