@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	line-height: 1.4em;
}

#cms_content {
	width: 500px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 849px;
}

#header {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 76px;
	text-align: right;
	font-size: 10px;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#image {
	margin: 0px;
	padding: 0px;
}
#middle {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/middle_back.jpg);
	background-repeat: repeat-y;
}

#hot {
	clear: both;
	margin: 0px;
	margin-top: -17px;
	
	padding: 0px;
	width: 163px;
	float: left;
	background-color:#f5f2eb;
	font-size: 11px;
}

#hot a{
	color:#666;
	text-decoration: underline;
}

#hot ul {
	margin-left: 0px;
	padding-left: 30px;
}

#hot ul li {
	list-style-image:url(../images/bullet.jpg);
}

.headline {
	margin: 0px;
	padding: 10px;
	text-align: center;
	background-image:url(../images/heading_bg.jpg);
	background-repeat: repeat-x;
	font-size: 16px;
	text-transform:uppercase;
	color:#fff;
}

#box {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	width: 105px;
	text-align: center;
	color:#fff;
	font-family:"BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	font-size: 15px;
}

#box a {
	color:#fff;
	text-decoration: none;
}

#box a:hover {
	text-decoration: underline;
}

#content {
	margin: 0px;
	margin-top: -17px;
	padding: 15px;
	width: 408px;
	float: left;
}

#content1 {
	margin: 0px;
	padding: 0px;
}
#content2 {
	margin: 15px;
	margin-top: -17px;
	width: 590px;
	float: left;
}

#content2 h1, #content3 h1 {
	line-height: normal;
}

#content2 h2, #content3 h2 {
	line-height: normal;
}

#content3 {
	margin: 15px;
	margin-top: -17px;
	width: 425px;
	float: left;
}

#sidebar {
	margin: 0px;
	margin-top: -17px;
	padding: 10px;
	width: 208px;
	float: right;
	background-color:#e5dfcf;
	font-size: 10px;
	line-height: 1.2em;
}

#sidebar h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.button {
	margin-top: -30px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	line-height: 1.8em;
}

#footer a{
	color:#666;
	text-decoration: none;
}

#footer a:hover {
	color:#339999;
}

a {
	color:#336666;
	text-decoration: none;
}

a:hover {
	color:#006699;
}

h1 {
	font-family:"BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	color:#660000;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-family:"BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	color:#660000;
	font-size: 21px;
	font-weight: normal;
}

h3.mypets {
	background-color: #ddd;
	border: 1px solid #333;
	padding: 2px 5px;
}

blockquote {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:849px;
  height:34px;
  font-size: 11px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
padding: 0px;
margin: 0;
height: 34px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
margin: 0;
text-decoration: none;
color: navy;
display:inline;
height: 34px;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
padding: 0px;
margin: 0;
height: 34px;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
height: auto;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFF;
background-color:#0c468c;
text-decoration: none;
padding: 5px 5px;
height: auto;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 5px 5px;
background-color:#062a56;
height: auto;
}

.suckertreemenu ul li ul li ul li {
margin-top: -5px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


