body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #252525;
	background: #fff url(../img/body-bg.gif) repeat-x scroll top left;
}

/* link styles
------------------- */
a, a:link, a:visited {
	color: #02683f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* paragraph/lists styles
------------------- */
p, ul, ol {
	line-height: 1.6em;
	font-size: 12px;
}

ul, ol {
	margin-bottom: 1em; 
	line-height: 1.8em; 
}

ul li ul { margin-bottom: 0; }

ol li {
	list-style: decimal;
}

/* heading styles
------------------- */
h1, h2, h3 {
	margin-bottom: .4em;
	font-weight: lighter;
}

h1 {}
h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .02em;
	color: #000;
}

h4 { font-size: 110%; }

/* wrap styles
------------------- */
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 782px;
}

#header {
	margin-top: 10px;
	padding: 0;
}

h1#logo {
	margin: 0;
	padding: 0 10px;
	float: left;
}

h1#logo a {
	margin: 0;
	padding: 0;
	background: url(../img/logo.png) no-repeat scroll top left;
	height: 132px;
	width: 276px;
	display: block;
}

h1#logo a span { display: none; }


#hdr-r {
	margin: 0;
	padding: 0;
	float: right;
}

/* top-nav styles
------------------- */
#top-nav {
	margin: 0 0 .5em 0;
	padding: 0;
}

#top-nav ul { font-size: 10px; }

#top-nav ul li {
	float: left;
}

#top-nav ul li a {
	padding: 0 8px 0 0;
	color: #acacac;
	border-right: 1px solid #e7e7e7;
}

#top-nav ul li a.last { padding-left: 8px; border: none; }

/* search styles
------------------- */
#search {
	margin: 0;
	padding: 0;
}
	
/* navigation styles
------------------- */
#nav {
	margin: 10px 0;
	padding: 0;
	background: url(../img/nav-bg.gif) repeat-x scroll top left;
	height: 38px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

#nav ul li {
	float: left;
	line-height: 38px;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	padding: 0 15px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#nav ul li a:hover {
	background: #a3cda5;
	display: block;
}

/* content styles
------------------- */
#content {
	margin: 0;
	padding: 0;
	border: 1px solid #e7e7e7;
	width: 780px;
}

.one-column { background: #fff; width: 780px; }

.two-column {
	background: url(../img/two-column-bg.gif) repeat-y scroll top left;
	height: 100%;
}

.inner { padding: 20px 20px 10px 20px; }

.inner p { margin-bottom: 1em; }

.inner ul {}
.inner ul li {
	margin-left: 5px;
	padding-left: 20px;
	background: url(../img/bullet_green.png) no-repeat scroll 0 3px;
}

.inner ol {
	margin-left: 5px;
	padding-left: 20px;
}

.inner ol li {
	margin: 0;
	padding: 0;
	background: none; 
}

ul#go {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#go li.give {
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
	background: none;
	border-bottom: 1px solid #e7e7e7;
	list-style: none;
}

ul#go li ul { margin-bottom: 1em; }

ul#go li h2 { font-size: 200%; }
ul#go li h3 { font-size: 140%; font-family: Verdana, Arial, Helvetica, sans-serif; }
ul#go li h4 { font-size: 125%; }

ul#go li h2 a { 
	color: #a1a1a1;
	cursor: pointer;
}

.imp {
	padding: 10px; 
	background: #90c493;
	color: #fff;
}

#pdf {
	padding-left: 20px;
	background: url(../img/pdf.png) no-repeat scroll 0 2px;
}

#main {
	float: left;
	width: 562px;
}

#sidebar {
	float: left;
	width: 218px;
}

#side-nav {
	line-height: 38px;
}

#side-nav  ul {
	margin: 0;
	padding: 0;
}

#side-nav  li {}

#side-nav  a {
	padding-left: 8px;
	color: #797c80;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#side-nav  a:hover {
	text-decoration: underline;
}

#side-nav  span {
	padding-left: 10px;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcddde;
}

#side-nav  .current a {
	background: url(../img/current.png) no-repeat scroll top left;
	height: 38px;
	color: #fff;
	border: none;
}

#side-nav  .current a:hover { text-decoration: none; }

#side-nav  .current span {
	border: medium none;
}

ul.qn {
	margin: 0;
	padding: 0 20px;
}
ul.qn li {
}

ul.qn li h2 {
	color: #898989;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* sub-nav styles
------------------- */
#sub-nav {
	margin: 0;
	padding: 8px 2px;
	font-weight: bold;
	text-transform: uppercase;
}

#sub-nav ul {
	margin-bottom: 0; 
	font-size: 10px; 
}
#sub-nav li {
	float: left;
}

#sub-nav ul li a {
	padding: 0 8px;
	color: #acacac;
	border-right: 1px solid #e7e7e7;
}

#sub-nav ul li a.last { border: none; }

/* footer styles 
------------------- */
#footer {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e7e7e7;
}

#footer p {
	padding: 10px;
	font-size: 11px;
}

/* superfish 
------------------- */
/*** ESSENTIAL STYLES ***/
.sf-menu ul {
	position: absolute;
	top: -999em;
}

.sf-menu ul li { width:	100%; }

.sf-menu li:hover { visibility:	inherit; /* fixes IE7 'sticky bug' */ }

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 38px;
	z-index: 99;
}

/*** DEMO SKIN ***/
.sf-menu li li { background: #90c493; }

.sf-menu li li li { background: #90c493; }

/*** arrows **/
.sf-menu a.sf-with-ul { min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ }

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 5px;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/arrows-ffffff.png) no-repeat -20px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 1.1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../img/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
}

.sf-shadow ul.sf-shadow-off { background: transparent; }

#main-bod {
	margin: 1em 0;
}

.member {
	padding: 1em;
	border-bottom: 1px solid #e7e7e7;
}

.first { border-top: 1px solid #e7e7e7; }

.member:hover {
	background: #f1f1f1;
	cursor: pointer;
}

.alignl {
	margin-right: 1em;
	float: left;
	border: 1px solid #e7e7e7;
}

h3.title, h3.name {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #333333;
}

h3.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h4.name {
	font-size: 14px;
}

#no-side {
	margin-top: 10px;
	border: 1px solid #e7e7e7;
}

.lastmem { border-bottom: 0; }

.others { 
	margin-bottom: 1em;
	border-top: 1px solid #e7e7e7; 
	border-bottom: 1px solid #e7e7e7;
}

.col { float: left; }

.span-1 { width: 251px; margin-right: 20px; }

.last { margin: 0; }

/* Google Search */
#cse-search-box { width: 100%; }
#cse-search-results { width: 740px; }

/* news styles 
------------------- */
ul#posts {
	margin: 0;
	padding: 0;
}
ul#posts li.post {
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #e7e7e7;
	list-style: none;
}
ul#posts li#last { border-bottom: none; }