/*-----generic------*/
body {
	background-color:#FFF;
	border: 0px none;
	padding: 0;
	margin: 0;
	color:#000;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, ul, li, p {
	padding: 0;
	margin: 0;
}
h1 {
	font-size:16px;
	padding: 0;
	margin: 0px 0 0px 0;
}
h2 {
	color:#FFF;
	font-size:14px;
	padding: 0;
	margin: 0px 0 0px 0;
}
h3 {
	color:#5C6D4D;
	font-size:12px;
	padding: 0;
	margin: 0px 0 0px 0;
}
h5 {
	color:#666;
	font-size:11px;
	padding: 0;
	margin: 0px 0 0px 0;
}

#content a:link, #content a:visited {
	color:#1E1F1D;
	font-weight:bold;
	border-bottom:1px solid #9CDC63;
	text-decoration:none;
}

#content a:hover, #content a:active {
	color:#FFA008;
	font-weight:bold;
	border-bottom:1px solid #9CDC63;
	text-decoration:none;
}

#content td {
	border-bottom:1px solid #6F9C46;
	border-top:1px solid #DEE5D8;
	border-left:1px solid #DEE5D8;
	border-right:1px solid #DEE5D8;
}
a:hover#image, a:active#image, a:link#image, a:visited#image {
	border-bottom:1px solid #fff;
}
.container {
	margin-right:auto;
	margin-left:auto;
	width:964px;
}
.container#footer {
	height:30px;
	color:#999;
	font-size:11px;
	margin-top:10px;
	border-top: 1px solid #ccc;
	background-color:#FFF;
	width:944px;
	padding:10px;
}
.container#header {
	height:118px;
	background-color:#1E1F1D;
	width:100%;
}
#logo {
	height:112px;
	d//isplay:block;
	float:left;
	width:347px;
	background: url(img/logo-paid-work-from-home.gif) no-repeat 5px 15px;
}
#search {
	height:62px;
	float:right;
	width:380px;
	padding: 10px 0 0 0;
}
span {
	display:none;
	}

/* Content ----------------------------------------------------------------------------------------------- */
#content {
	background-color:#FFF;
}
#content .container {
	background-color:#fff;
}
#content .container#text {
	padding:15px;
	width:722px;
}
p {
	margin: 4px 0 1px 0;
}
li {
	margin: 0px 0 0px 15px;
	list-style-type: square;
}
form {
	margin: 10px 0px;
}
	
/* Compare Table ----------------------------------------------------------------------------------------------- */
.no {
	
	background-image:url(img/no.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.yes {
	background-image:url(img/yes.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Menu link items ----------------------------------------------------------------------------------------------- */
.menuBar {
	height:40px;
	background-color:#9CDC63;
	background-image:url(img/bg-menu.gif);
	background-repeat: repeat-x;
}
#menu { 
	height:40px;
	width:924px;
	}
#menu, #menu ul { 
	float:left; 
	padding:0;
	list-style:none; 
	line-height:1em;
	} /* all menus */
	
#menu li {
	float:left;
	margin: 5px 2px 5px 2px;
	padding: 5px 5px 2px 2px;
	border-right:1px solid #D0EEB4;
	list-style-type: none;
}
	
#menu li a { 
	color:#000;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	t//ext-transform:uppercase; } /* all menu items */

	
/* Rollovers ----------------------------------------------------------------------------------------------- */	
#menu :hover { 
	color:#000;}
#menu li a.down {
	color:#000;}
	
/* Drop Down menu ----------------------------------------------------------------------------------------------- */
#menu li:hover ul a, #menu li.hover ul a {
	display: block;
	background: #E9E9E9;
	font: normal 11px/16px Arial, Helvetica, "Sans Serif";
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform:lowercase;
	font-weight:normal;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	padding: 2px 10px 2px 10px;
	width: 150px;
	-moz-opacity:.9;
    filter:alpha(opacity=90);
}
#menu li:hover ul a:link,
#menu li.hover ul a:link,
#menu li:hover ul a:visited,
#menu li.hover ul a:visited {
	color: #000000;
	text-decoration: none;
	text-transform:lowercase;
	font-weight:normal;
}
#menu li li { 
	margin: 0px;
	padding: 0px;  }

/* ie hack */ *html body#home .menuBar .container #menu li:hover ul a, *html body#home .menuBar .container #menu li.hover ul a {
	 left:-130px; position:relative; top:12px;
	}
#menu li:hover ul a:hover, #menu li.hover ul a:hover {
	background: #D7D0D0;
	border-right: 1px solid #D5D5D5;
	text-transform:lowercase;
	font-weight:normal;
	color: #333333;
}
#menu li ul {
	position:absolute;
	left:-20em;
	float:left;
	padding:0px;
	width:40px;
	z-index: 100;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.hover ul, #menu li li.hover ul { left:auto }
