* { 
padding : 0;
margin : 0;
} 
body {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 12px;
} 
#wrapper { 
width : 800px;
margin : 5px auto 0 auto;
} 
img {
	padding : 3px;
	border : 1px solid #FFF;
} 
img.floatTL { 
float : left;
margin-right : 7px;
margin-bottom : 7px;
margin-top : 7px;
margin-left : 10px;
} 
img.floatTR { 
float : right;
margin-left : 7px;
margin-bottom : 7px;
margin-top : 7px;
margin-right : 10px;
} 
#one {
	display : inline;
	width : 200px;
	float : left;
	min-height : 70px;
	background-color : #ffff00;
} 
* html #one { 
height : 70px;
} 
#one h1 {
	color: #000;
	font-size: 1.4em;
	padding-left: 15px;
	padding-top: 10px;
}
#two { 
display : inline;
width : 199px;
float : left;
min-height : 70px;
background-color : #299ad4;
border-left : 1px solid #fff;
} 
* html #two { 
height : 70px;
} 
#three { 
border-left : 1px solid #fff;
border-right : 1px solid #fff;
display : inline;
width : 198px;
float : left;
min-height : 70px;
background-color : #6c9626;
} 
* html #three { 
height : 70px;
} 
#four { 
display : inline;
width : 200px;
float : left;
min-height : 70px;
background-color : #e48f00;
} 
* html #four { 
height : 70px;
} 
#two a, #three a, #four a { 
color : #fffffe;
font-family : Verdana;
font-size : 25px;
text-decoration : none;
float : right;
padding-right : 5px;
padding-top : 40px;
} 
#navigation {
	display : inline;
	min-height : 179px;
	float: left;
	width: 199px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
} 
* html #navigation { 
height : 179px;
} 
.navigation { 
float : left;
margin-left : 17px;
margin-top : 17px;
width : 158px;
} 
.navigation ul { 
margin : 0;
padding : 0;
} 
.navigation li {
	list-style : none;
	text-transform : lowercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} 
.navigation li a { 
color : #553;
display : block;
padding : 4px 4px 5px 12px;
text-decoration : none;
font-family : Verdana;
font-size : 0.75em;
font-weight : bold;
} 
.navigation li a:hover { 
color : #553;
} 
#header {
	display : inline;
	width : 598px;
	float : left;
	min-height : 180px;
	background-image : url(images/img/header.png);
	background-repeat : no-repeat;
	border-top-width: 3px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #fff;
	border-right-color: #ccc;
} 
* html #header { 
height : 180px;
} 
#brdl {
	background-color : #299ad4;
	display : inline;
	float : left;
	width : 799px;
	height : 25px;
	border-top : 3px solid #fff;
	margin-bottom : 3px;
} 
#col_one {
	display : inline;
	width : 198px;
	float : left;
	min-height : 440px;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	background-color: #ffff00;
}

* html #col_one { 
height : 440px;
} 
#col_one h2 {
	background-color : #666;
	color : #FFF;
	font-family : verdana;
	font-size : 16px;
	padding-left : 5px;
	padding-top : 3px;
	padding-bottom : 4px;
	margin-right : 1px;
} 
#col_one h3 {
	text-align : center;
	font-family : verdana;
	font-size : 14px;
	padding-top : 10px;
	padding-bottom : 5px;
	font-weight : lighter;
}
#col_one p { 
font-family : verdana;
font-size : 0.75em;
padding-left : 15px;
padding-bottom : 5px;
margin-left : 10px;
margin-right : 10px;
text-align : justify;
padding-right : 20px;
background-color : #eff6ff;
} 
#col_one li {
	padding-top : 5px;
	padding-left : 10px;
	list-style-type : square;
	list-style-position : inside;
}

#col_one a {
	color : #667dfe;
	font-weight : bold;
	text-decoration : underline;
	font-size : 0.8em;
}
#col_two {
	display : inline;
	width : 200px;
	float : left;
	min-height : 440px;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	background-image: url(images/img/col2bg.png);
} 
* html #col_two { 
height : 440px;
} 
#col_two p { 
font-size : 0.9em;
text-align : justify;
background-color : #e6e6e6;
margin-left : 5px;
margin-right : 5px;
margin-top : 5px;
padding : 3px;
} 
#col_two h2 { 
background-color : #299ad4;
color : #f1f1f1;
font-family : verdana;
font-size : 16px;
padding-top : 3px;
padding-left : 5px;
padding-bottom : 4px;
} 
#col_two img { 
margin-top : 5px;
margin-left : 5px;
} 
#col_two h3 { 
text-align : center;
font-family : verdana;
font-size : 14px;
padding-top : 10px;
padding-bottom : 5px;
font-weight : lighter;
} 
#col_two ul {
	margin-left : 1px;
	margin-top : 5px;
	color : #667dff;
} 
#col_two li { 
padding-top : 5px;
padding-left : 10px;
list-style-type : square;
list-style-position : inside;
} 
#col_two a { 
color : #667dfe;
font-weight : bold;
text-decoration : underline;
font-size : 0.8em;
} 
#col_three {
	border-left : 1px solid #fffff0;
	border-right : 1px solid #fffff0;
	display : inline;
	width : 198px;
	float : left;
	min-height : 440px;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	background-image: url(images/img/col3bg.png);
} 
* html #col_three { 
height : 440px;
} 
#col_three p { 
font-size : 0.9em;
text-align : justify;
background-color : #e6e6e6;
margin-left : 5px;
margin-right : 5px;
margin-top : 5px;
padding : 3px;
} 
#col_three h2 { 
background-color : #6c9626;
color : #f1f1f1;
font-family : verdana;
font-size : 16px;
padding-left : 5px;
padding-top : 3px;
padding-bottom : 4px;
} 
#col_three img { 
margin-top : 5px;
margin-left : 5px;
} 
#col_three h3 { 
text-align : center;
font-family : verdana;
font-size : 14px;
padding-top : 10px;
padding-bottom : 5px;
font-weight : lighter;
} 
#col_three a { 
color : #667dfe;
font-weight : bold;
text-decoration : underline;
font-size : 0.8em;
} 
#col_four {
	display : inline;
	width : 200px;
	float : left;
	min-height : 440px;
	border-top : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	background-image: url(images/img/col1bg.png);
} 
* html #col_four { 
height : 440px;
} 
#col_four p {
	font-family : verdana;
	font-size : 10px;
	padding-bottom : 5px;
	margin-top : 5px;
	margin-left : 10px;
	margin-right : 10px;
	text-align : justify;
	background-color : #eff6ff;
} 
#col_four h2 { 
background-color : #e48f00;
color : #f1f1f1;
font-family : verdana;
font-size : 16px;
padding-left : 5px;
padding-top : 3px;
padding-bottom : 4px;
} 
#col_four a { 
color : #48b033;
} 
#footer { 
margin-top : 3px;
border : 1px solid #ccc;
background-color : #299ad4;
display : inline;
float : left;
width : 800px;
padding-top : 5px;
padding-bottom : 5px;
text-align : center;
} 
#footer p { 
padding-top : 5px;
padding-bottom : 5px;
font-size : 0.8em;
} 
#col_three ul {
	margin-left : 1px;
	margin-top : 5px;
	color : #667dff;
}
#col_three li {
	padding-top : 5px;
	padding-left : 10px;
	list-style-type : square;
	list-style-position : inside;
}
#col_four ul {
	margin-left : 1px;
	margin-top : 5px;
	color : #667dff;
}
#col_four li {
	padding-top : 5px;
	padding-left : 10px;
	list-style-type : square;
	list-style-position : inside;
}
#col_four a {
	color : #667dfe;
	font-weight : bold;
	text-decoration : underline;
	font-size : 0.8em;
}
#col_four h2 {
	background-color : #e48f00;
	color : #f1f1f1;
	font-family : verdana;
	font-size : 16px;
	padding-top : 3px;
	padding-left : 5px;
	padding-bottom : 4px;
}
#col_four h3 {
	text-align : center;
	font-family : verdana;
	font-size : 14px;
	padding-top : 10px;
	padding-bottom : 5px;
	font-weight : lighter;
}
#col_twobreed {
	display : inline;
	width : 700px;
	float : none;
	min-height : 440px;
	background-color : #fff;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}
#col_twobreed h2 {
	background-color : #299ad4;
	color : #f1f1f1;
	font-family : verdana;
	font-size : 16px;
	padding-top : 3px;
	padding-left : 5px;
	padding-bottom : 4px;
}
#col_onebreed {
	display : inline;
	width : 800px;
	float : left;
	min-height : 440px;
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	background-image: url(images/img/col1bg.png);
}
#col_onebreed h2 {
	background-color : #000;
	color : #FFF;
	font-family : verdana;
	font-size : 16px;
	padding-left : 5px;
	padding-top : 3px;
	padding-bottom : 4px;
	margin-right : 1px;
}
#brdlbreed {
	background-color : #299ad4;
	display : inline;
	float : left;
	width : 799px;
	height : 25px;
	border-top : 3px solid #fff;
	margin-bottom : 3px;
	color: #FFF;
}
#col_twokolom {
	display : inline;
	width : 398px;
	float : left;
	min-height : 440px;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	background-image: url(images/img/col2bg.png);
}
#col_threekolom {
	border-left : 1px solid #fffff0;
	border-right : 1px solid #fffff0;
	display : inline;
	width : 400px;
	float : left;
	min-height : 440px;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	background-image: url(images/img/col3bg.png);
}

.thumbnail{
	position: absolute;
	z-index: 0;
	padding-left: 10px;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}
