/* CSS Document */

<!--
/* COMMON STYLING */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #65686f;
	text-align:center;
}
body {
	background-color: #d1d2d4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	font-weight:bold;
color: #008470;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
color: #008470;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
color: #008470;
}
a:active {
	text-decoration: none;
	font-weight:bold;
color: #008470;
}
/* TEXT STYLING */
/*.greenLink a, .greenLink a:link, .greenLink a:visited, .greenLink a:active {
font-weight:bold;
color: #008470;
text-decoration:none;
}*/

.small, .small a {
font-size: 10px;
color: #65686f;
}
.small a:hover {
text-decoration:underline;
color: #008470;
}
.greenLink a:hover {
text-decoration:underline;
}
.lgGreen {
font-size: 18px;
color: #008470;
font-weight: normal;
}
.pullOuts {
font-size: 18px;
line-height: 22px;
color: #008470;
font-weight: bold;
font-style:italic;
}

/* FORM STYLING */
.formFields {
border: 1px solid #65686f;
width: 90%;
font-size:12px;
}
.formFields2 {
border: 1px solid #65686f;
font-size:12px;
}
.submitButton {
background-color: #008470;
color:#FFFFFF;
border: 0;
font-size:12px;
}
.resetButton {
background-color: #000000;
color:#FFFFFF;
border: 0;
font-size:12px;
}
.errorTable {
	background-color:#FFCCCC;
	border: 1px solid #FF0000;
	padding: 20px;
}

/* DIV STYLING */
#wrapper {
width: 800px;
height: auto;
background-color:#FFFFFF;
padding: 14px;
text-align:left;
margin: 0 auto;
}
#header {
height:92px;
}
#inner {
border-top: 1px solid #65686f;
border-bottom: 1px solid #65686f;
height: auto;
width: 100%;
}
#footer {
width: 100%;
height: 20px;
text-align:right;
margin-top: 10px;
}
#leftColumn {
width: 196px;
text-align:left;
float:left;
}
#rightColumn {
width: 153px;
text-align:left;
padding: 14px;
}
#middleColumn {
width: 394px;
padding: 14px;
height: auto;
text-align:left;
}
#middleColumn2 {
width: 575px;
padding: 14px;
height: auto;
text-align:left;
}
#middleColumnNews {
width: 575px;
padding: 14px;
text-align:left;
height: auto;
}
#middleColumn td, #middleColumnNews td, #middleColumn2 td {
text-align:left;
}
.floatLeft {
float:left;
margin-right: 25px;
margin-bottom: 25px;
}
.floatRight {
float:right;
margin-left: 25px;
margin-bottom: 25px;
}
#cpwmSitemap ul, #middleColumn a {
margin: 0px;
padding-bottom: 5px;
padding-left: 0px;
padding-top: 5px;
list-style:none;
color: #008470;
}
#cpwmSitemap ul li {
padding-bottom: 3px;
}
#cpwmSitemap ul ul {
list-style: disc;
padding-left: 25px;
}
#cpwmSitemap ul ul ul {
list-style: circle;
padding-left: 15px;
}
#randomImage {
height:200px;
border-left: 1px solid #65686f;
border-bottom: 1px solid #65686F;
}

/* setup general nav styling */
#nav, #nav ul {
margin: 0;
list-style: none; 
line-height: 22px;
padding: 0;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
background-color: #65686f;
}

/* style up the nav buttons throughout each level */
#nav a, #nav a:link, #nav a:visited, #nav a:active {
display: block;
text-decoration:none;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
border: 0;
}

#nav a:hover {
text-decoration:underline;
}

/* style up 1st level items */
#nav li {
margin: 0;
padding-left: 5px;
background: #65686f;
border-bottom: solid 1px white;
line-height:22px;
}

/* turn on 2nd level if 1st level is active */
#nav li.active ul {
display: block;
margin-left: -5px;
padding-left: 10px;
border: 0;
background-color: #65686f;
}

/* turn off 2nd level if 1st level is not active */
#nav li ul {
display: none;
}

/* if 1st level nav is active, change 1st level colour */
#nav li.active {
background-color: #008470;
border-bottom: 1px solid #FFFFFF;
}

/* style up all 3rd level items */
#nav li.active ul li {
background-color: #65686f;
color: #FFFFFF;
border: 0;
}

/* if 2nd level nav is active, change 2nd level colour */
#nav li.active ul li.active {
margin-left: -10px;
padding-left: 15px;
background-color: #00A088;
}

/* turn off 3rd level if not active */
#nav ul ul li {
display:none;
}
/* turn on 3rd level if 2nd level is active */
#nav ul li.active ul li {
margin-left: -20px;
padding-left: 25px;
background-color: #65686F;
display: block;
}
/* change 3rd level colour if 3rd level is active */
#nav ul li.active ul li.active {
margin-left: -20px;
padding-left: 25px;
background-color: #00BFA2;
display: block;
}
form table td {
height: 30px;
}

-->