body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.oneColElsCtrHdr #container #header #header_left {
	float: left;
	width: 550px;
	padding: 0px;
	margin-top: 10px;
}
.oneColElsCtrHdr #container #header #header_right {
	float: right;
	width: 315px;
	margin-top: 10px;
	border: 1px solid #C0C0C0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	height: 135px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.oneColElsCtrHdr #container #header #header_right #search_box {
	float: left;
	width: 300px;
	padding: 0px;
	height: 25px;
}
.oneColElsCtrHdr #container {
	width: 99%;  /* the overall size of the whole page*/
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtrHdr #header {
	/*background: #DDDDDD; */
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.oneColElsCtrHdr #container #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #01568b;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 200px;
}
.oneColElsCtrHdr #footer ul {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #d4d4d4;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: left;
}
.oneColElsCtrHdr #footer .last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColElsCtrHdr #footer ul li {
	margin-bottom:1px;
	margin-left: 5px;
}
.oneColElsCtrHdr #footer ul li strong {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d4d4d4;
	font-weight: bolder;
}
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #container #header #header_right #search_box #search_form input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 2px;
	height: 25px;
	width: 100%;
	border: 1px solid #FC0;
	margin-left: 5px;
}
.oneColElsCtrHdr #container #header #header_right #search_button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #FFF;
	background-color: #C60;
	display: block;
	padding: 0px;
	float: left;
	height: 30px;
	width: 60px;
	margin: 0px;
	text-align: center;
	border: 1px solid #C60;
}
/*top menu */
.topmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(images/layout/blockdefault.gif) center center repeat-x;
}
.topmenu li {
	display: inline;
}
.topmenu li a {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}
.topmenu li a:link {
	color: white;
}
.topmenu li a:visited {
	color:#9FF;
}
.topmenu li a:hover, .topmenu li a:active {
	color: white;
	background: transparent url(images/menu-active.gif) center center repeat-x;
}
.oneColElsCtrHdr #mainContent #box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding:0px;
	/*background-color: #CCC;*/
}
.oneColElsCtrHdr #mainContent #box ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.oneColElsCtrHdr #mainContent #box ul li {
	float: left;
	width: 136px;
	border: 1px outset #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 3px;
	height: 180px;
	padding: 5px;
	background-color: #FFF;
}
.oneColElsCtrHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/heading-background.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-bottom: 3px;
}
#box_header_tl {
	background-image: url(images/box_header_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 5px;
	float: left;
}
#box_header_tr {
	background-image: url(images/box_header_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 31px;
	width: 5px;
	float: left;
}
#box_header {
	background-image: url(images/box_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 935px;
	height: 31px;
	padding: 0px;
	margin: 0px;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
}
#content_box {
	width:943px;
	padding:0px;
	margin:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5997c1; /*was CCC;*/
	border-left-color: #5997c1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5997c1;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}
#title_box {
	width:945px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}


/* Image Grid */
ul.grid {
  padding: 0;
  list-style: none;
  margin: 5px auto 0;
  width: 95%px;  /*was 465px*/
  }

.grid li {
  float: left;
  padding: 0;
  margin: 0 5px 5px 5px;
  } 

.grid_display {
  padding: 5px;
  margin-left: auto; margin-right: auto;  margin-top:5px; margin-bottom:5px;
  background-color: #5997c1; /*was #ffd7ce;*/
  width: 98%; /*was 513px*/
  /*these two properties will be inherited by .portfolio h2 and .portfolio p */
  font-family: 'GraublauWeb', serif; 
  text-align: center;
  }
  
div.grid_display h2 {
  padding: 0; margin: 0;
  clear: both;
  font-size: 20px;
  font-weight: normal;
  color: white;
  background: none;
  font-family: 'GraublauWeb', arial, serif;  
  text-transform: none;
  letter-spacing: normal;
  }

.grid li a:hover img {
  opacity:0.3;  filter:alpha(opacity=30);
  }

.grid li img {
  background-color: white;
  padding: 4px; margin: 0;
  border: 1px dotted #58595b;
  width: 84px;
  height: 44px;
  }
  
.grid li a {
  display: block;
  }
/* end of Image Grid */


#searchwrapper {
width:310px; /*follow your image's size*/
height:40px;/*follow your image's size*/
background-image:url(images/searchbox.jpg);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:relative; /*important*/
top:0px;
left:13px;
width:250px;
height:22px;
color:black;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:relative; /*important*/
top:4px;
left:265px;
width:32px;
height:28px;
}


#box{
	overflow:hidden;
}


.panelbox
{
	position:relative;
	float:left;
	width:180px;
	height:187px;
	overflow:hidden;
	/*was border:1px solid #c1c1c1;*/
	border-style:none;border-width:0px;	
	margin:3px 3px 0 0;
}

.mobilename
{
	position:absolute;
	top:20px;	
	font-family:"Rockwell", "Times New Roman", Times, serif;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	color:#494949;
}

.mobilename a
{
	color:#494949;
	text-decoration:none;
}

.mobilename a:hover
{
	text-decoration:underline;
}

.phoneimage
{	
	position:absolute;
	top:46px;
	left:0px;
	right:130px;
	width:70px;
	height:120px;
	overflow:hidden;
}

.mobiledetails p
{
	position:absolute;
	top:45px;
	left:75px;
	font-family:"Rockwell", "Times New Roman", Times, serif;
	font-size:25px;
	line-height:28px;
	font-weight:bold;
	color:#f94500;
}

