@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/background.png);
	background-attachment: fixed;
    background-repeat: repeat-x;
	background-position: bottom left;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color: #505050;
}
/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a { cursor: pointer; }
a:link { color: #f9a01b; }
a:visited { color: #f9a01b; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

p, td, li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color: #505050;
	line-height: 1.3em;	
	
}

.page_heading{
	font-family:"Gill Sans MT", Verdana, "Century Gothic";
	color: #f9a01b;
	font-size:1.9em;
	font-weight:bold;
	margin-top: 15px;
	
}

.orange_lines
{
	border-left: 1px solid #f9a01b;
    border-right: 1px solid #f9a01b;
}

.orange_bold{
	font-weight: bold;
	color:#f9a01b;
}
.orange_text{
	font-weight:lighter;
	color:#f9a01b;	
}
.orange_line_bottom{
	border-bottom: 1px solid #f9a01b;
}

h1{
	font-family:"Gill Sans MT", Verdana, "Century Gothic";
	color: #f9a01b;
	font-size: 1.3em;
	font-weight:bold;
	line-height: 14px;
	margin-top: 15px;
}

h2 {
	font-size: 1em;
	font-weight:bold;
}

.footer{
	font-size: 0.7em;
	color: #fff;
	text-align: center;
}
.footer a:link{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #f9a01b;
	text-decoration: underline;
}


#service_box1{
	position: absolute;
	top: 150px;
	left: 37px;
	width: 300px;
	height: 344px;
	z-index: 21;
}

#service_box2{
	position: absolute;
	top: 190px;
	left: 392px;
	width: 300px;
	height: 344px;
	z-index: 21;
}

.b1, .b2, .b3, .b4 {font-size:20px; overflow:hidden; display:block;}
  .b1 {height:1px; background:#fbbc5f; margin:0 5px;}
  .b2 {height:1px; background:#fbbc5f; margin:0 3px;}
  .b3 {height:1px; background:#fbbc5f; margin:0 2px;}
  .b4 {height:2px; background:#fbbc5f; margin:0 1px;}
  .content {background: #fbbc5f;}
  .content div {margin-left: 10px; margin-right:5px; color: #FFFFFF; font-size: 12px; padding:5px; height:300px;} 
  
.b1a, .b2a, .b3a, .b4a{font-size:1px; overflow:hidden; display:block;}
  .b1a {height:1px; background:#fbbc5f; margin:0 5px;}
  .b2a {height:1px; background:#FFFFFF; border-right:2px solid #fbbc5f;
         border-left:2px solid #fbbc5f; margin:0 3px;}
  .b3a {height:1px; background:#FFFFFF; border-right:1px solid #fbbc5f;
         border-left:1px solid #fbbc5f; margin:0 2px;}
  .b4a {height:2px; background:#FFFFFF; border-right:1px solid #fbbc5f;
         border-left:1px solid #fbbc5f; margin:0 1px;}
  .contenta {background: #FFFFFF; border-right:1px solid #fbbc5f;
         border-left:1px solid #fbbc5f; }
  .contenta div {margin-left: 5px; color: #505050; text-align:left; height:300px;}

  
  
.services_heading{color:#ffffff; font-weight: bold;}

a img {
	color: #ffffff;
}

.teampic{
	float:left;
	margin: 10px;
}

img#allone_logo{
	clear: right;
	margin:10px;
}
img#allone_pic{
	float: left;
	margin:10px;
	
}
img#citrusphotographer_pic{
	float: left;
	margin:10px;
	
}

.services_body li {
	
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: -20px;
}

