/* +++ default styles +++ */
* { padding:0;margin:0; }

body {
	font-family:arial, helvetica, sans-serif;
	background:url('images/bg-bg.jpg') 0 0 repeat;
	font-size:62.5%;
	color:#636363;
}

a {
	color:#636363;
}

img {
	border:none;
}

p,h1,h2,h3,h4,h5 {
	margin-bottom:1em;
}

td {
	vertical-align:top;
}

/* +++ main layout styles +++ */
#pageContainer {
	font-size:1.2em;
	background:url('images/bg.jpg') 0 0 repeat-x;
}

#pageContainer-2 {
	background:url('images/top-bg.jpg') top center no-repeat;
}

#wrapper {
	/*width:766px;*/
	width:1176px;
	text-align:left;
	margin:auto;
	position:relative;
}

/* +++ header styles +++ */
#header {
	background:url('images/header.jpg') 0 0 no-repeat;
	height:178px;
}

#header h1 {
	display:none;
}

#header h2 {
	background:url('images/logo.jpg') 0 0 no-repeat;
	width:394px;
	height:121px;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	left:267px;
}

	/* nav */
#header ul, #header ul li {
	list-style:none;
	display:inline;
}

#header ul {
	position:absolute;
	top:147px;
	left:325px;
}

#header ul li a {
	display:block;
	float:left;
	width:95px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
	color:#B8B8B8;
}

.home #header ul li.home a,
#header ul li.home a:hover {
	color:#DE0300;
}

#header ul li.about a {
	text-indent:2px;
}

#header ul li.event a, #header ul li.contact a {
	text-indent:4px;
}

#header ul li.contact a {
	text-indent:8px;
}


.about #header ul li.about a,
#header ul li.about a:hover {
	color:#FFC208;
}

.event #header ul li.event a,
#header ul li.event a:hover {
	color:#04E300;
}

.contact #header ul li.contact a,
#header ul li.contact a:hover {
	color:#07E0E9;
}
	/* /end nav */
	
#header p.promo {
	position:absolute;
	left:45px;
	top:148px;
	line-height:1.25em;
	font-weight:bold;
	font-size:1.08em;
}

#header img.dog {
	position:absolute;
	top:278px;
	left:43px;
}

#sponsors {
	z-index:5;
	position:absolute;
	top:115px;
	/*right:-185px;*/
	right:-10px;
	width:400px;
}

#sponsors h4 {
	font-size:12px;
}

#sponsors div {
	margin-bottom:2em;
	float:left;
	display:inline;
}

#sponsors div.petEnthusiast {
	float:none;
}

#sponsors img {
	display:block;
	margin-bottom:5px;
}

#sponsors p {
	clear:both;
}

#sponsors div.jacobson {
	padding:0 45px 0 0;
}

#sponsors div.petsmart {
	padding:40px 0 0 30px;
}

/* +++ content styles +++ */

#content {
	float:left;
	display:inline;
	width:435px;
	margin-left:301px;
}

#content img {
	border:0px #737369 solid;
}

#content .top {
	background: url('images/content-top-bg.jpg') 0 0 repeat-y;
}

#content .top .container {
	background: url('images/content-top.jpg') bottom left no-repeat;
	min-height:146px;
    height:auto !important;
	height:146px;
}

/* inner-container for both top and bottom */
#content .inner-container {
	padding:15px 35px 15px 30px;
}

#content .bottom {
	background: url('images/content-bottom-bg.jpg') 0 0 repeat-y;
}

#content .bottom .container {
	background: url('images/content-bottom.jpg') 0 0 no-repeat;
	min-height:223px;
    height:auto !important;
	height:223px;
}

#content .bottom .inner-container {
	padding-bottom:10px;
	width:370px;
}

#content .bottom, #content .bottom .container, #content .bottom .inner-container {
	float:left;
}

/* +++ footer styles +++ */
#footer {
	background:url('images/footer.jpg') 301px 0 no-repeat;
	height:153px;
	clear:both;
}

#footer p {
	padding:33px 468px 0 325px;
	text-align:center;
}


/* +++ home-page styles +++ */
.home #content h2 {
	background: url('images/h-welcome.gif') 0 0 no-repeat;
	width:334px;
	height:21px;
	text-indent:-9999px;
}

.home #content .entertainment, 
.home #content .education, 
.home #content .vendors {
float:left;	
}

.home #content .bottom h3 {
	margin-bottom:.5em;
}

.home #content .entertainment {
width:138px;	
}

.home #content .education {
width:118px;	
}

.home #content .vendors {
width:114px;	
}

.home #content .entertainment h3 {
	background:url('images/h-entertainment.gif') 0 0 no-repeat;
	text-indent:-9999px;
}

.home #content .entertainment img {
	border:0px #737369 solid;
}

.home #content .entertainment p {
	padding:0 10px;
}

.home #content .education h3 {
	background:url('images/h-education-1.gif') 0 0 no-repeat;
	text-indent:-9999px;
}

.home #content .education p {
	padding-right:10px;
}


.home #content .vendors h3 {
	background:url('images/h-vendors-2.gif') 0 0 no-repeat;
	text-indent:-9999px;
}

/* +++ about-page styles +++ */
.about #content .top img {
	float:right;
	margin:0 0 10px 10px;
}

.about #content .top h3 {
	background:url('images/h-aboutUs.gif') 0 0 no-repeat;
	width:85px;
	height:17px;
	text-indent:-9999px;
}


.about #content .bottom img {
	border:none;
}

.about #content .bottom ul, .about #content .bottom li {
	list-style:none;
	padding:0;
	margin:0;
}

.about #content .bottom ul {
	margin:0 0 0 25px;
}

.about #content .bottom li {
	margin:1px 0;
}

.about #content .bottom li a {
	background:url('images/list-bg.jpg') 0 0 no-repeat;
	display:block;
	width:177px;
	height:17px;
	line-height:17px;
	font-size:12px;
	text-indent:20px;
	font-weight:bold;
	text-decoration:none;
}

.about #content .bottom li a:hover {
	text-decoration:underline;
}

/* +++ sponsors +++ */
.event #content .top .comingSoon {
	margin-bottom:2.5em;
}

	/* main headings */
.event #content .top h3#eventSchedule, .event #content .top h3#education {
	background:url('images/h-event.gif') 0 0 no-repeat;
	width:132px;
	height:17px;
	text-indent:-9999px;
	clear:both;
	margin-top:1em;
}

.event #content .top h3#eventSchedule, .event #content .top h3#education {
	background:url('images/h-event.gif') 0 0 no-repeat;
}

.event #content .top h3#education {
	background:url('images/h-education.gif') 0 0 no-repeat;
}


.event #content .bottom h3 {
	background:url('images/h-vendors.gif') 0 0 no-repeat;
	width:73px;
	height:17px;
	text-indent:-9999px;
}


.event #content .top a:hover {
	text-decoration:none;
}

.event #content .bottom li {
	list-style:none;
	background:url('images/bullet-red.jpg') 0 3px no-repeat;
	text-indent:15px;
}

.event #content div.entertainment, 
.event #content div.education, 
.event #content div.vendors {
float:left;	
}

.event #content .bottom h3 {
	margin-bottom:.5em;
}

.event #content .entertainment {
width:138px;	
}

.event #content .education {
width:118px;	
}

.event #content .vendors {
width:114px;	
}

.event #content .entertainment h3 {
	background:url('images/h-entertainment.gif') 0 0 no-repeat;
	text-indent:-9999px;
}

.event #content .entertainment img {
	border:0px #737369 solid;
}

.event #content .entertainment p {
	padding:0 10px;
}

.event #content .education h3 {
	background:url('images/h-education-1.gif') 0 0 no-repeat;
	text-indent:-9999px;
}

.event #content .education p {
	padding-right:10px;
}


.event #content .vendors h3 {
	background:url('images/h-vendors-2.gif') 0 0 no-repeat;
	text-indent:-9999px;
}


.event td {
	padding:2px 5px;
}

.event td.time {
	width:100px;
}
 