html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/* font-size: 100%; */
	font-family: inherit; 
	/* vertical-align: baseline; */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color:#FFFFFF;	
}
ol, ul {
	list-style: none;
}

strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	/* font-weight: normal; */
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */

body{
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;	
	background-image: url(../images/spaniel/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */
img{
	behavior: url(../styles/iepngfix.htc);
}
td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 12px; */
	line-height: 120%;
	color: #000;
}

a{
	color: #003266;
	text-decoration: none;
}

a:hover{
	color: #003266;
}
ol, ul{
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 30px; 
}
.subMenuItem{
	background-color:#ffffff;
	margin-left: 40px; 
	color:#eeeeee;
}
.subMenuItemSelected{
	background-color:#eeeeee;
	margin-left: 40px; 
	color:#213886;
}
h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333333;
	padding-bottom: 6px;
	line-height: 22px;
	font-weight: normal;
}
h2{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 16px;
	padding-bottom: 8px;
	color:#333333;
	font-weight: normal;
}

h3{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	color:#333333;
	font-weight:normal;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 0px;
	color: #333;
	font-weight: bold;	
}

h5{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #333;
	font-weight: normal;
	font-style: italic;	
}


p{
	margin: 0;
	padding: 0;
	padding-bottom: 16px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;	
}
input, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	border: 1px solid #333333;
}

ul{
	list-style-position: outside;
	/* list-style-type: disc; */
	list-style-type: none;
	margin-left: 15px;
	font-size: 12px;
	
}
ol{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 19px;
	font-size: 12px;
}
/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */

#wrapper{
	margin: 0;
	padding: 0;
	width: 100%;
}
#siteContainer{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	clear: both;
}
#topContainer{
	margin: 0;
	padding: 0;
	border-bottom:1ps solid #663300;
	min-height: 138px;
	position: relative;
}
#topContainerUpper{
	min-height: 59px;
	background-image: url(../images/spaniel/top_upper_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#logoContainer{
	float: left;
	padding-left: 35px;
	padding-top: 23px;
}
#menuArea{
	width: 728px;
	padding-right: 70px;
	padding-top: 32px;
	height: 26px;
	overflow: hidden;
	float: right;
}
#menuContainer{
	width: 728px;
	height: 26px;
	overflow: hidden;
}
.menuItemContainer{
	float: left;
	margin-right: 5px;
}
.menuItemLeft{
	width: 12px;
	height: 26px;
	float: left;
}
.menuItemMid{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	height: 21px;
	float: left;
}
.menuItemMid a{
	color: #000000;
	text-transform: uppercase;
}
.menuItemRight{
	width: 12px;
	height: 26px;
	float: left;
}
.menuItemLeftSel{
	width: 12px;
	background-image: url(../images/spaniel/menu_sel_left.gif);
	background-repeat: no-repeat;
	height: 26px;
	float: left;
}
.menuItemMidSel{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	height: 21px;
	background-image: url(../images/spaniel/menu_sel_mid.gif);
	background-repeat: repeat-x;
	float: left;
}
.menuItemMidSel a{
	text-transform: uppercase;
	color: #FFFFFF;
}
.menuItemRightSel{
	width: 12px;
	background-image: url(../images/spaniel/menu_sel_right.gif);
	background-repeat: no-repeat;
	height: 26px;
	float: left;
}
#subMenuContainer{
	margin: 0;
	padding: 0;
	width: 203px;
	padding-left: 10px;
	padding-top: 6px;
	margin-bottom: 15px;
}
#subMenuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subMenuContainer li{
	margin: 0 auto;
	width: 196px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-image: url(../images/spaniel/submenu_split.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#subMenuContainer li.selected, #subMenuContainer li.selected a:hover{
	background-color: #FFFFFF;
	color: #333333;
}
#subMenuContainer li a{
	color: #333333;
	font-size: 12px;
}

#subMenuContainer li.selected a{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
#subMenuContainer li a:hover{
	text-decoration:underline;

}
#subMenuContainer li.subMenuItem a:hover{
	color: #000000;
	text-decoration:underline;
}
#subMenuContainer li.subMenuItemSelected a:hover{
	color: #000000;
}

#subMenuContainer ul li.selected ul{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 205px;
	padding-top: 3px;
	line-height: 100%;
}
#subMenuContainer ul ul li{
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#subMenuContainer ul li.selected ul li a, #subMenuContainer ul ul li a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#subMenuContainer ul li.selected ul li.selected a{
	font-size: 11px;
	font-weight: bold;
}
#topContainerLower{
	min-height: 82px;
	background-image: url(../images/spaniel/top_lower_bg.jpg);
	background-repeat: no-repeat;
}
#breadcrumbContainer{
	padding-right: 56px;
	padding-top: 7px;
	color: #000000;
	float: right;
	width: 728px;
	font-size: 11px;
}
#breadcrumbContainer a{
	color: #000000;
}
#breadcrumbContainer a:hover{
	color: #000099;
	text-decoration:underline;
}
#printText{
	float: left;
	width: 100px;
	padding-right: 15px;
	text-align: right;
	padding-top: 4px;
	font-size: 11px;
	color: #FFFFFF;
}
#printButton{
	float: left;
	width: 16px;
	padding-right: 5px;
}
#feedsText{
	float: left;
	width: 49px;
	padding-right: 5px;
	text-align: right;
	padding-top: 4px;
	font-size: 11px;
	color: #FFFFFF;
}
#feedsButton{
	float: left;
	width: 16px;
	padding-top: 1px;
	padding-right: 15px;
}
#loginText{
	float: left;
	width: 105px;
	padding-top: 4px;
	font-size: 11px;
	color: #FFFFFF;
}
#loginButton{
	float: left;
	width: 61px;
	padding-top: 1px;
	padding-right: 10px;
}
#midContainer{
	margin: 0;
	padding: 0;
	clear: both;
	width: 998px;
	position: relative;
	padding-left: 13px;
	padding-right: 13px;
	background-image: url(../images/spaniel/box_mid_bg.jpg);
	background-repeat: repeat-y;
}
.banner{
	position: absolute;
	top: -56px;
	left: 1013px;
}
#contentArea{
	background-color: #FFFFFF;
	background-image: url(../images/spaniel/contentarea_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 735px;
}
#leftContentArea{
	float: left;
	width: 214px;
	padding-top: 0px;
}
.imageBannerFrame198{
	width: 198px;
	padding-right: 4px;
	margin-bottom: 7px;
	height: 262px;
	position: relative;
	overflow: hidden;
}
.imageBannerBorder{
	position: absolute;
	width: 198px;
	height: 262px;
	overflow: hidden;
	z-index: 1000;
	top: 0px;
	right: 4px;
	background-image: url(../images/spaniel/imageframe_198x262.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.whitebox572Container{
	width: 572px;
	margin-bottom: 8px;
}
.whitebox774Container{
	width: 774px;
	margin-bottom: 8px;
}
.whitebox572Top{
	background-image: url(../images/spaniel/whitebox_572_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 1px;
}
.whitebox774Top{
	background-image: url(../images/spaniel/whitebox_774_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 1px;
}
.whitebox572Mid{
	background-color: #FFFFFF;
	min-height: 400px;
	padding-left: 35px;
	padding-right: 35px;
}
.whitebox572Bottom{
	background-image: url(../images/spaniel/whitebox_572_btm.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.whitebox774Bottom{
	background-image: url(../images/spaniel/whitebox_774_btm.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.whitebox404Container{
	margin: 0;
	padding: 0;
	width: 404px;
	margin-bottom: 8px;
}
.whitebox404Top{
	background-image: url(../images/spaniel/whitebox_404_top.gif);
	background-repeat: no-repeat;
	height: 7px;
	font-size: 1px;
}
.whitebox404Mid{
	background-color: #FFFFFF;
	min-height: 400px;
	padding-left: 10px;
	padding-right: 10px;
}
.whitebox774Mid{
	background-color: #FFFFFF;
	min-height: 600px;
	padding-left: 10px;
	padding-right: 10px;
}
.whitebox404Bottom{
	background-image: url(../images/spaniel/whitebox_404_btm.gif);
	background-repeat: no-repeat;
	height: 7px;
}
.whitebox205Container{
	width: 205px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 6px;
}
.whitebox205Top{
	background-image: url(../images/spaniel/whitebox_205_top.gif);
	background-repeat: no-repeat;
	height: 8px;
	font-size: 1px;
}
.whitebox205Mid{
	background-color: #FFFFFF;
	min-height: 100px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	font-size: 11px;
	color: #666666;
}
.whitebox205Bottom{
	background-image: url(../images/spaniel/whitebox_205_btm.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.whitebox198Container{
	width: 198px;
	padding-right: 4px;
	margin-bottom: 6px;
}
.whitebox198Top{
	background-image: url(../images/spaniel/whitebox_198_top.gif);
	background-repeat: no-repeat;
	height: 8px;
	font-size: 1px;
}
.whitebox198Mid{
	background-color: #FFFFFF;
	min-height: 100px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	font-size: 11px;
	color: #666666;
}
.whitebox198Bottom{
	background-image: url(../images/spaniel/whitebox_198_btm.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.whitebox161Container{
	margin: 0;
	padding: 0;
	width: 161px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 6px;
}
.whitebox161Top{
	background-image: url(../images/spaniel/whitebox_161_top.gif);
	background-repeat: no-repeat;
	height: 8px;
	font-size: 1px;
}
.whitebox161Mid{
	background-color: #FFFFFF;
	min-height: 150px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-size: 11px;
	color: #666666;
}
.whitebox161Bottom{
	background-image: url(../images/spaniel/whitebox_161_btm.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.whitebox205Mid img{
	margin-bottom: 5px;
}
.whitebox161Mid p{
	font-size: 11px;
	color: #666666;
}
.whitebox198Mid p{
	font-size: 11px;
	color: #666666;
}
#searchContainer{
	width: 198px;
	height: 26px;
	margin-left: 3px;
	margin-bottom: 8px;
}
#searchText{
	width: 140px;
	height: 23px;
	padding-left: 10px;
	padding-top: 3px;
	float: left;
	background-image: url(../images/spaniel/search_bg.gif);
	background-repeat: no-repeat;
}
#searchText input{
	background: none;
	border: none;
	font-size: 12px;
}
#searchButton{
	width: 48px;
	height: 26px;
	float: left;
}
.imageBanners{
	padding: 10px;
}
#rightContentArea{
	float: left;
	width: 784px;
	padding-top: 15px;
}
#leftSubContentArea{
	float: left;	
	width: 581px;
}
#contentContainerWide{
	clear: both;
}
#contentSplitContainer{
	clear: both;	
}

#contentSplitLeftContainer{
	margin: 0;
	padding: 0;
	width: 404px;
	float: left;
}

#contentSplitRightContainer{
	width: 177px;
	margin: 0;
	padding: 0;
	float: left;
}
#rightSubContentArea{
	float: left;
	width: 198px;
}
.articleListWide{
	clear: both;
	margin-top: 15px;
	padding-top: 15px;
	background-image: url(../images/spaniel/content_divider.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#bottomContainer{	
	clear: both;
	background-image: url(../images/spaniel/box_bottom.gif);
	padding-top: 27px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
	color: #666666;
}
#logoArea{
	padding-left: 11px;
	padding-top: 7px;
	float: left;
}
#topMenuContainer{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	height: 37px;
	padding-left: 23px;
	padding-top: 52px;
}
#topMenu{
	margin: 0;
	padding: 0;
	height: 21px;
	line-height: 140%;
	text-transform: uppercase;
}
#topMenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topMenu li{
	float: left;
	text-decoration: none;
	margin-right: 10px;
}
#topMenu li a{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
}
#topMenu li a:hover{
	color: #FE000C;
	text-decoration: none;
}
	
#topMenu li a.selectedMain{
	color: #FFFFFF;
	background-image: url(../images/spaniel/menu-center-bg.gif);
	background-repeat: repeat-x;
}
#topMenuLeft{
	float: left;
	width: 4px;
	height: 18px;
	background-image: url(../images/spaniel/menu-left-bg.gif);
	background-repeat: no-repeat;
}
#topMenuRight{
	float: left;
	width: 4px;
	height: 18px;
	background-image: url(../images/spaniel/menu-right-bg.gif);
	background-repeat: no-repeat;	
}
#topMenu li a.selected{
	color: #FE000C;
}
#topSubMenu{
	margin: 0;
	padding: 0;
	clear: both;
	height: 16px;
	text-transform: none;
}
#topSubMenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topSubMenu li{
	float: left;
	text-decoration: none;
	margin-right: 15px;
}
#topSubMenu li a{
	color: #000000;
	font-size: 12px;
}
#topSubMenu li a.selected{
	color: #FE000C;
}
#topSubMenu li a:hover{
	color: #FE000C;
	text-decoration: none;
}
.space{
	height: 30px;
}
.imgBoxHeader{
	clear: both;
	margin-bottom: 5px;
}
.textBoxHeader{
	font-size: 10px;
	color: #999999;
}
.normalImageContainer{
	width: 381px;
	clear: both;
	overflow: hidden;
}
.normalTextContainer{
	width: 381px;
	padding-top: 9px;
	clear: both;
}
.wideImageContainer{
	width: 502px;
	clear: both;
	padding-top: 8px;
	overflow: hidden;
}
.wideTextContainer{
	width: 704px;
	padding-top: 15px;
	clear: both;
}
.footer{
	clear: both;
	margin-top: 2px;
	padding-top: 2px;
	height:20px;
	background-image: url(../images/spaniel/footer-divider.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.commentContent
{
	background-color:#e5e5e5;
	margin-bottom:0px;
	padding: 6px;
}
.commentFooter
{
	clear: both;
	margin-bottom: 10px;
	padding-left: 6px;
	color:#FF3300;
}
.commentTexbox
{
	clear: both;
	padding: 2px;
	width:370px;
}
#contentSplitRightContainer a:hover{

	text-decoration:underline;
}


.subMenuItemTree{
	background-color:#ffffff;
	padding:2px 2px 2px 10px;
	padding-top:4px;
	color:#eeeeee;
}
.subMenuItemTreeSelected{
	background-color:#eeeeee;
	padding:2px 2px 2px 10px;
	color:#213886;
}

#valpeliste td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
		
}
.lpad {  padding-left:2px ;}
.lb {  border-left:1px solid black; font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding:2px}
.rb {  border-right:1px solid black; font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding:2px}
.lr_b {  border-left:1px solid black; border-right:1px solid black; font-family: Arial, Helvetica, sans-serif; font-size: 10px;}
.lrt_b { border-top:1px solid black; border-left:1px solid black; border-right:1px solid black; font-family: Arial, Helvetica, sans-serif; font-size: 10px;}
.lrb_b { border-left:1px solid black; border-right:1px solid black; border-bottom:1px solid black; font-family:Helvetica; font-size:10px; }
.bottom { border-bottom:1px solid black; font-family:Helvetica; font-size:10px; }
.top { border-top:1px solid black; font-family:Helvetica; font-size:10px; }
.borders { border:1px solid black; font-family:Helvetica; font-size:14px; }
.trb {  border-top:1px solid black; border-right:1px solid black; border-bottom:1px solid black;}
.head10 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 10pt; background-color: #eeeeee}
.link {  font-family: Verdana, Arial, Helvetica, sans-serif; color:#0000CC; text-decoration: none  }
