/* The page, the page! */
/* Defaults */

body {
	font-size: 14px;
	width: 800px;
	color: #000000;
	background:#ffffff;
	font-family:"Times New Roman", Times, serif;
	margin: 2px auto 2px auto;	
}

p {
        margin: 0 1em 10px 1em;
        text-indent: 1em;
        line-height: 1.4em;
}

a:link {
        color: #05D635;
        text-decoration: none;
        }
        
a:visited {
        color: #05D635;
        text-decoration: none;
        }
        
a:hover {
        color: #05D635;
        text-decoration: underline;
        }
        
a:active {
        color: #8A030F;
        text-decoration: none;
        }

div .caption {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
	font-style: italic;
	}

img {
        border: none;
        margin: 0 0 0 0; 
        display: block;
}

.right {
	float: right;
	margin: 3px;
	}

 #content .cimg {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}


#content .title1 {
	text-align: center;
	}

#content .title2 {
	text-align: center;
	}

h1 {
	float: left;
	width: 500px;
	margin: 0;
	padding-left: 115px;
	height: 1.5em;
	font-size: 2.6em;
	font-weight: bold;
	background-image: url(../image/DGLogo2.gif);
	background-repeat: no-repeat;
	padding-top: .6em;
	display: block;
	font-family: "Storybook", "Times New Roman", Times, serif;
	text-align: center;
}

h2 {
	margin-left: .8em;
}

#center {
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
}

#center iframe {
	margin: auto;
}

/* Personalized elements */

#header {
	background: #FFFFFF;
}

#nav {
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 2em;
	height: 1.2em;
}

#nav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#nav ul li {
	display: block;
	float: left;
	width: 20%;
	height: 100%;
	padding: 0;
	border-right: 1px white solid;
}

#nav ul li a:link {
        color: white;
        text-decoration: none;
        background: #69CCC7;
        float: left;
        width: 100%;
        height: 100%;
        text-align: center;
        display: block;
        }
        
#nav ul li  a:visited {
        color: white;
        text-decoration: none;
        background: #69CCC7;
        float: left;
        width: 100%;
        height: 100%;
        text-align: center;
        display: block;
        }
        
#nav ul li  a:hover {
        color: white;
        text-decoration: none;
        background: #65B3AF;
        float: left;
        width: 100%;
        height: 100%;
        text-align: center;
        display: block;
        }
        
#nav ul li  a:active {
        color: white;
        text-decoration: none;
        background: #dddddd;
        float: left;
        width: 100%;
        height: 100%;
        text-align: center;
        display: block;
        }

#nav #last {
	width: 156px;
	border-right: 0;
}

#nav2 {
      font-size: 14pt;
      float: left;
      width: 100%;
      padding-top: 5px;
      padding-bottom: 1px;
      margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

#nav2 ul {
      list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}
      
#nav2 ul li {
	display: block;
	float: left;
	width: 6em;
	height: 100%;
	padding: 0;
}

#nav2 ul li a {
     display: block;
     }

#content {
	/*border: black 1px solid;*/
	background: #ffffff;
	float: left;
	width: 800px;
}

#content .column {
	/* With address box */
	float: left;
	font-style: italic;
	width: 50%;
}

#content .column ul {
	list-style-image: url("../image/small-bone.png");
}

div .col_container {
	/* A place to hold columns */
	float: left;
	width: 800px;
	margin-bottom: 1em;
}

#shop
	{
	list-style-image: url("../image/small-bone.png");
	}

div .addressbox {
	font-size: 1.1em;
	line-height: 1.2em;
	float: right;
	margin: 10px 10px 1px 3px;
	padding: 0 10px 0 10px;
	border: black double 3px;
}

div .addressbox ul {
	margin: 0;
	padding: 0;
}

div .addressbox strong {
	line-height: 1.5em;
}

div .addressbox ul {
	list-style: none;
}

div .linkbox {
	line-height: 1.1em;
	margin-left: 1em;
	padding: 0;
	display: block;
}

div .linkbox a:link {
	color: #65B3AF;
}

div .linkbox a:visited {
	color: #65B3AF;
}

div .linkbox a:hover {
	color: #69CCC7;
}

div .linkbox ul{
	margin-left: 0;
	padding-left: 1em;
}

div .linkbox .name {
	font-weight: bold;
	font-size: 1.2em;
	list-style: none;
	margin-bottom: .2em;
}

.linkbox .line {
	list-style: none;
}

.linkbox p {
	width: 75%;
	margin-top: .2em;
	}

div .linkbox img{
	float: right;
}

#footer {
	border: black 1px solid;
	background: #FF9DEE;
	float: left;
	width: 100%;
	text-align: center;
}

#bottom-spacer {
	float: left;
	width: 100%;
	height: 1em;
}
