/* Start of CMSMS style sheet 'ResizableText' */
*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:100.01%;
	background:#F7F7F7;
	color:#000;
	/* text-align:center;  shouldn't need this for modern browsers... */
 }

.hidden {
	display: none;
}

.clearing {
   clear: both;
}

table.puppy-table  {
   border: 2px solid #bbb;
   width: 90%;
   border-collapse: collapse;
}

table.puppy-table td, th {
   border: 1px solid #ddd;
   padding: .25em 1em;
   margin: 0;
}

#page-container {
  width:50em;
  margin:0 auto;
  min-width: 610px; /* make sure the page stays at least as wide as the header image */
  text-align: left;
  border: 1px solid #000;
}

#header {
  height: 180px;
  background: #e0e0ff;
}

#middle{
  height: .1%;  /* force 'haslayout' in ie */
  clear: both;
  text-align:left;
  font-size:.8em;
  border:0;
  background: #77562f;
  padding:10px 10px 10px 10px;
}

#page-area {
  height: .1%;    /* force 'haslayout' in ie */
  clear: both;
  background: #fff;
  color: #000;
}

#vert-nav,  #news {
  float: left;
  width: 15em;
}

#vert-nav ul {
  list-style-type: none;
  height: 0.1%;
}
 
#vert-nav .padding {
  height: 0.1%;
}

#vert-nav .padding, #news .padding, #content .padding {
  padding: 1em;
}

#content {
	margin-left: 15em;
}

img.right {
     float: right;
     border: 0;
     margin: 10px 0 5px 10px;
}

#content blockquote {
     margin-left: 1em;
     color: #77562f;
     font-style: italic;
     font-size: 120%;
}

img.left {
     float: left;
     border: 0;
     margin: 10px 10px 5px 0;
}

#content p{
  line-height: 1.5em;
  padding-bottom: 0.5em;
}

h1{
  font-size: 2.3em;
  padding:0;
  color:#369;
  font-family:"trebuchet ms",Arial,sans-serif;
  text-transform:uppercase;
  font-weight:normal;
  letter-spacing:-1px;
}

h2{
  font-size:1.5em;
  padding: .2em .5em .2em .5em;
  margin-bottom: .5em;
  border: 1px solid #ddd;
  color: #77562f;
  font-family:"trebuchet ms",Arial,sans-serif;
  text-transform:uppercase;
  font-weight:normal;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
  font-family:"trebuchet ms",Arial,sans-serif;
  color: #483318;
}

p + h2 {
    margin-top: .8em;
}
 
p + h3, h3.clearing {
    padding-top: .8em;
}
 
#content ul{
  list-style-type:square;
  margin-left:2em;
}

#content li{
  padding:5px 0;
}

.nextprev{
  padding:1em;
  font-weight:bold;
  text-align:right;
}

pre{
  font-size:1.1em;
  font-family:courier,monospace;
  margin-bottom:.5em;
  padding:1em;
  border-left:#eee 2px solid;
  overflow: auto;
}

#content a:link, #content a:visited {
  color:#369;
}

#content a:hover,#content a:active{
  color:#036;
  text-decoration:none;
}

/* navigation */
#horiz-nav{
  clear:both;
  margin-left:4px;
  float:left;
  list-style-type:none;	
  padding-bottom: 0;
}

/* hack for ie */
html>body #horiz-nav{
  margin-left:8px;
}

#horiz-nav li{
  list-style-type:none;
  float:left;
  margin:0 0 0 4px;
  padding:0 0 0 10px;
}
#horiz-nav li a{
  text-decoration:none;
  color: #000;
  display:block;
  padding:.4em 10px .4em 0;
}
#horiz-nav li.over a,
#horiz-nav li:hover a
{
  font-weight: normal;
}

#horiz-nav li strong{
  display:block;
  padding:.4em 10px .4em 0;
}

li#anc.over a,
li#anc:hover a
{
  font-weight: normal;
}
li#cur strong
{
  font-weight: bold;
}

/* LEFT IMAGE */
/* Default to an inactive tab */
#horiz-nav li {
  background:url(uploads/images/tabinactive.gif) #D8C38F top left no-repeat;
}

/* Handle general hover case */
#horiz-nav li.over,
#horiz-nav li:hover
{
  background:url(uploads/images/tabhover.gif) #FFE681 top left no-repeat;
}

/* handle case of current or ancestor tab */
li#cur,
li#cur.over,
li#cur:hover,
li#anc
{
  background:url(uploads/images/tabactive.gif) #FFF top left no-repeat;
}

/* handle case of hovering over an ancestor tab */
li#anc.over,
li#anc:hover
{
  background:url(uploads/images/tabhover.gif) #FFE681 top left no-repeat;
}

/* RIGHT IMAGE */
/* Default to an inactive tab */
#horiz-nav li a {
  background:url(uploads/images/tabinactive.gif) transparent top right no-repeat;
}

/* Handle general hover case */
#horiz-nav li.over a,
#horiz-nav li:hover a
{
  background:url(uploads/images/tabhover.gif) transparent top right no-repeat;
}

/* handle case of current or ancestor tab */
li#cur strong,
li#anc a
{
  background:url(uploads/images/tabactive.gif) transparent top right no-repeat;
}

/* handle case of hovering over an ancestor tab */
li#anc.over a,
li#anc:hover a
{
  background:url(uploads/images/tabhover.gif) transparent top right no-repeat;
}

#footer {
  clear: both;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: .6em;
  background: #483318;
  color: #fff;
  padding: 1.5em 2em;
  text-align: center;
}

#footer a, #footer a:visited, #footer a:hover {
  color: #D8C38F;
  text-decoration: none;
}

#footer a:hover {
    color: #FFE681;
}

/* Start of CMSMS style sheet 'Simple - Vertical Modified' */
/********************

MENU

*********************/

#vert-nav, #news {
   padding-left: 0;
   margin-left: 0;
   height: 0.1%;  /* hack for ie force 'haslayout' property */
}

#vert-nav ul {
   margin: 0;
   padding: 0;
}

#vert-nav>ul {
  margin: 0;
  padding: 0;
}

#vert-nav>ul>li {
   margin: 0;
   padding: 0;
}
#vert-nav>ul>li>a {
   font-size: 1.2em;
}

/* menu li block */
#vert-nav li {
   list-style: none;
   height: 0.1%;
}

#vert-nav a {
  height: 0.1%; 
}

/* first level links */
div#vert-nav a {
   text-decoration:none; /* no underline for links */
   display: block;
   padding: .5em 0;
}

div#vert-nav ul a {
  padding-left: 0.5em;
  background-color: #D59758;  /* was 197948 */
  color: #fff;                                 /* this will be link color for all levels */
}

div#vert-nav ul ul a {
  padding-left: 1.5em;
   color: #000; /* this will be link color for all levels */
   background-color: #D8C38F;
}

div#vert-nav ul ul ul a {
  padding-left: 2.5em;
   color: #000; /* this will be link color for all levels */
   background-color: #eee;
}

/* hover state for all links */
div#vert-nav a:hover {
   background-color: #FFE681;
   color: #000; /* this will be link color for all levels */
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#vert-nav ul h3 {
   background-color: #D59758;
   color: #fff;
   display: block; 
   font-size: 1.2em;      
   font-style: italic;                     /* instead of the normal font size for <h3> */
   margin: 0; 
   padding: .5em 0 .5em 0.5em;
  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#vert-nav ul ul h3 {
   color: #000; /* this will be link color for all levels */
   background-color: #D8C38F;
   font-size: 1.2em;
   font-style: italic;
   padding: .5em 0 .5em 1.5em;
}

div#vert-nav, div#news {
   border: 0;
}

#vert-nav li, #vert-nav h3, #vert-nav a {
  border-style: solid;
  border-color: #77562f;
}
#vert-nav ul li {
   border-width: 1px 1px 0 1px;
}
#vert-nav ul li h3 {
   border-width: 0 0 1px 0;
}

#vert-nav ul li a {
   border-width: 0 0 1px 0;
}

#vert-nav ul ul li {
   border-width: 0 0 1px 0;
}
#vert-nav ul ul h3 {
   border-width: 0 0 0 0;
}
#vert-nav ul ul li a {
   border-width: 0 0 0 0;
}




/* End of 'Simple - Vertical Modified' */

/* End of 'ResizableText' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'body only' */
#content {
	margin-left: 0;
}

/* End of 'body only' */

