/***********************************************/
/* dogundco.css                            */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(design/graupic.jpg);
	background-repeat: repeat-y;
	background-color: #bfbfbf;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #000000;
	}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	color: #000000;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
}

h2{
	font-size: medium;
	color: #808080;
	font-weight: bolder;
}

h3{
	font-size: medium;
	color: #cc6633;
	font-weight: bolder;
	font-style: normal;
}

h4{
	 font-size: small;
	 font-weight: lighter;
	 color: #ffffff;
}

h5{
	font-size: medium;
	color: #ffffff;
	font-weight: normal;
}

h6{
	font-size: large;
	color: #808080;
	font-weight: lighter;
}
	
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #808080;
	width: 100%;
	text-align: center;
	background-color: #808080;
}


#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	}
	

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#apDiv1 {
	position:absolute;
	width:832px;
	height:auto;
	z-index:1;
	left: auto;
	top: 416px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #808080;
}


/*************** #pageName styles **************/

#pageName{
	background-color: #bfbfbf;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	white-space: nowrap;
	padding: 0px 0px 0px 10px;
	background-color: #cc9833;
	font-size: smaller;
	line-height: 20px;
	text-align: center;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	background-color: #cc9833;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	color: #808080;
}
/************** .feature styles ***************/

.feature{
	font-size: medium;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	background-color: #bfbfbf;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .feature1 styles ***************/

.feature1{
	font-size: medium;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}

.feature1 h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	background-color: #bfbfbf;
}

.feature1 img{
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
	background-color: #bfbfbf;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color: #cc9833;
	font-size: 75%;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	list-style-type: none;
	
}

#sectionLinks h1{
	padding: 10px 10px 10px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 90%;
	}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	}



/*********** #breadcrumbLinks styles ***********/

#breadCrumbLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 70%;
	color: #808080;
}

#breadCrumbLinks a:link{
	color: #808080;
	}

#breadCrumbLinks a:visited{
	color: #808080;
	}

#breadCrumbLinks a:hover{
	color: #000000;
	}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 0px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	background-color: #cc9833;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

