/* css for SLC PPD */
/* CSS Reset see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img { border: none; }

/* CSS clearing floats see http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* added Oct 2008 */
* html .haslayout {
  zoom: 1; 
}
*:first-child+html .haslayout {
  zoom: 1; 
}

/* ========================================================================= */


a {
  cursor: pointer; cursor: hand;  
}

body {
 background: #fff ;
 color: #008000;
 font: 62.5%/1.5em Verdana,  Arial, "Lucida Grande", LucidaGrande,  sans-serif; 
 width: 99.9%;
}
img { border: none; }

#wrapper {
  background: #fff;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	font-size: 2em;
	line-height: 1.8em;
}
h1 {
 font-size: 1.5em;
 font-weight: bold; 
 text-align: center;
 margin-bottom: 1em;
}
h2 {
 font-size: 1.2em;
 font-weight: normal; 
 text-align: left;
 margin-bottom: 1em;
}
ul {
 padding: 20px 0; 
}
li {
 padding-left: 100px; 
}
p { margin: 0.75em 0; }
a {
 color: #008000;
 text-decoration: none; 
 font-weight: bold;
}
a:hover {
 color: #008000;
 text-decoration: underline; 
 font-weight: bold;
}
#header {
	background: url(images/slcppinc-header.png) no-repeat 0 0;
	width: 800px;
	height: 400px;
}
#subfooter {  
  text-align: center;
}

#footer {
  font-size: 0.6em;
  line-height: 1.2em;
  text-align: center;
  color: #c1b995;
	clear: both;
}
#footer a {
 color: #c1b995;
 text-decoration: none; 
 font-weight: normal;
}
#footer a:hover {
 color: #c1b995;
 text-decoration: underline;  
 font-weight: normal;
}

#Awrapper {
  background: #fff;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	font-size: 1.4em;
	line-height: 1.5em;
}
#Awrapper #footer {
  font-size: 0.9em;
}
.small {
 font-size: 10px;
}
b {
  font-weight: bold;
}
p.submenu {
 color: #888; 
}

p.submenu a {
 font-weight: bold;
 color: #888; 
 text-decoration: none;
}
p.submenu a:hover {
 font-weight: bold;
 color: #444; 
 text-decoration: underline;
}
