/*
 jQuery MegaMenu Plugin
 Author: GeekTantra
 Author URI: http://www.geektantra.com
 */

#navmenu {
	height: 33px;
}

ul.megamenu {
	background-color: #7BA76C;
	margin: 0 0 0 0;
	list-style: none;
	display: none;
}

ul.megamenu li.mm-item {
	padding: 0px;
	margin: 0px;
}

ul.megamenu li {
	margin: 0px;
	padding: 0px;
	height: 22px;
	font-size: 11px;
}

ul.megamenu td

ul.megamenu li.clear-fix {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
	position: relative;
	display: inline-block;
	color: #FFF;
	padding: 8px 14px;
	padding-top: 9px;
	margin: 0px 6px 0px 0px;
	text-decoration: none;
	z-index: 10;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bolder;
}
*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
	color: #fff;
	background: #4D7243;
}

ul.megamenu .active {
	color: #fff;
	background: #4D7243;
}

ul.megamenu div.mm-item-content {
	background: #FFF;
	padding: 0px;
	position: absolute;
	z-index: 99999;
}

.mm-content-base {
	background: #FFF;
	position: relative;
	z-index: 11;
	padding: 10px;
}

ul.megamenu {
	background-position: 0px 0px;
}

.mm-content-base {
	background-color: #FFF;
	border: 4px solid #4D7243;
	padding: 0px;
}

a:hover {
	color: #666;
}

p, blockquote {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

blockquote {
	padding-left: 50px;
}

#tabular-content {
	border-collapse: collapse;
	font-size: 12px;
	width: 480px;
}

#tabular-content td {
	padding: 4px 5px;
}

#tabular-content th {
	color: #FFF;
	background: #254156;
	padding: 5px;
}

#form-content {
	margin: 0px;
}
#form-content fieldset {
	margin: 0px;
	padding: 5px;
}
#form-content legend {
	font-size: 11px;
}
#form-content .FieldLabel {
	font-size: 11px;
}

#form-content .FieldItem {
	margin-bottom: 5px;
}

#form-content .FieldItem input.Text {
	width: 220px;
	outline: none;
	padding: 5px;
	font-size: 15px;
}

#list-content, #list-content ul {
	margin: 0px;
	padding-left: 20px;
}
#list-content li {
	margin: 0px;
	padding: 2px 0px;
}

#paragraph-content, #quote-content {
	text-align: justify;
}

.dd {
	width: 961px;
}

.ddsubnav {
	border-right: 4px solid #4D7243;
	font-size: 12px;
	font-weight: bolder;
	line-height: 19px;
	vertical-align: top;
	padding: 10px;
}
.ddsubnav a:link {
	color: #004C66;
	text-decoration: none;
}
.ddsubnav a:hover {
	color: #333;
	text-decoration: none;
}
.ddsubnav a:visited {
	color: #004C66;
	text-decoration: none;
}

.ddstory {
	width: 203px;
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
	padding: 8px;
}
.ddstory img {
	margin-bottom: 5px;
}
.ddstory a:link {
	color: #4C7243;
	text-decoration: none;
	font-weight: bolder;
}
.ddstory a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bolder;
}
.ddstory a:visited {
	color: #4C7243;
	text-decoration: none;
	font-weight: bolder;
}

.ddheadlines {
	width: 350px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bolder;
	padding: 10px;
}
.ddheadlines h3 {
	font-size: 15px;
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}
.ddheadlines a:link {
	color: #004C66;
	text-decoration: none;
}
.ddheadlines a:hover {
	color: #333;
	text-decoration: none;
}
.ddheadlines a:visited {
	color: #004C66;
	text-decoration: none;
}

.ddad {
	vertical-align: middle;
	text-align: center;
}

