@charset "UTF-8";

html { 
	padding:0px;
	margin:0px;
	height: 100%;
	background-image: url(img/rightbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #cad899;
}

body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
	background-color: transparent;
	background-image: url(img/leftbg.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
}

html>body {
 min-height: 100%;
 height: auto;
}

.logo
{
	margin: 11px 0px 0px 20px;
	padding: 0px;
}

#headerleft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 162px;
	width: 110px;
	background-image: url(img/topleftbg.gif);
}
	
#headerright {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 162px;
	width: 110px;
	background-image: url(img/toprightbg.gif);
}

#header {
	margin: 0px 110px 0px 110px;
	height:162px;
	width: auto;
	background-color: #FFFFFF;
	background-image: url(img/birdstop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#centercontainer {
  margin: 0px 110px 0px 110px;
  padding: 0px;  
  min-height: 100%;
  width: auto;
  overflow:hidden;
}

#fact {
	padding-right:15px;
	}

.topdivider {
	margin: 0px;
	padding: 0px;
	position:relative;
	top: 5px;
	height: 13px;
	width: auto;
	background-color: #4398fb;
}

#nav {
	position: absolute;
	right:120px;
	top:117px;
	height: 30px;
	font-color:#66666;
	margin-left:0px;
	list-style-type:none;
	border-right: 1px solid #4398fb;
}

html>body #nav{
	margin-left:0px;
}

#nav li{
	height: 32px;
	list-style-type:none;
	float:left;
	margin:0 0 0 0px;
	padding:0 0 0 5px;
	background:url(img/tabgrey.gif) top left no-repeat;
}
#nav li a{
	color:#666;	
	background:url(img/tabgrey.gif) transparent top right no-repeat;
	display:block;
	padding:8px 2px 0 0;
}
#nav li a:link,
#nav li a:visited{
	font-color:#000000;
	text-decoration:none;
}
#nav li a:hover,
#nav li a:active{
	color:#fff;
	text-decoration:none;
}
#nav li.cur,
#nav li.over,
#nav li:hover
{
	background:url(img/tabblue.gif);
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
	display:block;
	color:#000000;
	padding:8px 2px 0 0;
	text-decoration:none;
	background:url(img/tabblue.gif) transparent top right no-repeat;
}
ul {
	font-size: .85em;
	margin: 0px;
	padding: 0px;
}

#containermain {
	float: left;
	left: 120px;
	width: 72%;
	margin: 0px 0px 0px 0px;
	height: auto;
	}
	
#containerside {
	float: right;
	right: 120px;
	width: 23%;
	margin: 0px 0px 0px 0px;
	height: auto;
	}

#roundedmain {
	width:100%;
	margin:20px 0px 20px 15px;
	background:#fff url(img/leftside.gif) repeat-y left top;
	}
	
#roundedside {
	width:100%;
	margin:20px 0px 20px -15px;
	background:#fff url(img/leftside.gif) repeat-y left top;
	}


.top {
	width:100%;
	height:20px;
	background:url(img/top.gif) no-repeat left top;
	}

.top span {
	display:block;
	position:relative;
	height:20px;
	background:url(img/topright.gif) no-repeat right top;
	}

.boxcontent {
	position:relative;
	background:url(img/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 20px;
	margin:-1px 0 -40px 0;
	}

.bottom {
	width:100%;
	height:60px;
	background:url(img/bottom.gif) no-repeat left bottom;
	clear:both;
	}

.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(img/bottomright.gif) no-repeat right top;
	clear:both;
	}

.clr {
	clear:both;
}


/*************** TEXT ***************/	

blockquote {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin:1em 1em 0em 1.4em;
	padding:1em;
	min-width: 25em;
	max-width: 33em;
}
	
p a {
	font-size: 1.0em;
	line-height: 1em;
	margin: 0em 0em 0em 0em;
	text-decoration: none;
	font-weight: bold;
	color: #4398fb;
	}
	
p a:link {
	}
	
p a:visited {
	}
	
p a:active {
	}
	
p a:hover {
	text-decoration: underline;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: .4em;
	margin-bottom: .6em;
	line-height: 50%;
	}
	
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 1.6em 0em .4em 0em;
	font-weight: bold;
	font-style: italic;
	line-height: 90%;
	}
	
h3 {
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
	}
	
h4 {
	font-size: .6em;
	margin: .2em 0em .8em 0em;
	font-style: italic;
	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	font-style: normal;
	margin-top: 1.2em;
	margin-right: 0em;
	margin-bottom: 1.2em;
	margin-left: 2em;
	line-height: 50%;
	}
	
img {
	border: 0;
	}
		
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: .4em 0em 1.4em 0em;
	
	}
strong, b {
	font-weight: bold;
	}

#roundedside p {
	font-size: .9em;
	line-height: 1.4em;
	margin: .4em 0em 1.4em 0em;
	}

#roundedside h3 {
	font-size: 1.2em;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
	}
	

p img
{
	border: 1px solid #000000;
}



/*************** FORM ***************/	

form {
	width: 70%;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}


form label {
	display: block;
	width: 100%;
	padding: 0px 0px 1.4em 0px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.field-first,
form label.field-organization,
form label.field-location,
form label.field-email {
	clear: left;
}


form label.field-first,
form label.field-last,
form label.field-location,
form label.field-email,
form label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

form label.field-first input,
form label.field-last input,
form label.field-email input,
form label.field-city input,
form label.field-phone input {
	float: left;
	width: 150px;
	padding: 0px;
}

form label.field-organization {
	float: left;
	width: 70%;
	margin: 0px 0px 0px 0px;
}

form label.field-organization input {
	float: left;
	width: 310px;
	padding: 0px;
}

textarea {
	display: block;
}

form textarea {
	margin-top: 3px;
}

/*************** OTHER ***************/	
.video {
	border: 1px solid #000000;
	}

.imgleft {
	float: left;
	margin: 0px 10px 0px 0px;
	}

.imgright {
	float: right;
	margin: 0px 0px 0px 10px;
	}

.number {
	margin-right: 0px;
	margin-left: 1.2em;
	}
	
.geeseimg {
	margin: 0px 10px -20px 0px;
	border: 0px;
	}

.objvid {
	margin: .8em .8em .8em 0em;
	float:left;
}

.lbphoto {
	margin: 0px 15px 15px 0px;
	border: 3px #dddddd solid;
}

#dogphotos {
	width:93%;
	margin:1em 1em 1em 1.4em;
	}

/*************** LIGHTBOX ***************/	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
