@charset "utf-8";
/* Reset Everything */

@import url("reset.css");
  
  
/* BRICK2 Stylesheet */

* { padding:0px; }
body {
	background:#FBFBFB url(../layout_images/top_stripe.gif) no-repeat scroll center top;
	color:#434343;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2em;
	word-spacing:-0.025em;
}
p { margin:0px 0px 8px 0px; }
img { border:0px; margin:0px; padding:0px; }
a { color:#d4121d; }
a:hover { color:#434343; }



/* Structure */

#container { width:900px; margin:0px auto; padding:0px; }
#branding { width:inherit; height:31px; margin:66px 0px; }
#logo h1, #logo small { margin:0px; display:block; text-indent:-9999px; }
#logo a { cursor:pointer; display:block; height:31px; width:118px; z-index:999; }
#logo { background-image:url(../layout_images/logo.jpg); background-repeat:no-repeat; width:118px; height:31px; }
#menu { width:420px; height:22px; margin:10px 0px 0px 0px; }
#menu li { display:inline; margin:0px 25px 0px 0px; text-align:left; }
#home { width:inherit; margin:64px 0px; padding:0px; }
#learnmore { background:#f6f5f5; margin:30px 0px 0px 0px; padding:20px; }
#copyright { margin:40px 0px 16px 0px; font-size:11px; }


/* Hide additional images for Services and Home pages */

#index_image { width:420px; height:272px; overflow:hidden; }
#whatwedo_image { width:418px; height:343px; overflow:hidden; }


/* General Styles */

.content { width:420px; margin:64px 0px 0px 0px;}
.inplace p { margin:0px 0px 10px 0px; }
.inplace img { margin:0px 20px 0px 0px; }
.inplace .header { margin:0px; padding:0px; }
.flt_left { float:left; }
.flt_right { float:right; }
.clear { clear:both; height:0px; width:100% }
.bold { font-weight:bold; }



/* Form Styles */
.getinfo { padding:3px; width:200px; border:1px solid #999999; background:url(../layout_images/form_bg.jpg) repeat-x; }
.getinfo:focus { padding:3px; width:200px; border:1px solid #d4121d; background:url(../layout_images/form_bg.jpg) repeat-x; }

#form .input { padding:6px; margin:0 0 16px 0; width:200px; border:1px solid #999999; background:url(../layout_images/form_bg.jpg) repeat-x; }
#form .input:focus { padding:6px; margin:0 0 16px 0; width:200px; border:1px solid #d4121d; background:url(../layout_images/form_bg.jpg) repeat-x; }
#form textarea { padding:6px; margin:0 0 16px 0; width:200px; height:80px; border:1px solid #999999; font-family:Verdana, Geneva, sans-serif; font-size:1em; background:url(../layout_images/form_bg.jpg) repeat-x; }
#form textarea:focus { padding:6px; margin:0 0 16px 0; width:200px; height:80px; border:1px solid #d4121d; font-family:Verdana, Geneva, sans-serif; font-size:1em; background:url(../layout_images/form_bg.jpg) repeat-x; }
#form .submit { border:1px solid #d4121d; padding:8px; } 