*{
margin: 0;
padding: 0;
border: 0;
}

/* Layout
------------------------------------------------------*/

body {
	background: url(../images/body_bg.png) #599D36 center repeat-y;
	font: 74% Arial, Helvetica, sans-serif;
}

#centered {
	width: 950px;
	margin: 0 auto;
}

#masthead {
	height: 90px;
	position: relative;
}

#logo {
	position: absolute;
	width: 360px;
	height: 80px;
	top: 5px;
	left: 10px;
}

#adsense {
	position: absolute;
	width: 360px;
	height: 80px;
	top: 5px;
	left: 470px;
}

#google {
	position: absolute;
	top: 63px;
	left: 38px;
	}

#banner {
	margin-left: 380px;
	height: 80px;
	padding: 15px 20px 10px 80px;
	overflow: hidden;
}
#mainmenu{
float: left;
width: 870px;
}
#usermenu{
float: right;
width: 300px;
margin-right: 20px;
text-align: right;
}
#spacer {
	height: 20px;
	background-color: #fff;
	}

#content-area {
	margin: 0 0 20px 0;
}
.content-area-3col{
/*	background: url(../images/faux_right.png) right repeat-y; */
}
.content-area-2col-inset{
/*	background: url(../images/faux_right.png) right repeat-y; */
	width: 950px;

}
.content-area-2col-right{
/*	background: url(../images/faux_right.png) right repeat-y; */
}
.content-area-full{
background: none;
}

#mainbody {
	float: left;
	padding: 0 15px 0 20px;
	font-size: 1.2em;
}
.mainbody-3col{
width: 728px;
}
.mainbody-2col-inset{
width: 917px;
}
.mainbody-2col-right{
width: 728px;
}


#mainbody{
font-size: 1.2em;
padding: 0pt 15px 0pt 20px;
}
.mainbody-3col{
	width: 548px;
}
.mainbody-2col-inset{
width: 730px;
}
.mainbody-2col-right{
width: 730px;
}
.mainbody-full{
width: 910px;
}
#mainbodyinset img {
	max-width: 548px;
	}

#user1 {
	margin-bottom: 20px;
	padding: 0 7px;
	border: 1px solid #5EA825;;
	background: url(../images/user1.png) repeat-x;
	line-height: 1.3em;
	}
	
h1#page-title{
color:#555;
font-size:1.2em;
font-weight:bold;
letter-spacing:1px;
margin-left:2px;
}	
	
#user1 h3 {
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: 1px;
	}
	
#user1 p {
	margin: 0;
	padding: 0;
	}	
	
/* Start css for expanding boxes - andrew@footprintmedia.net */
#pagetitle-box{
padding: 0 3px;
background: url(../images/user1.png) left top repeat-x #FFF;
}
#control{
cursor:hand;
cursor:pointer;
height: 2.2em;
line-height: 2.2em;
text-align: right;
}
.pagetitle{color:#FF6347;
float: left;
font-size: 1.2em;
letter-spacing: 1px;
line-height: 1.8em;
}
#button-label{
margin-right: 5px;
position: relative;
bottom: .1em;
font-size: .9em;
color: #006600;
background: none;
}
#slide-text{
padding-bottom: 7px;
}
#welcome-box-heading{
float: left;
}
.iconspan img{
position: relative;
top: .1em;
}

/* End of css for expanding boxes */	
	

	
#mainbody #toplink, #inset #toplink {
	display: block;
	margin-top: 20px;
	padding: 3px;
	border: 1px solid #ccc;
	text-align: center;
	background: url(../images/totop.png) center no-repeat;
	font-weight: bold;
	font-size: .85em;
	letter-spacing: 3px;
	}
	
#mainbody a#toplink:hover, #inset #toplink:hover {
	border: 1px solid  #C6BC00;
	color: #5EA825;
	}

#inset {
	width: 160px;
	padding-right: 15px;
}

#right-module {
	width: 160px;
	padding: 0 20px 0 5px;
	font-size: 1em;
}

#right-module .moduletable {
	margin-bottom: 20px;

	}
.moduletable-listings table{
border-collapse: collapse;
}	
.moduletable-listings td{
border: 1px solid #ccc;
padding: 0 5px;
}


.moduletableuser {
	width: 100%;
	}

#bottom {
	text-align: left;
	padding-left: 15px;
	}

#footer {
	margin: 20px 0;
	/*padding: 0 20px;*/
	border-top: 1px solid #ccc;
	
}

#bottommenu {
	padding: 10px 0 0 0;
	text-align: center;
}

.moduletable-footermenu, .module-footermenu{
/*text-align: center;*/
}
.module-footermenu table{
}
/*#bottommenu table {
	text-align: center;
}*/

#bottommenu table a{
	padding: 0 5px;
}

/*Google Results page*/

#gsearch {
	margin: 0 0 0 20px;
	}

/* Typography
------------------------------------------------------*/
body {
	color: #555;
}

#mainbody, #inset{
	line-height: 1.3em;
}

a:link, a:visited {
	color: #5EA825;
	font-weight: normal;
	text-decoration: none;
}

#mainbody a:link, #mainbody a:visited, #inset a:link, #inset a:visited {
	background: url(../images/gm_link_off.png) bottom left repeat-x;
}

#inset a:link, #inset a:visited {
	background: none;
}


#mainbody a:hover, #inset a:hover {
	background: url(../images/gm_link_on.png) bottom left repeat-x;
}

#inset a:hover {
	background: none;
}

a:hover {
	color: #C6BC00;
	text-decoration: none;
}

.componentheading{
	font-weight: normal;
	font-size: 1.3em;
	text-align: left;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 0 0 4px;
	display: none;
}

.contentheading h2{
	padding: 0 10px 0px 20px;
	margin: 0;
	font-size: 1.3em;
	font-family: Palatino, "Palatino Linotype", "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	background: url(../images/gm_content.png) left 3px no-repeat;
	line-height: 1.2em;
	color: #6C7225;
	text-transform: uppercase;
}

.contentpaneopen p{
	margin-top: 0;
	margin-bottom: 15px;
	}

#mainbody a.contentpagetitle:link, #mainbody a.contentpagetitle:visited, #mainbody a.contentpagetitle:hover, #mainbody a.contentpagetitle:active, #mainbody a.contentpagetitle {
	background: none;
	border: none;
	}
	
.moduletableuser a {
	display: block;
	font-weight: bold;
	padding: 3px 10px;
	border: 2px solid #ccc;
	background: url(../images/button_bg.png) -5px repeat-x;
	margin-bottom: 6px;
	letter-spacing: 2px;
	}
	
.moduletableuser a:hover {
	color: #5EA825;
	border: 2px solid #C6BC00;
}


/* Navigation
------------------------------------------------------*/

/* Main Menu */

.module-tabmenu{
margin-left: 20px;
}

#navbar{
	font-size: 1em;
	height: 28px;
	position: relative;
	background: url(../images/navbar_bg.png) bottom repeat-x;
}
#mainmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu li{
	float: left;
}
#mainmenu li.mainlevel_current{
	background: url(../images/right-tab.png) right top no-repeat;
	padding-right: 7px;
}

#mainmenu a{
	text-decoration: underline;
	padding: 0 .8em;
	height: 1.8em;
	line-height: 1.8em;
	display: block;
	float: left;
	color: #599D36;
	background-image: none;
	text-transform: uppercase;
}
#mainmenu a:hover{
text-decoration: none;
}

#mainmenu a#active_menu{
color: #fff;
background: #467D2A url(../images/left-tab.png) left top no-repeat;
text-decoration: none;
padding-left: 10px;
text-indent: 7px;
height: 28px;
}

#mainmenu a#active_menu li span{
background: url(right-tab.png) right top no-repeat;
padding-right: 10px;
}

/* User Menu */

.module-usermenu #username{
text-transform: capitalize;
font-weight: bold;
float: left;
color: #467D2A;
background: none;
letter-spacing: .5px;
height: 2.2em; 
line-height: 2.2em;
}

.module-usermenu, .module-usermenu div {
text-align: right;
}
#usermenu ul li{
margin: 0 3px;
}

#usermenu a{
background: none;
color: #326718;
text-decoration: underline;
padding: 0 5px;
}
#usermenu a:hover, #usermenu #active_menu{
background-color: #E8EBCA;
color: #326718;
text-indent: none;

}
#usermenu #active_menu:hover{
}

#usermenu a:hover{
text-decoration: none;
}

#dothis {
	float: left;
	padding-right: 20px;
	}

#horizmenu a {
	border-right: 1px solid #62AB3A;
	border-left: 1px solid #84C860;
	font-weight: bold;
}

.first {
	border-left: 1px solid #62AB3A;
}
.first a {
	border-left: 1px solid #84C860;
}

#horizmenu a:hover {
	background: url(../images/hover_bg.png) bottom repeat-x;
}

#horizmenu li {
	
}

#horizmenu, #submenu ul {
	padding: 0 0 0 20px;
}

#horizmenu a.active_menu , #horizmenu a.active_menu:hover {
	background: url(../images/active_bg.png) 0 .2em repeat-x;
	color: #999;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#action {
	float: right;
	height: 30px;
	line-height: 30px;
	width: 375px;
	}

#subnav #action a{
	border: none;
	margin: 0 27px;
	color: #FFFF66;
	background: url(../images/searchbar_submit_icon.png) right center no-repeat;
	padding: 2px 32px 2px 0;
	}

#submenu {
	clear: both;
	background-color: #fff;
}

#submenu ul {
	border-bottom: 1px solid #ccc;
	height: 1.7em;
}

#submenu a {
	padding: 0 .8em;
	height: 1.9em;
	line-height: 1.9em;
	font-size: .9em;
	color: #6CAF49;
	letter-spacing: 1px;
}

#submenu a.active_menu {
	background: url(../images/hover_green_bg.png) bottom repeat-x;
	color: #999;
}

#submenu a.active_menu:hover {
	color: #999;
}

#submenu a:hover {
	color: #C6BC00;
}

/* Search */
#subnav{
	font-size: 1.2em;
	background: url(../images/searchbar_bg.png) #87C963 repeat-x;
	border-bottom: 5px solid #467D2A;
	height: 29px;
}
#search {
	float: left;
	background: url(../images/search_bg.png) no-repeat left bottom #fff;
	margin: 4px 0 0 0px;
	height: 22px;
	position: relative;
	left: 19px;
	width: 320px;
}

.searchbox, #mt_search {
	width: 388px;
	height: 18px;
	background: none;
	color: #000;
	left: 30px;
	border: none;
	position: absolute;
	top: 3px;
	margin: 0;
}
#search2 {
	float: left;
	background: url(../images/search_bg2.png) no-repeat left bottom #fff;
	margin: 4px 0 0 0px;
	height: 22px;
	position: relative;
	left: 160px;
	width: 320px;
}

.searchbox, #mt_search {
	width: 388px;
	height: 18px;
	background: none;
	color: #000;
	left: 30px;
	border: none;
	position: absolute;
	top: 3px;
	margin: 0;
}
#googlesearchbox{
/*	background: url(../images/google_custom_search_watermark.gif) no-repeat;*/

}
#newssearchbox{

}

#searchbutton{
position: absolute;
left: 320px;
border: none;
margin: 0;
}

#glass {
	width: 28px;
	height: 22px;
	background: url(../images/glass.gif) top right no-repeat;
	float: left;
	}

.searchbutton {
	background: url(../images/websearch.png) left top repeat-x #fff;
	color: #444;
	width: 175px;
	height: 22px;
	/*-khtml-appearance: none;	*/
}

.searchbutton:hover {
	cursor: pointer;
	color: #447728;
}

/* Action Menu */

#mainlevel-actionmenulist{
text-align: right;

}
#mainlevel-actionmenulist li{
display: inline;
}


/* Inset Menu */

#inset ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*font-size: 1.1em*/
}

#inset li {
	margin-bottom: 4px;
}

#inset li span, #inset .moduletablerec th, #inset .moduletable th {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	color: #fff;
	display: block;
	padding: 1px 7px;
	font-size: .8em;
	background: url(../images/menuspan.png) top repeat-x;
	height: 1.6em;
}

#inset th {
	padding-bottom: 5px;
	text-align: left;
} 

#inset ul a:link, #inset ul a:visited {
	background: none;
	display: block;
	padding: 0 0 2px 3px;
	border-left: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 5px 0;
}

#inset ul a:hover {
	
}

#inset ul a.active_menu:link, #inset a.active_menu:visited, .catlevel_0_sel a:link, #inset .catlevel_0_sel a:visited {
	color: #777;
	border-bottom: 1px solid #CCC000;
	border-left: 2px solid #CCC000;
}

#inset li.catlevel_1 {
	display: none;
	}

#inset li.catlevel_1 a {
	border: none;
	font-size: .85em;
	margin: 2px 0 0 7px;
	padding: 0 0 0 2px;;
	border-left: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

/* Inset Links 
#inset .moduletable ul li a {
	border-bottom: 1px dotted #666;
	border-left: none;
	display: block;
	margin: 0;
	padding: 3px;
	}
	
#inset .moduletable ul li a:hover {
	background-color: #F0F2D9;
	}
	*/

/* Bottom Menu */

.module-footermenu{
/*	margin-left: 30px; */
margin: auto auto;
width: 880px;
margin-bottom: 1em;
overflow: hidden;
}
#bottommenu a {
	font-size: 12px;
	text-decoration: none;
}

#bottommenu a:hover{

}

#mainlevel-footermenulist{
list-style-type: none;
margin: 0;
padding: 0;
}

#mainlevel-footermenulist li{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 1em 0 -1em;
padding: 0 1em 2px;
}

/* Forms
--------------------------------------------------------*/
table.formed td {
	border-top: 1px dotted #ccc;
	}
	
table.formed span{
	font-size: .8em;
	}

#right-module input[type="text"], #right-module input[type="password"] {
	width: 100%;
	border: 1px solid #999;
	margin: 2px 0;
	padding-left: 2px;
	margin-right: 2px;
	}

#right-module input[type="submit"], #inset .moduletablerec input[type="button"], #right-module input.button{
	border: 1px solid #999;
	background: url(../images/button_bg.png) repeat-x;
	margin: 2px 0;
}

#right-module input[type="submit"]:hover {
	cursor: pointer;
	color: #447728;
}

input, textarea, select{
border: 1px solid #ccc;
background: #E7F3E0;
margin: 5px 0;
}
input[type="image"], input[type="checkbox"]{
border: none;
}

.button{
	padding: 2px 20px;
	border: 3px solid #467D2A;
	cursor: pointer;
	background: #599D36 url(../images/form_button_bg.png) bottom left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

/* Utilities
------------------------------------------------------*/

#getfirefox {
	display: none;
	}

a img, #mainbody a img, .contentpaneopen a img {
	border: none;
	background-image: none;
}

table.contentpaneopen {
	width: 100%;
	}

#icon a:link, #icon a:visited, #icon a:hover, #icon a:active {
	border: none;
	background: none;
	}

.clear {
	clear: both;
}

img.left, img.right, .full-image-float-left {
	float: left;
	margin: 0 10px 10px 0;
}

#mainbody a.readon {
	display: block;
	padding: 5px 12px;
	background: url(../images/readmore.png) no-repeat left center;
	border-bottom: 2px dotted #ccc;
	clear: both;
	margin-top: 5px;
	margin-bottom: 15px;
}

#mainbody a.readon:hover {
	border-bottom: 2px dotted #5EA825;
	}

td.createdate {
	font-size: .8em;
	}
	
.highlight {
	font-weight: bold;
}

.contentpaneopen img {
	margin-bottom: 15px;
	}

.contentpaneopen img[align="left"],.contentpaneopen img.left,.contentpaneopen span.full-image-float-right {
	margin: 0 10px 10px 0;
	float: left;
	}
	
img[align="right"] {
	margin: 0 0 10px 10px;
	}
	
.message {
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;
	background-color: #C6BC00;
	font-weight: bold;
	}
	
.pagenav {
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin: 4px 1px;
	}
	
#mainbody a.pagenav {
	background: none;
	background-color: #F0F2D9;
	}
	
#mainbody a.pagenav:hover {
	color: #666;
	border-color: #C6BC00;
}

li.catlevel_1_sel {
	display: none;
	}
	
#mainbody #askNewPicture{
background: none;
}
	
/* Iframe pop 
--------------------------------------------------------------------------*/
	
.share {
	width: 120px;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-top: 3px;
	}
	
#mainbody a.iframepop {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px 4px 1px 5px;
	background: url(../images/button_bg.png) -6px repeat-x;
	font-size: .8em;
	letter-spacing: 2px;
	height: 100%;
	}
	
#mainbody a.iframepop:hover{
	border-top: 1px solid #C6BC00;
	border-left: 1px solid #C6BC00;
	border-right: 1px solid #C6BC00;
	color: #5EA825;
}

.popup{
	padding:7px 0 0 3px;
	width:420px;
	height:190px;
	background:#fff;
	border:1px solid #999;
	position:absolute;
	overflow: hidden;
	top:0;
	left:0;
	}

a.popuplink{
	background:#fff;
	padding:0 5px;	
	border:1px solid #999;
	text-decoration:none;
	margin-bottom:-1px;
}

.popup iframe{
	width:410px;
	height:190px;
	overflow: hidden;
	border: none;
}

/* Webshpere
-------------------------------------------------------*/

#searchcloud {
	text-align: justify;
	}

#searchcloud h1, #searchcloud h2, #searchcloud h3, #searchcloud h4, #searchcloud h5 {
	display: inline;
	margin: 0;
	line-height: 1.35em;
	padding: 0;
}

#searchcloud div, .homeheader, #user2 h3, #bottom th {
	background: url(../images/button_bg.png) 0 -3px repeat-x;
	font-weight: bold;
	height: 1.5em;
	padding: 5px 0 5px 10px;
	margin-top: 20px;
	}


#mainbody #searchcloud a {
	background: none;
	line-height: 1.35em;
	}
	
#mainbody #searchcloud h1 a{
	background-color: #F0F2D9;
	}

#mainbody #searchcloud h2 a{	

	}
	
/* Ads */

.adsense-top{
	margin-top: 15px;
	border-top: 1px solid #5EA825;
	border-left: 1px solid #5EA825;
	border-right: 1px solid #5EA825;
	width: 160px;
	height: 52px;
	background: url(../images/delimitertop.png);
}
.adsense-body{
	border-left: 1px solid #5EA825;
	border-right: 1px solid #5EA825;
	background: url(../images/adsbg.png) repeat-y;
	text-align: center;
	width: 160px;
	padding: 5px 0;
}
.adsense-bottom{
	margin-bottom: 15px;
	border-bottom: 1px solid #5EA825;
	border-left: 1px solid #5EA825;
	border-right: 1px solid #5EA825;
	width: 160px;
	height: 53px;
	background: url(../images/delimiterbot.png);
}


.moduletableads {
	border-left: 1px solid #5EA825;
	border-right: 1px solid #5EA825;
	background: url(../images/adsbg.png) repeat-y;
	text-align: center;
	width: 160px;
	padding: 5px 0;
	}

.moduletabledel {
	border-left: 1px solid #5EA825;
	border-right: 1px solid #5EA825;
	width: 160px;
	height: 38px;
	background: url(../images/delimiter.png);
	}
	
.moduletabledeltop {
	margin-top: 15px;
	border-top: 1px solid #5EA825;
	border-left: 1px solid #5EA825;
	border-right: 1px solid #5EA825;
	width: 160px;
	height: 52px;
	background: url(../images/delimitertop.png);
	}
	
.moduletabledelbot {
	margin-bottom: 15px;
	border-bottom: 1px solid #5EA825;
	border-left: 1px solid #5EA825;
	border-right: 1px solid #5EA825;
	width: 160px;
	height: 53px;
	background: url(../images/delimiterbot.png);
	}
	
#letterboard {
	margin-top: 15px;
	}
	
/*Directory
-------------------------------------------------------*/
table#directory {
	width: 100%;
	text-align: center;
	}
	
#directory td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 0 0 3px 0;
	vertical-align: top;
	}

	
#mainbody #directory a:link, #mainbody #directory a:visited, #mainbody #directory a:hover, #inset #directory a:link, #inset #directory a:visited, #inset #directory a:hover {
	background-image: none;
	display: block;
	}
	
#inset .moduletablecats a:link, #inset .moduletablecats a:visited {
	background-image: none;
	width: 100px;
	}
	
	
/*Ajax Recommend
-------------------------------------------------------------------------------*/

#inset .moduletablerec table {
	width: 160px;
	}
	
#inset  input.inputboxrec, #inset  textarea.inputboxrec {
	width: 155px;
	border: 1px solid #ccc;
	}

.moduletablerec input[name="cancel"] {
	display: none;
	}
	
.moduletablerec input[name="send"] {
	float: right;
	margin: 0;
	padding: 0;
	}
	
.moduletablerec {
	margin-top: 10px;
	}
	
/*Modules
--------------------------------------------------------------*/

#right-module td center{
	padding: 12px 0;
}

#bottom table{
	width: 910px;
	border-collapse: collapse;
	margin-top: 10px;
}

#bottom td td{
	width: 20%;
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 7px 0 0 0;
}

/* Login Form */

#mod_login_usernametext label, #mod_login_passwordtext label, #mod_login_remembermetext label{
	width: 125px;
	font-weight: bold;
	float: left;
}

.cbFieldIconsLabels{
	display: none;
}

td.label{
	font-weight: bold;
	width: 125px;
}

#usernameCheckResponse{
	width: 280px;
}
