/* PAGE GENERAL */

* {
	margin: 0;
}
html, body {
	height: 100%;
	padding-left: 60px;
	background-color: #F9F9F9;
}
body {
	/*overflow-y:scroll;*/
}
#general {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	background-color:#FFF;
}

#contentsub {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
}

#section-title {
	text-align: right;
	font-size: 10px;
	color: #666;
	height: 18px;
	padding-top: 86px;
	height: 20px;
}

#section-title a {
	color: #DDDD3E;
	text-transform: uppercase;
}

#section-title b {
	color: #DDDD3E;
	font-weight: normal;
	text-transform: uppercase;
}

#section-title a:hover {
	color: #E6ED4F;
}

#section-flash, #section-top {
	background-color: #F9F9F9;
	height: 370px;
}
#section-lines {
	height: 35px;
	background-image: url(../images/bg-section-lines.gif);
	background-repeat: repeat;
	background-position: top;
}


#footer, #push {
	height: 25px; /* .push must be the same height as .footer */
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/**/

#general {
	position: relative;
	width: 810px;
	font-size: 0.9em;
	margin: 0 auto -25px;
	text-align: left;
}

#header {
	height: 480px;
}

#footer {
	position: relative;
	width: 810px;
	margin: 0 auto;
	color: #666;
	background-color: #FFF;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}

#footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 755px;
	padding: 0;
	color: #4D4D4D;
	font-size: 9px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8B8B8B;
	padding-top: 7px;
	display: inline;
	margin-left: 27px;
}

/* CONTENT */

.content {
	padding-bottom: 25px;
}

#contentmain {
	display: inline;
	width: 150px;
	font-size: 10px;
	position:absolute;
	margin-left: -150px;
	background-color: #FFF;
}

#contentmain {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* MENU */

#categories {
	width: 130px;
	overflow: hidden;
	margin-left: 20px;
}

.btn-logo {
	width: 130px;
	height: 106px;
	display: block;
	background-image: url(../images/ima-logo-leaddog.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 40px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B8B8B;
}

.btn-logo a:hover {
	background-image: url(../images/ima-logo-leaddog2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.btn-logo a{
	width: 130px;
	height: 106px;
	display:block;
}

.exception {
	line-height:14px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	display:block;
}

div#categories {
	width: 130px;
	overflow: hidden;
}

div#categories p.category, div#categories p.single a {
	font-size: 12px;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	background-image: url(../images/bg-btns.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #666;
}

div#categories p.single a {
	display: block;
	font-size: 12px;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	background-image: url(../images/bg-btns.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #666;
	text-decoration: none;
}

div#categories p.single a:hover {
	background-image: url(../images/bg-btns-over.gif);
	background-repeat: no-repeat;
	color: #666;
}

div#categories p.bg2 a:hover {
	background-image: url(../images/bg-btns-over-bg2.gif);
}

div#categories p.single a.active {
	background-image: url(../images/bg-btns-over.gif);
	background-repeat: no-repeat;
	color: #666;
	cursor: default;
}

div#categories p.bg2 a.active {
	background-image: url(../images/bg-btns-over-bg2.gif);
	cursor: default;
}

div#categories ul li a {
	display: block;
	text-decoration: none;
	color: #b6bcc1;
	outline: none;
}

div#categories ul.subcategory {
	padding: 0;
	background: none;
}

div#categories ul.subcategory li {
	margin: 0;
	padding: 0;
	background: none;
}

div#categories ul.subcategory li a:hover {
	color: #fff;
}

div#categories ul.subcategory li a.accordion, div#categories ul.subcategory li a.accordion2, div#categories ul.subcategory li a.accordion3 {
	font-size: 12px;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	background-image: url(../images/bg-btns.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #666;
}

div#categories ul.subcategory li a.accordion:hover, div#categories ul.subcategory li a.active, div#categories ul.subcategory li a.accordion2:hover, div#categories ul.subcategory li a.accordion3:hover {
	color: #666;
}

div#categories ul.subcategory li a.accordion:hover, div#categories ul.subcategory li a.accordion.active {
	background-image: url(../images/bg-btns-over.gif);
	background-color: #FFF;
	color: #666;
}
div#categories ul.subcategory li a.accordion.active {
	/*cursor: default;*/
}
div#categories ul.subcategory li a.accordion2:hover, div#categories ul.subcategory li a.accordion2.active, div#categories ul.subcategory li a.accordion3:hover, div#categories ul.subcategory li a.accordion3.active {
	background-image: url(../images/bg-btns-over-bg2.gif);
	background-color: #FFF;
	color: #666;
}

div#categories ul.subcategory li a.accordion2.active, div#categories ul.subcategory li a.accordion3.active {
	/*cursor: default;*/
}

div#categories ul.subcategory li a.accordion.activenone {
	background-image: url(../images/bg-btns.gif);
	background-color: #FFF;
	color: #666;
	/*cursor: default;*/
}

div#categories ul.subcategory li a.accordion.activenone:hover {
	background-image: url(../images/bg-btns-over.gif);
}

div#categories ul.projects {
	margin: 0;
	padding: 0;
	background: transparent url("") 0 0 repeat;
}

div#categories ul.projects li a {
	padding: 3px 5px 6px 5px;
	color: #666;
	font-size: 10px;
	cursor: pointer;
	background-color: #FFF;
	line-height: 12px;
}

div#categories ul.projects li a:hover {
	color: #DDDD3E;
	background-color: #FFF;
}

div#categories ul.projects li a.active {
	color: #000;
	background: transparent url("") 0 0 repeat;
	background-color: #FFF;
	cursor: default;
	font-weight: bold;
}

#line {
	background-color: #8B8B8B;
	height: 1px;
	margin-top: 2px;
}

/* WHO IS THIS DOG */

#text-large {
	padding-top: 20px;
	color: #666;
}
#text-large h3 {
	background-color: #E6ED4F;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	display: inline;
	margin: 0px;
}
#text-large p {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 15px;
}
#text-large a {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	display: block;
	margin-top: 30px;
}
#text-large a:hover {
	color: #E6ED4F;
}
#col1-highlight,  #col2-highlight{
	float:left;
	margin: 20px 0 0 0;
	display: inline;
}
#col1-highlight{
	width:583px;
	margin: 20px 10px 0 0;
}
.entry {
	margin-bottom:5px;
	color:#666;
	font-size:11px;
}
.entry img {
	background:none repeat scroll 0 0 #F8F8F4;
	border:1px solid #E6E6E6;
	padding:2px;
}

.entry .aligncenter {
display:block;
margin:10px auto 20px;
}
.entry .alignleft {
float:left;
margin:10px 10px 8px 0;
}
span.readMore {
	font-size:11px;
	padding:1px 0;
	font-weight: bold;
}
#col1-highlight  h2 {
	color:#666666;
	font-size:16px;
	margin:0 0 5px;
	font-weight: bold;
}
#col1-highlight h3 {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	padding: 0 0 30px 0;
}
#col1-highlight  p {
	font-size: 11px;
	padding: 0 0 10px 0;
	line-height: 20px !important;
}
#col1-highlight  a {
	color: #666;
	text-decoration: none;
}
#col1-highlight  a:hover {
	color: #DDDD3E;
	text-decoration: underline;
}
.date-comments  {
border-bottom:1px solid #CACACA;
color:#999999;
font-size:11px;
height:30px;
line-height:25px;
margin:0 0 10px;
}
.date-comments p {
	color: #999;
}


.box {
	background-color:#FFFFFF;
	border:1px solid #DEDBD1;
	margin:0 0 15px 0;
	overflow:hidden;
	padding:18px;
}
.fix {
	clear:both;
	height:1px;
	margin:0 0 -1px;
	overflow:hidden;
}
#col2-highlight {
	width:160px;
}
.viewAll a{
	background-color: #E6ED4F;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 4px 10px;
	text-align: center;
	color: #666;
	text-decoration: none;
}
.viewAll a:hover {
	text-decoration: underline;
}

.history {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}
.history.number li {
	list-style-type: decimal;
	margin-left: 15px;
}
.history li {
	font-weight: normal;
	font-size: 10px;
	list-style-type: disc;
	margin-left: 10px;
	padding-top: 6px;
}
.history li ul li {
	list-style-type: circle;
}
.history li ul ul li {
	list-style-type: square;
}
#text-large .history li ul ul li a {
	padding: 10px;
	text-decoration: none;
	font-weight: normal;
	display: inline;
	padding: 0px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#text-large .history li ul ul li a:hover {
	color: #DDDD3E;
}
.space {
	display:block; 
	height: 15px;
}
.logo {
	height: 95px;
	width: 95px;
	border: 1px solid #CBCBCB;
	float: left;
	display: inline;
	margin-right: 34px;
	text-align: center;
	margin-bottom: 40px;
}
.logo.end {
	margin: 0px;
}
#text-large p span {
	color: #E6ED4F;
}

/* LEADDOG HIGHTLIGHTS */

#hightlights {
	width: 585px;
	float: left;
}
#search {
	width: 140px;
	float: right;
}
#articles {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B8B8B;
}
#article {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
	width: auto;
	background-image: url(../images/bg-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#thumbnail {
	width: 200px;
	height: 150px;
	margin-right: 15px;
	float: left;
}
#thumbnail img {
	margin-bottom: 15px;
}
#thumbnail-text {
	font-size: 11px;
}
#articles-text {
	width: 370px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8B8B8B;
	float: left;
	padding-top: 5px;
}
#articles-text p {
	padding: 0px;
	margin: 0px;
	line-height: 19px;
}
#articles-text p a {
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	padding-left: 0px;
}
#articles-text p a:hover {
	color: #DDDD3E;
}
#articles-comments-social {
	margin-top: 30px;
}
#articles-comments {
	float: left;
	width: 160px;
}
#articles-comments a {
	padding: 0px;
	text-decoration: underline;
	margin: 0px;
	float: left;
}
#articles-comments a:hover {
	color: #DDDD3E;
}
#articles-comments a img {
	margin-right: 15px;
	width: 23px;
	height: 21px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	top: -3px;
}
#articles-social {
	float: right;
	width: 80px;
}
#articles-social-images {
	margin-top: 5px;
}
#articles-social-images ul {
	list-style-type: none;
}
#articles-social-images ul li {
	float:right;
	height: 22px;
	width: 22px;
	margin-left: 3px;
}
#camp {
	border: 1px solid #8B8B8B;
}

#search-camp {
	border: none 0px;
	height: 25px;
	line-height:25px;
	width: 110px;
	float: left;
	color: #666;
	font-size: 11px;
}
#camp #btn-search-camp {
	width: 23px;
	height:23px;
	float: right;
	border: none 0px;
	background-image: url(../images/btn-search.jpg);
	background-repeat: no-repeat;
	margin-top: 2px;
}
#menu-camp ul li {
	margin-bottom: 5px;
}
#btn-camp {
	height: 25px;
	width: 140px;
	line-height: 25px;
	font-weight: bold;
	text-align: left;
	background-color: #F1F1F1;
	font-size: 11px;
}
#btn-camp a {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 140px;
	display: block;
}
#btn-camp a:hover {
	background-color: #E6ED4F;
	color: #666;
}
#menu-camp {
	margin-top: 15px;
}
#pagination {
}
#pagination-numbers {
	text-align:center;
	margin-top: 15px;
}
#pagination-numbers a {
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
}
#pagination-left, #pagination-right {
	margin-top:-6px;
	position: absolute;
}
#pagination-right {
	right: 198px
}#pagination-left a, #pagination-right a {
	margin: 0px;
	padding: 0px;
}

#ourwork{
	font-size: 12px;
	line-height: 29px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	background-image: url(../images/bg-btns-over-bg2.gif);
	color: #990;
}

