/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Tahoma;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 640pt;
	float: right;
	position: absolute;
	left: 5%;
	right: 5%;
	top: 10px;
}

a{
	text-decoration: none;
	list-style-type: none;
	color: #006600;
	font-size: 100%;
}

a:link{
	color: #006600;
	text-decoration: none;
	font-size: 90%;
}

a:visited{
	color: #006600;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

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

h1{
 font-family: Tahoma;
 font-size: 120%;
 color: #006600;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Tahoma;
 font-size: 114%;
 color: #006600;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Tahoma;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Tahoma;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Tahoma;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: none;
}

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

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

label{
 font-family: Tahoma;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 257px;
	background-color: #FFFFFF;
	float: left;
	border-bottom-color: #FFFFFF;
	position: absolute;
	left: -2px;
	top: 7px;
}

#navBar{
	float: left;
	width: 120pt;
}

#headlines{
	float:right;
	padding-right: 10px;
	position: absolute;
	width: 120pt;
	height: 450pt;
}

#content{
	float: left;
	width: 444pt;
	padding-right: 5px;
	position: absolute;
	left: 166px;
	top: 123px;
	height: 408px;
	overflow: visible;
	z-index: 3;
	font-size: 90%;
	background-color: #FFFFFF;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 0 0px;
}


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

#globalNav{
	padding: 0px 0px 0px 10px;
	color: #CCCCCC;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 75%;
	padding: 0 4px 0 0;
	color: #999999;
}

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

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

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

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

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

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #CCCCCC;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


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

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	height: 25px;
	padding-top: 10px;
}
#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 {}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	background-color: #CCCCCC;
}


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

#sectionLinks{
	position: absolute;
	margin: 0px;
	font-size: 70%;
	background-color: #FFFFFF;
	top: 122px;
	width: 96.75pt;
	left: 27px;
	list-style-type: none;
	height: 495px;
	border-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	z-index: 2;
	color: #FFFFFF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 3px 0px 3px 10px;
	background-color: #CCCCCC;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	font-size: 100%;
}

#sectionLinks a:hover{
	color: #006600;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	border-bottom-width: thin;
	font-size: 12px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

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

#advert{
	padding: 30px 0px 10px;
	position: absolute;
	left: 755px;
	top: 305px;
	width: 60px;
}

#advert img{
	display: block;
	position: absolute;
	left: 748px;
	top: 577px;
}


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

#headlines{
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	float: left;
	width: 93.75pt;
	background-color: #FFFFFF;
	position: absolute;
	left: 794px;
	top: 27px;
	height: 558px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-top-style: solid;
	border-top-width: thin;
	border-left-style: solid;
	z-index: 5;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#masthead01 {
	padding: 20px 0px 0px -10px;
	width: 524.25pt;
	float: left;
	position: absolute;
	left: -1px;
	top: 20.25pt;
	height: 69px;
	z-index: 1;
}
#masthead02 {
	padding: 20px 0px 0px -10px;
	width: 525pt;
	float: left;
	position: absolute;
	left: 7px;
	top: 518px;
	height: 52px;
	z-index: 4;
}

#sectionLinks a:active {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#Hundebox {

	float: left;
	width: 427.5pt;
	padding-right: 5px;
	position: absolute;
	left: 13px;
	top: 12px;
	height: 303px;
	z-index: 3;
	font-size: 90%;
	background-color: #FFFFFF;
}

