/*-------------------------------------------------------------------------
	-- File:	pawsome_style.css
	-- Purpose: Style sheet definitions for main site
	-- Note:				
	--
	--  History:
			Date				By				Comments
		----------- 			----------	-------------------------------------
	-- 03 JUL 2007		S Martin	Created based on previous style sheet
	-- --------------------------------------------------------------------
*/

/* BEGIN Pre-existing style declarations */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image:   url(../images/backgroundTile_green.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #330099;
}

p {
	color: #330099;

}

.boldOrange {
	font-weight: bold;
	color: #FF9933;
}

.small {
	font-size: 0.7em;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330099;
}

a {
	color:#6600CC;
}

.lightText {
	color: #FFFFCC;
}

.lightBackground {
	background-color: #FFFFCC;
}
/* END Pre-existing style declarations */


.clear {
	clear: both; 
	height: 0px; 
	line-height: 0; 
	font-size: 1px; 
}

#main {
	/*Main content container */
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	height:100%;
	background-image: url(../images/backgroundLeft.gif);
	background-repeat:repeat-y;
}

#topbar {
	width:100%;
	height:250px;
}

#nav {
	width:446px;
	position:relative;
}

#nav .navigation {
	width:100%;
}

#nav .nav_home {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-image:url(../images/header_logo_all.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top left;

}

#nav  a.nav_button {
	display:block;
	width:84px;
	height:64px;
	background-image:url(../images/nav_button.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	vertical-align:middle;
}

#nav  a.nav_button:hover {
	display:block;
	width:84px;
	height:64px;
	background-image:url(../images/nav_button_ON.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	vertical-align:middle;
}

#nav  a.nav_button_home {
	display:block;
	width:341px;
	height:208px;
	background-image:url(../images/header_logo_all.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top left;
}

#nav  a.nav_button_home:hover {
	display:block;
	width:341px;
	height:208px;
	background-image:url(../images/header_logo_all_ON.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top left;
}
			
			

#topright {
	float: right;
	width: 336px;
	height:100%;
	background-image: url(../images/backgroundRight.gif);
	background-position: top;
	background-repeat: none;
}

#topright .callout{
	width:100%;
	margin-top: 0px;
	padding-top:40px;
	background-image: url(../images/backgroundBone.gif);
	background-position: top;
	background-repeat: none;
	text-align: center;
	font-weight: bold;
	color: #FF9933;
	height: 100px;
}

#topright .callout a{
	text-decoration:none;
	color:orangered;
}

#topright .callout p{
	margin-top:0px;
	padding-top:0px;
}

#topright .callout a:hover {
	text-decoration:underline;
	cursor:pointer;
	color: orangered;
}

#content {
	background-repeat:repeat-y;
	padding-right:10px;
	padding-bottom: 10px;
	padding-top:10px;
	margin-top:25px;
	min-height:100%;
	/*border:1px solid white;*/
}

#content .content_center{
	margin-left:180px;
	padding:0px;
	height:1%;
	/*border:1px dotted red;*/
}

#content .content_float{
	float: right;
	padding-bottom:90px;
	padding-left:5px;
	width:300px;
	text-align:center;
}

#content .content_float_short{
	float: right;
	padding-bottom:10px;
	padding-left:5px;
	width:300px;
	text-align:center;
}

#content .img_float{
	float:left;
	margin-top:250px;
	padding-left:5px;	
	width:175px;
	min-height:100%;
	height:100%;
	/*border:1px dotted blue;*/
}

#content .img_float_top{
	float:left;
	margin-top:20px;
	padding-left:5px;
	padding-bottom:10px;
	width:170px;
	min-height:100%;
}

*html #content .img_float_top{
	height:100%;
}

.caption {
	margin-top:12px;
	font-style: italic;
	font-weight: normal;
	/* color: #6600CC; */
	color: #330099;
	text-align:center;
	font-size:0.95em;
}

#footer {
	width:780px;
	text-align:center;
	background-color:#339999;
	font-weight:bold;
	padding:10px;
	color:goldenrod;
}

#footer a{
	color: #FFFFCC;
	text-decoration:none;
	font-size:.9em;
}

#footer a:hover{
	color: #FFFFCC;
	text-decoration:underline;
	cursor:pointer;
}

#indicia{
	width:780px;
	background-color:#663399;
	text-align:center;
	font-weight:normal;
	font-size: 0.75em;
	padding:10px;
	color: #FFFFCC;
}
		