body {
	background:url('../images/bg.jpg') #1d1815 top center no-repeat;
	margin: 0;
	height: 100%;
	font-family: Arial;
	color: #636363;
	text-align: center;
	}
	
#wrapper{
	width: 1000px;
	position: relative;
	margin:0 auto;
	}
	
#header{
	width: 1000px;
	height: 140px;
	}

#header .toph{
	background:url('../images/top-h.jpg') no-repeat;
	height: 73px;
	text-align: left;
	}

#header .toph .logo{
	background:url('../images/logo.jpg') no-repeat;
	width: 236px;
	}

#header .midh{
	background:url('../images/mid-h.jpg') no-repeat;
	height: 36px;
	}

#header .midh ul{
	background:url('../images/subcat.jpg') #9fd31c repeat-x;
	border-top:1px solid #484846;
	float:left;
	margin:0;
	padding:0;
	}

#header .midh ul li{
	background: #484846;
	display: inline;
	}

#header .midh ul li a{
	color: #2f5200;
	font-weight: bold;
	float:left;
	padding:7px 15px;
	text-decoration:none;
	}	

#header .midh ul li a:hover{
	color: #FFF;
	}

#header .midh ul li a.selected{
	background: #484846;
	padding:8px 15px;
	font-size: 15px;
	border-bottom: 1px solid #484846;
	color: #FFF;
	font-weight: bold;
	}

#header .midh .submenu{
	float: left;
	width: 450px;
	text-align: left;
	margin-left:7px;
	margin-top:8px;
	}
#header .midh .submenu a{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding:5px 7px;
	text-decoration:none;
	text-transform: uppercase;
	}

#header .midh .submenu a:hover{
	color: #929574;
	}

#header .midh .submitarticle a{
	background: url('../images/submit.jpg') no-repeat;
	float: right;
	width: 184px;
	height: 36px;
	}

#header .midh .submitarticle a:hover{
	background: url('../images/submitH.jpg') no-repeat;
	}

#header .menubar{
	background:url('../images/menubg.jpg') repeat-x;
	height: 62px;
	text-align: center;
	}
	
#header .menubar .links{
	padding-left: 20px;
	padding-top: 10px;
	width: 920px;
	float: left;
	color: #99cc33;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:top;
	line-height: 22px;
	}
	
#header .menubar .links a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	}

#header .menubar .links a:hover{
	color: #99cc33;
	font-size: 12px;
	text-decoration: none;
	
	}
	
#header .menubar .menuleaf{
	background:url('../images/menuleaf.jpg');
	float: right;
	width: 60px;
	height: 62px;
	}
		
#content{
	background: #1d1815;
	width: 1000px;
	float: left;
	margin: 0 auto;
	min-height: 1350px;
	}

#content .left{
	float: left;
	width: 630px;
	}

#content .left .topleft{
	margin: 0;
	border-bottom: 10px #7f8373 solid;
	width: 633px;
	height: auto;
	margin-left: 10px;
	margin-top: 15px;
	height: 25px;
	}

#content .left .topleft .contenttabs{
	float:left;
	height: 21px;
	margin: 0;
	padding:0;
	}

#content .left .topleft .contenttabs li{
	display:inline;
	}	

#content .left .topleft .contenttabs li a{
	color: #bec0b9;
	text-decoration: none;
	font-size: 11px;
	margin: 0;
	padding: 6px 10px;
	font-weight: bold;
	}	

.left .topleft .contenttabs a.selected{
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	background: #7f8373;
	padding: 5px 10px;
	}	


#content .left .topleft .contenttabs a:hover{
	color: #FFF;
	background:#7e8272;
	}	

#content .left .topleft .checkboxes{
	font-size: 11px;
	height: 12px;
	color: #FFF;
	font-weight: bold;
	float: right;
	width:250px;	
	}	
	

#content .left .maincontent{
	background:#FFF;
	width: 633px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
	}


#content .left .maincontent dl dt {
    margin: 0;
    background: url('http://startgreen.com/images/gfx/dt_bg.gif') no-repeat 0px 4px;
    padding-left: 16px;
    margin-top: 10px;
}


#content .left .maincontent .post{
	background: #f9ffee;
	border-top: #ebe9df solid 4px;
	border-right: 1px solid #EBE9DF;
	min-height:165px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	}

.post .postsect{
	background:url('../images/postsect.jpg') no-repeat;
	font-size: 8pt;
	width: 355px;
	height: 23px;
	float: right;
	margin-right: 4px;
	margin-top: 3px;
	}
	
.post .postsect .txt{
	margin-top: 5px;}
	
.post .postsect .txt .time{
	font-weight: bold;
	color: #009999;
	}
	
.post .postsect .txt .type{
	font-weight: bold;
	color: #009999;
	text-transform:uppercase;
	}

.post .postsect .txt .cat a{
	font-weight: bold;
	color: #99cc00;
	text-decoration: none;
	}
	
.post .postsect .txt .cat a:hover{
	font-weight: bold;
	color: #999;
	text-decoration: none;
	}
		
.post .postcontent{
	margin: 6px;
	}
	
.post .postcontent .vote{
	float: left;
	margin-left: 7px;
	margin-top: 20px;
	width: 56px;
	height: 82px;
	}

.post .postcontent .vote .number{
	background:url('../images/leafbrd.jpg') no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	width: 56px;
	height: 62px;
	}
.post .postcontent .vote .number .txt{
	padding-top: 15px;
	}

.post .postcontent .story{
	width: 520px;
	float: left;
	font-size: 12px;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	}
	
.post .postcontent .pic{
	width: 125px;
	height: 100px;
	float: right;
	padding: 5px 0px 0 0;
	text-align:center;
	}
	
.post .postcontent .pic a img{
    text-decoration: none;
    border: 0px solid black;
    
	}
	
.post .postcontent .story .h1 a{
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	text-decoration: none;}
	
.post .postcontent .story .h1 a:hover{
	color: #009999;}

.post .postcontent .poster{
	position: relative;
	float: left;
	font-size: 11px;
	color: #009999;
	margin-top: 5px;	
	}	
.post .postcontent .poster img{
	vertical-align: middle;
	}
	
.post .postcontent .poster a{
	font-weight: bold;
	text-decoration: none;
	color: #009999;	
	}	

#content .right{
	width: 340px;
	float: right;
	padding-left: 5px;
	padding-right: 4px;
	margin-left:0;
	}

#content .right .search{
	border:1px solid #858a77;
	background: #7f8373;
	display:block;
	margin: 4px 0 4px 0;
	padding:0;
	position:relative;
	float: right;
	width:339px;
	margin-top:6px;
	}

#content .right .search input{
	margin: 5px 5px 5px 1px;
	height: 30px;
	border: #333333 solid 2px;
	float: left;
	}
	
#content .right .search .sbutton{
	float: right;
	padding: 0;
	}

#content .right .featured{
	margin-top: 5px;
	margin-left: 0;
	background: #7f8373;
	float:right;
	width: 340px;
	}

#content .right .featured .title{
	text-align: left;
	width: 275px;
	height: 20px;
	float: left;
	font-family: Verdana;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding-left: 8px;
	margin-top: 3px;
	}

#content .right .featured .more{
	width: 45px;
	height: 20px;
	float: right;
	font-size: 11px;
	color: #FFF;
	margin-right: 9px;
	margin-top: 4px;
	font-weight: bold;
	text-decoration:none;
	}
	
#content .right .featured .more a:hover
{
    color: #99cc33;
}

#content .right .featured .txt{
	padding: 8px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	}

#content .right .featured .txt .h2{
	color: #000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#content .right .featured .txt a{
    color:#fff;
    text-decoration:underline;
	}
	
#content .right .featured .txt .h2 a:hover
	{
	    color: #FFF;
	}	

#content .right .featured .txt img{
	float: left;
	border: 8px #FFF solid;
	margin: 7px;}

#content .right .featured .subscribe{
	width: 338px;
	text-align: right;
	padding-right: 4px;
	margin-bottom: 5px;
	}

#content .right .featured .subscribe a{
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	}
#content .right .featured .subscribe a:hover{
	color: #ff9933;
	}

#content .right .featured .subscribe img{
	vertical-align: middle;
	}
	
#content .right .topcontent{
	margin-top: 5px;
	width: 340px;
	background:url('../images/menubg_sm.jpg') #7F8373 repeat-x;
	font-family: Verdana;
	position: relative;
	float: left;
	padding-bottom: 6px;
	}
	
#content .right .tipscontent
{
    margin-top: 5px;
    width: 340px;
	background: #FFF;
	float: left;
	position: relative;
	padding-bottom: 6px;
	}
	
#content .right .tipscontent .h4{
	position: relative;
	background:url('../images/subcat.jpg') repeat-x;
	color: #003300;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	float: left;
	height: 30px;
	margin: 7px 7px 0 7px;
	width: 325px;
	}
	
#content .right .tipscontent .h4 .txt{
	padding: 7px 13px;
	}
	
#content .right .tipscontent .tips{
	width: 324px;
	background: #FFF;
	float: left;
	position: relative;
	margin-left:8px;
	}
	
#content .right .tipscontent .tips .tippost{
	padding: 6px;
	float: left;
	font-size: 12px;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	}

#content .right .tipscontent .tips .tippost a{
    color:#009999;
    text-decoration:underline;

	}
	
	
#content .right .tipscontent .tips .tiptitle
{
    background:url('../images/tiptitle.jpg') no-repeat;
	font-size: 9pt;
	width: 325px;
	height: 23px;
	float: right;
	margin: 8px 0 0 0;
	}
	
#content .right .tipscontent .tips .tiptitle .txt{
	font-weight: bold;
	color: #009999;
	padding:3px 3px 3px 5px;
	text-align:left;
	}
	
	
	
	
#content .right .h3, .h3title{
	background:url('../images/menubg_sm.jpg');
	text-align: left;
	float: left;
	font-family: Verdana;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding: 7px 13px;

	}
	
#content .right .h3{
    width: 313px;
	}
	
.h3title
	{
	    width: 96%;
	    float: inherit;
	}

#content .right .topcontent .h4{
	position: relative;
	background:url('../images/subcat.jpg') repeat-x;
	color: #003300;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	width: 325px;
	text-align: left;
	float: left;
	height: 30px;
	margin: 7px 7px 0 7px;
	}
	
.topcontent .h4 .txt{
	padding: 7px 15px;
	}

#content .right .topcontent .pictures{
	width: 324px;
	background: #FFF;
	float: left;
	position: relative;
	margin-left:8px;
	}

#content .right .topcontent .pictures .post{
	height:65px;
	background: #e7e8e7;
	width: 309px;
	margin: 5px;
	position: relative;
	color: #333;
	}

.pictures .post .thumb{
	width: 87px;
	float: left;
	}

.pictures .post .thumb img{
	margin: 4px;
	border: 3px solid #FFF;
	}

.pictures .post .vote{
	width: 31px;
	height: 53px;
	float: left;
	background:url('../images/smalleaf.gif') top center no-repeat;
	}

.pictures .post .vote .txt{
	margin-top: 12px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;}

.pictures .post .content{
	margin-top: 8px;
	margin-left: 2px;
	float: right;
	width: 185px;
	text-align: left;
	font-size: 12px;
	}

.topcontent .post .content a{
	font-weight: bold;
	text-decoration: none;
	color: #009999;
	}
	
.topcontent .post .content a:hover{
	color: #333;}

.topcontent .videos{
	width: 324px;
	background: #FFF;
	float: left;
	position: relative;
	margin-left:8px;
	}	

.topcontent .videos .post{
	height: 57px;
	}
	
.topcontent .videos .post .thumb{
	margin-left: 7px;
	margin-top: 7px;
	float: left;
	width: 40px;
	}

.topcontent .videos .post .thumb .vote{
	background: #669933;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	}

.topcontent .videos .post .content{
	width:263px;
	margin-top: 11px;
	float: right;
	text-align: left;
	font-size: 11px;
	}
	
.videos .post .content .pictitle a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}

.videos .post .content .pictitle a:hover{
	color: #999;}

.topcontent .news{
	width: 324px;
	background: #FFF;
	float: left;
	position: relative;
	margin-left:8px;
	}
	
.topcontent .news .post{
	padding: 6px;
	height: 44px;
	}

.topcontent .news .post .vote{
	background:url('../images/smalleaf.gif') no-repeat;
	float: left;
	width: 31px;
	margin: 2px;
	height: 50px;
	}
	
.topcontent .news .post .vote .txt{
	margin-top: 12px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;}

.topcontent .news .post .thumb{
	padding: 4px;
	float: left;
	width: 36px;
	height: 40px;}

.topcontent .news .post .content{
	margin-top: 8px;
	margin-left: 2px;
	float: right;
	width: 225px;
	text-align: left;
	font-size: 11px;
	}

#footer{
	background:url('../images/footerbg.jpg') no-repeat;
	margin-top: 5px;
	width: 1000px;
	float: left;
	text-align: left
	}

#footer a{
	text-transform: uppercase;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana;
	}

#footer a:hover{
	color: #99CC33;}

#footer .logo{
	width: 233px;
	float: left;
	}

#footer dt{
	font-size: 20px;
	font-weight: bold;
	color: #a6a6a6;
	}	

#footer .navigation{
	padding-top: 25px;
	width: 133px;
	float: left;
	}

#footer .txt{
	padding-top: 65px;
	padding-right: 15px;
	font-size: 12px;
	width:480px;
	float: right;
	}

#footer .sitelinks{
	padding-top: 25px;
	width: 133px;
	float: left;
	}
	
	
	/*  Paging System */

.pager
{
	/*padding-top: 25px;*/
	margin-top: 0;
	color: White;
	float: left;
	width: 100%;
	left: 50%;
	margin-left: 25%;
	padding: 0;
	font-size: 85%;
}

.pager li
{
	list-style: none;
	float: left;
	padding: 1px;
}
.pager li span{}
.pager li a:link, .pager li a:visited, .pager li span{
	display: block;
	float: left;
	padding: 4px 8px;
	color: #99ac13;
	text-decoration: none;
	border: 1px solid #99cc33;
}

.pager li.selected a:link, .pager li.selected a:visited, .pager li.selected a:hover
{
	background: #99cc33;
	color: #FFFFFF;
	border: 1px solid #99cc33;
}

.pager li.last
{
	margin: 1px 0 0 1px;
	
	padding: 4px 8px;
	border: 0px solid #3d3f4b;
	text-transform: uppercase;
}
.pager li.last a:link, .pager li.last a:visited{float: none;display: inline;margin: 0;padding: 0;}
.pager li.last em{
	color: #99cc33;
	font-style: normal;
	font-weight: bold;
}

.pager li.track
{

}

.pager .track img 
{
    border: 0 ;
}

.pager .track a
{
	border: 0;
}


/* Begin - Non-Registered User Pop Up Window */
div.tmsg {
    background: #FEFAE4 url("../gfx/msg_bg.gif") repeat-x left top;
    margin: 5px 0 15px 0;
    z-index: 999;
}

div.tmsg .tmsg_top {
    background: url("../gfx/msg_tl.gif") no-repeat left top;
    height: 11px;
    overflow: hidden;
}

div.tmsg .tmsg_top .tmsg_topright {
    background: url("../gfx/msg_tr.gif") no-repeat right top;
    height: 11px;
}

div.tmsg .tmsg_bottom {
    background: #FFFFFF url("../gfx/msg_bl.gif") no-repeat left top;
    height: 11px;
}

div.tmsg .tmsg_bottom .tmsg_bottomright {
    background: url("../gfx/msg_br.gif") no-repeat right top;
    height: 11px;
}

div.tmsg .tmsg_text {
    border-left: 2px solid #F9F0CC;
    border-right: 2px solid #F9F0CC;
    padding: 0 10px 0 10px;
    font-size: 14px;
    color: #D19E5A;
}

div.tmsg .tmsg_text img {
    margin: 7px 10px 7px 7px;
    float: left;
}

div.tmsg .tmsg_text a {
    color: #698EB8;
}

div.tmsg .tmsg_text a:hover {
    color: #406EA1;
}

div.tmsg .tmsg_text small {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

div.tmsg .tmsg_text table {
    width: 100%;
}

div.tmsg .tmsg_text table tr td {
    padding-left: 12px;
}

div.tmsg .tmsg_text table tr.alt td {
    background-color: #F9F0CC;
}

div.tmsg .tmsg_text table tr td.passtitle, div.tmsg .tmsg_text table tr td.passuggest {
    font-size: 14px;
    color: #D19E5A;
    padding-left: 0;
}

div.tmsg .tmsg_text table tr td.passtitle {
    padding: 3px 3px 3px 0;
}

div.tmsg .tmsg_text table tr td img {
    margin: 0;
    border: 0;
}

div.tmsg .tmsg_text table tr td.passprime {
    font-size: 16px;
    color: #7A7C7D;
    font-weight: bold;
}

div.tmsg .tmsg_text table tr td.passuggest {
    background-color: #F9F0CC;
    padding: 10px 10px 10px 20px;
}

div.tmsg .tmsg_text table tr td.passuggest input {
    margin: 4px 0 0 0;
}

div.tmsg .tmsg_text table tr td.passuggest input.tablebutton {
    border: 1px solid #406EA1;
    background: #7BAAD9 url("../gfx/tablebutton_bg.gif") repeat-x left top;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    width: 35px;
}
/* End - Non-Registered User Pop Up Window */



.blogstory
{
	width: 93%;
	float: right;
	font-size: 12px;
	text-align: left;
	padding: 10px 10px 10px 20px;
	background: #f9ffee;
	border-top: #ebe9df solid 4px;
	border-right: 1px solid #EBE9DF;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}



/*  Comments
 ---------------------------------------------------------------*/
#comments {
    width: 530px;
    margin-left: 0px;
    padding-left: 10px;
    font-size: 0.8em;
}

#comments a
{
    font-weight: bold;
	text-decoration: none;
	color: #009999;
    }

#comments h2 {
    font-size: 1.4em;
    margin-bottom: 5px;
    color: #4483DC;
}

#lnkdiv
{
    text-align:right;
    margin-right:20px;
}

#lnkdiv a
{
    color: #009999;
    text-decoration: none;
}

#lnkdiv h3
{
    font-size: 1.1em;
}

#body_full
{
    font-size: 0.9em;
    line-height: 17px;
    padding: 5px 20px 10px 20px;
    text-align:left;
    color:#000;  
}



#comments div.caption {
    border-top: 1px solid #80ABE7;
    background: #EDF5FC;
    text-align: right;
    padding: 7px 20px 10px 20px;
}

#comments div.caption select {
    font-size: 11px;
    vertical-align: middle;
}

#comments div.caption input {
    vertical-align: middle;
}

#comments div.comment {
    background: url('http://startgreen.com/images/gfx/comment_top.gif') no-repeat 0 35px;
}

#comments div.alt {
    background: url('http://startgreen.com/images/gfx/comment_alt_top.gif') no-repeat 0 35px;
}

#comments div.comment div.author {
    position: relative;
    font-size: 0.85em;
    line-height: 14px;
    height: 40px;
    margin-top: 20px;
    padding: 3px 0 0 53px;
    /*text-decoration: none;*/
    text-align:left;
}

/*#comments div.comment div.author a{
	font-weight: bold;
	text-decoration: none;
	color: #009999;
}*/


#comments div.comment div.author div.avatar {
    position: absolute;
    width: 34px;
    height: 24px;
    left: 5px;
    top: 0px;
}

#comments div.comment div.author div.rate form {
    margin: 0;
    padding: 0;
}

#comments div.comment div.author div.rate {
    position: absolute;
    width: 200px;
    top: 12px;
    right: 20px;
    text-align: right;
}

#comments div.comment div.author div.rate select {
    font-size: 11px;
    vertical-align: middle;
}

#comments div.comment div.author div.rate input {
    vertical-align: middle;
}

#comments div.comment div.author div.avatar img.avatar {
    border: 1px solid #D2D4D4;
}

#comments div.comment div.author span.swMeta {
    color: #9999A3;
}

#comments div.comment div.text {
    font-size: 0.9em;
    background: #fff url('http://startgreen.com/images/gfx/comment_bg.gif') repeat-y 0 0;
    line-height: 17px;
    padding: 5px 20px 10px 20px;
    margin-top: 10px;
    text-align:left;
    color:#000;
}

#comments div.alt div.text {
    background: #fff url('http://startgreen.com/images/gfx/comment_alt_bg.gif') repeat-y 0 0;
}

#comments div.comment div.bottom {
    font-size: 0.9em;
    line-height: 14px;
    background: url('http://startgreen.com/images/gfx/comment_bottom.gif') no-repeat 0 0;
    height: 27px;
    text-align: right;
    padding: 0 20px 0 20px;
}

#comments div.alt div.bottom {
    background: url('http://startgreen.com/images/gfx/comment_alt_bottom.gif') no-repeat 0 0;
     
}



.text_quote
{
	font-style:italic;
	background-color: #f9ffee;
	border: 1px solid #c5d0d9;
	padding: 10px 10px 10px 10px;
}

/*#comments div.comment a
{
   color: #009999;
   font-weight:bold;
   text-decoration:none;
   /*font-size:0.8em;*/
/*}*/

#comments div.comment a.quote_link
{

   text-transform:uppercase;

   /*font-size:0.8em;*/
}







/*  Post Comment
 ---------------------------------------------------------------*/
#post-comment {
    width: 553px;
    margin-left: 10px;
    margin-top: 50px;
    font-size: 0.8em;
}

#post-comment h2 {
    font-size: 1.4em;
    margin-bottom: 5px;
    color: #4483DC;
    text-align:left;
}

#post-comment a
{
    font-weight: bold;
	text-decoration: none;
	color: #009999;
    }

#post-comment div.caption {
    border-top: 1px solid #80ABE7;
    background: #EDF5FC;
    margin-bottom: 10px;
}

#post-comment div.commentarea {
    width: 390px; /* 3-3-06 Changed 400 to 490*/
    height: 160px;
}

a.linkgeneral
{
	color: #009999;
	font-weight: bold;
	text-decoration:none;
}
a.linkgeneral:hover
{
	color: #000;
}

/*************profile*********/

/* New nav class
 --------------------------------------------------------------*/
div.nav1 {
    font-size: 0.9em;
    line-height: 150%;
    text-align: center;
    margin: 0px 0px 5px 0px;
}

div.nav1 a {
    color: #FFFFFF;
    padding: 0px;
    line-height: 150%;
}

div.nav1 a:hover {
    color: #DDDDDD;
    padding: 0px;
    text-decoration: none;
    line-height: 150%;
}

div.nav1 td {
    line-height: 150%;
}

#see_more {
    text-align: right;
}

#see_more a {
    text-decoration: none;
    color: #4483DC;
}

#see_more a:hover {
    text-decoration: none;
    color: #4483DC;
}

#category_listing_new {
    padding-top: 0px;
    background-image: url(http://startgreen.com/images/gfx/but_profile_top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 0.9em;
    color: #dddddd;
}

#category_listing_new a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1em;
}

#category_listing_new a:hover {
    text-decoration: underline;
    color: #dddddd;
    font-size: 1.1em;
}

#sw_page div.nav1 {
    text-align: left;
}

#nav1_td a {
    /*background: #dddddd;
     border-right: 1px solid #245ECD;
     border-bottom: 1px solid #245ECD;
     background-image: url(http://startgreen.com/images/gfx/but_profile_top_3.jpg);*/
    color: #FFFFFF;
    font-size: 1.1em;
    padding: 0 3px 0 3px;
    line-height: 17px;
}

#nav1_td a:hover {
    /*background: #dddddd;
     border-right: 1px solid #245ECD;
     border-bottom: 1px solid #245ECD;
     background-image: url(http://startgreen.com/images/gfx/but_profile_top_3.jpg);*/
    color: #DDDDDD;
    font-size: 1.1em;
    padding: 0 3px 0 3px;
    text-decoration: none;
}

#nav1_td {
    width: 135px;
    height: 20px;
    background-image: url(http://startgreen.com/images/gfx/but_profile_top_3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 1.1em;
    text-align: center;
    /*background: #dddddd;
     border-right: 1px solid #245ECD;
     border-bottom: 1px solid #245ECD;
     */
    color: #dddddd;
    padding: 0px;
}

#nav2_td a {
    /*background: #dddddd;
     border-right: 1px solid #245ECD;
     border-bottom: 1px solid #245ECD;
     background-image: url(http://startgreen.com/images/gfx/but_profile_top_3.jpg);*/
    color: #555555;
    font-size: 1.1em;
    padding: 0 3px 0 3px;
    line-height: 17px;
}

#nav2_td a:hover {
    /*background: #aaaaaa;
     border-right: 1px solid #245ECD;
     border-bottom: 1px solid #245ECD;
     background-image: url(http://startgreen.com/images/gfx/but_profile_top_3.jpg);*/
    color: #aaaaaa;
    font-size: 1.1em;
    padding: 0 3px 0 3px;
    text-decoration: none;
}

#nav2_td {
    width: 110px;
    height: 20px;
    background-image: url(http://startgreen.com/images/gfx/but_profile_top_grey.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 1.1em;
    text-align: center;
    /*background: #dddddd;
     border-right: 1px solid #245ECD;
     border-bottom: 1px solid #245ECD;
     */
    color: #dddddd;
    padding: 0px;
}

#bottom_border {
    border-bottom-width: 1px;
    border-bottom-color: #AAAAAA;
    border-bottom-style: solid;
    vertical-align: top;
}

#buttons_div {
    margin: 5px;
    width: 550px;
    height: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA;
}
/***********************************/