/*       Genral
======================= */
body {
	text-align:center;
	background:#e1e1e1;
	}
html {
	height: 100%;
	margin-bottom: 1px;
}
html * {
	padding: 0;
	margin: 0;
}
.left { float:left; }
.right { float:right; }
.clear { clear:both;}

/*       Links
======================= */
a {
	color:#7d7d7d;
    text-decoration:none;
}
a:hover {
    color:#333;
    text-decoration:none;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}

/*     Float containers fix 
=============================== */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*       Text
======================= */
body, td, th, div, p, ul, ol, li, h1, h2, h3, input, select {
	font: 12px Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	}
	
body, h1, h2, h3, p, ul, ol, form {
margin:0;
padding:0;
}
#Sidebar h1, #Sidebar h2, #Sidebar h3, #Sidebar p, #Sidebar table {
	margin-left:10px;
}
h1, h2, h3 {
	color:#f48a1b;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size:18px;
	padding-top:10px;
	padding-bottom:5px;
}
h2 {
	font-size:18px;
	padding-top:10px;
	padding-bottom:5px;
}
h3 {
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
h4 {
	font-size:13px;
	font-weight:bold;
	color:#333;
}
.SubH {
	margin-top:55px;
	text-align:center;
}
p{
	line-height:20px;
	padding-bottom:10px;
}
#Main ul, #Main ol{
	padding: 0 30px 10px 20px;
	margin:0 0 0 20px;
}
#Main ul li, #Main ol li{
	padding: 0 0 9px 0;
}
#Main li ul, #Main li ol{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Main li ul li, #Main li ol li {
	padding: 9px 0 0  0;
	}

/*       Navigations
======================= */
#MainNav {
	height:40px;
	background:#f37e03 url(../images/bgn.gif) repeat-x center top;
	margin:0 15px;
}
#MainNav ul.left {
	list-style:none;
	height:40px;
	background: url(../images/bgnl.gif) no-repeat left top;
	padding-left:10px;
}
#MainNav ul.left li {
	display:inline;
}
#MainNav ul.left li a {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	height:40px;
	line-height:32px;
	padding:8px 15px 16px 15px;
}
#MainNav ul.left li a:hover {
	background: url(../images/bgno.gif) center center;
	color:#f37e03;
}
#MainNav p.right {
	background: url(../images/bgnr.gif) no-repeat right top;
	margin:0;
	padding:0 10px 10px 0;
	line-height:30px;
	color:#FFF;
}
#MainNav p.right a {
	color:#FFF;
	padding:0 5px;
}

/*       Layout
======================= */
#Page {
	width:760px;
	background:#FFF url(../images/bg.gif) repeat-y center top;
	text-align:left;
	margin:0 auto;
}
#Header{
	height:80px;
	}
#Main {
	margin:10px 15px 0 15px;
}
#Content {
	width:495px;
}
#Sidebar{
    width:225px;
	margin-left:10px;
}
#Sidebar div {
	background:#f1f1f1 url(../images/bgs.gif) repeat-x left top;
	border:1px solid #CCC;
	margin-bottom:10px;
}
#Sidebar #SearchBox {
	background: url(../images/map.gif) no-repeat right bottom;
}
#Sidebar #SearchBox p.Itext {
	margin-right:80px;
	font-size:11px;
	line-height:normal;
}
#Sidebar #SearchBox p.Itext a {
	color:#26a0db;
	font-weight:bold;
 }

#Sidebar div ul{
	margin:0 0 0 5px;
}
#Sidebar div ul li{
	padding: 0 0 9px 0px;
	margin:0px;
}

table.GridSM {
	width:495px;
	margin-bottom:10px;
}
table.GridSM th, table.GridSM td {
	padding:5px;
}
table.GridSM th {
	background:#AAA;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
table tr.odd { background:#FFF; }
table tr.even { background:#f0efef;}
table.GridSM td img {
	vertical-align:middle;
	padding-left:3px;
}

/*       Form
======================= */
form {
	font:100% verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
}

form fieldset {
	border:none;
	padding:0 0 10px 0;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                     /* be careful with padding, it'll shift the nice offset on top of border  */
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 125px; 
	padding: 0; 
	margin: 18px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:15px 0 0 5px; /* set margin on left of form elements rather than right of
                            label aligns textarea better in IE */
    border:1px solid #CCC;
	padding:3px;
	color:#333;
	font-weight:bold;
	font-size:13px;
}

#Sidebar form input, #Sidebar form textarea, #Sidebar form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0;
    border:1px solid #CCC;
	color:#333;
	font-weight:bold;
}

form input.reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 127px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 100%;
	color:#FF0000;
}

small {
	display: block;
	font-size: 100%;
	color:#FF0000;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form .ws {
width:50px;
}
form .wss {
width:100px;
}
form .wm {
width:150px;
}
form .wmm {
width:200px;
}
form .wl {
width:250px;
}
form .wll {
width:300px;
}
form .btn {
	color:#FFF;
	background:#f48715;
	cursor:pointer;
	padding:3px 5px;
}
#Sidebar div p input {
border:none;
}
#Sidebar  .btn {
	color:#FFF;
	background:#f48715;
	cursor:pointer;
	padding:3px 5px;
}
#Sidebar .wmm {
width:180px;
}

/*       Logo
======================= */
#Logo {
	width:360px;
	height:80px;
	margin:0 0 0 15px;
	padding:0;
}
#Logo a {
	display:block;
	width:360px;
	height:80px;
	background: url(../images/garagesale.png) no-repeat;
}
#Logo strong{ display:none; }

/*       Footer
======================= */
#Footer {
	height:60px;
	border-top:2px solid #e1e1e1;
	margin:10px 10px 0 10px;
}
#Footer p {
	padding:8px 5px 5px 5px;
	margin:0;
}
#Footer p a {
padding: 0 2px;
}
#Footer p.right, #Footer p.right a {
color:#f48a1b;
}
#Footer p.right a:hover {
color:#333;
}

.BodyError {
	border:1px solid #cbb945;
	background:#fffadb url(../images/error.png) no-repeat 10px 8px;
	color:#FF0000;
	font-weight:bold;
	padding:10px 10px 10px 40px;
	font-size:15px;
	margin:10px 0;
}

.CGrid {
	margin:0 0 10px 0;
	border:1px solid #CCC;
	border-collapse:collapse;
	width:100%;
}
.CGrid th {
	background:#DDDDDD;
	text-align:left;
	padding:5px;
	border-bottom:1px solid #CCC;
}
.CGrid td {
	padding:5px;
	border-bottom:1px solid #CCC;

}
.dGr td {
	border-right:1px solid #CCC;
}
.CGrid td input {
	margin:0;
}
.CGrid th h3, .CGrid td h3 {
	margin:0;
	padding:0;
	color:#333;
}
.CGrid th h3:first-letter {
text-transform:uppercase
}
.CGrid th h3 a, .CGrid td h3 a {
	color:#333;
}
.CGrid .sh {
background:#F3F3F3
}
.CGrid .shr {
	text-align:right;
}
.CGrid table  {
	border:none;
	width:100%;
}
.CGrid table td {
	border:none;
}
.CGrid .add{
	border:none;
	width:80px;
	background:#F3F3F3;
	border-right:1px solid #CCC;
}
.CGrid .add1{
	border:none;
	width:65px;
	text-align:right;
}
.CGrid td.np {
	padding:0;
}


div.GDiv {
	float:left;
	width:140px;
	vertical-align:bottom;
	margin-right:15px;
	margin-top:15px;
}
div.GDiv td.cn {
	padding:5px;
}
.file_1 {
    background: #fff;
    color: #888;
}
.welcome {
	border:1px solid #CCC;
	margin:20px;
	border-collapse:collapse;
	width:300px;
}
.welcome td { 
padding:5px;
border-bottom:1px solid #CCC;
}
.subscr {
}
.subscr td {
	padding:5px;
}

.BreadCrum {
	margin:15px 0 0 0;
	padding:10px;
}
.BreadCrum span {
	color:#333;
}

.sitemap-join-bg{background-image: url(../images/sitemap-join-bg.gif); background-repeat: repeat-y}