@charset "utf-8";
/* global.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0px;
	padding: 0px;
	font-family: "lucida grande", lucida, arial, helvetica, sans-serif;
	text-decoration: none;
	border: none;
	outline: none;
}

a { color: #A50000; cursor: pointer; }
a:link { color: #A50000; }
a:hover { color: #A50000; border-bottom: #A50000 dashed 1px; }
a:active { color: #A50000; }
a:visited { color: #A50000; }
a[href="#"] { cursor: pointer; }

body {  
	background: #BA9E6E url(../img/tile.gif) repeat; 
	color: #000;
	font-size: small;
}

* html body { /* IE larger text size fix */
	font-size: 90%;
}

.clear { 
	background: none;
	position: relative;
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
}

#ceibw { border: #F00 solid 0px;
	position: relative;
	margin: 25px auto 0px auto;
	width: 800px; 
	min-height: 600px; 
	font-size: 90%;
	overflow: visible;
	z-index: 100;
}

/* ------------ includes links & top graphic -------------- */

#hdr {
	background: url(../img/hdr.gif) no-repeat;
	position: relative;
	top: 0px;
	height: 90px;
	width: 100%;
	font-family: "lucida grande", lucida, arial, helvetica, sans-serif;
	z-index: 200;
}


/* ----------- elephant ------------- */

#elephant { border: #FFF solid 0px;
	position: absolute;
	left: 2px;
	bottom: 55px;
	width: 215px;
	height: 360px;
	z-index: 400;
}
* html #elephant {
	bottom: -2px;
	margin-bottom: 54px;
}

/* ----- left column ----- */
#columnL { border: #FFF solid 0px; 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 310px;
	z-index: 410;
}

#columnL .shwlogo {
	padding-top: 16px;
}
#columnL img.logo_slice {
	margin-top: -3px;
}

#columnL a:hover { border-bottom: none; }

/* fix for transitional doctype diff btm padding on imgs */
#work_scans #columnL img.logo_slice {
	margin-top: 0px;
}
#work_scans #columnL .shwlogo {
	padding-top: 13px;
}


/* --------------- main container --------------- */
#container { /*border: #F00 solid 1px;*/
	background: url(../img/body.gif) repeat-y;
	position: absolute;
	top: 90px;
	float: right;
	width: 800px;
	min-height: 475px;
	height: auto;
	z-index: 150;
}

/* ----- content goes here ----- */

#main_div { border: #999 dashed 0px;
	position: relative;
	float: right;
	top: 0px;
	right: 20px;
	width: 550px;
	height: auto; 
	min-height: 430px;
	line-height: 1.3em;
	z-index: 300;
}

/* ----- homepage ----- */
#home h1 { 
	margin: 10px 25px 25px 25px;
	font-size: 130%;
	text-align: center;
}
#home #main_div p { 
	margin: 10px 40px 15px 40px;
	text-align: justify;
}
#home #main_div p.topcntr {
	margin: 0px 0px 15px 0px;
	text-align: center;
}
#home #main_div p.cntr {
	margin: 10px 0px 15px 0px;
	text-align: center;
}
#home #main_div p.cntr a:hover { border-bottom: none; }

#home #main_div p.cntr#newsftr { /* 0 margins on ftr graphic */ border: #000 solid 0px; 
	margin: 5px 25px 0px 25px; /* was margin: 5px 25px 15px 25px; */
	/*clear: both;*/
	height: 60px;
}
#home #main_div p.cntr#newsftr a {
	float: left;
	margin: 0;
	padding: 0;
}
/*#home #main_div .txtL { 
	float: left;
	width: 400px;
	margin: 0px 20px 15px 40px;
	text-align: justify;
}
#home #main_div .txtR { background-color: #006600;
	float: left;
	width: 400px;
	margin: 0px 20px 15px 40px;
	text-align: justify;
}*/
#home #main_div .txtL { 
	float: left;
	width: 402px;
	margin: 0px auto 10px 0px;
	padding: 0px 0px 0px 48px;
	text-align: justify;
}
/*#home #main_div #icolnks { 
	float: right;
	width: 30px;
	margin: 0px 0px;
	padding: 2px 45px 0px 0px;
	text-align: right;
}
#home #main_div #icolnks img {
	padding: 0px 0px 5px 0px;
}
#home #main_div #icolnks a {
	padding: 0px 0px;
}*/
#home #main_div #icolnks { 
	width: 470px;
	height: 30px;
	margin: 0px 0px;
	padding: 0px 40px 0px 40px;
	text-align: center;
}
#home #main_div #icolnks img {
	padding: 0px 3px 0px 3px;
}
#home #main_div #icolnks a {
	padding: 0px 0px;
}
#home #main_div #icolnks a:hover { border-bottom: none; }

/* ----------------------*/

/* ----- AddThis Share button -----*/

.share_btn { 
	position: relative;
	margin: 0px 40px 0px 40px;
	height: 22px;
	text-align: right;
	overflow: visible;
}
.share_btn .sharing_button {
	font-size: 95%;
	font-weight: normal;
	line-height: 2.2em;
	border-bottom: #A70000 dashed 0px;
}
.share_btn img {
	float: right;
	clear: right;
	padding: 1px 0px 0px 5px;
}
.share_btn a { float: right; text-align: right; color: #A70000; }
.share_btn a:hover { color: #A70000; border-bottom: none; }

#at16pi #at16pt h4 { background-image: none; }
#at16pf a:hover { border-bottom: none; }
#at16pm #at16pt #at16ptx:hover { border-bottom: none; text-decoration: none; }
#at_use_addr:hover { border-bottom: none; }

#share a:hover { border-bottom: none; }

/* -----------------------------*/

#cL { 
	position: relative;
	float: left;
	width: 262px;
	height: auto;
	text-align: justify;
	z-index: 310;
}
#cR { 
	position: relative;
	float: right;
	width: 262px;
	height: auto;
	text-align: justify;
	z-index: 320;
}


h1 { 
	margin: 5px 25px 15px 25px;
	font-size: 130%;
}
#home h1, #ourclients h1, #testimonials h1, #news h1, #friends h1, #about h1, #contact h1 {
	margin-left: 40px;
}

h3 {
	margin: 0px 25px 0px 0px;
	font-size: 100%;
	color: #A50000;
}

h4 {
	margin: 5px 25px 2px 0px;
	font-weight: normal;
	font-size: 100%;
	color: #000;
}

h6 {
	margin: 0px 25px 0px 0px;
	font-weight: normal;
	border-bottom: #BA9E6E solid 1px;
}

.smltxt {
	font-size: 85%;
	line-height: 1.5em;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}



/* ------------ includes bottom graphic only ------------- */

#ftr { border: #FFF solid 0px;
	background-image: url(../img/ftr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	clear: right;
	bottom: 0px;
	height: 110px;
	width: 100%;
	overflow: visible;
	z-index: 200;	
}


/* ---------------- copyright info ----------------- */
#copy { border: #000 solid 0px;
	background-image: url(../img/tile.gif);
	background-repeat: repeat;
	position: relative;
	top: 55px;
	clear: both;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #000; 
}

#copy #info { 
	position: relative;
	top: 5px; 
	left: 0px;
	width: 100%;
	height: 50px;
	line-height: 1.2em;
	font-size: 90%;
}

/* ---- links ---- */
#copy #info ul.ftrLnks { 
	position: relative;
	margin: 1px auto 4px auto;
	text-transform: uppercase;
	color: #000;
	font-size: 105%;
}
#copy #info ul.ftrLnks li { 
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 3px 0px 10px;
}
#copy #info ul.ftrLnks li.left {
	background-image: none;
	border: none;
	margin-left: 4px;
}
#copy #info ul.ftrLnks li a.txtlnk, #copy #info ul.ftrLnks li a.nolnk {
	padding: 0px 2px;
	color: #000;
}

#copy #info ul.ftrLnks li a.txtlnk, #copy #info ul.ftrLnks li a.nolnk { color: #000; }
#copy #info ul.ftrLnks li a.txtlnk:hover { color: #A50000; border-bottom: none; }
#copy #info ul.ftrLnks li a.nolnk:hover {  } 
#copy #info p a[href="#"],
#copy #info ul.ftrLnks li a[href="#"],
#copy #info ul.ftrLnks li a.txtlnk[href="#"] { 
	cursor: default;
 }
  
#copy #info p { 
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0px;
	background: none;
	color: #000; 
	opacity: .70;
	-moz-opacity: .70;
	overflow: auto;
}
#copy #info p { /* IE hack for no-transparency fix */
	*color: #333; 
}

