/* Redefine HTML elements */
body {
	background:#FFFFFF url(background-left.jpg);
	background-repeat:repeat-y;
	margin:0px 0px 0px 0px ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1{
	color:#94C953;
	font-size:18px;
	background-image:url(icon-heading.jpg);
	background-repeat:no-repeat;
	background-position:left;
	line-height:35px;
	text-indent:38px;
}

ggl {
	background-image:url(ggl.jpg);
}
.h1a
{
	color:#94C953;
	font-size:18px;
	background-image:url(icon-heading.jpg);
	background-repeat:no-repeat;
	background-position:left;
	line-height:30px;
	text-indent:38px;
	width:150px;
}
.BASIC_DIR
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.BASIC_DIR a:link{text-decoration:none;color:#006699;font-weight:normal;}
.BASIC_DIR a:visited{text-decoration:none;color:#006699;font-weight:normal;}
.BASIC_DIR a:hover{text-decoration:underline;color:#006600;font-weight:normal;}
.BASIC_DIR a:active{text-decoration:none;color:#000000;font-weight:normal;}

#container{
	width:1040px;
}
#column-left{
	float:left;
	width:244px;
	margin-top:20px;
}
#column-right{
	float:right;
	width:790px;
}
#ggl-icon{
	float:right;
	width:790px;
}
#header-logo{
	background:#FFFFFF;
	position:absolute;
	height:45px;
	width:244px;
	top:0px;
	left:0px;
	z-index:10;
}
#tabs{
	background:#FFFFFF url(tab-bg.jpg);
	background-repeat:repeat-x;
	position:relative;
	height:62px;
	top:0px;
	left:244px;
	width:500px;
	z-index:10;
}

#footer{
	background:#FFFFFF;
	clear:both;
	position:relative;
	width:500px;
	margin-left:257px;
	text-align:center;
}
#under-tabs{
	background:url(tab-left-border.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:40px;
	width:750px;
}
#right-tabs{
	background:#FFFFFF url(tab-bg.jpg);
	background-repeat:repeat-x;
	position:absolute;
	height:62px;
	width:100%;
	top:0px;
}
#content{
	position:relative;
	width:780px;
}
#content-spacer{
	position:relative;
	width:780px;
	height:15px;
	background-color:#FFFFFF;
}
#content-adspace{
	position:relative;
	text-align:center;
	width:500px;
	height:80px;
}
#content-adspace2{
	position:relative;
	text-align:center;
	width:500px;
	height:80px;
	clear:both;
}
#content-adspace-square{
	position:relative;
	width:500px;
	height:280px;
	margin-left:7px;
	padding-left:10px;
}
#cloud{
	position:relative;
	width:242px;
	height:190px;
	background:url(clouds.gif);
	background-repeat:no-repeat;
	line-height: 20px;
	color:#000000;
	text-align:center;
	vertical-align:bottom;
}
#center-column{
	position:relative;
	float:left;
	width:500px;
}
#category-left{
	width:240px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#category-right{
	width:240px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#right-sidebar{
	position:relative;
	float:right;
	width:240px;
}
#sidebar-divider{
	margin-top: 10px;
	border-top:1px solid #CCCCCC;
	
}
#listing{
	border-bottom:1px dotted #CCCCCC;
	padding:5px;
	margin-left:7px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	width:500px;
}
#listing-header{
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	padding:5px;
	margin-left:7px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	width:500px;
	text-align:center;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
	 */
	 
	 
div#hold	{ 
	position:relative; 
	overflow:hidden;
	width:244px; 
	height:300px; 
  	z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:244px; 
	height:300px; 
	clip:rect(0px, 244px, 400px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.scroll-list { 
	position:relative;
	left:0px; top:0px; 
	z-index:1;
	list-style:circle;
	}
.scroll-list a {
color: #006600;
text-decoration:none;
}
.scroll-list a:hover {
color: #94C953;
text-decoration:underline;
}
.categories a {
color: #003366;
font-size: 10px;
line-height:18px;
text-decoration:none;
font-weight:bold;
}
.subcat a {
color:#003366;
font-size:10px;
line-height:normal;
font-style:italic;
text-decoration:none;
font-weight:normal;
}
.categories a:hover {
color: #223E99;
font-size: 10px;
line-height:18px;
text-decoration:underline;
font-weight:bold;
}
.subcat a:hover {
color:#223E99;
font-size:10px;
line-height:normal;
font-style:italic;
text-decoration:underline;
font-weight:normal;
}
.footer{
color:#333333;
font-size:9px;

}
.footer a{
color:#333333;
text-decoration:none;
}
.footer a:hover{
text-decoration:underline;
}
.submenu1{
	color:#D5CBAB;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding-top:4px;
}
.submenu{
	color:#D5CBAB;
	font-size:10px;
	font-weight:bold;
	padding-top:4px;
}
.submenu a:link{text-decoration:none;color:#D5CBAB;}
.submenu a:visited{text-decoration:none;color:#D5CBAB;}
.submenu a:hover{text-decoration:underline;color:#D5CBAB;}
.submenu a:active{text-decoration:none;color:#D5CBAB;}

.listingurl{
	color:#006600;
	text-decoration:none;
	font-size:10px;
	line-height:18px;
}
.listingsnippet{
	width:400px;
	color:#6699CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.listingsnippet a{
	color:#6699CC;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.listingtitle{
	color:#336699;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.MAIN_DIR_BROWSE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#006699;
}
.MAIN_DIR
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#006699;
}
.MAIN_DIR a:link{text-decoration:none;color:#006699;}
.MAIN_DIR a:visited{text-decoration:none;color:#006699;}
.MAIN_DIR a:hover{text-decoration:underline;color:#006600;}
.MAIN_DIR a:active{text-decoration:none;color:#006600;}
.NAV_LNK
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	line-height:15px;
	font-weight:normal;
	text-decoration:none;
	color:#006699;
}
.NAV_LNK a:link{text-decoration:none;color:#006699;}
.NAV_LNK a:visited{text-decoration:none;color:#006699;}
.NAV_LNK a:hover{text-decoration:underline;color:#006600;}
.NAV_LNK a:active{text-decoration:none;color:#006600;}
.SUB_DIR
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding-left:16px;
}
.SUB_DIR a:link{text-decoration:none;color:#000000;}
.SUB_DIR a:visited{text-decoration:none;color:#000000;}
.SUB_DIR a:hover{text-decoration:underline;color:#006699;}
.SUB_DIR a:active{text-decoration:none;color:#006699;}

.Form_Submit{
	position:relative;
	text-align:left;
	width:425px;
	margin-left:30px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.Editor-Body{
	position:relative;
	text-align:left;
	width:450px;
	margin-left:30px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

