@charset "utf-8";

body {
	background-color: #b1c781;
	margin: 0px 0px 0px 0px;
}
li {
	position:relative;
}
#siteWrapper {
	position:relative;
	width:950px;
	margin: 0px auto 0px auto;
	background-image: url(images/shadows.jpg);
	background-repeat: repeat-y;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#pageWrapper {
	width:900px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
}
#pageWrapper a {
	color: #be6801;
	text-decoration: underline;
}
#logo {
	float: left;
}
#sitemap {
	float: right;
}
#navWrapper {
	clear: both;
}
#navbar {
	background-image: url(images/nav_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}

#banner {
	padding: 0px;
	margin: 0px;
}
#footer {
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
}
.moreBtn {
	width: 80%; 
	text-align:right;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:900px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:900px;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	/*background:#f4f4f4;*/		/* right column background colour */
	background: #f4f4f4 url(images/fade_bg.jpg) repeat-x top left;
}
.threecol .colmid {
	right:300px;			/* width of the right column */
	background:#ffffff;		/* center column background colour */
	border-right: solid 1px #bbbbbb;
}
.threecol .colleft {
	right:300px;			/* width of the middle column */
	/*background:#f4f4f4;*/	/* left column background colour */
	background: #f4f4f4 url(images/fade_bg.jpg) repeat-x top left;
	border-right: solid 1px #bbbbbb;
}
.threecol .col1 {
	width:280px;			/* width of center column content (column width minus padding on either side) */
	left:910px;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:280px;			/* Width of left column content (column width minus padding on either side) */
	left:330px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:280px;			/* Width of right column content (column width minus padding on either side) */
	left:650px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}



/* --------- */
/* 2 Column settings right main*/
.twocolRightMain {
	background:#fff;		/* right column background colour */
}
.twocolRightMain .colmid {
	right:600px;			/* width of the right column */
	/*background:#ffffff;*/		/* center column background colour */
	background: #f4f4f4 url(images/fade_bg.jpg) repeat-x top left;
	border-right: solid 1px #bbbbbb;
}
.twocolRightMain .col1 {
	width:570px;			/* width of center column content (column width minus padding on either side) */
	left:910px;			/* 100% plus left padding of center column */
}
.twocolRightMain .col2 {
	width:280px;			/* Width of left column content (column width minus padding on either side) */
	left:40px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

/* ------------ */

/* --------- */
/* 2 Column settings left main */
.twocolLeftMain {
	/*background:#eee;*/		/* right column background colour */
	background: #f4f4f4 url(images/fade_bg.jpg) repeat-x top left;
}
.twocolLeftMain .colmid {
	right:300px;			/* width of the right column */
	background:#ffffff;		/* center column background colour */
	border-right: solid 1px #bbbbbb;
}
.twocolLeftMain .col1 {
	width:280px;			/* width of center column content (column width minus padding on either side) */
	left:910px;			/* 100% plus left padding of center column */
}
.twocolLeftMain .col2 {
	width:550px;			/* Width of left column content (column width minus padding on either side) */
	left:40px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

/* ------------ */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2f004a;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2f004a;
	font-weight: bold;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2f004a;
	font-weight: bold;
	margin-bottom: 0px;
}

ul.green {
	/*list-style-type: square;
	color: #6a9616;
	font-size: 22px;*/
	margin-top: -5px;
}
ul.green li {
  list-style: none;
  background-image: url(images/bullet_green.gif);
  background-position: left 6px;
  background-repeat: no-repeat;
  padding-left: 18px;  /* space for the image */
  margin-left: -18px;
}


ul.orange {
	/*list-style-type: square;
	color: #6a9616;
	font-size: 22px;*/
	margin-top: -5px;
}
ul.orange li {
  list-style: none;
  background-image: url(images/bullet_brightOrange.gif);
  background-position: left 6px;
  background-repeat: no-repeat;
  padding-left: 18px;  /* space for the image */
  margin-left: -18px;
}

.specialBold {
	color: #330066;
	font-weight: bold;
	font-size: 120%;
}
.specialBold2 {
	background-color: #000000;
	color: #ff8a00;
	font-weight: bold;
	font-size: 120%;
	padding: 4px 8px 4px 8px;
}

.outline {
	border: solid 1px #666666;
	background-color: #e4e4e4;
}

.downloadTitle {
	font-family: Arial, Helvetica, sans-serif;
	color:#006b43;
	font-size: 13px;
	font-weight: normal;
	padding-left: 15px;
	text-decoration: underline;
	background: transparent url('images/icons/download.gif') no-repeat left 2px;
}
	.downloadTitle a{
		color:#006b43;
		text-decoration: underline;
	}
.backLink {
	font-family: Arial, Helvetica, sans-serif;
	color:#006b43;
	font-size: 13px;
	font-weight: normal;
	padding-left: 15px;
	text-decoration: underline;
	background: transparent url('images/icons/backLink.gif') no-repeat left 3px;
}
	.backLink a{
		color:#006b43;
		text-decoration: underline;
	}

.indent {
	padding-left:20px;
}
.spread {
	line-height: 24px;
}