/* @group Reset Browser CSS */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
}

/* @end */

/* @group Setup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Remove annoying border on linked images. */

a img {
	border: none;
}

/* @end */

/* @group Basic Styles */

.hr {
	width: 100%;
	margin: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a {
	border: 0;
	padding: 0;
	margin: 0;
}

p {
	line-height: 30px;
	margin: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: square;
}

a {
	text-decoration: none;
	color: #7cae1d;
	border-bottom: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color: black;
}

img {
	border: none;
}

a img {
	border: none;
}

a:hover img {
	border: none;
}

.superscript {
	vertical-align: super;
	font-size: 10px;
}

fieldset label {
	display: inline;
	clear: both;
}

fieldset label input, fieldset label textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset label span {
	float: left;
}

fieldset label .text, fieldset label .textarea {
	font-size: 13px;
	width: 135px;
	height: 20px;
	color: #666;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
}

fieldset label .textarea {
	width: 390px;
	height: 150px;
}

fieldset label .text:focus, fieldset label .textarea:focus {
	border-right: 1px solid #eebb92;
	border-bottom: 1px solid #eebb92;
	border-left: 1px solid #c3814c;
	border-top: 1px solid #c3814c;
}

fieldset label .select {
	width: 147px;
	height: 22px;
	border: 1px solid #ddd;
	color: #666;
	float: right;
}

.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
}

strong {
	font-weight: bold;
	color: #7CAE1D;
}

.drop {
	float: left;
	font-size: 400%;
	line-height: 60px;
	color: #7cae1d;
}
	

/* @end */

/* @group Masthead */

#head {
	width: 100%;
	height: 80px;
	background: #B7E2C6 url(../images/head_bg.jpg) repeat-x;
	border-bottom: 3px solid #B7E2C6;
}

#head .set {
	width: 950px;
	height: 80px;
	background: url(../images/head_bg.jpg) repeat-x;
	padding: 0;
	margin: 0 auto;
}

#head #logo {
	width: 310px;
	height: 50px;
	float: left;
	margin: 10px 0 0 0;
}

#head .set #logo {
	background: url(../images/logo.gif) no-repeat center center;
}

#head ul {
	list-style-type: none;
	float: right;
	padding: 0 2px 0 0;
}

#head ul li {
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

#head ul li a {
	height: 50px;
	color: #009933;
	text-decoration: none;
	border-left: 1px solid #B7E2C6;
	border-right: 1px solid #B7E2C6;
	display: block;
	float: left;
	padding: 30px 10px 0;
	margin: 0 -1px 0 0;
	border-top: none;
	border-bottom: none;
}

#head ul li a:hover {
	color: #fff;
	background-color: #B8E3C7;
}

#head ul li.active a {
	color: #fff;
	background: #B8E3C7 url(none) repeat-x;
}

/* @end */

/* @group Page structure */

#main {
	width: 950px;
	margin: 0 auto;
}

/*------------top------------------------------------------------------*/

#top {
	width: 100%;
	height: 15px;
	font-size: 11px;
	color: #999999;
	padding: 0 0 3px 0;
	margin: 13px 0 10px 0;
}

#top p#desc {
	float: left;
	margin: 0;
	line-height: 18px;
}

#top p#ali {
	float: right;
	margin: 0;
	line-height: 18px;
}

/*
	photo
*/

#content {
	width: 100%;
	padding: 0 0 1px 0;
	margin: 20px 0 30px 0;
}

#content1 {
	width: 100%;
	padding: 0 0 1px 0;
	margin: 20px 0 30px 0;
}

#content #left {
	width: 206px;
	float: left;
	line-height: 15px;
	border-right: 1px solid #ddd;
	padding: 5px 15px 0 5px;
	margin: 0 -1px 0 0;
}

#content #right {
	width: 707px;
	float: left;
	border-left: 1px solid #ddd;
	padding: 0 0 0 15px;
}

#content #right {
	width: 707px;
	float: left;
	border-left: 1px solid #ddd;
	padding: 0 0 0 15px;
}

#content1 #left {
	width: 206px;
	float: left;
	line-height: 15px;
	border-right: 1px solid #ddd;
	padding: 0 15px 0 0;
	margin: 0 -1px 0 0;
}

#content1 #right {
	width: 489px;
	float: left;
	border-left: 1px solid #ddd;
	padding: 0 0 0 15px;
}

/* @end */

/* @group Photos */

.photo {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 3px solid #B8E3C7;
	border-bottom: 3px solid #B8E3C7;
}

.img1 {
	background-image: url(../images/photo1.jpg);
}

.img2 {
	background-image: url(../images/photo2.jpg);
}

/* @end */

/* @group Left column */

#content #left #sub_nav {
	width: 221px;
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	border-left: 1px solid #84bb23;
	border-top: 1px solid #effcd8;
	margin: 0 -15px 25px 0;
}

#content #left #sub_nav li a {
	width: 203px;
	display: block;
	border-bottom: 1px solid #effcd8;
	padding: 7px 0 7px 15px;
}

#content #left #sub_nav li.active a, #content #left #sub_nav li a:hover {
	color: #555;
	border-left: 3px solid #84bb23;
	background-color: #effcd8;
}

#content #left .hr, .hr {
	width: 221px;
	height: 1px;
	font-size: 0;
	border-bottom: 1px solid #ddd;
	line-height: 0;
	color: #ddd;
	clear: both;
	padding: 0;
	margin: 20px -15px 20px 0;
}

#content #left h2 {
	font: normal 15px/normal Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #ed7b20;
	margin: 0 0 10px 0;
}

#content #left h3 {
	font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
	background: url(DoNotLinkToThisImage/page-icon.gif) no-repeat left center;
	color: #7CAE1D;
	padding: 0px 0 0px 18px;
	margin: 0 0 2px;
}

#content #left p.caption {
	font: 15px/normal Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #ed7b20;
	margin: 0 0 10px 0;
}

#content #left p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

#content #left #contactform {
	background-color: #E9F6ED;
	border: 1px solid #B7E2C6;
	padding: 5px;
}

#content #left #contactform label {
	height: 32px;
}

#content #left #contactform label .text {
	width: 150px;
}

#content #left #contactform label .button {
	
}

/* @end */

/* @group Right column */

#content #right h1 {
	font: normal 28px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #7cae1d;
	margin: 25px 0 10px 0;
	letter-spacing: -1px;
}

#content #right h2 {
	font: normal 22px/30px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 5px;
	color: #7cae1d;
}

#content #right h3 {
	font: normal 20px/30px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	color: #7cae1d;
}

#content #right h4 {
	font: normal 20px/30px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	color: #666666;
}

#content #right .quote {
	background: url(../images/quote1.gif) no-repeat left top;
	margin: 10px 0 15px 0;
}

#content #right .quote p {
	background: url(../images/quote2.gif) no-repeat right bottom;
	padding: 30px 40px 30px 45px;
}

#content #right ul {
	list-style-type: none;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content #right ul li {
	background: url(../images/list_bullet.gif) no-repeat left 4px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-left: 20px;
}

#content #right .hr, .hr {
	height: 1px;
	font-size: 0;
	border-bottom: 1px solid #ddd;
	line-height: 0;
	color: #ddd;
	clear: both;
	padding: 0;
	margin: 20px -15px 5px;
}

#main #content #right #article img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 5px;
	background-color: #B7E2C6;
}

#main #content #right #article blockquote {
	padding-left: 40px;
	padding-right: 40px;
}

#main #content #right #article #mainindex li {
	background-color: #EFF8F3;
	background-image: none;
	padding: 5px;
	margin-left: 40px;
	margin-bottom: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 14px;
}
em {
	font-style: italic;
}

/* @end */

/* @group Forms */

#main #content #right #article #form {
	background-color: #E9F6ED;
	padding: 10px;
	border: 1px solid #B7E2C6;
}

#main #content #right #article #form label {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

#main #content #right #article #form #name {
	height: 25px;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7CAE1D;
	border: 1px solid #B7E2C6;
}

#main #content #right #article #form #emailaddress {
	height: 25px;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7CAE1D;
	border: 1px solid #B7E2C6;
}

#main #content #right #article #form #question {
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7CAE1D;
	border: 1px solid #B7E2C6;
}

/* @end */

/* @group Bookmark */

#bookmark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 50px;
}

#bookmark a {
	text-decoration: none;
	color: #7cae1d;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bookmark a:hover {
	color: black;
}

/* @end */

/* @group Footer */

#footer {
	width: 100%;
	height: 30px;
	background-color: #EFF8F3;
}

#footer .set {
	width: 950px;
	height: 30px;
	background-color: #EFF8F3;
	margin: 0 auto;
}

#footer .set p {
	font-size: 10px;
	text-align: right;
	line-height: 30px;
	color: #999999;
	margin: 0;
}

#end {
	width: 950px;
	margin: 5px auto 0;
	padding: 0 0 10px;
}

#end p {
	font-size: 10px;
	text-align: right;
	color: #999999;
	margin: 0;
	line-height: 12px;
}

#end p a {
	color: #999999;
	text-decoration: none;
}

#end p a:hover {
	color: #666666;
}

/* @end */

/* @group Other */

/* @end */

#preload {
	display: none;
}

#result {
	background: url(../images/icon_note.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}

#result span {
	font-weight: bold;
	color: #7cae1d;
}

#feature {
	background-color: #ECF7EF;
	padding: 15px;
	margin-bottom: 15px;
}

.issueandarticle {
	font-size: 10px;
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.issueandarticle a {
	color: #666666;
}

.author {
	font-size: 12px;
	font-style: italic;
	line-height: 1;
}

.articleNavigation {
	font-size: 12px;
	margin-top: 20px;
}

.articleTitle {
	list-style-image: url(DoNotLinkToThisImage/page-icon.gif);
}

#mailinglist {
	background-color: #E6F6ED;
	border: 1px solid #B7E2C6;
}

