@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #B3D9C2;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

img{ border: none; padding:0; }
img a{border:none;}

a {color: #276342;
	text-decoration: none;}
	
a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

#container {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
	}

#head {
	float: left;
	width: 950px;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	}

#pageheader {
	float: left;
	width: 950px;
	height: 10px;
	background-image: url(images/header_image.jpg);
	}
	
#logo {
	float: left;
	width: 370px;
	height: 90px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	}
	
#soc-search {
	float: left;
	width: 220px;
	height: 90px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	}
	
#social {
	padding-left: 15px;
	}
	
#navigation {
	float: left;
	width: 840px;
	padding-top: 18px;
	padding-left: 110px;
	height: 32px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(images/menu_background.jpg);
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	}
	
#navigation a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
#navigation a:hover{
	text-decoration: underline;
	}
	
#searchbox {
	float: left;
	width: 340px;
	height: 60px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 30px;
	background-image: url(images/seachbox.jpg);
	color: #316045;
	}
	
#searchbox a{
	color: #316045;
	text-decoration: underline;
	}

#user-login {
	float:right;
	margin-bottom:80px;
	margin-right:75px;
}

#loggedin {
	float:right;
	margin-right:75px;
	margin-top:5px;
}

#loggedin-ven {
	float:right;
	margin-right:52px;
	margin-top:5px;
}

#user-login a.input-link {
	float:right;
	margin:2px -45px 0;
}

.input-link {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:23px;
	line-height:22px;
	overflow:visible;
	padding:0;
	text-align:center;
	white-space:nowrap;
	width:auto;
	font-size:10px
}

/*.input-link, .input-link-activated, .input-link-dark {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/activeden/buttons/button-left-light.png) no-repeat scroll left top;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:0.75em;
	height:22px;
	line-height:22px;
	margin:0;
	overflow:hidden;
	padding-left:5px;
	text-decoration:none;
}*/

#user-text {
	float:left;
	font-size:12px;
	margin-left:30px;
	margin-top:-15px;
	font-weight:bold;
}

#log-text {
	float:left;
	font-size:12px;
	margin-left:55px;
	margin-top:-5px;
	font-weight:bold;
}

#vendor-signup {
	float:right;
	margin-right:-46px;
	margin-top:20px;
	font-size:10px
}

input.login-button {
	margin-left:5px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:23px;
	line-height:22px;
	overflow:visible;
	padding:0;
	text-align:center;
	white-space:nowrap;
	width:auto;
}


#search {
	margin-top:67px;
}
	
	
.textField {
	width: 120px;
	height: 16px;
	border: solid 1px #316045;
	background-color: #FFFFFF;
	}
	
#pagecontent {
	float: left;
	width: 950px;
	background-color: #FFFFFF;
	padding-top: 10px;
	}
	
#leftpanel {
	float: left;
	width: 150px;
	padding-left: 20px;
	padding-right: 10px;
	}

img.ads {
   padding:1px;
   border:1px solid #235F5E;
}
	
#centerpanel {
	float: left;
	width: 590px;
	}
	
#categories {
	float: left;
	width: 570px;
	height: 200px;
	padding: 10px;
	background-image: url(images/categoriesback.jpg);
	}
	
.cat {
	float: left;
	width: 142px;
	height: 22px;
	}
	
.cat a{
	color: #316045;
	text-decoration: none;
	}
	
.cat a:hover{
	color: #316045;
	text-decoration: none;
	font-weight: bold;
	}
	
.article {
	float: left;
	width: 570px;
	height: 200px;
	padding: 10px;
	background-image: url(images/articleback.jpg);
	margin-top: 10px;
	}
	
.article .picture {
	float: left;
	width: 150px;
	height: 150px;
	}
	
.article .content {
	float: left;
	width: 400px;
	height: 150px;
	padding-left: 20px;
	}
	
.article .articleTitle {
	font-size: 15px;
	font-weight: bold;
	}
	
.article .bar {
	width: 570px;
	height: 28px;
	border-top:2px solid #CCCCCC;
	margin-top: 10px;
	float: left;
	padding-top: 12px;
	text-align: center;
	}
	
.article .bar1 {
	width:100%;
	border:0.5px solid #CCCCCC;
}
	
.article .bar a{
	color: #316045;
	}
	
#rightpanel {
	float: left;
	width: 150px;
	padding-left: 10px;
	padding-right: 20px;
	}

.pagefooterlinks {
	float: left;
	width: 197.5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	height: 145px;
	background-color: #FFFFFF;
	background-image: url(images/bottomback.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border-top: solid 1px #CCCCCC;
	color: #333333;
	}
	
#pagefooterlinks p{
	padding-bottom: 5px;
	}
	
#pagefooterlinks a{
	color: #666666;
	text-decoration: none;
	}
	
#pagefooterlinks a:hover{
	color: #999999;
	text-decoration: none;
	}

#pagefooterlinkscontainer {
	float: left;
	width: 950px;
	background-color: #FFFFFF;
	}
			
#pagefooter {
	float: left;
	width: 950px;
	height: 10px;
	margin-bottom: 20px;
	background-image: url(images/footer_image.jpg);
	}

#footertext {
	float: left;
	width: 950px;
	height: 10px;
	margin-bottom: 35px;
	text-align: center;
	}
	
/*DROP DOWN MENU */

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #3A9494;
}

.subuls li{
width: 100%;
text-align: left;
font-size: 11px;
}

.subuls li a{
color: #00CC99;
text-decoration: underline;
padding-bottom: 2px;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

.FooterCat {
	font-size: 14px;
	font-weight: bold;
	}
	
.middleText {
	float: left;
	padding: 10px;
	width: 570px;
	}
	
.TableLeft {
	width: 100%;
	background-image: url(images/bottomback.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: solid 1px #CCCCCC;
	}
	
.TableLeft h2 {
	font-size: 14px;
	font-weight: bold;
	}
	
hr {
	width: 100%;
	border: 0;
	color: #C5E9E1;
	background-color: #C5E9E1;
	height: 1px;
	}
	
/*.TableEvent {
	width: 100%;
	background-image: url(images/bottomback.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: solid 1px #CCCCCC;
	}*/
	
.events {
	float: left;
	width: 570px;
	height: 200px;
	padding: 10px;
	background-image: url(images/articleback.jpg);
	margin-top: 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.events > li {
	margin:0 0 18px;
	padding:0;
	position:relative;
}

.events.events li h4, .events li h4 {
	padding-right:225px;
}

.events li h2, .events li h3, .events li h4, .events li h2 a, .events li h3 a, .events li h4 a {
	color:#787878;
	font-size:18px;
	font-weight:100;
	line-height:1;
}

.events li h2, .events li h3, .events li h4 {
	/*background-image: url(images/bottomback.jpg);
	background-position: top left;
	background-repeat: no-repeat;*/	
	margin:0 0 9px;
	padding:6px;
	border-bottom:2px solid #CCCCCC;
}

.events .date {
	color:#666666;
	font-size:16px;
	font-weight:bold;
	height:24px;
	overflow:hidden;
	position:absolute;
	right:15px;
	top:4px;
}

.events p {
	margin:0 18px 9px 9px;
}

.events .share {
	border-top:2px solid #CCCCCC;
	clear:both;
	display:block;
	margin:0 9px 0;
	padding:7px 0 9px;
	text-align:right;
}

.events li .share li {
	border:0 none;
	display:inline-block;
	float:none;
	text-align:center;
	text-transform:none;
}

.arrow:before {
	content:"» ";
	list-style-type:none;
	margin:0;
}

.signup-sidebar {
	float:right;
	width:365px;
}

.signup-sidebar ul.list {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

.signup-sidebar ul.list li {
	list-style-image:none;
	list-style-position:outside;
	margin:0 2px 5px 15px;
	padding:0;
}

h3.signup {
	color:#296F6F;
}

.call {
	float:right;
	width:800px;
}

/******************** Pricing Table *****************************/
#MainArea{ float:left; width:100%; background-color:#EBEBEB; }
#MainArea div.MainArea_top{ float:left; width:100%; height:13px; background-color:#d9d9d9; }
#MainArea div.MainArea_top div.MainArea_top_l{ float:left; width:10px; height:13px; background:url( '/images/main_top_l.gif' ) no-repeat; }
#MainArea div.MainArea_top div.MainArea_top_r{ float:right; width:10px; height:13px; background:url( '/images/main_top_r.gif' ) no-repeat; }
#MainArea div.MainArea_head{ float:left; width:100%; height:76px; background:url('/images/main_head_b.gif') left top repeat-x;text-align:center;}
#MainArea div.MainArea_head div.ad{ float:left; width:20%; height:100%; }
#MainArea div.MainArea_head div.item2{ float:left; width:20%; height:100%;}
#MainArea div.MainArea_head div.item3{ float:left; width:20%; height:100%;}
#MainArea div.MainArea_head div.item4{ float:left; width:20%; height:100%;}
#MainArea div.MainArea_head div.item5{ float:left; width:20%; height:100%;}

#MainArea div.line{ float:left; width:100%; height:32px; line-height:31px; background:url('/images/line_b.gif') left bottom repeat-x; border-bottom:solid 1px #FDFDFD;text-align:center;}
#MainArea div.line span.item1{float:left; width:20%; text-indent:28px; text-align:left;}
#MainArea div.line span.item2{float:left; width:20%;}
#MainArea div.line span.item3{float:left; width:20%;}
#MainArea div.line span.item4{float:left; width:20%;}
#MainArea div.line span.item5{float:left; width:20%;}
#MainArea div.bold{ font-weight:bold;}

#MainArea div.line_footer{ background:url('/images/line_footer_b.gif') repeat-x; border:0px;}
#MainArea div.line_button{ 
	height:63px; 
	background-color:#d9d9d9; 
	width:100%;
}
#MainArea div.line_button div.line_button_l{ float:left; width:10px; height:13px; background:url( '/images/line_button_l.gif' ) no-repeat; }
#MainArea div.line_button div.line_button_r{ float:right; width:10px; height:13px; background:url( '/images/line_button_r.gif' ) no-repeat; }

#MainArea div.line_button span{ padding-top:15px; }


/******************** jSocial *****************************/

.jsocial_button{
	padding: 2px;
	display:block;
	float: left;
}
.jsocial_button img {

}