﻿*{
	border:0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/* list-style:none; */
}

.ColorCoolGreen
{
	color:#00a040;
}

.floatright
{
	float:right;
	margin: 8px 8px 8px 8px;
}

.floatleft
{
	float:left;
	margin: 8px 8px 8px 8px;
}

body 
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #faebd7;
	background-image:url(/Images/background.jpg);
	background-repeat:repeat-x;
	position:relative;
}

a
{
	text-decoration:underline;
	color:#0000ff;
}

a:visited
{
	text-decoration:underline;
	color:#0000A0;
}

.container{
	width:100%;
	margin:0px auto;
	text-align:left;
}

#clear{
	clear:both;
	background-color:#FFFFFF;
}

/**********************/
/***     Menu Info   **/		
/**********************/
.menu_info_body{
	background:#ffffff;
}

.menu_info{
	float:right;
	margin:0px;
	width:605px;
}

.menu_info a{
	color:#779525;
	font-weight:bold;
	text-decoration:none;
}

.menu_info a:hover{
	text-decoration:underline; 
}

.menu_info .titles h4, .menu_info .titles h2{
	margin-left:0px;
}

.menuContainer{
	clear:both;
	padding:10px 0px 50px 0px;
}

/***************/
/***  BODY    **/
/***************/

.body_container
{
	background-color:#FFFFFF;
	padding:15px 20px 0 20px;
}

.body_container input{
	border:solid 1px #000000;
}

#body_top, #body_bottom{
	width:800px;
	height:15px;
	background-repeat:no-repeat;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#body_top{
	background:url(/images/body_top.png) top left no-repeat;
	margin:15px 0px 0px 0px;
	overflow:hidden;
}

#body_bottom{
	background:url(/images/body_bottom.png) top left no-repeat;
	overflow:hidden;
}

ul.Testify
{
	font-weight:bold;
	font-size:normal;
	padding-bottom: 6px;
}

div.Testify
{
	position: relative;
	left: 0px;
	font-weight:bold;
	font-size:larger;
	left: 0px;
	padding-top: 12px;
	padding-bottom: 6px;
}

ul.NoBullet
{
	font-weight:normal;
	font-size:normal;
	color: black;
	list-style-type: none;
	left: 12px;
	padding-bottom: 6px;
}

ul.NoBullet li
{
	font-weight:normal;
	font-size:normal;
	color: black;
	list-style-type: none;
	left: 24px;
	padding-bottom: 6px;
}


ul.Testify li
{
	font-weight:200;
	font-size:normal;
	color: #404040;
	list-style-image: url(Images/checkmark.gif);
	left: 12px;
	padding-bottom: 6px;
}

ul.Testify li span
{
	font-size: 110%;
	font-weight:300;
	color:#00a040;
	list-style-image: url(Images/checkmark.gif);
	left: 12px;
	padding-bottom: 6px;
}

ul.SellingPoints
{
	font-weight:bold;
	font-size:large;
	list-style-image: url(Images/checkmark.gif);
	padding-bottom: 6px;
}

div.SellingPoints
{
	position: relative;
	left: 0px;
	font-weight:bold;
	font-size:large;
	left: 0px;
	padding-top: 12px;
	padding-bottom: 6px;
}

ul.SellingPoints li
{
	font-weight:normal;
	font-size:large;
	list-style-image: url(Images/checkmark.gif);
	left: 12px;
	padding-bottom: 6px;
}

	
/* Menu Style */
.bodyindex{
	background:#ffffff;
	margin:0px;
	}

.bodyindex 
.bodyindex h1 a:hover{
	text-decoration:underline;
}

.menudisplay{
	float:right;
	width:610px;
	padding:0px 0px 0px 10px;
}

.menudisplay h1 {
	font-size:18px;
	color:#828282;
	margin-bottom:10px;
}

.menudisplay h1 span{
	color:#779525;
	font-size:18px;
	font-weight:bold;
}

.menudisplay a img{
	margin:0px 14px 5px 0px;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	text-transform:none;
	font-size:12px;
	background:transparent url("images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
	color: Black;
}

ul#menu li a{
	display:block;
	float:left;
	color:black;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:30px;
}

ul#menu li a:hover{
	background:transparent url("images/black.jpg") repeat-x top left;
	color:Green;
}


.accordionContent
{
	border: 1px solid #4f4f4f;
	color: White;
	background-color: #2e4d7b;
	font-family:Arial, Sans-Serif;
	font-size: 12 px;
	font-weight: bold;
	padding: 4px;
	margin-top: 4px;
	cursor: pointer;
}

.accordionContent
{
	background-color: #d3deef;
	/* border: 1px dashed #2f4f4f; */
	border: none;
	border-top: none;
	padding: 4px;
	padding-top: 8px;
}

.accordionLink
{
	background-color: #d3deef;
	color:inherit;
}