@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border:none;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat;
	background-image: url(images/brownbackground.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h2 {
	font-size: 16px;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #container #footer a {
	color: #FFFFCC;
}

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/logoinbrownwithpawprint.gif);
	height: 149px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 18px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
}
.twoColFixLtHdr#sidebarbox  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	
	}
.twoColFixLtHdr   #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #footer {
	background-image: url(images/footer.gif);
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	display: block;
	padding-bottom: 0px;
	height: 75px;
} 
.twoColFixLtHdr #footer p {

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.twoColFixLtHdr #container #Navbar {
	width: 780px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/elegant2.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu, #menu ul {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	border-bottom:1px solid #fff;
	background-color: #cccc99;
	background-image: url(images/blank_bw_green.gif);
}
#menu {
	padding-left:30px;
	width:750px;
}
#menu li.first {border-left:1px solid #fff;}
#menu table {border-collapse:collapse; width:0; height:0; padding:0; margin:-1px;}
#menu ul {position:absolute; left:-9999px;}
#menu li {float:left; border-right:1px solid #fff;}

#menu li a {
	white-space:nowrap;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#000;
	padding:0 20px 0 10px;
	background-image: url(images/blank_bw_green.gif);
}
#menu li a.drop {
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu li a:hover {
	position:relative;
	color:#000000;
	background-image: url(images/blank_over_bw_green.gif);
}
#menu li:hover {position:relative;}
#menu li:hover > a {
	color:#000000;
}

#menu :hover ul {left:-1px; top:30px; width:120px; background:url(trans.gif); padding-top:1px; border-bottom:0;}
#menu :hover ul li a {border-left:1px solid #fff; height:20px; line-height:20px; width:120px; border-bottom:1px solid #fff; font-size:12px;}
#menu :hover ul li a.right {
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: 135px center;
	background-color: #e4e4b7;
}

#menu :hover ul ul {left:-9999px; padding-top:0;}
#menu :hover ul li.fly a:hover {
	padding-left:161px;
	border-bottom-color:#000;
	background-color: #cccc99;
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu :hover ul li.fly:hover > a {
	padding-left:160px;
	border-bottom-color:#000;
	background-color: #cccc99;
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu :hover ul :hover ul {left:150px; top:21px;}
#menu :hover ul :hover ul ul {left:-9999px;}

#menu :hover ul :hover ul li a:hover {
	padding-left:10px;
	border-color:#fff;
	background-color: #cccc99;
}
#menu :hover ul :hover ul li.fly a:hover {
	padding-left:161px;
	border-bottom-color:#000;
	background-color: cccc99;
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu :hover ul :hover ul li.fly:hover > a {
	padding-left:160px;
	border-bottom-color:#000;
	background-color: cccc99;
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu :hover ul :hover ul :hover ul {left:150px;}
#menu :hover ul :hover ul :hover ul li a:hover {
	padding-left:10px;
	border-color:#fff;
	background:cccc99;
}
li.orangebullet {
	list-style-image:url(images/pawbullet19orange.png);
	padding-top: 10px;
	list-style-position: outside;
}
li.brownbullet {
	list-style-image:url(images/pawbullet19px.png);
	padding-top: 10px;
}

.markermenu{
width: 180px; /*width of menu*/
}

.markermenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0;
	border: 1px none #9A9A9A;
}

.markermenu ul li a{
	color: #000000;
	display: block;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url(images/verticalbuttonup.gif);
	background-position: center center;
	border-bottom-style: none;
	text-indent: 35px;
	height: 22px;
	width: 180px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 180px;
	padding-bottom: 8px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #000000;
}

.markermenu ul li a:hover{
	color: black;
	background-image:url(images/verticalbuttonhover.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


/*Css rules for photo Gallery*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery {
	width:575px;
	height:360px;
	position:relative;
	background-color: #f8f8f8;
	background-image: url(images/gallery_backgroung.gif);
}
#gallery ul {list-style:none; padding:5px; margin:0; width:195px; float:right; height:219px; overflow:auto;}
#gallery ul li {
	width:50px;
	height:50px;
	float:left;
	margin:0 4px 4px 0;
	border:1px solid #444;
	cursor:pointer;
}
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {
	display:none;
	position:absolute;
	left:370px;
	top:235px;
	width:200px;
	font-family:verdana, arial, sans-serif;
	color:#06a;
	font-size:11px;
	line-height:15px;
	text-align:justify;
}
#gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:5px auto 0 auto; width:320px; height:240px; border:1px solid #fff;}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#fc0; background:#f8f8f8; cursor:default;}

#gallery ul li.click i {
	position:absolute;
	left:0;
	top:0;
	width:397px;
	height:355px;
}

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

#gallery ul li.click span {display:block;}
h1 {
	font-size: 18px;
}
.twoColFixLtHdr #container #sidebar1 #sidebarbox #twitter_div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
