/* CSS for Crane & Co. - Cranepaper.com */
/* by Warkulwiz Design Associates */

/*-----------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 15px;
	margin: 0px;
	background-color: #999999;
	
}

a { color: #666666; text-decoration: none; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 10px;} 
a:link { color: #666666; text-decoration: none; } 
a:visited { color: #666666; text-decoration: none; } 
a:active { color: #666666; text-decoration: none; } 
a:hover { color: #666666; text-decoration: underline; }

#main {
	position:absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	background-color:#CCCCCC;
	background-image:url(../images/history/background_pattern.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

/*------------------------ header -------------------------------*/

#header {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 60px;
	background-color:#FFFFFF;
}

#header_nav {
	position:absolute;
	bottom: 5px;
	right: 0px;
	margin: 0px 10px 0px 0px;
}

#home_logo {
	position: absolute;
	margin: 12px 0px 0px 10px;
}

#dot_pattern {
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background-image: url(../images/masthead/dot_pattern.png);
	background-repeat: repeat-x;
}


/*---------------------- body content -------------------------------*/

#body {
	position: relative;
	height: auto;
}

#body_copy {
	width: auto;
	height: 626px;
	color:#666666;
	padding: 0px 30px 0px 30px;
}

#left_side {
	/*background-image: url(../images/history/background_left.jpg);*/
}

#right_side {
	/*background-image: url(../images/history/background_right.jpg);*/
	padding: 120px 0px 0px 0px;
}

#image_right {
	height: auto;
	position: relative;
	overflow: visible;
}

#pageheader {
	margin: 20px 0px 20px 0px;
}

.subheader {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #a32323;
}

#callout {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #004281;
	margin: 125px 0px 0px 30px;
	width: 160px;
	height: auto;
}

.header_row {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}

.header_row span {
	float: left;
	display: inline;
}

.contactrow {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 70px 0px;
}

.contactrow span {
	float: left;
	display: inline;
}


.region{
	width: 130px;
	height: auto;
	margin: 0px 20px 0px 0px;
}

.rep{
	width: 100px;
	height: auto;
	margin: 0px 10px 0px 0px;
}

.address{
	width: 100px;
	height: auto;
	margin: 0px 30px 0px 0px;
}

.contact{
	width: 100px;
	height: auto;
}

.bold {
 	font-weight: bold;
}

/*------------------------- page navigation -------------------------------*/

#page_nav {
	position: relative;
	bottom: 15px;
}

#prev_btn {
	float: left;
	margin-left: 20px;
}

#cont_btn {
	float: right;
	margin-right: 20px;
}
