/* Metacam CSS */

* {
margin:0;
padding:0;
border:0;
}

body {
font-size:62.5%;
margin:auto;
width:949px;
background-color:#ececec;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, p, ul {
font-family:Trebuchet, "Trebuchet MS", sans-serif;
}


h1 {
font-size:2.8em;
font-weight:normal;
border-bottom: solid 1px #00529b;
margin-bottom:16px;
padding-bottom:6px;
}

h2 {
font-size:2em;
margin-bottom:6px;
}

h2, h3 {
margin-bottom:6px;
}

h3 {
font-size:1.8em;
border-bottom: dotted 1px #00529b;
padding-bottom:6px;
}

div#sidePanel h3 {
border-bottom:0;
margin-bottom:0;
}

h4 {
font-size:1.4em;
font-weight:bold;
color:#34373a;
}

h4 a{

color:#34373a;
}


p, ul {
font-size:1.2em;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

ul#sidePanelList li a, ul.linkList li a, ul#headerLinks li a, ul#crumbTrailList li a {
text-decoration:none;
}

ul#sidePanelList li a:hover, ul.linkList li a:hover, ul#headerLinks li a:hover, ul#crumbTrailList li a:hover {
text-decoration:underline;
}

/* HEADER */

div#header {
height:125px;
background:url(../images/cat_header.jpg) bottom center no-repeat;
margin-top:13px;
}

ul#headerLinks, ul#crumbTrailList {
display: inline;
}

ul#headerLinks {
margin-left:16px;
}

ul#headerLinks li {
border-left: 1px solid #00529b;
list-style: none;
display: inline;
padding:0 6px;
}
ul#headerLinks #home {
border-left: none;

}

ul#headerLinks li, ul#headerLinks li a  {
color:#00529b;
}

img#logo {
margin-left:22px;
margin-top:16px;
}

/* CONTAINER */

div#container {
background:url(../images/bg_tile.jpg) repeat-y top center;
padding: 0 15px;
}

/* CONTAINER BOTTOM */

div#containerBottom {
height:16px;
background:url(../images/panel_bottom_bg.jpg) no-repeat top center;
}

/* CRUMB TRAIL */

div#crumbTrail {
margin:auto;
background:url(../images/crumbtrail_bg.jpg) no-repeat center;
width:919px;
padding:8px 0;
}

div#crumbTrail span {
margin-left:16px;
display:inline;
}

div#crumbTrailTop {
background:url(../images/crumbtrail_top.gif) no-repeat top center;
font-size:0;
}

div#crumbTrailBottom {
background:url(../images/crumbtrail_bottom.gif) no-repeat top center;
font-size:0;
margin-bottom:4px;
}

ul#crumbTrailList {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

ul#crumbTrailList li {
list-style: none;
display: inline;
padding:0 6px;
}

ul#crumbTrailList li a {
color:#000;
}

/* SHARED */

h1, h3, ul.linkList a, div#catsAndDogs p, ul#sidePanelList li a {
color:#bc065d;
}

div#mainPanel h2, div#sidePanel h3 {
padding-left:12px;
line-height:36px;
}

div#crumbTrailTop, div#crumbTrailBottom {
font-size:0;
height:7px;
}

div#mainPanel p, ul.linkList, ul.stdList {
margin-bottom:1em;
}

div#catsAndDogs p, ul.linkList a, ul#sidePanelList li, ul#headerLinks li, div#crumbTrail span, ul#crumbTrailList li, ol {
font-size:1.2em;
}

/* MAIN PANEL */
div#mainPanel {
/*margin-right:16px;*/
margin-top:18px;
float:right;
width:680px;
padding-right: 16px;
}

div#mainPanel img {
float:left;
margin: 0 20px 16px 0;
}
div#mainPanel img.image-right {
float: right;;
}

div#mainPanel h2 {
color:#FFF;
background:url(../images/cat_h2_bg.gif) right top no-repeat #bc065d;
height:36px;
}

div.contentPanel {
width:320px;
float:left;
margin-right:12px;
}

div.contentPanel p {
margin-left:12px;
}

/* LIST LINKS */
ul.linkList {
float:right;
list-style:none;
margin-left: 0;
padding-left: 0;
}


ul.linkList li {
padding-left: 22px;
background-image: url(../images/cat_link_bullet.gif);
background-repeat: no-repeat;
background-position:left;
height:19px;
line-height:19px;
}

ul.stdList, ol {
margin-left:1em;
padding-left:1em;
}


/* SIDEPANEL */

div#sidePanel {
float:left;
width:220px;
}

div#sidePanelTop {
background:url(../images/side_panel_top.gif) no-repeat top left;
width:202px;
height:19px;
}

div#sidePanel h3 {
background:url(../images/contents_heading_bg.gif) left center no-repeat;
width:212px;
height:36px;
padding-bottom:0;
margin-bottom:0;
}

#sidePanel ul {
width:202px;
list-style:none;
background-color:#EAEAEA;
}

#sidePanel li img {
vertical-align:middle;
margin:6px 6px 8px 8px;
}

div#sidePanel li {
/*padding-left: 34px;*/
background:url(../images/left_panel_li_bg.jpg);
background-repeat:no-repeat;
background-position:left;
/*height:35px;*/
line-height:35px;

}

ul#nestedSidePanel {
padding-left:0;
margin-left:0;
}

ul#nestedSidePanel li {
padding-left: 12px;
font-size:0.85em;
line-height:35px;
}


div#catsAndDogs {
background:url(../images/left_panel_bg.jpg) bottom left no-repeat #d9d9d9;
width:202px;
padding-top:12px;
}

div#catsAndDogs img {
float:left;
margin: 0 6px 12px 12px;
}

/* QUOTES */
.blockquote {
font-size:1.2em;
margin-left:1.2em;
border-top:1px dotted #00529b;
padding: 0 1.6em 1.6em 1.6em;
margin-bottom:1.2em;
}


.leftQuote, .rightQuote {
color:#CCC;
font-family: times new roman, georgia, serif;
font-size: 4em;
font-weight: bold;
position: relative;
top: .4em;
line-height: .8em;
}

.rightQuote {
line-height:0;
top:.4em;
}

.quoteAuthor {
font-style:italic;
}

/* FOOTER */

div#footerTop, div#footerBottom {
height:6px;
/*background:url(../images/boehringer_black_logo.gif) top left no-repeat;*/
}

/*div#footerTop {
margin-top:24px;
background:url(../images/footer_top_bg.gif) top center no-repeat;
font-size:0;
}
*/

div#footer {
background-color:#e9e9e9;
padding: 12px;
}

div#footer img {
margin-left:40px;
float:left;
vertical-align:middle;
}

div#footer p {
text-align:right;
font-size:10px;
color:#737373;
}
div#footer p a {
text-align:right;
font-size:10px;
font-weight:bold;
color:#737373;
}

div#footerBottom {
background:url(../images/footer_bottom_bg.gif) top center no-repeat;
font-size:0;
}

div.clear {
clear:both;
}
div#anim {
	margin: 20px 0 20px -20px;
}
