/* CSS Document - CodeGreen unique attributes */

/*---------- GLOBAL DEFINITIONS ----------*/
#mainTable {
	border: 2px solid #33561d;
}

/*---------- TOP NAVIGATION DEFINITIONS ----------*/

#topNav {
	background-color:#33561d;
}

#bottomNav {
	background-color:#33561d;
}


/*---------- LEFT NAVIGATION CELL DEFINITIONS ----------*/
#leftNav {
	border-right: 2px solid #33561D;
}

/*---------- RIGHT CONTENT PLACEHOLDER DEFINITION ----------*/
#rightContent{
	width:576px;
	background-color: #fff;
	vertical-align: top;
}

/*-------- BREADCRUMBS MODULE ---------------*/

#home #breadcrumbs {
	color:#000;
	background-color: #80ab33;
}
#home #breadcrumbs a {
	color:#000;
}

/* ============= MIDDLE CONTENT =============*/

#home #mainImageHome img {
	border-bottom: 2px solid #33561D;
}

#home #mainImage img {
	border-bottom: 2px solid #33561D;
}
#home #regMainContent .middleContainer a {
	color:#164636;
	text-decoration:underline;
}
#home #regMainContent .middleContainer a:hover {
	color:#000000;
}
#home #regMainContent .middleContainer a:visited {
	color:#164636;
}
#home #regMainContent .middleContainer li {
	list-style-image:url(/images/corporate/codegreen/leafBullet.png);
}

/* ============= RIGHT NAV =============*/

#home #rightNav table {
	width:100%;
	background-color:#eef4d1;
}
#home #rightNav a {
	color:#666666;
}

/* ============= RIGHT NAV IMAGE =============*/
#home .rtImg {
	width:122px;
	padding-bottom: 8px;
}
#home .rtImg img {
	border:0px;
}


/*================ Template 3 - WITHOUT LEFT NAV and RIGHT NAV DEFINITIONS ================*/

/*------ MAIN IMAGE ------*/


#noLtRtNav #home #mainImage img {
	border-bottom: 2px solid #33561D;
}


/*================ Template 4 - WITHOUT LEFT NAV DEFINITIONS ================*/

/*------ MAIN IMAGE ------*/

#noLtNav #home #mainImage img {
	border-bottom: 2px solid #33561D;
}


