* {
  font-family:"Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
body {
  background:#0095b3 url('/i/gui_body_bg.jpg') repeat;
}
#wrapper {
  width:966px;
	margin:0 auto;
	margin-top:10px;
}
#header h1 {
  background:url('/i/gui_header.jpg');
	text-indent:-9999px;
	height:79px;
  margin:0;
  padding:0;
}
h3 {
  margin-bottom:10px;
}
#mainmenu {
  margin:0;
  padding:0;
}
#mainmenu ul {
  margin:0;
  padding-left:0;
  float:left;
  font-weight:bold;
  width:100%;
}
* html #mainmenu ul{ /*IE only rule. Delete extra margin-bottom*/
  margin-bottom:0;
}
#mainmenu ul li {
  display:inline;
}
#mainmenu ul li a {
  float:left;
  color:#fff;
  font-weight:bold;
  padding:2px 22px 4px 23px;
  text-decoration:none;
  background:#bc724d url(/i/gui_menu_divider.gif) top right repeat-y;
}
#mainmenu ul li a.last {
  background:#bc724d;
  padding:2px 23px 4px 24px;
}
#mainmenu ul li a:hover {
  color:#000;
  background-color:#f3f3f3;
  border-bottom:4px solid #000;
  padding-bottom:0;
}
#mainmenu ul li a.last:hover {
  border-right:7px solid #bc724d;
  padding:2px 23px 0px 17px;
}
#mainmenu ul li a.first:hover {
  border-left:7px solid #bc724d;
  padding:2px 21px 0px 17px;
}
#masthead {
  clear:left;
  border-left:7px solid #bc724d;
  border-right:7px solid #bc724d;
  border-bottom:7px solid #bc724d;
  height:324px;
}
#masthead ul li {
  float:left;
  position:absolute;
  list-style:none;
}
#masthead ul li img {
	border:0;
}
#masthead ul li.show {
  z-index:500;
}
#container {
  float:left;
  border-bottom:7px solid #bc724d;
}
#inner {
  float:left;
	overflow:hidden;
}
#leftcol {
  float:left;
  border-left:7px solid #bc724d;
  background:url('/i/gui_content_bg.jpg') repeat-y;
	width:200px;
}
#content {
  float:left;
  border-left:7px solid #bc724d;
  border-right:7px solid #bc724d;
  background:url('/i/gui_content_bg.jpg') repeat-y;
	width:500px;
	padding:19px;
}
#content a, #rightcol a {
  color:#bc724d;
}
#content a:hover, #rightcol a:hover {
  color:#0095b3;
}
#content ul {
	width:400px;
	margin:0 auto;
	font-size:12px;
	line-height:25px;
	padding-bottom:20px;
}
#special-zone {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	background:#fff;
	border:2px dashed #c20000;
	padding:5px;
	margin:15px 0 15px 0;
}
#special-zone .hilite {
	color:#c20000;
}
#rightcol {
  float:left;
  border-right:7px solid #bc724d;
  background:url('/i/gui_content_bg.jpg') repeat-y;
	width:200px;
  margin-right:0;
}
#leftcol, #content, #rightcol {
	margin-bottom:-10000px;
	padding-bottom:10000px;
}
#leftcol p, #content p, #rightcol p {
  margin-bottom:20px;
	line-height:25px;
}
#leftcol {
  text-align:center;
}
#leftcol .twitter-widget {
  width:190px;
	margin:0 auto;
	padding-top:10px;
}
#rightcol {
  text-align:center;
}
#rightcol .call-now {
	background:#fff;
	padding:20px 0 20px 0;
}
#rightcol .call-now h3 {
  color:#c20000;
}
#rightcol .site-plan img {
  border-top:7px solid #bc724d;
  border-bottom:7px solid #bc724d;
	margin:0;
	padding:0;
}
#rightcol .site-plan p {
  background:#bc724d;
	padding-bottom:10px;
}
#rightcol .site-plan a {
	color:#fff;
	font-weight:bold;
}
#rightcol .site-plan a:hover {
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}
#leftcol img, #rightcol img {
  border:0;
	padding:10px 0 10px 0;
}
.clear {
  clear:both;
  padding-top:10px;
}
#footer {
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:10px 0 10px 0;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#eee;
}
#copyright {
	text-align:center;
	color:#fff;
	font-size:12px;
	padding:10px 0 30px 0;
}
#contact-form label {
  float:left;
  width:150px;
  font-weight:bold;
}
#contact-form input, textarea {
  width:180px;
  margin-bottom:5px;
}
#contact-form textarea {
  width:250px;
  height:150px;
}
#contact-form .boxes {
  width:1em;
}
#contact-form #submitbutton {
  margin-left:120px;
  margin-top:5px;
  width:90px;
}
#contact-form br {
  clear:left;
}
#contact-form p {
  padding:5px;
  margin:5px;
	border:0px solid #000;
}
