/* CSS Document */
body 
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:hover{
outline:none;
}
a{
outline:none;
}
img{ border:0;}

#container {
	width: 100%;
	margin: 0px;
	/*background-color: #CCCCCC;
	border-bottom: 1px #999999 solid;*/
}

#top {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;	
	padding: 0px;
	height: 110px;
	z-index: 10;
	background-color: #1C2029;
}

#tagline {
	position: absolute;
	top: 40px;
	left: 400px;
}

#tagline h1 {
	color: #7FBE1F;
	padding: 0px;
	margin: 0px;
	font-size: 1.25em;
}

#navigation {
	position: absolute;
	top: 87px;
	left: 240px;	
	font-size: 1em;
}

#navigation ul {
	margin:0;
	padding-left: 43px;
	list-style:none;
}

#navigation ul li {
	float:left;
	margin-right: 1px;
	background:url(/images/nav_r.jpg) no-repeat right top;
}

#navigation ul li:hover {
	float:left;
	background:url(/images/nav_r_hover.jpg) no-repeat right top;
}

#navigation a {
	display:block;
	padding:3px 10px 0px 10px;
	margin: 0px;
	background:url(/images/nav_l.jpg) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#navigation a:hover {
	text-decoration:none;
	background:url(/images/nav_l_hover.jpg) no-repeat left top;
}

#navigation ul li.current {
	float:left;
	background:url(/images/nav_r_hover.jpg) no-repeat right top;
}

#navigation li.current a {
	/*text-decoration:underline;*/
	background:url(/images/nav_l_hover.jpg) no-repeat left top;
}

#content {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

.main-text p,
.main-text li,
.main-text dt,
.main-text dd, 
.main-text fieldset {
	font-size: 0.80em;
	margin:0; padding:0;
}

#text-left {
	width: 710px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#text-left .top {
	width: 100%;
	height: 20px;
	background-color: #4F5157;
	margin: 0px;
	padding: 0px;
}

#text-left .main-text {
	background-color: #4F5157;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	
}

#text-left .main-text h1 { 
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.15em;
	font-family: Tahoma, serif;
}

#text-left .main-text h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.15em;
	font-weight: 100;
	color: #8CC142;
	/*text-transform: uppercase;*/
	font-style: italic;
	font-family: Tahoma, serif;
}

#text-left .main-text h3 { 
	font-size: 1em;
	font-family: Tahoma, serif;
}

#text-left .main-text p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#text-left .main-text strong,
#text-left .main-text b {
		
}

#text-left .main-text .gal_holder {
	float:left;
	margin:5px 5px 10px 5px;
	background-color: #595b61;
	width: 215px;
	font-size: 0.85em;
	text-align: center;
}

#text-left .main-text .gal_holder p {
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 6px;
	font-size: .95em;
}

#text-left .main-text .gal_holder p.more {
	text-align: right;
	margin-top: 12px;
	margin-bottom: 0px;
}	

#text-left .main-text .gal_holder img {
	border: 0px;
}

#text-left .main-text .gal_holder p a {
	background-image: url(/images/pdf_icon_small.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: none;
	padding: 8px 18px 20px 0px;
	margin-right: 10px;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}	

#text-left .main-text .gal_holder p a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#text-left .gal_holder .top {
	background-color: #595b61;
	height: 10px;
}

#text-left .gal_holder .btm {
	background-color: #595b61;
	height: 10px;
}

#text-left .main-text a {
	font-weight: bold;
	color: #8CC142;	
}

#text-left .main-text a:hover {
	background-color:#8CC142;
	color: #4F5157;
}

#text-left .main-text fieldset {
	border:0;
	border-bottom:2px solid #727272;
	/*width: 600px;*/
	padding:0 0 10px 0;
}

#text-left .main-text fieldset.last {
	border:0px;
}

#text-left .main-text legend {
	font-weight: bold;
	color: #000000;
	padding: 5px 0px;
	margin-left: -7px;
	color: #FFFFFF;
}

#text-left .main-text label {
	display: block;
	float: left;
	padding: 3px 0.5em 6px 0;
	width: 160px;
}

#text-left .main-text label.longDesc {
	display: block;
	width: 300px;
}

#text-left .main-text fieldset input , 
#text-left .main-text fieldset textarea , 
#text-left .main-text fieldset select {
	border: 1px solid #FFFFFF;
	background-color: #8CC042;
	margin: 3px 0px;
}

.buttoncss{
	border: 1px solid #FFFFFF;
	background-color: #8CC042;
	margin: 3px 0px;
}
.textboxcss{
	border: 1px solid #FFFFFF;
	background-color: #8CC042;
	margin: 3px 0px;
}

#text-left .main-text input.buttons {
	border: 1px solid #FFFFFF;
	background-color: #8CC042;
	color: #FFFFFF;
	font-weight: bold;

}

#text-left .btm {
	width: 100%;
	height: 10px;	
	background-color: #4F5157;
}

/* Curves for all panels */

#text-left .curve-top-left,
#text-left .curve-top-right,
#text-left .curve-btm-left,
#text-left .curve-btm-right,
#text-left .gal_holder .curve-top-left,
#text-left .gal_holder .curve-top-right,
#text-left .gal_holder .curve-btm-left,
#text-left .gal_holder .curve-btm-right,
#text-right .curve-top-left,
#text-right .curve-top-right,
#text-right .curve-btm-left,
#text-right .curve-btm-right,
#footer .curve-btm-left,
#footer .curve-btm-right,
#footer .curve-btm-left,
#footer .curve-btm-right {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;	
}

#text-left .curve-top-left,
#text-left .gal_holder .curve-top-left,
#text-left .curve-btm-left,
#text-right .curve-top-left,
#text-right .curve-btm-left,
#text-left .gal_holder .curve-btm-left,
#footer .curve-btm-left  {
	float: left;
}

#text-left .curve-top-right,
#text-left .gal_holder .curve-top-right,
#text-left .curve-btm-right,
#text-right .curve-top-right,
#text-right .curve-btm-right,
#text-left .gal_holder .curve-btm-right,
#footer .curve-btm-right {
	float: right;
}

#text-left .curve-top-left {
	background-image: url(/images/curve_lp_top_left.jpg);
}

#text-left .curve-top-right {
	background-image: url(/images/curve_lp_top_right.jpg);
}

#text-left .curve-btm-left {
	background-image: url(/images/curve_lp_btm_left.jpg);
}

#text-left .curve-btm-right {
	background-image: url(/images/curve_lp_btm_right.jpg);
}

#text-left .gal_holder .curve-top-left {
	background-image: url(/images/curve_gal_tl.png);
}

#text-left .gal_holder .curve-top-right {
	background-image: url(/images/curve_gal_tr.png);
}

#text-left .gal_holder .curve-btm-left {
	background-image: url(/images/curve_gal_bl.png);
}

#text-left .gal_holder .curve-btm-right {
	background-image: url(/images/curve_gal_br.png);
}

#text-right .curve-top-left {
	background-image: url(/images/curve_rp_top_left.jpg);
}

#text-right .curve-top-right {
	background-image: url(/images/curve_rp_top_right.jpg);
}

#text-right .curve-btm-left {
	background-image: url(/images/curve_rp_btm_left.jpg);
}

#text-right .curve-btm-right {
	background-image: url(/images/curve_rp_btm_right.jpg);
}

#footer .curve-btm-left {
	background-image: url(../images/curve_lp_btm_left.jpg);
	width: 700px;
	font-size: 0.75em;
	padding-left: 260px;
	color: #B1B1B1;
}

#footer .curve-btm-right {
	background-image: url(../images/curve_lp_btm_right.jpg);
}

/* End curves for all panels */

#text-right {
	width: 280px;
	float: right;
}

#text-right .top {
	width: 100%;
	height: 20px;
	background-color: #8CC042;
}

#text-right .main-text {
	margin: 0px;
	padding: 0px 10px 1px 10px;
	background-color: #8CC042;
}

#text-right .main-text h1 { 
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	border-bottom: 1px #000000 solid;
	font-family: Tahoma, serif;
}

#text-right .main-text h3 {
	font-size: 0.85em;
	margin-top: 10px;
	font-family: Tahoma, serif;
}

#text-right .main-text p {
	font-size: 0.75em;
}

#text-right .main-text a {
	font-weight: bold;
}

#text-right .main-text a:hover {
	color: #4F5157;
}

#text-right .main-text .more {
	font-style: italic;
	margin-top: 10px;
	text-align: right;
}

#text-right .main-text dl {
	width: 260px;
}

#text-right .main-text dt {
	float: left;
	width: 60px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

#text-right .main-text dd {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#text-right .btm {
	width: 100%;
	height: 10px;
	background-color: #8CC042;
}

#text-right .main-text h1.featured-project {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 1px;
	color: #8CC042;
	background-image: url(/images/text_h1_featured.jpg);
	width: 223px;
	height: 20px;
}

#text-right .main-text .featured {
	border: 2px #8DC143 solid;
	margin-left: 18px;
}

#footer {
	margin: 20px auto 5px auto;
	width: 1000px;	
}

#footer .main-text {
	margin: 0px;
	padding: 5px 0px 1px 10px;
	height: 75px;
	background-color: #8CC042;
	text-align: right;
}


#footer .btm {
	width: 100%;
	height: 10px;
	background-color: #4F5157;
}

#footer .siteby {
	margin-top: 10px;
	float: right;
	text-align: right;
	width: 285px;
	font-size: 0.70em;
	padding-left: 30px;
	height: 20px;
	background-image: url(/images/logo_101.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer .siteby a {
	color: #999999;
	text-decoration: none;
}

#footer .siteby a:hover {
	color: #8CC042;
}
.links_dash
{
	color:#8CC142;
	font-size:14px;
}
.txtdetailscss
{
	padding-left:26px;
	font-size:12px; !important
	
}
.txtdetailscssrighrlinks
{
	
	font-size:12px; 
	
}
.welcumtxtcss
{
	color:#8CC142;font-size:14px;font-weight:bold;
}
.messageheader
{
	color:#8CC142;font-size:12px;
}
.errmsgtxtcss
{
	color:#FF2A00;font-size:14px;font-weight:bold;
}
.successmsg
{
	color:#88BA4A;font-size:14px;font-weight:bold;
}
.tableBgBdr td
{
	padding-left:55px;
}
#text-left_msg {
	width: 710px; !important;
	
}
.tdmsgheader
{
border-style:solid;border-width:1px;
padding-left:5px;

}
.tdmsgheader
{
border-style:solid;border-width:1px;
padding-left:5px;

}
.msgtxtcss
{
	padding-left:26px;
	font-size:12px; !important
	
}
.listcss
{
	color:#8CC142;font-size:14px;font-weight:bold;
	padding-left:20px;
}
.msgdetailscss
{
	padding:4px;
	font-size:12px; !important
	
}
.conversationheadingcss
{
	padding:5px;
	color:#8CC142;
	font-size:12px; !important
	
}
.pagination{
font:normal 12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
color:#8CC142;
}
.pagination a{
/*color:#2562ad;*/
color:#8CC142;
text-decoration:none;
}
.pagination a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.pagination  .current{
padding:2px 5px;
background-color:#8CC142;
color:#FFFFFF;
text-decoration:none;

}

.documentcss
{
	padding:3px;
	font-size:12px;
	
}
.nobgcolor
{
	background-color:#4F5157;
}
.replybox
{
	border:1px solid #666666;
	padding:5px;
	background-color:#474950;
}
tr#hed11
{
	background-color:#474950;
}
.orgbox
{
	border:1px solid #666666;
	padding:5px;
	background-color:#5E6068;
}
.clearflot
{
	clear:both;
	height:0;
	line-height:0;
}
