@charset "utf-8";
/* CSS Document */
body{
	background: #333;
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
a:link, a:active, a:visited{
	color: #5988bd;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	outline: none;
	}
a:hover{
	color: #333333;
	}
#header{
	background: url(../images/body_bg.gif) repeat-x;
	height: 100px;
	position: relative;
	}
a#logo{
	margin-top: 28px;
	float: left;
	display: block;	
	width: 716px;
	height: 42px;	
	background: url(../images/superior_logo.gif) no-repeat;
	text-indent: -5000px;
	}
#main_splash{
	clear: both;
	height: 165px;
	background: url(../images/main_splash_bg.gif) repeat-x;
	}
#main_splash2{
	background: url(../images/main_splash_bg2.gif) repeat-x;
	clear: both;
	height: 165px;
	}
#content{
	background: url(../images/content_bg.gif) repeat-x #f2f2ed;
	min-height: 500px;
	}
#left_content{
	width: 440px;
	float: left;
	margin-top: 10px;
	}
#recent_work{
	width: 353px;
	min-height: 276px;
	background: url(../images/recent_work_bg.gif) no-repeat;
	float: right;
	margin-top: 10px;
	overflow: auto;
	}
.recent_thumb{
	background: #CCC;
	padding: 4px;
	width: 55px;
	height: 55px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
#recent_inner{
	margin: 0 45px 0 15px;
	}
#footer{
	min-height: 140px;
	background: url(../images/footer_bg.gif) repeat-x #333;
	}
#footer_heading{
	background: url(../images/footer_heading.gif) no-repeat;
	height: 25px;
	width: 812px;
	margin: 0 auto 0 auto;
	}
#footer_content{
	margin-top: 10px;
	text-align: center;
	color: #82b7f2;
	}
.footer_copy{
	color: #FFF;
	}
.size_11{
	font-size: 11px;
	}
#footer_content a{
	color: #FFFFFF;
	text-decoration: none;
	}
#footer_content a:hover{
	color: #CCCCCC;
	}
.container{
	width: 800px;
	margin: auto;
	}
#nav {
  float:left;
  width:100%;
  background: url(../images/nav_bg.gif) repeat-x;
  line-height:normal;
  font-family: "Georgia", Times, serif;
  font-size: 15px;
  }
#nav ul {
  margin:0;
  padding:3px 10px 0 50px;
  list-style:none;
  }
#nav li {
  display:inline;
  margin:0;
  padding:0;
  }
#nav a {
  float:left;
  background:url(../images/tab_left.gif) no-repeat left top;
  margin:0 3px;
  padding:0 0 0 6px;
  text-decoration:none;
  }
#nav a span {
  float:left;
  display:block;
  background:url(../images/tab_right.gif) no-repeat right top;
  padding: 5px 15px 9px 9px;
  color: #FFFFFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span {
  color: #666666;
  }
#nav a:hover {
  background-position:0% -33px;
  }
#nav a:hover span {
  background-position:100% -33px;
  }
#nav a.tabbed {
	color: #FFF;
	background-position:0% -33px;
	}
#nav a.tabbed span.selected {
	color: #333;
	background-position:100% -33px;
	}
#sub_menu{
	list-style-type: none;
	margin: 0;
	padding: 0;	
	}
#sub_menu li{
	margin-bottom: 3px;
	}
#sub_menu li a{
	display: block;
	padding: 5px;
	background: #EAEAEA;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #666666;
	font-style: normal;
	border: 1px solid #CCC;
	}
#sub_menu li a:hover{
	padding-left: 10px;
	background: #a3c129;
	color: #FFF;
	}
h1, h2, h3{
	font-family: "Georgia", Times, serif;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	}
h2{
	font-size: 24px;
	border-bottom: 1px dotted #CCCCCC;
	}
h3{
	font-size: 18px;
	color: #265e8e;
	}
#what_we_do{	
	width: 170px;
	list-style-type: square;
	}
#what_we_do li{
	padding: 3px;
	border-bottom: 1px solid #Eaeaea;
	}
.clear_all{
	clear: both;	
	}

fieldset{
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
legend{
	font-size: 23px;
	color: #333333;
	}
.quote_input{
	border: 1px solid #CCC;
	font-size: 16px;
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #666666;
	width: 80%;
	font-family: "Georgia", Times, serif;
	}
.dark_red{
	color: #CC0000;
	font-size: 11px;
	font-family: "Times New Roman";
	}