@charset "UTF-8";
/*******************************************************************
 * Dogs Deserve It Style Sheet			                                       *
 *******************************************************************/

body {
font-family: Helvetica, sans-serif;
font-size:12px;
background: #578326;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
background-image: url(images/bg_v01.gif);
background-repeat: repeat-x;
background-color: #578326;
background-position: top center;
}

/*******************************************************************
 * Common Elements			                                       *
 *******************************************************************/
#wrapper {
width:740px;
margin: 0 auto;
}



img, a img {
  border: none;
}
a:link, a:visited {
color: #52247F;
text-decoration: none;
}

a:hover {
color: #52247F;
text-decoration: underline;
}

a:active, a.active {
color: #52247F;
text-decoration: none;
}
p {
color: #000000;
margin-top: 0;
line-height: 135%;
}
p.green {
color: #578326;
}
p.callbox {
padding: 15px 15px 15px 15px;
background-color: #d7d1e5;
border-style:double;
border-color:#9D9FA2;
text-align: left;
width:425px;
}
p.bottom_certification {
font-size:12px;
color:#000;
}
h1 {
	font-size: 150%;
	color: #52247F;
	margin-bottom: 0px;
	text-align: left;
}

h2 {
  font-size: 125%;
color: #52247F;
}

h3 {
  font-size: 110%;
color: #52247F;
}

h4 {
  font-size: 105%;
color: #52247F;
}

h5 {
  font-size: 103%;
color: #52247F;
}
h6 {
font-size: 175%;
color: #52247F;
margin-top: 0px;
margin-bottom: 0px;
}
ul,main {
	margin: 1em 1.5em 1em 1em;
	padding: 0;
	color: #52247F;
	list-style-typle:circle;
	text-align: left;
}

ol {
	margin: 1em 1.5em 1em 2.5em;
	padding: 0;
	color: #52247F;
	text-align: left;
}

ol li, ul li {
	margin: 0.5em 0.5em 0.5em 1em;
	text-align: left;
}

ol li a, ol li a:link, ol li a:visited {
color: #52247F;
text-decoration: none;
}
ol li a:hover, ol li a.active {
color: #52247F;
text-decoration: underline;
}

/*******************************************************************
 * Top Content Area Background					                   *
 *******************************************************************/
#container_top {
background: #ff0000;
background-image: url(images/ddi_top_v2T.gif);
background-repeat: no-repeat;
background-color: #fff;
background-position: top center;
height:208px;
width:740px;
margin: 0;
margin-top: 0px;
text-align: left; /* this overrides the text-align: center on the body element. */
}

#logo {
padding: 147px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin: 0 auto;
/* margin-left: 20px; */
text-align: left; /* this overrides the text-align: center on the body element. */
float: left;
}

#tagline {
padding: 40px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin-top: 0px;
margin-right: 18px;
font-size: 16px;
font-weight: bold;
color:#e9eff9;
text-align: right; /* this overrides the text-align: center on the body element. */
}
#topcontact {
padding: 18px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin-top: 0px;
margin-right: 18px;
text-align: right; /* this overrides the text-align: center on the body element. */
}
#headline {
padding: 30px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin-top: 0px;
margin-bottom: 0px;
margin-left: 192px;
text-align: left; /* this overrides the text-align: center on the body element. */
}

/*******************************************************************
 * Navigation Bar			                                       *
 *******************************************************************/
#navbar {
margin: 0 auto;
z-index:10000;
text-align: left;
font-size: 13px;
font-weight: bold;
padding: 10px 0px 0px 0px;
color:#52247F;
float: left;
}
#navbar ul /* Primary links */
  {
margin: 0;
padding: 0;
text-align: left;
}
#navbar ul.subnav /* Secondary links */
  {
margin: 0;
padding: 0 0 0 12px;
text-align: left;
}
#navbar li
{
list-style: none;
}
#navbar li a, li a:link, li a:visited {
color: #9D9FA2;
padding: 0px 0px 0px 15px;
text-decoration: none;
}
#navbar li a:hover, li a.active {
color: #52247F;
background: url(images/nav_bg.gif) #fff top left no-repeat;
padding: 0px 0px 0px 15px;
text-decoration: none;
}
#navbar li.selected a, li.selected a:link, li.selected a:visited {
color: #52247F;
background: url(images/nav_bg.gif) #fff top left no-repeat;
padding: 0px 0px 0px 15px;
text-decoration: none;
}
#navbar li.selected a:hover, li.selected a.active {
color: #52247F;
background: url(images/nav_bg.gif) #fff top left no-repeat;
padding: 0px 0px 0px 15px;
text-decoration: none;
}
#navbar li.not_selected a, li.not_selected a:link, li.not_selected a:visited {
color: #9D9FA2;
padding: 0px 0px 0px 15px;
text-decoration: none;
background: #fff;
}
#navbar li.not_selected a:hover, li.not_selected a.active {
color: #52247F;
background: url(images/nav_bg.gif) #fff top left no-repeat;
padding: 0px 0px 0px 15px;
text-decoration: none;
}

/*******************************************************************
 * Middle Content Area Background					                   *
 *******************************************************************/
#container_mid {
background: #ff0000;
background-image: url(images/ddi_mid_v1T.gif);
background-repeat: no-repeat;
background-color: #fff;
background-position: top center;
width:740px;
margin: 0 auto;
margin-top: 0px;
text-align: left; /* this overrides the text-align: center on the body element. */
}
#main_content {
	padding: 10px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-left: 50px;
	width:650px;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

/*******************************************************************
 * Bottom Content Area Background					                   *
 *******************************************************************/
#container_btm {
background-image: url(images/ddi_btm_v2T.gif);
background-repeat: no-repeat;
background-position: top center;
height:62px;
width:740px;
margin: 0 auto;
margin-top: 0px;
text-align: center; /* this overrides the text-align: center on the body element. */
}

/*******************************************************************
 * Bottom Links				                                       *
 *******************************************************************/
#container_btm_links {
	padding: 60px 0px 10px 0px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 85%;
	text-align: center;
}
ul.btm_links
{
text-align: center;
}
li.btm_links
{
display: inline;
padding: 0 0 0 0;
margin: 0;
}
li.btm_links a, li.btm_links a:link, li.btm_links a:visited {
color: #FFFFFF;
padding: 0 0 0 10px;
margin: 0;
}
li.btm_links a:hover, li.btm_links a.active {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0 0 0 10px;
	margin: 0;
	text-align: center;
}
p.btm_links a, p.btm_links a:link, p.btm_links a:visited {
color: #000;
}
p.btm_links a:hover, p.btm_links a.active {
color: #000;
text-decoration: underline;
}

/*Dropdown menu*/

ul.bullet li {
	list-style:circle;
	text-align:left;
}

li ul {
    display: none;
	padding:0;
margin:0;
list-style-type:circle;
}

li {
padding:0;
margin:0;
display:inline;	
}

li:hover > ul {
	display: block;
	padding:0;
	margin:0;
	list-style-type:none;
}

#bullets {
list-style-type:circle;

}

