body {
	text-align: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
}

a:link {
	/*color: #1d82ae;*/
	text-decoration: underline;
}

a:visited {
	color: #cc0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#mainContainer {
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

img {
	border:none;
}

/************************** HEADER ***********************************/
#header {
	height: 180px;
	/*background:url(../images/logo/peta_banner.gif) no-repeat left 20px ;
	border-bottom:1px solid #8CC63F;*/
}

#logo {
	padding:20px 0 0;
	/*display:none;*/
}

#trademark{
	color: #3E5259;
	font-weight:bold;
	float:right;
	margin:155px 0 0;
	font-size:0.75em;
}


/*#header #logo img {
	border-width: 0;
}*/

/* remove from html */
#searchBox {
	display:none;
}

/* remove from html */
#searchArrow {
	display:none;
}

/* remove from html */
.mainSearch {
	display:none;
}

/********************************* BODY *******************************/
#bodyWrap {
	width: 850px;
	position: relative;
	float: left;
	background: url(../images/bg/background.gif) repeat-y top left;
}

#contentWrap {
	float: right;
	width: 580px;
	color: #37454e;
}

/************************* LEFT and RIGH COLUMN ***********************/

#contentWrap .content {
	float: left;
	width: 400px;
	margin-top: 3px;
	font-size: 0.75em;
}

#contentWrap .content a {
	color: #37454E;
}

#contentWrap .contentFull {
	width: 545px;
	float: left;
	margin-top: 3px;
	font-size: 0.75em;
}

#contentWrap .contentFull a {
	color: #37454E;
}

#contentWrap .moduleColumn {
	float: right;
	width: 135px;
	padding: 3px 25px 0 0 ;
	color: #fff;
}

/*************************** MODULE BOXES *****************************/
.moduleColumn .join {
	background: #BBE1D4 url(../images/bg/join-bottom.gif) no-repeat left bottom;
	color: #43545B;
	/*padding:10px 0 0;*/
	margin:0 0 15px;
	padding:0 0 15px;
}

.moduleColumn .join h1 {
	/*color: #434F5B;*/
	/*background: #ffe073;*/
	background:url(../images/bg/join-top.gif) no-repeat left top;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	padding: 15px 5px 0;
	margin:0;
	line-height:1.5em;
}

.moduleColumn .join p {
	font-size: 0.7em;
	line-height: 1.5em;
	padding:0 5px;
}

.moduleColumn .redBox {
	background:#607079 url(../images/bg/download-bottom.gif) no-repeat left bottom;
	margin:0 0 10px;
	color:#fff;
	padding:0 0 15px 0;
}

.moduleColumn .redBox h1 {
	color: #fff;
	/*background: #f5cccc;*/
	font: bold 0.75em Arial, Helvetica, sans-serif;
	padding: 15px 5px 0;
	background:#607079 url(../images/bg/download-top.gif) no-repeat left top;
}

.moduleColumn .redBox p {
	font-size: 0.7em;
	line-height:1.5em;
	margin: 10px 5px 0;
}

.moduleColumn .redBox .by {
	/*color: #7b7b7b;*/
	margin:0 15px;
}

.moduleColumn .redBox a:link {
	color: #fff;
	/*color: #0072a3;*/
	text-decoration: underline;
	
}

.moduleColumn .redBox a:visited {
	color: #aa2b2b;
	text-decoration: none;
}

.moduleColumn .redBox a:hover {
	
	text-decoration: none;
}

.moduleColumn .redBox ul {
	margin: 5px 7px 5px 5px;
	padding: 0 2px 0 13px;
	font-size: 0.7em;
	list-style: none;
}

.moduleColumn .redBox .bullet {
	background: url(../images/general/bullet_point.gif) no-repeat left top;
	padding-left: 8px;
}

.moduleColumn .redBox ul li {
	list-style: square url(../images/general/bullet_point2.gif);
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

.moduleColumn .special {
	background: #7da6d8 url(../images/bg/special-offer-bottom.gif) no-repeat left bottom;
	margin:0 0 15px;
	padding:0 0 15px;
	/*background: #ecf7fc;
	border: 1px solid #86c3e2;
	margin-bottom: 10px;
	padding-bottom: 7px;*/
}

.moduleColumn .special h1 {
	padding: 15px 5px 0;
	background:#7da6d8 url(../images/bg/special-offer-top.gif) no-repeat left top;
	font: bold 0.75em Arial, Helvetica, sans-serif;
	/*color: #313131;
	background: #b2dff6;
	font: bold 0.75em Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	margin: 2px;*/
}

.moduleColumn .special p {
	font-size: 0.7em;
	line-height:1.5em;
	margin: 10px 5px 0;
}

.moduleColumn .special .by {
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
	font-style:italic;
}

.moduleColumn .special a:link {
	color: #fff;
	text-decoration: underline;
}

.moduleColumn .special a:visited {
	color: #aa2b2b;
	text-decoration: none;
}

.moduleColumn .special a:hover, .moduleColumn .special .button a:hover {
	text-decoration: none;
}

.moduleColumn .special .button a {
	background:transparent url(../images/icons/link-2.gif) no-repeat right 3px;
	color:#fff;
	text-decoration:underline;
}


/****************************** CONTENT ******************************/
hr {
	height: 1px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 0;
    margin: 5px 0;
}

.by {
	/*color: #7b7b7b;*/
}

.cleaner {
	clear: both;
	font-size: 0px;
}

.content p, .contentFull p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1em 0;
}

.breadcrumb {
	color: #000;
	font-size: 0.8em;
}

.breadcrumb a, .breadcrumb a:visited {
	color: #999;
	/*text-decoration: none;*/
}

.breadcrumb a:hover {
	text-decoration: none;
}

.content ul, .contentFull ul, .content ol, .contentFull ol  {
	font-size: 0.9em;
	margin: 0 0 0 10px;
	padding: 0;
}

.content ol li, .contentFull ol li {
	line-height: 1.5em;
	padding-bottom: 15px;
}

.content ul li, .contentFull ul li {
	padding-top: 0;
	margin: 0 0 0 30px;
	line-height: 1.2em;
	padding-bottom: 7px;
	list-style: url(../images/general/bullet_point3.gif);

	
}

h1 {
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 10px;

}
h1.homeHeading {
	color: #e00000;
	/*font-size: 2.26em;*/
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	font-size:1.5em;
}

div.content h1, div#contentWrap .content h1, .contentFull h1 {
	/* new */
	color:#8CC63F;
}


/*
h1.home {
	color: #e00000;
}

h1.li01 {
	color: #ee5400;
}

h1.li02 {
	color: #ee8100;
}

h1.li03 {
	color: #eeae00;
}

h1.li04 {
	color: #6fa900;
}

h1.li05 {
	color: #008b4e;
}

h1.li06 {
	color: #0596d6;
}

h1.li07 {
	color: #017baf;
}

h1.li08 {
	color: #0132af;
}

h1.li09 {
	color: #6e26b2;
}

h1.li10 {
	color: #985bde;
}

h1.li11 {
	color: #be33ac;
}

h1.li12 {
	color: #cc0066;
}

h1.li13 {
	color: #007C8b;
}

h1.li14 {
	color: #5b01af;
}

h1.li15 {
	color: #de5bc7;
}
*/
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

.boardMembers {
	width: 100%;
}	

.boardMembers td {
	font-size: 1em;
	line-height: 1.3em;
	vertical-align: top;
	padding-bottom: 25px;
}

.boardMembers td img {
	border: 1px solid #8C8C8C;
	margin-right: 10px;
}

.contentFull .boardMembers td p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.formTable, .appTable {
	width: 100%;
}

.formTable td {
	font-size: 1em;
	padding: 3px 0;
	font-weight: bold;
}

.formTable th {
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 10px 3px 0;
	text-align: right;
}
.appTable td {
	font-size: 0.9em;
	padding: 5px 0 5px 10px;
}
.appTable th {
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0;
}
.appTable h2 {
	margin: 0px 0px 2px;
	background: #F0F0F0;
	color: #373737;
	text-align: left;
	padding: 5px 10px;
}
.appTable h3 {
	font-size: 0.9em;
	color: #373737;
	margin: 0px;
	padding: 0px 10px;
}
.redText {
	color: #CC0000;
	font-weight: bold;
}



.formField {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}
.smallField {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
}


.eventTable {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	width: 100%;
}

.eventTable td {
	font-size: 1em;
	line-height: 1.3em;
	padding: 5px 0;
}

.content .eventTable td p {
	font-size: 1em;
	margin: 0;
	padding: 0 0 10px 0;
}

.eventTable th {
	font-size: 1em;
	font-weight: bold;
	padding: 5px 10px 5px 0;
	text-align: right;
	vertical-align: top;
}

.content .eventTable td ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .eventTable td ul li {
	font-size: 1em;
}

.newRelease {
	border-bottom: 1px solid #ccc;
	width: 100%;
	font-size: 1em;
	float: left;
	margin: 10px 0 0 0;
}

.releaseThumb {
	width: 61px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

.releaseText {
	float: right;
	width: 83%;
	padding: 5px 0 5px 0;
	vertical-align: top;
	line-height: 1.3em;
	font-size:0.9em;
}



.releaseText p {
	margin-top: 0;
}

.releaseText table, .publicationText table {
	margin-top: 15px;
	margin-bottom: 15px;
}

.releaseText table th, .publicationText table th {
	white-space: nowrap;
	padding-right: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.releaseText table td, .publicationText table td {
	font-weight: bold;
	vertical-align: top;

}

.publicationText table td, .publicationText table th {
	padding-bottom: 2px;
}

.releaseThumb img, .publicationThumb img {
	border: 1px solid #8e8e8e;
}

.publication {
	width: 100%;
	font-size: 0.8em;
	float: left;
}

.publicationThumb {
	width: 92px;
	float: left;
	padding-top: 3px;
	vertical-align: top;
}

.publicationText {
	float: right;
	width: 75%;
	vertical-align: top;
	font-size: 1.3em;
}

.releaseText .button, .publicationText .button {
	float:right;
}

.content .publicationText h2 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.content .publicationText p.redArrow {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}	

.publicationText td {
	font-size: 1em;
}

.nav {
	font-size: 0.95em;
	color: #999;
	text-align: right;
	padding: 5px 0;
}

.nav a {
	font-weight: bold;
}

.borderTop {
	border-top: 1px solid #ccc;
}

.borderBottom {
	border-bottom: 1px solid #ccc;
}

.refine {
	float: left;
	width: 100px;
	text-align: left;
}

.contentFull .sitemap, .content .sitemap {
	margin-bottom: 25px;

}

.contentFull .sitemap li, .content .sitemap li {
	font-size: 1em;
	font-weight: bold;
	list-style: square url(../images/general/bullet_point2.gif);
}

.contentFull .sitemap li ul, .content .sitemap li ul {
	margin-top: 10px;
}

.contentFull .sitemap li ul li, .content .sitemap li ul li {
	font-size: 1em;
	font-weight: normal;
	list-style: square url(../images/general/bullet_point.gif);
	padding-bottom: 2px;
}

.contentFull .sitemap li ul li ul, .content .sitemap li ul li ul {
	margin-bottom: 10px;
}

.contentFull .sitemap li ul li ul li, .content .sitemap li ul li ul li {
	list-style: square url(../images/general/white_bg.gif);
	padding-bottom: 2px;
}

.logoRight {
	margin: 0 0 10px 10px;
}
.errorImg {
	margin-right: 10px;
	margin-bottom: 10px;
}
#projectdetail_img1, #projectdetail_img2 {
	margin-right: 40px;
}


/**************************** HOME CONTENT ****************************/
.content .homeBanner {
	border: 1px solid #8e8e8e;
	margin: 0;
}

.content .homeContent p {
	font-size: 0.95em;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top: 0;
}

.content .homeContent h1 {
	color: #e00000;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.content .homeContent .by {
	color: #7b7b7b;
	margin-bottom: 10px;
	margin-top: -10px;
}

.content .homeContent .redArrow {
	margin-top: 10px;
}


/******************************** BUTTON *****************************/
.button a, #menu .special .button a {
	/*border-top: 1px solid #ccc;
	border-right: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	border-left: 1px solid #ccc;
	background: #fff url(../images/general/button_bg.gif) no-repeat left center;
	text-decoration: none;*/
	font-size: 11px;
	color: #43545B;
	background: url(../images/icons/link.gif) no-repeat right 3px;
	padding: 0px 15px 0 0;
}

.button, #menu .special .button {
	/*background: url(../images/bg/join-bottom.gif) no-repeat left bottom;
	padding: 6px 6px 9px;
	text-align: right;*/
	
	padding:0 5px;
}

.button a:link, .button a:visited, #menu .special .button a:link, #menu .special .button a:visited {
	text-decoration: underline;
	/*color: #000;*/
}

.button a:hover, #menu .special .button a:hover {
	/*text-decoration: underline;*/
	text-decoration:none;
}

.buttonRight {
	float: right;
}

/******************************** BUTTON BUY *****************************/
.buttonBuy {
	background: url(../images/bg/buttonBuy_rhs.gif) no-repeat right center;
	padding:0 43px 0 0;
}

.buttonBuy a {
	background: url(../images/bg/buttonBuy_lhs.gif) no-repeat left center;
	display:block;
	line-height:33px;
	padding:0 0 0 15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#3E5259;
	font-weight:bold;
}


/***************************** ELEMENTS *******************************/
.redArrow {
	background: url(../images/general/red_arrow.gif) no-repeat left 4px;
	padding-left: 10px;
	padding-bottom: 0;
}

.coverBorder {
	border: 1px solid #8e8e8e;
}

.specialPadd {
	margin: 0 5px 5px 0;
}

form {
	margin: 0;
	padding: 0;
}


/****************************** FOOTER ********************************/
.content-cleaner {
	background:url(../images/bg/footer.gif) center top no-repeat;
	clear:both;
	height:25px;
}

#footer a {
	color: #999;
	text-decoration: underline;
	text-align: center;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
}

#footer-links {
	

	height:30px;
	margin:10px auto;
}

#footer-links ul, #footer-links ul li {
	display:inline;
	margin:0;
	padding:0;
}

#footer-links ul li a {
	background:url(../images/bg/footer-divider.gif) no-repeat right center;
	font-size:0.7em;
	padding:0 6px 0 0;
	color:#42515A;
	text-decoration:none;
}

#footer-links ul li a.last {
	background:none;
	padding:0;
}

