@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	font-size:12px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper-outer {
	width:100%;
	background:#ececec;
	border-bottom:4px solid #c4c4c4;
}

#wrapper-home {
	width:950px;
	height:auto;
	padding:0 15px 15px;
	margin:0 auto;
	background:url(../images/index/wrapper-bg.jpg) top left repeat-y;
}

#wrapper {
	width:950px;
	height:auto;
	padding:20px 15px 15px;
	margin:0 auto;
	background:url(../images/index/wrapper-bg.jpg) top left repeat-y;
}

#header-outer {
	position:relative;
	width:100%;
	height:112px;
	background:#fff;
	margin:0 auto;
}

#header {
	position:relative;
	width:940px;
	height:112px;
	margin:0 auto;
}

#left-column {
	width:240px;
	float:left;
	position:relative;
	
}

.home-tabs {
	width:640px;
	height:65px;
	position:relative;
	margin-top:30px;
}

.services {
	width:178px;
	height:auto;
	margin:0px 0px 10px 5px;
	padding:20px;
	-moz-box-shadow: 0 0 3px #505050;
    -webkit-box-shadow: 0 0 3px #505050;
    box-shadow: 0 0 3px #505050;  
	border:1px #999 solid;
	background:#fafafa url(../images/index/smoke2.jpg) right bottom no-repeat;	
	padding-top:40px;
	position:relative;
}

.about-nav {
	width:178px;
	height:auto;
	margin:0px 0px 10px 5px;
	padding:20px;
	-moz-box-shadow: 0 0 3px #505050;
    -webkit-box-shadow: 0 0 3px #505050;
    box-shadow: 0 0 3px #505050;  
	border:1px #999 solid;
	background:#fafafa;	
	padding-top:40px;
	position:relative;
}

.about-tab {
	width:220px;
	height:86px;
	background:url(../images/index/about-tab.jpg) left top no-repeat;
	position:relative;
	-moz-box-shadow: 0 0 3px #505050;
    -webkit-box-shadow: 0 0 3px #505050;
    box-shadow: 0 0 3px #505050;  
	margin-left:5px;
}

.security-tab {
	width:240px;
	height:118px;
	background:url(../images/index/security-tips.jpg) left top no-repeat;
	position:relative;
}

#right-column {
	width:690px;
	height:auto;
	float:right;
}

.content {
    position:relative;
    height:auto;
	width:658px;
	padding:20px;
	-moz-box-shadow: 0 0 3px #505050;
    -webkit-box-shadow: 0 0 3px #505050;
    box-shadow: 0 0 3px #505050;  
	border:1px #fff solid;
	border-bottom:none;
	margin-left:10px;
	background:#fafafa url(../images/index/services-l-bg.jpg) left bottom repeat-x;	
}

img.header {
	position:absolute;
	left:226px;
}

img.logo {
		position:absolute;
		top:20px;
		left:0px;
}

#footer {
	width:100%;
	padding:20px 0;
	height:100%;
}

.footer-inner {
	width:960px;
	height:auto;
	margin:0 auto;
}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
	margin:0px auto 15px -5px;
    height:257px;
	width:960px;
	/*-moz-box-shadow: 0 0 3px #505050;
    -webkit-box-shadow: 0 0 3px #505050;
    box-shadow: 0 0 3px #505050;*/ 
}



#slideshow p {
    font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	position:absolute;
	bottom:105px;
	right:40px;
	width:390px;
	line-height:1.2em;
	margin:0px;
}

#slideshow h3 {
    font-size:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	position:absolute;
	top:45px;
	right:40px;
	width:390px;
	line-height:1.2em;
	margin:0px;
}

#slideshow DIV {
    position:absolute;
    top:0px;
    left:0px;
    z-index:8;
    opacity:0.0;
    height:257px;
	width:960px;
}


#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height:257px;
	width:960px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


/*********Misc**********/

.cb {
	clear:both;	
}

.input_text
{
    border: 1px solid #c0c0c0;
    padding: 3px;
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
} 
  .input_text:focus, input.input_text_focus
{
    border-color: #646464;
	-moz-box-shadow: 0px 0px 5px #ccc;
 	-webkit-box-shadow: 0px 0px 5px #ccc;
  	box-shadow: 0px 0px 5px #ccc;

}