html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em;}
ul,ol { padding: 2px 0 2px 40px;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
/*table {border-collapse:collapse; border-spacing:0;}*/
td {vertical-align:top;}

#bodyDiv ul, #bodyDiv ol{ overflow: hidden; }

sup{ font-size:8px; vertical-align:top; }

blockquote{ margin: 1.12em 40px; display:block;}

img{ border:none; }

body{ background:#FFFFFF;	margin:0 auto; text-align:center; }

#wrapper{
	margin: 0 auto;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666;
	width:990px;
	background:#FFF;}
	
.titleHR{
	margin:0 0 10px 0;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:100%;
	border:0;}

#bodyDiv{
	text-align:left;
	float:left;
	width:750px;
	margin:0 0 0 30px;
	padding:0 0 20px 0;
	}

#contactMsgDiv{
	width:500px;
	padding:5px;
	background:#FFFFCC;
	border:1px solid #666;
	margin:5px auto;
	}
.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #666;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px; }
	
input.contactSubmitBTN{
	border:3px double #666;
	padding:2px 8px;
	font-weight:bold;}
	
.off{ background:#FFF; }
.over{ background:#CCC; cursor:pointer; }

#headerDiv{
	border-top:0 solid #999;
	border-right:0 solid #999;
	border-bottom:0 solid #999;
	border-left:0 solid #999; }
	
#headerIMG{	display:block;	}


/*****************************************************************************************/
/****                                     TOP NAV                                     ****/
/*****************************************************************************************/

/* Main menu settings */
#topNavDiv {
	clear:both;
	float:left;
	margin:0 0 20px 0;
	background:#333 ;
	padding:0;
	width:100%;
	font: normal bold 15px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(http://puppypi.com/inc/PIE.htc);
}

/* Top menu items */
#topNavDiv ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#topNavDiv ul li {
	margin:2px 1px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
}
#topNavDiv ul li a {
	display:block;
	margin:0;
	padding:6px 20px 8px 20px;
	background:;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#topNavDiv ul li.active a {
	color: #FFF;
	text-decoration: none;
	background: #3366CC;
}
#topNavDiv ul li a:hover {
	color: #FFF; 
	text-decoration: none;
	background: #3366CC;
}
#topNavDiv ul li:hover a,
#topNavDiv ul li.hover a { /* This line is required for IE 6 and below */
	color: #FFF; 
	text-decoration: none;
	background: #3366CC;
}

/* Submenu items */
#topNavDiv ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	padding:4px 0 8px 0; border-right:2px solid #333; border-bottom:2px solid #333; border-left:2px solid #333;
	margin:0 0 0 -2px;
	background:#3366CC;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	/*width:10em;  width of the drop-down menus */
}
#topNavDiv ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#topNavDiv ul ul li a,
#topNavDiv ul li:hover ul li a,
#topNavDiv ul li.hover ul li a { /* This line is required for IE 6 and below */
	padding:4px 20px;
	font: normal bold 15px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	text-align:left;
	
	color: #FFF;
	background: none;
	text-decoration: none;
	white-space:nowrap;
	line-height:1.4em; /* overwrite line-height value from top menu */
	float:left;
	width:100%;
}

#topNavDiv ul ul li.active a {
	color: #FFF !important;
	background: #333 !important;
}

#topNavDiv ul ul li a:hover,
#topNavDiv ul li.active ul li a:hover,
#topNavDiv ul li:hover ul li a:hover,
#topNavDiv ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	color: #FFF; 
	background: #333;
	text-decoration: none;
	white-space:nowrap;
	float:left;
}





/* Flip the last submenu so it stays within the page */
#topNavDiv ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#topNavDiv ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#topNavDiv ul li:hover ul,
#topNavDiv ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}


	
/******************      TOP NAV: NO DROP DOWN      ******************/
#topSubNavUL_NO_DD{
float:right;
margin:4px 0 10px 0;
background:#666 ;
border-top:1px solid #CCC;
border-right:2px solid #CCC;
border-bottom:0px solid #666;
border-left:0px solid #666; }

#topSubNavUL_NO_DD li{
	display:block;
	position:relative;
	text-align:center;
	padding:4px 30px 4px 30px;
	margin: 0 0; }

#topSubNavUL_NO_DD a { font: normal bold 12px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif; }

#topSubNavUL_NO_DD a.topNavLinks:link, #topSubNavUL_NO_DD a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF;
	text-decoration: none; }

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0;
	text-decoration: none; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	

/*****************************************************************************************/
/****                                    LEFT NAV                                     ****/
/*****************************************************************************************/
table.leftNav{
	width:;
	text-align:left;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666; }

#sidebar{
	position:relative;
	float:left;
	width:184px;
	text-align:left;
	background:#E0E0E0 ;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(http://puppypi.com/inc/PIE.htc);
	min-height:300px;
	padding:5px 8px;
	}

table.leftNav td a{
	display: block;
	font: normal bold 12px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	padding:6px 3px 6px 3px;
	margin:1px 0 1px 0; }

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #FFF;
	text-decoration: none; }
	
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }
	
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #000;
	text-decoration: underline;
	background: #E6E6E6; }
	
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }

/******************      LEFT NAV: NO DROP DOWN      ******************/
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 12px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	padding: 0 0 0 15px; }
	
tr.leftNavSub td a:link, tr.leftNavSub td a:visited {   color: #FFF;	}
tr.leftNavSub td a:focus, tr.leftNavSub td a:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }


/*****************************************************************************************/
/****                                     FOOTER                                      ****/
/*****************************************************************************************/
#footerDiv{
	clear:both;
	width:100%;
	text-align:center;
	background:none;
	padding:10px 0 5px 0;
	font:normal normal 11px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	text-align: center;
	color: #CCC;	}


/*****************************************************************************************/
/****                                      FONTS                                      ****/
/*****************************************************************************************/
h1{
	font:normal bold 26px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #333;
	text-align:left;
	margin:0 0 10px 0; }
	
.tagline{
	font:italic bold 14px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin: 0 0 5px 0; }

.bodyText {
	font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:; }
	
.bodyTextRight {
	font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:;
	text-align:right; }
	
.bodyTextBold {
	font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:;
	font-weight:bold; }
	
.bodyTextBoldRight {
	font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:;
	font-weight:bold;
	text-align:right; }

a:link { color: #0066FF; text-decoration: underline;}
a:visited { color: #0066FF; text-decoration: underline;}
a:focus { color: #996633; text-decoration: none;}
a:hover { color: #996633; text-decoration: none;}

a.footerLink:link { color: #999; text-decoration: underline;}
a.footerLink:visited { color: #999; text-decoration: underline;}
a.footerLink:focus { color: #333; text-decoration: none;}
a.footerLink:hover { color: #333; text-decoration: none;}


#slides {
	position:relative;
	z-index:100; }

.slides_container {
	width:570px;
	border:1px solid #666;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
	overflow:hidden;
	position:relative;
	display:none;	/*prevents content flash*/
}

.slides_container div.slide {
	width:570px;
	height:270px;	/*If height not specified height will be set by the slide content*/
	display:block;	/*KEEP*/
}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101; }

#slides .next { left:572px; }

.pagination {
	margin:26px auto 0;
	width:100px; }

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none; }

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../inc/slideshow/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden; }

.pagination li.current a { background-position:0 -12px; }

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30%;
	padding:5px 20px 0 20px;
	background:#000;
	background:url(../images/clear65.png);
	/*background:rgba(0,0,0,.5);*/
	
	width:540px;
	font-size:14px;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none; }

.caption a {
	color:#fff; }






/* TinyMCE editor body */
body.mceContentBody{ background: #FFF; text-align:left; }
body.mceContentBody p{ margin:0; }

#bodyDiv p{ margin:0; }
#bodyDiv table{ font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif; }

#mc_embed_signup{ width:170px; border:1px solid #CCC; background:#F0F0F0; padding:1px; float:right; margin:5px 0;  }
#mc_title{ font:normal bold 13px verdana, arial, sans-serif; color:#000; text-align:center; padding:4px; background:#CCC; margin-bottom:5px; }
.mc_required{ font:italic bold 14px arial, sans-serif; color:red; }

#mc_embed_signup label{ font:normal normal 12px verdana, arial, sans-serif; color:#333; }

#mc_field_div{ padding:0 5px; margin:4px auto; }
#mc-embedded-subscribe-form{ margin:0 auto;}

div.mce_inline_error{
	font-size:12px !important;
	color:red;
	}
	
	
.searchresult{
	padding: 8px 0;
	width:554px; }

.searchresult h3, .searchresult p{
	margin: 0;
	font:normal normal 13px arial, san-serif; }

.searchresult h3 a{
	color: #2200CC;
	text-decoration: underline;
	font:normal normal 16px arial, san-serif; }

.searchresult .resultdesc b{ font-weight:bold; }

.searchresult .resulturl{ color: green; }

.ssi_required{
	color:#CC0000;
	font:italic normal 12px 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
	}


