@charset "utf-8";
/* CSS Document for CIP Group Website */
/* Copyright (C) 2008 - protogenLabs.com */

/* Eric Meyer's CSS Reset Reloaded to unify CSS rules across different browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font: inherit inherit small-caps 100% inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* __________end of Reset Reloaded */

html {
	height: 100%;
}
body {
	font-family: "Segoe UI", Tahoma, "Trebuchet MS", Arial, Helvetica;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; Tahoma, "Segoe UI", "Trebuchet MS", Arial, Helvetica;
	background: url(body_bg.gif) top center repeat-x #0c3f07;
	height: 100%;
}
h2 {
	margin-bottom: 5px;
}
table {
	width: 100%;
}
table tr td {
	width: 50%;
}
table h3 {
	margin-top: 5px;
	border-bottom:1px dashed #9F8D5C;
}
iframe {
	border: 1px solid #9F8D5C;
	padding:5px;
	float: right;
}
strong {
	font-weight: bold;
}
.left {
	float: left;
	margin: 0px 15px 15px 0px;
}
.right {
	float: right;
	margin: 0px 0px 15px 15px;
}
.pic, .partnerlinkpic img {
	border: 1px solid #9F8D5C;
	padding: 5px;
}
.thumb {
	background: #eee;
}
.spacefix {
	clear: both;
}
.line {
	border-bottom: 1px dashed #333;
	display: block;
	margin: 20px 0px;
}
a:link, a:visited {
	color: #2E6928;
	text-decoration: none;
	border-bottom: 1px dashed #090;
}
a:hover {
	color: #55994E;
	border-bottom: 1px solid #BCB9AC;
}
a:active {
	color: #000;
	border-bottom: 1px solid #000;
}
a.left-top-link {
	border: 0 !important;
}
#wrapper {
	height: 100%;
	width: 1012px;
	margin: 0 auto;
}
#shadowwrap {
	height: 100%;
}
#wrap_left, #wrap_right {
	background: url(wrap_left_bg.gif) top left no-repeat #0c3f07;
	height: auto;
	padding-left: 26px;
}
#wrap_right {
	background: url(wrap_right_bg.gif) top right no-repeat #0c3f07;
	width: 960px;
	padding: 0px 26px 0px 0px;
}
#header {
	background: url(cip_header.png) 0px 0px no-repeat transparent;
	height: 149px;
}
#content {
	background: url(content_bg.gif) repeat-y center #cdcdcd;
}


/* TOP NAVBAR Styling */

#topnav {
	background: url(navbar_bg.gif) repeat-x center;
	width: auto;
	height: 34px;
	border-bottom:1px solid #F4F4F4;
	padding-left: 6px;
}
img#homelink {
	float: left;
	padding: 10px;
	margin-right: 6px;
}
#slidetabsmenu {
	font-size: 1.1em;
	font-variant:small-caps;
	line-height:normal;
}
#slidetabsmenu ul{
	list-style-type: none;
	margin:0;
	padding:1px 0px 0px;
}
#slidetabsmenu li{
	display:inline;
	margin:0;
	padding:0;
}
#slidetabsmenu a {
	float:left;
	background:url(navtabs_bg.gif) no-repeat 0px -38px;
	margin:0;
	color: #2B7A26;
	padding:7px 15px 5px;
	text-align:center;
	text-decoration:none;
	font-size: 0.9em;
	font-weight: bold;
	border: 0;
}
#slidetabsmenu a:hover {
	background-position:0px -76px;
	color: #23991f;
}
#slidetabsmenu a:active {
	background-position:0px -76px;
	color: #23631f;
}
#slidetabsmenu a.current  {
	background-position:0px 0px;
	color: #23631f;
	font-weight: bold;
}
.safety {
	float: right;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin-right: -1px;
	font-variant:small-caps;
}
.safety a, .safety a:visited {
	display: block;
	background: url(topnav_bg.gif) no-repeat top right;
	padding: 9px 12px 11px 0px;
	width: 190px;
	color: #5c4e29;
	text-decoration: none;
	border: 0;
}
.safety a:hover {
	background: url(topnav_bg_on.gif) no-repeat top right;
	color: #fff;
}
.safety a:active {
	color: #C2E3BF;
}

/* MAIN BODY Styling */

#mainbody_cap {
	width: 100%;
	height: 23px;
	border-top:1px solid #C7C7C7;
	background: url(mainbody_cap.gif) no-repeat top center;
}
#mainbody {
	margin-top: -9px;
}
.bodycontent {
	margin: 0px 14px 0px 13px;
}
.separator {
	margin: -9px 0px;
	background: url(separator_cut.gif) no-repeat center;
	width: 100%;
	height: 38px;
}

#headpicshow {
	position: relative;
	left: 1px;
	float: right;
    height: 280px;  
    width: 611px;  
	overflow: hidden;
}
#headpicshow img {  
    top:  0; 
    left: 0; 
} 

#prevslide, #nextslide {
	position: absolute;
	height: 34px;
	width: 46px;
	margin: 235px 0px 0px 827px;
	z-index: 10;
}
#nextslide {
	margin: 235px 0px 0px 873px;
}
a#prevpic {
	background: url(headpic_controls.png) no-repeat 0px 0px;
	height: 34px;
	width: 46px;
	display: block;
	border: 0;
}
a#prevpic:hover {
	background: url(headpic_controls.png) no-repeat 0px -34px;
}
a#nextpic {
	background: url(headpic_controls.png) no-repeat -47px 0px;
	height: 34px;
	width: 46px;
	display: block;
	border: 0;
}
a#nextpic:hover {
	background: url(headpic_controls.png) no-repeat -47px -34px;
}
.nextprevarrow {
	height: 34px;
	width: 46px;
}

#member, #member-profile-top, #member-history-top {
	background: url(member_bg.gif) no-repeat top left;
	height: 280px;
}
#member-profile-top {
}
#member p, #member-profile-top p, #member-history-top p {
	color:#B8B8B8;
	letter-spacing:2px;
	padding-top: 14px;
	text-align:center;
}
#member-history-top p {
	font-size:1.7em;
	font-style:italic;
	line-height:1.4em;
	padding: 21px 9px 0;
}
#member ul, #member-profile-top ul {
	background:transparent url(members_logos.gif) no-repeat scroll 13px 6px;
	color:#1E6117;
	font-size:1.1em;
	font-weight:normal;
	list-style-type:none;
	margin:0;
	padding-top:10px;
}
#member-profile-top ul {
	background: none;
}
#member ul li, #member-profile-top ul li {
	padding:10px 0px 10px 105px;
	width:215px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	vertical-align: bottom;
}
#member-profile-top ul li {
	padding: 20px 0px 17px 0px;
	width: 322px;
	text-align: center;
	font-size: 0.7em;
}
#member-profile-top ul li img {
	margin-bottom: 15px;
}
#member ul li#first, #member-profile-top ul li#first {
	border-top: none;
}
#member ul li#last, #member-profile-top ul li#last {
	border-bottom: none;
}

/* Main Content Styling */
.leftblock {
	width: 289px;
	padding: 122px 10px 10px;
	background: url(crane_head_bg.gif) no-repeat scroll left top;
	margin: 13px 13px 0px;
	position: relative;
	line-height: 1.3em;
}
.leftblock h2 {
	line-height: 1em;
	margin-bottom:-8px;
}
.leftblock span.quotation {
	color: #555;
	font-style: italic;
	display: block;
}
blockquote {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
}
.rssside {
	border-bottom:1px dashed #BBBBBB;
	line-height:1.3em;
	margin-bottom:10px;
	padding-bottom:10px;
}
.rssside a:link, .rssside a:visited, .rssside a:hover, .rssside a:active {
	border: 0;
	line-height: 1.1em;
}
.rssside p {
	color: #aaa;
}
.contentblock, .contentblockwide {
	float: right;
	margin: 0px 15px;
	width: 610px;
	border-bottom:1px solid #EEE;
}
.contentblockwide {
	float: none;
	width: auto;	
	margin: 0px 15px 0px 14px;
}
.headline {
	background:#C5BDA0 url(fade_header_bg.gif) repeat-x scroll center top;
	border-top:1px solid #C8C4B0;
	border-bottom:1px solid #eee;
	padding:15px;
	letter-spacing: -1px;
	line-height: 1.4em;
	color: #5c4e29;
}
.headline h1 a, .headline h1 a:hover {
	border: 0;
}
.headline h1 a:active {
	border-bottom: 1px dashed #000;
}
.headline p {
	letter-spacing: normal;
}
.content {
	background: url(fade_bg.gif) repeat-x top center #EAE8DF;
	padding: 15px 15px 30px;
	line-height: 1.6em;
}
.content ul {
	list-style-type: square;
	margin: 10px 20px;
}
.partnerlink {
	margin: 20px 0px;
}
.partnerlinkpic {
	float:left;
	margin-right:20px;
	text-align:center;
	width:240px;
}
.partnerlinkpic a {
	border: 0;
	padding: 0;
}
.partnerlinkname {
	font-size: 1.2em;
	padding-top: 12px;
}
.partnerlinkname small {
	color: #9F8D5C;
	font-size: 0.7em;
}
.readmore {
	font-size: 0.9em;
	text-align: right;
	display: block;
	margin: 35px 0px 0px;
}
.readmore a {
	border: 1px solid #2E6928;
	padding: 5px;
	background: #eee;
}
.readmore a:hover {
	background: #fff;
	border: 1px solid #55994E;
}
/* FOOTER Styling */

#footer {
	position: relative;
	background: url(footer_bg.gif) 0px 0px repeat-x transparent;
	height:130px;
	padding:20px 20px 0px 15px;
	line-height: 1.4em;
	font-size: 0.8em;
	color: #0c3f07;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
#footer div.right {
	text-align: right;
	padding-top: 0px;
}
#footercap {
	width: 1012px;
	height: 28px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0c3f07;
}
#footer a:hover {
	color: #080;
}
#footer a:active {
	color: #040;
}
	
	
/* Form Styling */

#zemcont {
	width: 500px;
	margin: 0 auto;
	padding-top: 20px;
}
.zemContactForm p {
margin: 0;
padding: 5px 0 8px;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.zemContactForm label {
float:left;
font-size:1.3em;
font-weight:bold;
letter-spacing:-1px;
line-height:1.4em;
margin-left:-155px;
width:150px;
}

.zemContactForm input[type="text"], .zemContactForm textarea {
	border: 1px solid #9F8D5C;
	font-family: Tahoma, "Trebuchet MS", Arial, "Segoe UI", Helvetica;
	background: #DFDACD;
	padding: 3px;
	font-size: 0.9em;
}
.zemContactForm input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	margin-top: 3px;
}
.zemContactForm input[type="text"]:focus, .zemContactForm textarea:focus {
	background:#fff;
}
.zemContactForm input[type="text"]:hover, .zemContactForm textarea:hover {
	background:#eee;
}
.zemContactForm textarea{
	width: 335px;
	height: 150px;
}
.zemContactForm .zemSubmit {
	margin-left: 55px;
}
.zemError {
	border: 1px solid #900;
	background: #fdd;
	color: #900;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 1.3em;
}
.zemError li {
	list-style-type: square;
	margin-left: 15px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

/* JS_Slideshow Styling */

.ike-slideshow {
border-bottom: 2px dotted #9F8D5C;
border-top: 2px dotted #9F8D5C;
margin: 10px 0px;
padding: 20px 0px;
}
.ike-slideshow ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.ike-slideshow ul li {
display: none;
margin: 0px;
padding: 0px;
list-style: none;
height: inherit;
line-height: inherit;
}
.ike-slideshow ul li.first {
display: block;
}
.ike-slideshow-image {
text-align: center;
font-size: 1px;
letter-spacing: 0;
margin-bottom: 20px;
}
.ike-slideshow-info {
margin: 20px 0px;
text-align: center;
font-size: 1.3em;
letter-spacing: -1px;
}
.ike-slideshow-caption {
}
.ike-slideshow-caption p {
margin: 0 0 10px 0;
}
.ike-slideshow-pagination {
font-size: 10px;
vertical-align: 2px;
padding: 2px 5px;
color: #666666;
}
.ike-slideshow img {
padding: 5px;
display: inline;
margin: 0px;
border: 1px solid #9F8D5C;
background: #EAE8DF;
}
.ike-slideshow-controls {
background:#DED8C2 none repeat scroll 0 0;
border:1px solid #9F8D5C;
margin:0 auto;
padding:10px 0px 14px;
text-align:center;
width: 560px;
}
.ike-slideshow-controls a {
border: 0px;
padding: 20px 28px;
margin: 4px;
color: #0c0;
font-size: 1px;
background: url(nextpic_off.gif) no-repeat top left;
}
.ike-slideshow-controls a:hover {
background: url(nextpic_on.gif) no-repeat top left;
}
.ike-slideshow-controls a.ike-slideshow-back {
background: url(prevpic_off.gif) no-repeat top left;
}
.ike-slideshow-controls a.ike-slideshow-back:hover {
background: url(prevpic_on.gif) no-repeat top left;
}

