html, body {
	margin: 0;
	height: 100%;
}

body {
	background: url("../images/header_tile.gif") repeat-x left top;
	color: #363636;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
}

#mainWrapper {
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto; /* negative value is for accommodating footer at bottom */
}

#header {
	background: url("../images/header.jpg") no-repeat center top;
	width: 980px;
	height: 92px;
	margin: 0 auto;
}

#navBar {
	background: url("../images/nav_bg.jpg") no-repeat center top;
	width: 810px; /* 980 actual */
	height: 32px;
	margin: 0 auto;
	padding-left: 165px;
}

#homeBtn {
	float: left;
}

#banner {
	text-align: center;
	margin-bottom: 25px;
}

#content {
	float: left;
	padding-bottom: 20px;
}

.colfull {
	width: 980px;
	padding: 0 20px 0 0;
}

.col01 {
	float: left;
	width: 680px; /* 700 actual */
	padding: 0 20px 0 0;
}

.col02 {
	float: right;
/* 	background: url("../images/sidebar_right_top.jpg") no-repeat center top; */
	width: 260px; /* 280 actual */
	margin: 25px 0 0 0;
	padding: 0 0 0 19px;
	border-left: 1px dotted #e7b521;
	font-size: 11px;
}

#push { /* use for keeping footer at bottom. same height as footer  */
	clear: both;
	height: 40px;
}

#footer {
	clear: both;
	width: 980px;
	height: 37px; /* 40 actual */
	margin: 0 auto;
	padding: 3px 0 0 0;
	background: url("../images/footer_top.gif") no-repeat center top;
	background-color: #50682a;
	text-align: center;
}

.legal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #d5d99c;
}

/* !TAG MODS */

h1 {
	font-size: 16px;
	color: #50682a;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #CCC;
}

h1.urgent {
	background: url("../images/icon_info.gif") no-repeat left center;
	height: 48px;
	border: 0px;
	line-height: 48px;
	padding: 0;
	text-indent: 60px;
}

h2 {
	font-size: 12px;
	color: #b3862d;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 30px;
}

img {
	border: none;
}

img.fade:hover {
	opacity: .6;
}

.col02 h1 {
	font-size: 11px;
	color: #cc9933;
	text-transform: uppercase;
	border: none;
}

input.field {
	border: 1px solid #b3862d;
	background: #fff; /* #f2ead2 */
	line-height: 18px;
}

input.required {
	margin: 2px 0;
	padding: 2px;
	border: 1px solid #7d4c42;
	background: #e48b7a;
}

textarea {
/*
	border: 1px solid #b3862d;
	background: #fff;
*/
}

select {
/* 	border: 1px solid #b3862d; */
}

hr {
	clear: both;
	padding: 10px 0;
	border: none;
}

label {
	font-size: 11px;
}

/* !LINK MANAGEMENT */

a:link {
	color: #a0410d;
	text-decoration: underline;
}

a:visited {
	color: #969696;
	text-decoration: underline;
}

a:hover, a:active {
	color: #;
	text-decoration: none;
}

a.donation { /* Make a Donation button */
/* 	float: left; */
	position: relative;
	left: 733px;
	display: block;
	width: 213px;
	height: 27px;
	background: url("../images/btn_makeadonation.gif") no-repeat;
}

a:hover.donation {
	background-position: -213px 0;
}

a.home, div.home { /* Home button */
	display: block;
	width: 32px;
	height: 32px;
	background: url("../images/btn_home.gif") no-repeat left center;
}

a:hover.home {
	background-position: right center;
}

a.external {
	background: url("../images/icon_external_link.gif") no-repeat right center;
	padding-right: 14px;
}

a.play {
	display: block;
	background: url("../images/btn_play.png") no-repeat;
	width: 55px;
	height: 55px;
}

a.play:hover {
	background-position: -55px 0;
}

/* !TABLES */

td.head {
	background: #666;
	color: #FFF;
	letter-spacing: .1em;
	text-indent: 8px;
}

.eventTable {
	margin-left: 20px;
}

.eventTable td {
	padding: 3px 5px;
}

.eventTable td.desc {
	background: #acacac;
/* 	border: 1px solid #b3862d; */
	font-weight: bold;
	text-align: right;
}

.calendar {
	font-size: 10px;
	border: 1px solid #29311C;
}

.calendar td {
	padding: 4px 2px;
}

.calendar .day {
	background-color: #839B5A;
	font-weight: bold;
}

.calendar td.tableheader {
	background-color: #50682A;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}

.calendar td.tablesubheader {
	background-color: #e7b521; /* #839B5A */
	padding: 4px 6px;
	font-size: 10px;
	font-weight: bold;
	color: #29311C;
}

.formsTable {
	font-size: 12px;
}

.formsTable tr.hdr td {
	background: #cbcbcb;
	padding: 2px 0;
	color: #252525;
	font-weight: bold;
/* 	text-transform: uppercase; */
}

.formsTable td {
	padding: 1px 4px;
}

.formsTable tbody.Q td { /* for Survey Questions, etc. */
/* 	border-bottom: 1px dotted #CCC; */
	padding: 6px 4px;
}

.formsTable .submit {
	padding: 10px;
	border-top: 3px solid #DDD;
}

table.general td {
	padding: 0 5px;
}

table.general td.desc {
	width: 50%;
	text-align: right;
}

.event_photos td {
	text-align: center;
	padding: 10px 0;
}

table.poll {
	margin: 20px auto;
}

table.poll td {
	padding: 4px 5px;
	border-bottom: 1px solid #bfbfbf;
}

/* !IMAGES */

.border {
	padding: 1px;
	border: 2px solid #252525;	
}

.picRight {
	float: right;
	margin-left: 12px;
}

.picLeft {
	float: left;
	margin-right: 12px;
}

/* !LISTS */

ul.five-col, ul.sponsor_dogs {
	margin: 12px 0;
	padding: 0;
}

ul.five-col li {
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 20px;
}

ul.sponsor_dogs li {
	list-style: none;
	float: left;
	width: 136px;
	text-align: center;
	margin-bottom: 30px;
}

ul.sponsorList {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet_paw.gif);
	font-weight: bold;
}

ul.form_error {
	background: #f1f1f1;
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
	padding: 20px;
	font-weight: bold;
}

ul.form_error li {
	margin-left: 20px;
}

ul.space li,
ol.space li {
	margin-bottom: 10px;
}

/* !BUTTONS */

a.btn, input.btn {
	float: none;
    display: block;
    margin: 12px auto;
    padding: 12px 15px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    /* CSS3 */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 1px 1px 3px #777;
    -webkit-box-shadow: 1px 1px 3px #777;
    -moz-box-shadow: 1px 1px 3px #777;
    text-shadow: -1px -1px 2px #444;
}

a.green, input.green {
    background: #a0cf4c;
    border: 1px solid #a0cf4c;
    /* CSS3 */
    background: -moz-linear-gradient(100% 100% 90deg, #789c3a, #a0cf4c);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a0cf4c), to(#789c3a));
}

a.green:hover, input.green:hover {
    background: #e7b521;
    border: 1px solid #e7b521;
    /* CSS3 */
    background: -moz-linear-gradient(100% 100% 90deg, #b58e19, #e7b521);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7b521), to(#b58e19));
}
		
/* !MISCELLANEOUS */

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 0;
}

.split {
	width: 320px;
}

.sidebarBox {
	clear: both;
	margin: 0 0 16px 0;
/* 	border-bottom: 3px double #DDD; */
	text-align: center;
}

.sidebarBox_fill {
	clear: both;
	background: #eab40d;
	border: 1px solid #cb9b0d;
	margin-bottom: 16px;
	padding: 12px;
	/* CSS3 for modern browsers */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.gradient_blue {
	background-color: #0e3f61;
	border: 1px solid #0a2a42;
	color: #fff;
	/* CSS3 for modern browsers */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: -moz-linear-gradient(100% 100% 45deg, #0f3653, #1a94d2);
	background: -webkit-gradient(linear, left bottom, right top, from(#0f3653), to(#1a94d2));
}

.breakout_box {
	background: #f2ead2;
	border: 1px solid #252525;
	padding: 5px 10px;
	margin-bottom: 20px;
	/* CSS3 for modern browsers */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.map {
	float: right;
	margin-left: 15px;
	border: 2px solid #50682a;
}

.address {
	margin: 0 0 0 20px;
	padding: 4px 0 4px 10px;
	border-left: 3px solid #e7b521;
}

.toggleDIV {
	border: 1px solid #DDD;
	padding: 5px 15px;
	background-color: #EBEBEB;
}

.tinyText {
	font-size: 10px;
}

div.tooltip {
    display: none;
    background-color: #e7b521;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 450px;
    color: #000;
    text-align: left;
/*     font-size: 12px; */
     /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 5px #464646; 
    -webkit-box-shadow:0 0 5px #464646; 
}

table.walkathon {
	margin: 20px 0;
}

table.walkathon td {
	padding: 3px 0;
	border-bottom: 1px dotted #403117;
}

table.walkathon td.title {
	background: url("../images//walkathon_paw.gif") no-repeat left center;
	height: 25px;
	border-bottom: 2px solid #403117;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #403117; 
	text-indent: 30px;
	text-transform: uppercase;
}

/* !ADVERTISEMENTS */

.ad {
	border: 1px solid #ddd;
}

.voiceover {
	width: 640px; /* 680 actual */
	height: 320px; /* 360 actual */
	padding: 20px;
	background: url("../images/_temp/filmstrip.jpg") no-repeat left top;
}

/* 
jQuery Scrollable
http://flowplayer.org/tools/scrollable.html
*/

div.scrollable {
    position: relative;
    overflow: hidden;
    width: 680px; /* 680 actual */
    height: 220px; /* 220 actual */
/*     padding: 10px; */
    background: #50682a; /* #c41200 */
/*     border: 1px solid #252525; */
}

div.scrollable .items {
    position: absolute;
    width: 20000em;
}

.items div {
	float: left;
}
		
div.scrollable img { 
    float: left;
    margin: 8px;
/*     padding: 2px; */
    border: 2px solid #fff;
    cursor: pointer;
}

div.scrollable img:hover {
	border: 2px solid #cc9933;
}

/*
div.items .active { 
    border: 2px solid #000;
    padding: 0;
}
*/

.navi { 
    margin-left: 312px; 
    width: 200px; 
    height: 20px; 
} 
 
/* items inside navigator */ 
.navi a {
	display: block;
    float: left;
    width: 8px;
    height: 8px;
    margin: 3px;
    background: url(../images/navigator.png) 0 0 no-repeat;
    font-size: 1px;
    cursor: pointer;
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position: 0 -8px;
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position: 0 -16px;
}

/* !jQUERY OVERLAY */

.overlay {
    display: none;
    z-index: 100000;
    background-color: #fff;
    width: 596px; /* 600 actual */
    padding: 2px;
    
    /* CSS3 styling for modern browsers */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.overlay .content {
	width: 566px;/* 596 actual */
	border: 5px solid #4f6827;
	padding: 10px;
	font-size: 12px;
    /* CSS3 styling for modern browsers */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.overlay .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-image: url("../images/btn_close.png");
    cursor: pointer;
    height: 35px;
    width: 35px;
}

#galleria {
	background: none;
	width: 800px;
	height: 400px;
	margin: 0 auto;
}
