/* 
Primary CSS for foremen.royzimmerman.com
*/

/* basic elements */
body { 
	font: 12px tahoma, arial, helvetica, sans-serif; 
	color: #330000; 
	margin: 0px;
	margin-top:10px;
	padding:0 10px 0 10px; 
	border:0;
	background: url('images/bg2.jpg') repeat-x top left;
	text-align: center;
	}
	
p { 
	font: 12px tahoma, arial, helvetica, sans-serif; 
	margin-top: 0px;
	margin-bottom: 18px;
	text-align: justify;
	}
	
h2 { 
	font: bold 14pt tahoma, arial, helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #331111;
	
	}
	
h3 { 
	font: normal 12pt tahoma, arial, helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #331111;
	}	

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000088;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #008800;
	}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #880000;
	}

/* specific divs and classes */

#container {
margin: 0 auto;
width: 790px;
height: 398px;
text-align: left;
}

#content {
width: 790px;
border-top: 1px solid #3E2C18;
background: #ffffff;
}

.content-text {
width: 730px;
margin: 20px;
}

.content-item h2 {
font-size: 17px;
font-weight: bold;
font-family: tahoma, arial, helvetica, sans-serif;
color: #333333;
text-align: left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 0px;
}

.content-item h3 {
font-size: 14px;
font-weight: bold;
font-family: tahoma, arial, helvetica, sans-serif;
color: #000000;
text-align: left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 0px;
}

.sidebar-right {
width:175px;
float:right;
}

#form-left {
margin-top:30px;
width:520px;
float:left;
}

#form-right {
margin-top:30px;
width:175px;
float:right;
}

#blurbs {
float:right;
margin-top:5px;
margin-left:10px;
width:330px;
background:#ddd;
padding:3px;
border:2px dotted black;
}

#blurbs p {
text-align:left;
}

.fw {
font-size: 12px;
font-weight: normal;
font-family: courier, serif;
color: #000000;
}

#top {
z-index:100;
width: 790px;
height: 270px;
background-image: url(images/marquees2.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.form-pix {
float:right;
width:175px;
margin-bottom: 10px;
}

.caption {
font: 11px tahoma, arial, helvetica, sans-serif; 
color: #444455;
text-align: left;
}

.photo {
padding-top: 0;
padding-left: 50px;
padding-right: 0px;
padding-bottom: 10px;
}

.fh-item {
align: center;
width: 700px;
margin-top: 30px;
}

.fh-photo {
border: 1px solid #3E2C18;
float: left;
width: 400px;
margin-right: 10px;
margin-left: 10px;
padding: 10px;
}

.fh-desc {
float: left;
width: 200px;
background: #bcbcbc;
border: 1px solid #3E2C18;
padding: 10px;
}

.thumbnail{
padding: 5px;
border: 1px solid #ddd;
float: left;
margin-right: 7px;
margin-bottom: 15px;
}

/* Tooltip Style */

a:hover {
	position: relative;
	}

a span {
	display: none;
}

a:hover span {
	display: block;
	position: absolute; 
	bottom: 0; 
	right: 0;

	/* formatting only styles */
	width: 150px;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	background: #ffffff; 
	border: 1px solid black;
	/* end formatting */
	}

