@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00AB67;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body, html {
	height:100%;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
}
#header  {
	background: #00ab67 url(/assets/images/banners/other.jpg) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 278px;
	margin: 0px auto;
	width: 840px;
}

#header p {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding-left: 30px;
	padding-top: 0px;
	margin-top: 10px;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header img {
	visibility: hidden;
}


#header a:hover{
	text-decoration:underline;
}
#fullContainer {
	background: #00AB67;
	margin:auto;
	padding-bottom:30px;
	padding-top:15px;
	width: 840px;
	overflow: visible;
}

#nav  {
	background: #b7985f;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	background: #b7985f;
}

#nav li {
	float: left;
	width: 106px;
	margin:0px;
	padding:0px;
	list-style: none;
}
#nav ul ul {
	margin: 0px;
	padding: 0px;
	display:none;
	position:absolute;
	float:none;
}

#nav li li {
	float:none;
	width:106px;
}
#nav a {
	display:block;
	text-decoration: none;
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-position: 0px top;
	vertical-align: middle;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration:underline;
	cursor:hand;
	list-style: disc;
}
#nav a.current {
	background-position: left;
	color:#000000;
	}
#nav ul ul a {
	display:block;
	padding:0.5em 0.4em;
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	background: #B7985F;
	border-bottom: 1px solid #666666;
	text-align:center;
}

#nav li:hover ul {
	display: block;
}

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	background: #FFFFFF;
}
#Content  {
	padding-right: 20px;
	padding-left: 20px;
}
#Content h1 {
	font: bolder normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: none;
}

#Content h2 {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}

#Content p {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}
#Content  .imgR  {
	float: right;
	margin: 5px;
	padding: 5px;
}
#Content li {
	list-style: url(/assets/images/tick.gif);
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Content .imgR p {
	font: italic lighter 0.75em/0px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}



#Content td {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Content caption {
	font: italic lighter 0.8em Verdana, Arial, Helvetica, sans-serif;
}

#footer  {
	background: #FFFFFF;
	padding: 0;
	margin-top: 0px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #00AB67;
	text-align: center;
}


#footer h6 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: bold 0.55em Verdana, Arial, Helvetica, sans-serif;
	color: #00AB67;
	text-align: center;
}
#footer a {
	color: #00AB67;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#clearFloat {
	clear: both;
}
#sidebar {
	float: right;
	width: 126px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

#sidebar h1 {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	padding: 12px 0px 0px 25px;
	margin: 0px;
	background: url(/assets/images/sidebar-header.jpg) no-repeat 0px 7px;
	color: #FFFFFF;
}
#sidebar a {
	color: #000000;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}



#sidebar li {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: url(/assets/images/arrow.gif) outside;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

#credit {
	font: 0.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background: #00AB67;
}

#credit p {
	margin: 0px;
	padding-top: 5px;
}

#credit a {
	text-decoration: none;
	color: #FFFF00;
}

#credit a:hover {
	text-decoration: underline;
}
#cgnptcImg {
	float: left;
	height: 71px;
	width: 60px;
	margin-left:10px;
	margin-bottom:5px;
	margin-top: -20px;
}

