/* CSS Document */
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color:#CCCCFF;
	background-image:url(/images/graphics/pets_contentbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
}

#wrapper {
 	width:990px;
  	margin:auto;
  	text-align:left;
}

#header {
	margin:0px 1px 0px 1px;
}

#headerads {
	height: 100px;
	width: 990px;
}

#headerads .topLeft {
	position: relative;
  padding: 3px;
  text-align: center;
  top: 12px;
  bottom: 12px;
  height: 90px;
	width: 242px;
	float:left;
}

#headerads .leaderbaord {
	padding: 4px;
	height: 90px;
	width: 728px;
	float:left;	
}

#masthead {
  width: auto;
  border-top: 1px solid #000000;
  margin:0;
  background:#FFFFCC;
}

#masthead .logo {
  float:left;
  border-right: 1px solid #000000;
}

#masthead .pubs {
  float:left;
  padding: 15px 10px;
  text-align:center;
}

#navbar {
  height:24px; 
  width:auto; 
  background-color:#937cc4; 
  color: #fff;
  font-size:1.30em; 
  font-weight:bold; 
  padding:2px 10px;
}

#navbar li {
	list-style:none;
	display:block;
	float:left;
	padding:4px 4px 0 4px;
}

#navbar li a {
 	color: #fff;
  	text-decoration:none;
	margin:0 6px;
	padding:2px 5px 0px 5px;
	height:20px;
	vertical-align:bottom;
}

#navbar li a:hover {
	text-decoration:none;
  	color: #F7F2AC;
	background:#9999FF;
}

.divclear {
	clear:both;
}

#content {

	margin: 10px 1px;

}

#leftcolumn {

	width:154px;
	text-align:center;
	float:left;

}

#maincolumn {
	width:469px;
	float:left;

}

#rightcolumn {

	width:365px;
	float:left;
	
}

#rightcolumn .padout {

	padding:0 14px 0 15px; 
	text-align:center;

}

#pollbox {
	
	text-align:left;
	font-size:1.2em;
	width:336px;
	margin:10px 0;

}

#pollbox .header {

	font-size:1.5em;
	color:#996633;
	font-weight:bold;
	margin-bottom:5px;	

}

.boxit {

	background:#FFFFCC;
	border:#996633 1px solid;
	padding:5px;
}

#toolkit{
	font-size: .65em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

#toolkit a{
	color:#333333;
	text-decoration:none;
}

#toolkit img{

	border:0;

}

#toolkit .plusminus{

	width:10px;
	text-align:center;
	margin:0 2px;

}

#emailbox {

	clear:both;
	margin:10px 0;

}

#emailbox .copy {
	float: right;
	font: normal .75em arial, helvetica, sans-serif; /* 11px */
	color: #000;
	display: inline;
	vertical-align: baseline; /* for ie */
}

#emailbox input#copytoself {
	vertical-align: middle; /* for ff */
	margin-top: 0;
	margin-bottom: 0;
}

#emailbox label {
	display: block;
	font: bold .8em arial, helvetica, sans-serif; /* 12px */
	color: #000;
	margin-bottom: .5em;
} 

#emailbox fieldset{

	border:1px solid #333;
	margin:10px 0;
	padding:20px;

}

#emailbox .note {

	font-size:.75em;
	font-style:italic;
	padding:5px;

}

#emailsent li {
	
	font-size:.85em;
	font-weight:bold;
	list-style:none;
	display:block;
	margin-left:20px;
	color:#0000FF;
	
}

#emailerror li {
	
	font-size:.85em;
	font-weight:bold;
	list-style:none;
	display:block;
	margin-left:20px;
	color:#FF0000;
	
}

#morestories {

	padding-top:3px;
	padding-bottom:5px;
	margin-bottom:5px;

}

#morestories li {
	list-style-type: square;
	list-style-position: outside;
	margin-top:5px;
	padding-left:5px;
	margin-left:15px;
	line-height:11px;
}

#morestories .heading {
	color: #003300;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size:1.35em;
	font-weight: bold;
}

#morestories .heading a {

	color:#6666CC;
	text-decoration:none;

}

#morestories .storylinks a{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#morestories .storylinks a:hover{

	text-decoration: underline;

}

#storyblock .title {

	font-weight:bold; 
	font-size:1.5em; 
	margin:10px 0;
}

#storyblock .title a {

	color:#330066;
	text-decoration:none;

}

#storyblock .title a:hover {

	text-decoration:underline;

}


