/* Content blocks for use on pages with sidepanel */

#header {
	margin: 0px 0px 0px 180px;
	padding: 10px 20px 20px;
	background-color: #bcdec6;
	font-size: 12pt;
}
#menu {
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin: 0px 0px 0px 180px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-left: 180px;
}
#footer {
	padding-right: 30px;
	padding-left: 200px;
	padding-top: 25px;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	clear: both;
}
#sidepanel {
	background-color: #bcdec6;
	margin: 0px 10px 10px;
	padding: 10px;
	float: left;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* #sidepanel p {
	color: #660000;
	font-size: smaller;
} */

/* Content blocks for use on pages without sidepanel */

#header_2 {
	margin: 0px;
	padding: 20px 20px 20px 100px;
	background-color: #bcdec6;
	font-size: 12pt;
}
#header_how {
	margin: 0px;
	padding: 20px 20px 20px 50px;
	background-color: #bcdec6;
	background-image: url(images/howmain.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 209px;
	font-size: 12pt;
}
#header_work {
	margin: 0px;
	padding: 20px 20px 20px 50px;
	background-color: #bcdec6;
	background-image: url(images/workmain_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 209px;
	font-size: 12pt;
}
#header_why {
	margin: 0px;
	padding: 20px 20px 20px 280px;
	background-color: #bcdec6;
	background-image: url(images/justin2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 209px;
	font-size: 12pt;
}
#menu_2 {
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content_2 {
	padding-right: 20px;
	padding-left: 100px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#footer_2 {
	padding-right: 30px;
	padding-left: 100px;
	padding-top: 25px;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}

/* Other tag styles etc. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	color: #000000;
	margin: 0px;
	padding-top: .5em;
	padding-bottom: .3em;
	font-size: 170%;
	font-weight: normal;
}
h2 {
	color: #e23925;
	margin: 0px;
	padding-top: .3em;
	padding-bottom: .3em;
	font-size: 130%;
	font-weight: normal;
}
h3 {
	margin: 0px;
	padding-top: .3em;
	padding-bottom: .3em;
	font-size: 120%;
	font-weight: normal;
}
p {
	padding: 0.1em;
	margin: 0.1em;
}

ul {
	list-style-image: url(images/bullet.gif);
	padding: 0.6em 0.1em 0.5em;
	margin: 0.1em 0.1em 0.1em 25px;
	list-style-position: inside;
	list-style-type: circle;
}

li {
	list-style-image: url(images/bullet.gif);
	padding: 0px 0.2em 0.4em;
	margin: 0px 0em 0em 0.1em;
	list-style-position: outside;
	list-style-type: circle;
	vertical-align: middle;
}

.pf_thumb {
	text-align: left;
	vertical-align: top;
	height: 140px;
	width: 120px;
}

.pf_text {
	text-align: left;
	vertical-align: top;
}

.textnav {
  font-size: smaller;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.credits {
  font-size: smaller;
  font-style: italic;
  text-align: center;
}
.black {color: #000000; }
.red {color: #e23925; }
.yellow_bg {
	color: #000000;
	background-color: #FFFF00;
}
.yellow_bg60 {
	color: #000000;
	background-color: #FFCC00;
	margin: 0px;
	width: 60%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}

