
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 0.9em;
}

.width_restrict{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:3;
}


#header {
	height: 180px;
	width: 100%;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-color: #66757A;
	color: #fff;
	position: relative;
	z-index: 1
}

#header_logo {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	border: 0;
}

#header_address {
	font-size: 0.85em;
	line-height: 1.2em;
	position: absolute;
	top: 30px;
	left: 0;
}

#header_images {
	position: absolute;
	top: 0;
	padding-top: 105px;
	left: 300px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 9;
}
#header_images img {
	vertical-align: top;
}
#header_images img.hi_bottom {
	position: relative;
	top: 75px;
}

#white_bar_right {
	height: 75px;
	position: absolute;
	top: 105px; /* 180 - 75 */
	right: 0;
	width: 50%;
	background-color: #fff;
	z-index: 2;
}

#large_image {
	position: absolute;
	top: 74px;
}

#large_image_loader {
	position: absolute;
	left: 132px; /* 300/2 - 35/2 */
	top: 50px;
	text-align: center;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index: 100;
}
#large_image_loader img {
	border: 0;
	margin-top: 50px;
	padding: 5px;
	background-color: white;
}


#content_area {
	margin-left: 310px;
	margin-top: 180px;
	width: 610px;
}

#menu_bar {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	padding-bottom: 8px;
	height: 50px;
}
#menu_bar img { outline: none; border: 0; }


a.menu_text:link, a.menu_text:visited {
	padding: 10px 15px;
	border: 1px solid #fff;
	outline: none;
	display: block;
	float:left;
	margin: 8px 5px 0 5px;
	text-decoration: none;
}
a.menu_text:hover {
	border-color: #ccc;
	background-color: #eee;
	outline: none;
}

a.menu_box:link, a.menu_box:visited {
	margin: 0 0 0 185px;
	padding: 3px;
}



#content {
    max-height: 220px;
    _height: 220px;
	overflow: auto;
	padding: 10px;
	font-size: 0.9em;
	color: #666;
}

#content a:link, #content a:visited {
	color: #999;
}
#content a:hover {
	color: #FF7C66;
}

#content, #content p {
	line-height: 1.2em;
}

#content h1 {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	text-transform: uppercase;
}

#content h2 {
	font-size: 0.95em;
	margin: 30px 0 3px 0;
	text-transform: uppercase;
}

#content p {
	margin: 8px 0;
}



#footer {
	padding-top: 20px;
	height: 165px;
	margin: 40px 0 0 0;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

#footer img {
	border: 0;
	vertical-align: middle;
	padding: 5px 10px;
	margin: 0 10px;
}

#footer a:link, #footer a:visited {
	
}

#footer a:hover img {
	background-color: #C6CCCD;
}
#footer a:hover  { /* this is for IE */
	background-color: #C6CCCD;
}




#footer_text {
	margin-top: 30px;
	color: #999;
	font-size: 0.8em;
	text-align: center;
}

#footer_text a:link, #footer_text a:visited {
	color: #999;
	text-decoration: none;
}
#footer_text a:hover {
	color: #666;
}




#portfolio {	
	margin: 74px 0 0 300px;
}

.portfolio_image {
    float: left;
    width: 74px;
    height: 74px;
    
}

.portfolio_image img {
    border: 0;
    width: 74px;
    height: 74px;
}
























