/* Styles for the entire body */
body {
	background-color: #D9E4D1;
	color: Black;
}

#container {
  margin: 10px auto;
  width: 1024px;
  padding: 10px;
  background-color: #fff;
}

/* Styles for the header including logo */
#header {
    height : 100px;
    width:100%;
    background-color: #5A7945;
}

#logo { 
	float:left;
	font-family: "Century Gothic", Arial, verdana, sans-serif;
	font-size: 152%;
	font-weight: bold;
	color: #fff;
	padding:30px 0px 0px 10px; 
	width:60%; 
	background-color: inherit;
}

#headermenu { 
	float: right;
	text-align: right;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	width:37%; 
	padding: 10px 10px 0px 0px; 
	background-color: inherit;
}

#headermenu a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: inherit;
}

#headermenu a:hover {
	text-decoration: underline;
}

/* Styles for the tabbed horizontal menu */
#navlistcontainer {
	clear: both;
	background-color: #5A7945;
	padding-top: 2px;
}

#navlist
{
	padding: 3px 10px;
	margin: 0px;
	border-bottom: 3px solid #FFF;
	font: bold 80% Arial, verdana, sans-serif;
}

#navlist li,#navlist p
{
	list-style: none;
	margin: 0;
	display: inline;
}
 
#navlist li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 2px solid #FFF;
	border-bottom: none;
	background: #D9E4D1;
	text-decoration: none;
}

#navlist li a:link { 
	color: #5A7945;
	background : #D9E4D1; 
	border-color: #FFF;

 }

#navlist li a:visited { 
	color: #5A7945;
	background : #D9E4D1; 
	border-color: #FFF;
 }

#navlist li a:hover
{
	color: #FFF;
	background : #5A7945; 
	border-color: #FFF;
}

#navlist li a#current
{
	color: #FFF;
	background : #5A7945; 
}

/* Styles for the infobox */
#infobox {
    border-top: 3px solid #5A7945;
    border-bottom: 3px solid #5A7945;
    clear: both;
    margin: 0px auto;
    height :170px;
    width:100%;
    background-color: #D9E4D1;
}

#nutshell { 
	float: left;;
	height :170px;
	width:49%; 
	border-right: 1px dotted #5A7945;
    	background-color: #D9E4D1;
}

#services { 
	float: right;
	height:170px;
	width:50%; 
	background-color: #D9E4D1;
}

#nutshell h2,#nutshell h1,#nutshell h3 { 
	margin: 0px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	color: #5A7945;
	font-size: 100%;
	padding:5px 0px 0px 10px; 
	background-color: inherit;
}

#nutshell p { 
	text-align: left;
	padding:0px 10px 0px 10px; 
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #494949;
}

#services h2, #services h3{ 
	margin: 0px;
	text-align: left;
	font-family: Arial, verdana, sans-serif;
	color: #5A7945;
	font-size: 100%;
	padding:5px 0px 0px 10px; 
	background-color: inherit;
}

#services p { 
	text-align: left;
	padding:0px 10px 0px 10px; 
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #494949;
}

#services ul, #leftcontainer li {
	margin-top: 5px;
	list-style-type: square;
	text-align: left;
}
#leftcontainer  ol li
{
	list-style-type: decimal;
}
#services ul {
	list-style-image: url(../images/arrow.gif);
}
#services ol li, #services ul li {
	font-family: Arial, verdana, sans-serif;
	color: #494949;
	font-size: 77%;
	line-height: 120%;
}
/* Styles for the main content */
#contents {
    clear: both;
    margin: 5px auto;
    width:100%;
    background-color: #FFF;
}

#secondpagecontents {
    clear: both;
    margin: 0px auto;
    width:100%;
    background-color: #FFF;
    border-top: 3px solid #5A7945;
    padding-top: 5px;
}

#leftcontainer { 
	float: left;
	width:100%; 
}

#rightcontainer { 
	float: right;
	width:29%; 
}

.WrapText
{
	float:left;
	margin: 10px;
	padding: 5px;
	border:1px solid #5A7945;
	background:#D9E4D1;
}
.WrapText2
{
	/*float: none;*/
	margin: 10px;
	padding: 5px;
	border: 1px solid #990000;
	background: #D9E4D1;
}
/*Styles for the left columm. */
#leftcontainer  h2, #leftcontainer  h1, #leftcontainer  h3, #leftcontainer  h4
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	font-family: Arial, verdana, sans-serif;
	text-align: left;
	color:#494949;
	font-size: 100%;
}

#leftcontainer p, #leftcontainer li
{
	margin: 5px;
	padding: 0 0 5px 5px;
	background-color:inherit;
	line-height: 1.5em;
	font-family: Arial, verdana, sans-serif;
	text-align: justify;
	color: #494949;
	font-size: 77%;
}

#leftcontainer a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

#leftcontainer a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

/*Styles for the right columm. */
.rightcontents
{
	margin: 0px auto 10px auto;
	background-color:#FFF;
	border:1px solid #5A7945;
	line-height:1.1em;
	text-align: left;
}

.rightcontents h2, .rightcontents h3, .rightcontents h4
{
	margin:0 auto;
	padding:5px 0 5px 10px;
	background-color:#D9E4D1;
	font-family: Arial, verdana, sans-serif;
	text-align: left;
	color:#5A7945;
	font-size: 100%;
}

.rightcontents p
{
	padding:5px 10px 5px 10px;
	margin: 0 0 15px 0;
	font-family: Arial, verdana, sans-serif;
	text-align: left;
	background-color:inherit;
	color: #494949;
	font-size: 77%;
}

.rightcontents p a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

.rightcontents p a:hover
{
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

/*Styles for Quick links. */
.rightcontents ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.rightcontents ul li
{
	list-style-type: square;
	padding-bottom: 5px;
	list-style-image: url(../images/arrow.gif);
}

.rightcontents ul li a
{
	font-family: Arial, verdana, sans-serif;
	text-align: left;
	font-size: 77%;
	background-color:inherit;
	text-decoration: underline;
	color: #000066;
}

.rightcontents ul li a:hover
{
	background-color:inherit;
	color: #5A7945;
}

/*Styles for the footer. */
#footer {
	clear: both;
	margin: 5px 0 0 0;
	width:100%;
}

#footer p {
	padding: 10px;
	background-color: #5A7945;
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	margin: 0px;
}

#footer2 {
	 margin: 0px auto;
	 width: 950px;
	 background-color: #D9E4D1;
}

#footer2 p {
	margin: 0px;
	padding: 0px;
	float: none;
	background-color: #D9E4D1;
	font-family: Arial, verdana, sans-serif;
	font-size: 65%;
	color: #000;
	text-align: center;
}

#footer2 p a {
	background-color: #D9E4D1;
	font-family: Arial, verdana, sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
}
.red
{
	color: Red;
}
p.quote, .quote {
	text-align: justify; /*padding-left: 4em;*/
	border-left: 2px solid Black; /*border-right: 2px solid #666; color: #85621E;*/
	color: Black;
}
.netuego
{
	text-decoration: line-through;
}
div.ots35
{
	margin-left: 35px;
}
#rightbonus1
{
	background-image: url(../pic/bonus1.jpg);
	height: 420px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#rightbonus2
{
	background-image: url(../pic/bonus2.jpg);
	height: 420px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#rightbonus3
{
	background-image: url(../pic/bonus3.jpg);
	height: 380px;
	background-position: bottom;
	background-repeat: no-repeat;
}
em
{
	background: #ffffaa;
	font-weight: bold;
	color: Black;
}
table, tr,td
{
	font-family: Arial, verdana, sans-serif;
	font-size: 77%;
}
.print 
{ 
 
color : #ffffff; 
 
display : none; 
background-color: transparent; 
} 
hr
{
	color: #5A7945;
	height: 2px;
}
.sm
{
	font-size: 50%;
}