@charset "utf-8";
/* CSS Document */



/* Homepage -------------------------------------------------- */



#headline {
	padding:0;
	margin: 0;
	background: transparent url("../images/headline-home.jpg") no-repeat top right;
	margin-left: 30px;
	margin-right: 30px;
}
#boxes {
	margin: 25px;
}
#box_1, #box_2, #box_3, #box_4 {
	margin:0px 0px 10px 10px;
	; /*top left bottom right*/
	padding:0px;
	float:left;
	width:195px;
}
#wide p, #contentleft p, #contentleft li {
	font-size:1em;
	line-height:1.5em;
	color:#000000;
	margin: 0;
	padding: 0;
	padding-bottom: .75em;
}
#contentright p, #box_1 p, #box_2 p, #box_3 p, #box_4 p {
	font-size:1em;
	color:#000000;
	margin: 0;
	padding: 0;
}
#contentleft h2, #contentright h2, #box_1 h2, #box_2 h2, #box_3 h2, #box_4 h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	margin-top:.6em;
}
#box_1 {
	margin:0 10px 2em 0;
}
#box_2 {
	margin:0 10px 2em 10px;
}
#box_3 {
	margin:0 10px 2em 10px;
}
#box_4 {
	margin:0 0 2em 0x;
	_margin-right: -3px;
}
 http://www.cashcoinc.com/css/global.css 
/* Universal Rules -------------------------------------------------- */

body {
 margin: 0;
 padding: 0;
 text-align: center;
 background:  url("../images/bg.gif") repeat-x;
 background-color: #023916;
 color: #000;

	/* font sizing in ems to change anything, just change this.*/

	font: 76%/1.25 arial, helvetica, sans-serif;
}
a:link, a:visited, a:active {
	color: #00702a;
	text-decoration:none;
}
a:hover {
	color: #009900;
	text-decoration:underline;
}
.hide, hr {
	display: none !important;
}
img {
	border: none;
}
a {
	outline: none;
} /* firefox fix (remove dotted lines) */
.floatleft {
	float: left;
	margin: 0 .5em .25em 0;
}
.floatright {
	float: right;
	margin: 0 0 .25em .5em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
h1, h2 {
	color: #00702a;
}
h1 {
	font-size: 1.7em;
	margin: 0;
	padding: 0;
	margin-top:.85em;
	line-height:2em;
}
/* Layout -------------------------------------------------- */

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #f2f0df;
}
#header,  #nav,  #headline,  #boxes,  #wide,  #prefooter,  #footer {
	clear: both;
}
#nav {
	padding-bottom: 20px;
}
#content {
	width: 500px;
	float: left;
}
#wide {
	width:840px;
	float: none;
	padding-left: 30px;
	padding-right: 30px;
}
#sidebar {
	width: 260px;
	float: right;
}
/* Header -------------------------------------------------- */

#header {
	margin: 0;
	padding: 0;
	height: 95px;
	position: relative;
	color: #8a0917;
}
#header a {
	color: #8a0917;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header h1 {
	margin: 0;
}
#logo a {
	display: block;
	width: 205px;
	height: 65px;
	text-indent: -9999px;
	background: transparent url("../images/logo.gif") no-repeat;
	border: 0;
	position: absolute;
	top: 12px;
	left: 20px;
}

/* Navigation -------------------------------------------------- */

#nav ul {
	list-style: none;
	background: #00702a;
	border-bottom: 1px solid #015b26;
	border-top: 1px solid #015b26;
	float: left;
	width: 900px; /* fixed width */
	height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
}
#nav li {
	margin: 0;
	padding: 0;
	float:left;
	_display:inline;
	list-style-type: none;
	border-right: 1px solid #014e21;
}
#nav li a {
	display: block;
	float: left;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 20px 0px 20px; /*  was 15 with 6 navs 0 and 5 then 0 and 20 */
	line-height: 25px;
}
#nav li a:hover {
	color: #ffff99;
}
#nav ul li#nav-home a {
	height: 25px;
	margin: 0;
	position: relative;
}
#nav ul li#nav-travel a {
	height: 25px;
	margin: 0;
	position: relative;
}
#nav ul li#nav-natural a {
	height: 25px;
	margin: 0;
	position: relative;
}
#nav ul li#nav-ethnic a {
	height: 25px;
	margin: 0;
	position: relative;
}
#nav ul li#nav-about a {
	display: block;
	height: 25px;
	margin: 0;
	position: relative;
}
#nav ul li#nav-contact a {
	display: block;
	height: 25px;
	margin: 0;
	position: relative;
}
#nav li.current {
	background: #30894d;
}
#nav li.currenthome {
	background: #30894d;
	margin-left: 25px;
	border-left: 1px solid #014e21;
}
#nav li.currentcontact {
	background: #30894d;
	padding-right: 0;
}
#nav li.first {
	margin-left: 25px;
	border-left: 1px solid #014e21;
}
#nav li.last {
	padding-right: 0;
}
/* Headline ------------------------------------------------- */



#headline p {
	width:500px;
	font-size: 1em;
	line-height:1.5em;
}
/* content

---------------------------------------------------------- */
#central_space {
margin:0;
}
.central_space_inner {
height:auto !important;
min-height:710px;
padding:0;
width:auto;
}
.NavigationPath {padding-left:15px;}
#content {
	width: 900px;
	padding: 15px;
	margin-bottom:20px;
}
#contentleft {
	width:570px;
	padding:0px;
	float:left;
	padding-left: 30px;
	padding-right: 23px;
	border-right: 1px dotted #aeaeae;
}
#contentright {
	padding: 0;
	width:220px;
	float:right;
	padding-right: 30px;
}
/* Pre-Footer -------------------------------------------------- */

#prefooter {
	clear: both;
	margin:0;
	padding:0;
	background: transparent url("../images/content_bottom.gif") no-repeat;
	_background: none;
	height: 10px;
}
