body,p,h1,h2,h3,div,img{margin:0px;padding:0px;border-width:0px;outline-width:0px}
body { font-family:arial; 
/*background: url(../images/reach-background.jpg) no-repeat #3596c4 top center;*/
background: url(../images/bgmain.png) repeat-x #e9e9e9;
font-size:12px; }
/*Basic Layout Styles*/
/*Website Frame*/
#layout {
	width:1002px;
	margin: 5px auto 0px auto;
	color:#ffffff;
	border:2px solid #FFFFFF;
	background:#2e2e2e;

}
/*Reach Logo*/
#logo {
	float:left;
}
#header {
	display:block;
	width:1002px;
	height:170px;
	background:url(../images/header-bg.png);
}
#header .address {
	text-align:right;
	color:#FFFFFF;
	float:right;
	font-size:14px;
	padding-right:10px;
	padding-top:10px;
}

#header .phonenumber {
	float:right;
	margin-top:20px;
	font-size:20px;
	font-weight:100;
	margin-bottom:4px;
}

#header .phonenumber span.white {
	color:#FFFFFF;
	margin-right:5px;
}
#header .phonenumber span.orange {
	color:#f26722;
	margin-right:5px;
}
#header .emailaddress  {
	color:#FFFFFF;
	float:right;
	margin-right:5px;
}
#header .emailaddress a {
	text-decoration:none;
	color:#FFFFFF
}


#left {
	width:260px;
	float:left;
}
#center {
	width:482px;
	float:left;
}
#right {
	width:260px;
	float:right;
}



h1 {
	color:#f26722;
	font-size:20px;
	font-weight:100;
	margin-bottom:4px;
}



#contentbox h1 {
	color:#f26722;
	font-size:20px;
	font-weight:100;
	margin-bottom:4px;
}
#contentbox a.white{
	color:#FFFFFF;
	text-decoration:none;

	font-size:14px;
}
#contentbox a:hover.white{
	color:#f26722;
	text-decoration:none;
}



#contentbox .top .middle {
	background:url(../images/contentbox/top-middle.png) repeat-x;
	background-position:center;
	font-size:2px;
	height:21px;
}
#contentbox .middle .left {
	background:url(../images/contentbox/middle-left.png);
}
#contentbox .middle .right {
	background:url(../images/contentbox/middle-right.png);
}
#contentbox .middle .middle {
	background:#151515;
}
#contentbox .bottom .middle {
	background:url(../images/contentbox/bottom-middle.png) repeat-x;
	background-position:center;
	font-size:2px;
}

a.orangeLnk {
	color:#f26620;
	text-decoration:none;
}
a.orangeLnk:hover {
	color:#f26620;
	text-decoration:underline;
}

a.whiteLnk {
	color:#FFFFFF;
	text-decoration:none;
}
a.whiteLnk:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#navigation {
	height:33px;
	background:url(/images/navigation.png);
	text-align:center;
}
#navigation a {
	color:#FFFFFF;
	text-decoration:none;
	height:33px;
	line-height:33px;
}
#navigation a:hover {
	color:#f26620;
}




/*Light Box */
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 617px;
    height: 50%;
    border: 2px solid #FFFFFF;
    background-color: #151515;
    z-index:1002;
    overflow: auto;
}

