body {
	background-color : #f0f0f0;
	color : #000;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 80%;
	margin : .5em auto;
	padding : 0;
	width : 760px;
}

#border-area,
#copyright,
.clear { clear : both; }

.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 */

.hidden { display : none; }

h1, h2, h3, .normalForm legend  {
	font-size : 1.1em;
	color : #333;
	margin : .4em 0;
}

h1 {
	font-size : 1.4em;
	font-weight : normal;
}

h3 {
	margin-bottom : .2em;
	font-size : 1.1em;
}

.newSection {
	border-top : 1px solid #000;
	padding : 1em 0 .5em;
}

.listHeading { margin-bottom : .3em; } 

#navigation,
#footer ul,
#leftNavigation,
#leftNavigation ul,
#bottomads {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#navheader { padding : 0 9px; }

#navigation { float : right; }

#navigation li {
	background : #fff url('../images/layout/tab-right.png') no-repeat top right;
	float : left;
	margin-right : .5em;
}

#navigation a {
	background : url('../images/layout/tab-left.png') no-repeat top left;
	color : #656565;
	display : block;
	font-weight : bold;
	font-size : .9em;
	padding : .7em 1em .5em;
	text-decoration : none;
}

#navigation a:hover { color : #434343; }

#navigation a:hover,
#leftNavigation a:hover { text-decoration : underline; }

#home #nav-home,
#about #nav-about,
#advertise #nav-advertise,
#privacy #nav-privacy,
#contact #nav-contact  { background-image : url('../images/layout/tab-current-right.png'); }

#home #nav-home a,
#about #nav-about a,
#advertise #nav-advertise a,
#privacy #nav-privacy a,
#contact #nav-contact a  {
	color : #121212;
	background-image : url('../images/layout/tab-current-left.png');
	text-decoration : none;
	cursor : default;
}

.rndBoxL { background : url('../images/layout/border-left.png') repeat-y top left; }
.rndBoxR { background : url('../images/layout/border-right.png') repeat-y top right; }
.rndBoxB { background : url('../images/layout/border-bottom.png') repeat-x bottom center; }
.rndBoxBl { background : url('../images/layout/border-bottom-left.png') no-repeat bottom left; }
.rndBoxBr { background : url('../images/layout/border-bottom-right.png') no-repeat bottom right; }
.rndBoxTl { background : url('../images/layout/border-top-left.png') no-repeat top left; }
.rndBoxTr {
	background : url('../images/layout/border-top-right.png') no-repeat top right;
	padding : 0 9px 9px;
}

#header2 { background : #98b297 url('../images/layout/header-bg.png') repeat-x top right; }

#header2 div {
	background : url('../images/layout/header-right.png') no-repeat top right;
	height : 90px;
}

#header2 img {
	border : 0;
	margin : 0;
	padding : 0;
	float : left;
}

#home #header2 img  { cursor : default; }

#header3 {
	background: #404040 url('../images/layout/logo-bottom.png') no-repeat 357px top;
	height : 20px;
	padding-bottom : 3px;
}

#middleContainer { background : #dedede url('../images/layout/leftnav-bg.png') repeat-x bottom center; }

#leftNavigation {
	width : 24%;
	float : left;
	font-size : .95em;
}

#leftNavigation li,
#leftNavigation li li { padding : 0 .5em .5em; }

#leftNavigation span {
	display : block;
	font-weight : bold;
	border-bottom : 1px solid #c0c0c0;
	padding-bottom : .1em;
	margin-bottom : .1em;
}

#leftNavigation a {
	color : #000;
	font-size : .90em;
	text-decoration : none;
}

#leftNavigation span,
#leftNavigation a:hover { color : #669966; }

#contentContainer,
#leftNavigation li { padding-top : 1em; }

#contentContainer {
	background-color : #fbfbfb;
	width : 75%;
	float : right;
}

#content { padding : 0 10px 1em; }

#content p,
#content h1,
#content h2,
#content h3,
#content ul,
#content ol { margin-top : 0; }

#footer {
	border-top : 9px solid #333;
	background: #8fac8e url(../images/layout/footer-bg.png) repeat-x bottom center;
	text-align : center;
	padding : 2em 1em;
	font-size : .9em;
	clear : both;
}

#footer ul { margin-bottom : 1em; }

#footer li {
	border-left : 1px solid #000;
	padding : 0 1em;
	display : inline;
}

#footer .first{
	border-left : 0;
	padding-left : 0;
}

/* Link Styles */
#content a:link { color : #669966; }
#content a:visited { color : #946699; }
#content a:hover { color : #996666; }
#content a:active { color : #e99b9b; }

#footer a:link  { color : #222; }
#footer a:visited { color : #611e5f; }
#footer a:hover { color : #533; }
#footer a:active { color : #755; }

/* NEW GPS*/
#bottomads li,
.ch-ad  { border : 1px solid #339933; }

#bottomads li {
	margin-bottom : 1em;
	background-color : #fff;
}

#home #bottomads {
	width : 384px;
	margin : 0 auto;
}

#home #bottomads li {
	float : left;
	width : 180px;
	height : 150px;
	margin : 0 10px 10px 0;
}

.endRow {
	margin-left : 0;
	float : none;
}

.adContainer { margin-bottom : 1em; }