/* Pretty Stuff
================================== */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 Tombola, Verdana, sans-serif;
  background-color:#D4D4D4;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.6em;
}
td.id {
  font-size: 1.4em;
}
td.id.small {
	font-size: 1.2em;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}

li {
background-image: url(blackpaw20.gif);
background-repeat: no-repeat;
background-position: 0.4em;
padding-left: 2.0em;
}
li.nopaw {
	background-image:none;
background-position: 0.4em;
padding-left: 2.0em;
}	

h1, h2, p {
  margin: 1em 0;
}


#wrapper {
  background-color: #fff;
}

#branding {
  height: 219px;
  background-color:#b0b0b0;
  padding: 20px;
}


#mainNav {
  list-style: none;
  background-color:#eee;
}

#footer {
  background-color:#b0b0b0;
  padding: 4px 20px;
  font-size: 1.0em;
}

#mainContent a:link {
	color: #993300;
	text-decoration: none;
	}
	
#mainContent a:active {
	color: #993300;
	text-decoration: none;
	}
#mainContent a:visited {
	color: #999900;
	text-decoration: none;
	}
#mainContent a:hover {
	color: #993300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	}


#secondaryContent {
  background-color:#eee;
}

#secondaryContent h1 {
	font-size: 2.0em;
	margin: 0;
	text-align: center;
}
#secondaryContent h2 {
  font: 62.5%/1.6 Tombola, Verdana, sans-serif;
  font-size: 1.7em;
  margin: 0;
}
#secondaryContent a:link, a:visited, a:hover, a:active {
  color: #993300;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  
}
#secondaryContent img {
	border: none;
}
#secondaryContent p {

font: 62.5%/1.6 Tombola, Verdana, sans-serif;
  font-size: 1.7em;
}
#footer a:link, a:visited {
  color: #993300;
  text-decoration: none;
}
#footer a:hover, a:active {
  color: #993300;
  text-decoration: none;
  border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
}
/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 860px;
}

#wrapper {
  width: 820px; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 180px; 
  float: left; 
}

#content { 
  width: 620px; 
  float: right; 
}

#mainContent { 
  width: 370px; 
  margin: 0; 
  float: left; 
}
#mainContent2col { 
  width: 610px; 
  margin: 5px 10px 5px auto; 
  float: left; 
}

#bubblefeature {
     background-image: url(bubblesback.jpg);
    background-repeat: repeat;
       width:370px;
      height:636px;
      visibility: visible;
}
.feature2 img {

	float: right;
	padding: 3px 3px 3px 3px;
	margin: 0 5px 0px 5px;
}
.feature3 img {

	float: left;
	padding: 3px 3px 3px 3px;
	margin: 0 5px 0px 0;
}
#secondaryContent { 
  width: 230px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#footer { 
  clear: both; 
} 

/* Add some padding
================================== */

#mainNav, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav *, #secondaryContent * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}
