/* show or hide */
#header_logo {
	
}

#strap {
	
}

#left_side_column {
	display: none;
}

#right_side_column {

}

body { 
	font: 13px arial, helvetica, sans-serif; 
	background-color: #fff;
	margin: 0;
  padding: 0;
}

#envelope {
  text-align: left;
  width: 780px;
  background: #fff;
  margin: 0 auto;
}

a {
  color: #008080;
  text-decoration: none;
}

p {
	margin: 10px 0 0;
}

/* Header */


/* Header title */
h1 {
  margin: 25px 0 5px 10px;
  padding: 0;
  font-weight: lighter;
  font-size: 300%;
  color: #000;
  float:left;
}

#header{
  height: 120px;
  /* background-color: #c36;
  color: #f00; */
  width: 100%;
  margin: 0 auto;
}

#header_logo {
	float: left;
	margin: 10px 0 0;
}

/*Strap line*/

#strap {
	font-style: italic;
	font-weight: bold;
	font-size: 130%;
	color: #008080;
	background-color: #ccc;
	margin: 35px 0px 0 0;
	padding: 5px 10px 5px 0;
	float: right;
	text-align: right;
	width: 550px;
	/* height: 90px; */
	/* border: 1px solid #000; */
}

#strap p {
	padding: 0;
	margin: 0;	
}

/* Menu */

.menu_list {
  list-style-type: none;
  padding: 0;
  margin: 0px 0 0 0;
  width:165px;
	float: left;
	text-align: right;
}

.menu_list li {
  /* display: inline; */
  padding: 5px 5px 5px 0;
  margin: 0 0 5px 0;
  background-color: #99cccc;
  color: #fff;
  font-size: 110%;
}

.menu_list .first_menu_item {
  padding-left: 15px;
}

.menu_list a {
  color: #008080;
  text-decoration:none;
}

.menu_list a:hover {
  color: #000;
  text-decoration:none;
}

/* Content Column */

/* Page Title */
h2 {
  background-color: #008080;
	color: #fff;
  text-align: center;
  font-size: 150%;
  font-weight: normal;
  margin: 0;
  padding-bottom: 2px;
}

#content_column {
  padding: 0px 0 15px 15px;
  width: 435px;
  float: left;
}

div.clearer {
	clear: both;
	line-height: 0;
	height: 0;	
}

/* Item Boxes */

/* Item Title */
h3 { 
  /* background-color: #fff; */
  padding: 1px 0 1px 0px;
  margin: 15px 0 0;
  font-weight: bold;
  font-size: 110%;
  clear: right;
  /* border: 1px solid #ccf; */
}

.note_box {
  background-color: #fff;
  padding: 5px 15px;
  margin: 15px 0;
  border: 1px solid #ccc;
}

.item {
	/* border: 1px solid #ccc; */
	width: 100%;
	padding: 0 0 5px;
}

.item_inset {
	margin: 10px 0 0 10px;
	float: right;
}

.item_inset img {
  /* border: 0; */
  width: 100px;
  margin: 0 0 0 0;
  border: 1px solid #ddd;
}

.item_inset p {
	background-color: #ccc;
	width: 100px;
	text-align: center;
	margin: 0;
}

.item_inset_service_area img{
	width: 400px;
	height: 400px;
	border: 0;
  margin: 15px 0 0 0;
  border: 1px solid #ddd;
}

/* Bullet point list with definitions */

.def_list ul {

}

.def_list li {
	font-weight: bold;
	margin-top: 15px;
}

.def_list li li {
	list-style-type: none;
	font-weight: normal;
}

/* Big-Pic-Please Page */


#big_pic img {
  margin: 0 25px 0;
  float: left;
}

/* "Back" */

#big_pic a {
  margin: 0 200px 0;
}

/* Side Column */

.side_column {
  background-color: #eee;
  float: left;
  width: 140px;
  margin: 0 0 0px 15px;
  padding: 0px 5px 15px;
}

.side_column img {
	width: 90px;
	height: 90px;
	margin: 0 35px 0 0;
}


/* Footer */

#footer {
  clear: both;
  height: 20px;
  margin: 0px;
  padding: 10px 0 7px;
  width: 100%;
  margin: 0 auto;
  background-color: #99cccc;

}

#footer li {
	border-left: 1px solid #f00;
	display: inline;
	padding: 0 5px 0 10px;
	color: #000;
}

#footer .first_menu_item {
  border-left: none;
  padding-left: 15px;
}

#footer a {
  color: #f00;
  text-decoration:none;
}

#footer a:hover {
  color: #fff;
  text-decoration:none;
}

/* Web Designer */

#web-designer {
	text-align: right;
	margin: 0 5px 0;
}

#web-designer a {
  color: #ccc;
  text-decoration: none;
}

#web-designer a:hover {
  color: #f00;
  text-decoration: none;
}
