/* Browser Reseter */
body,div,span,p,a,img,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,input{
	margin: 0;
	padding:0;
	list-style:none;
	text-decoration: none;
	border: none;
	outline: none;
}
em.ttip2 {
background:url(images/bubble.png) no-repeat;
width: 112px;
height: 56px;
position:absolute;
top: 400px;
left: 150px;
text-align: center;
text-indent:0px;
z-index: 2;
display: none;
line-height:70px;
color:#4e4e4e;
margin-top:10px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* General body layout */

body{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  background:#efeeec;
}

#outer-wrap{
  width:100%;
  float:left;
  background:#fff url(images/body_bg.png) repeat-x top;
}

#body-wrap{
	width:970px;
	float:none;
	margin:0 auto;
}

/* Layout styles */

#header{
  width:970px;
  height:146px;
  float: left;
  position:relative;
}

h1{
  display: block;
  float:left;
  margin:20px 0 0 22px;
}

/* tool tip for logo */
em.ttip {
background:url(images/bubble.png) no-repeat;
width: 112px;
height: 56px;
position:absolute;
top: 230px;
left: 25px;
text-align: center;
text-indent:0px;
z-index: 2;
display: none;
line-height:70px;
color:#4e4e4e;
margin-top:10px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.call{
	display:block;
	float: right;
	width:auto;
	font-size:12px;
	color:#2B3087;
	margin:40px 30px 0 0;
}
p.call span{
	font-size:14px;
	font-weight:bold;
	color:#000;
}

/* stylin site navigation links */

ul.nav{
	float:left;
	height:45px;
	min-width:715px;
	max-width:auto;
	background:url(images/menu_bg2.png) repeat-x;
	border-left:#0060aa solid 1px;
	border-right:#0060aa solid 1px;
	margin:20px 0 0 0;
	padding:0 0 0 255px;
}
ul.nav li{
	float:left;
	height:52px;
	display:block;
}

ul.nav li:hover, ul.nav li.active{
	padding-bottom:0px;
	background:url(images/nav-anchor.png) no-repeat bottom;
}

ul.nav li a{
	float:left;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	padding:14px 34px;
}

ul.nav li.sep{
	display:block;
	float:left;
	width:2px;
	height:22px;
	margin:10px 0 0 0;
	padding:0px;
	background:url(images/nav-div.png) no-repeat;
}

/* stylin banner content */

#middle-wrap{
	width:970px;
	float:none;
	margin:0 auto;
}
div.banner{
	width:647px;
	float:left;
	margin-right:11px;
}
div.banner img{
	float:left;
	margin:22px 0px 0 0px;
}
div.banner ul li div.contents{
	width:625px;
	height:64px;
	float:left;
}

/* stylin right column content inside middle wrap */
#middle-wrap ul.lists{
	width:310px;
	float:left;
	margin-top:23px;
	
}

#middle-wrap ul.lists li{
	display:block;
	width:312px;	
	min-height:90px;
	float:left;	
	border:1px solid #bfbebc;
	margin-bottom:10px;
}
ul.lists li div{
	width: 300px;
	min-height:90px;
	float:left;
	margin:6px;
	/padding-bottom:6px;
	background:url(images/box-gradient.png) repeat-x;
}
ul.lists li img{
	float:right;
	margin:18px 15px 0 0;
}
ul.lists li h4{
	width:195px;
	float:left;
	font-size:16px;
	color:#000;
	margin:14px 0 0 20px;
}
ul.lists li p{
	min-width:193px;
	float:left;
	font-size:12px;
	color:#313131;
	line-height:18px;
	margin:4px 0 0 20px;
}


/* stylin bottom content */
#content-wrap{
	width:970px;
	float:left;
	margin:28px 0 0px 0;
	padding-top:18px;
	border:1px solid #cacbc9;
	background:#fff;
}

.leftPan{
	width:603px;
	float:left;
	padding-left:24px;
	background:url(images/leftpan_bg.png) no-repeat right center;
	margin-right:32px;
}
.leftPan h2{
	width:557px;
	float:left;
	font-size:21px;
	font-weight:bold;
	color:#000;
	padding-bottom:8px;
	margin-bottom:20px;
	border-bottom:1px solid #cacbc9;
}
.leftPan p{
	width:556px;
	float:left;
	font-size:12px;
	color:#000000;
	line-height:21px;
	padding-bottom:30px;
}
.leftpan .skinnyTable p{ width:auto; }
.leftPan p a{
	font-size:12px;
	color:#0000FF;
	text-decoration:underline;
}
.leftPan p a:hover{
	text-decoration:none;
}

/* stylin rightside column content */
.rightPan{
	width:285px;
	float:left;
}
.rightPan h2{
	width:273px;
	float:left;
	font-size:21px;
	font-weight:bold;
	color:#000;
	padding-bottom:8px;
	border-bottom:1px solid #cacbc9;
}

.rightPan ul.listContent,.rightPan ul.listContent li{
	width:285px;
	float:left;
	display:block;
}

.rightPan ul.listContent li{
	padding:19px 0 20px 0;
	border-bottom:1px solid #efefef;
}
.rightPan ul.listContent li p{
	width:270px;
	float:left;
	font-size:12px;
	color:#000000;
	line-height:18px;
}
.rightPan p a{
	font-size:12px;
	color:#0000FF;
	line-height:18px;
	text-decoration:none;
}
.rightPan p a:hover{
	text-decoration:none;
}
.rightPan ul.listContent li h6{
	height:31px;
	width:33px;
	float:left;
	font-size:11px;
	color:#fff;
	text-align:center;
	margin:5px 16px 0 0;
	background:url(images/calender_bg.png) no-repeat left;
}
.rightPan ul.listContent li h6 span{
	font-weight:bold;
	color:#79795b;
	font-size:11px;
	text-align:center;
}

.rightPan ul.listContent li.nobor{
	border:none;
}


/* stylin bottom body content */
#bottomContent{
	width:970px;
	float:left;
	padding-top:38px;
	background:url(images/gradient-botm.png) no-repeat top center;
}
#bottomContent h3{
	font-size:21px;
	color:#000;
	float:left;
	font-weight:bold;
	padding-bottom:7px;
}


div.box1{
	width:275px;
	float:left;
	padding-left:24px;
	margin-right:49px;
}
div.box1 h3{
	width:275px;
	float:left;
	font-size:21px;
	color:#000;
	float:left;
	font-weight:bold;
	padding-bottom:7px;
	margin-bottom:20px;
	border-bottom:1px solid #cacbc9;
}
div.box1 p{
	width:270px;
	float:left;
	font-size:12px;
	color:#626262;
	line-height:21px;
	padding-bottom:26px;
}
div.box1 p a{
	color:#008fea;
	text-decoration:underline;
}
div.box1 p a:hover{
	text-decoration:none;
}
/* stylin box content 2 */
div.box2{
	width:275px;
	float:left;
	margin-right:33px;
}
div.box2 h3{
	width:275px;
	float:left;
	font-size:21px;
	color:#000;
	float:left;
	font-weight:bold;
	padding-bottom:7px;
	border-bottom:1px solid #cacbc9;
}
div.box2 ul,div.box2 ul li{
	width:275px;
	float:left;
	margin:0;
	padding:0px;
}
div.box2 ul li{
	border-bottom:1px solid #cacbc9;
	padding:20px 0 30px 0;
	line-height: 21px;
}
div.box2 ul li.nobor{
	border:none;
}
div.box2 ul li img{
	float:left;
	margin:6px 20px 0 0;
}
div.box2 ul li p{
	display:block;
	width:160px;
	float:left;
	line-height:21px;
	color:#000000;
}
div.box2 ul li p a{
	color:#626262;
	text-decoration:none;
}
div.box2 ul li p a:hover{
	color:#008fea;
	text-decoration:underline;
}

/* stylin box content 3 */
div.box3{
	width:275px;
	float:left;
}
div.box3 img{
	float:left;
	padding-left: 25px;
	padding-top: 5px;
}
div.box3 h3{
	width:275px;
	float:left;
	font-size:21px;
	color:#000;
	float:left;
	font-weight:bold;
	padding-bottom:7px;
	border-bottom:1px solid #cacbc9;
}
div.box3 div.quote{
	width:275px;
	float:right;
	margin:0px 0 0 15;
}
div.box3 blockquote{
	display:block;
	width:222px;
	float:left;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	font-size:12px;
	color:#626262;
}
div.box3 div.sign{
	width:275px;
	height:34px;
	float:left;
	display:block;
	background:url(images/quote_botm.png) no-repeat left;
}

div.box3 div.sign p{
	width:126px;
	float:right;
	display:block;
	font-size:11px;
	color:#626262;
	text-align:right;
	margin:20px 10px 0 0;
}

div.box3 div.sign span{
	font-size:11px;
	font-weight:bold;
}

/* stylin  footer content */
#footer-wrap{
	width:100%;
	float:left;
	margin-top:25px;
	background:#efeeec url(images/footer-wrap.gif) repeat-x;
}

#footer{
	width:970px;
	height:130px;
	float:none;
	margin:0px auto;
}

#footer div.notices{
	min-width:555px;
	float:left;
	padding-left:24px;
	margin:12px 0 0 0;
	font-size:11px;
	color:#7a7a7a;
	line-height:21px;
}
#footer ul.footNav{
	width:230px;
	float:left;
}
#footer ul.footNav li{
	float:left;
	display:block;
	line-height:21px;
}
ul.footNav li a{
	float:left;
	display:block;
	font-size:11px;
	color:#7a7a7a;
	padding:1px 4px;
}

div.contact{
	display:block;
	width:200px;
	float:right;
	margin:20px 15px 0 0;
}
div.contact p{
	min-width:200px;
	max-width:auto;
	font-size:12px;
	color:#3369C7;
	line-height:21px;
}

/*#####################################
######## Stylin Inner Pages ##########
####################################*/

/* contact us page */
.rightPan p.address{
	width:226px;
	float:left;
	font-size:12px;
	color:#626262;
	line-height:18px;
	margin:20px 0 0 0;
}


/* stylin blog page content */
ul.blog{
	display:block;
	width:575px;
	float:left;
}
ul.blog li{
	width:100%;
	float:left;
	display:block;
	padding-bottom:20px;
}
ul.blog li h5{
	font-size:21px;
	color:#262879;
	line-height:21px;
	padding:0px 0px 10px 0;
}
ul.blog li h3{
	font-size:14px;
	color:#262879;
	line-height:15px;
	padding:0px 0px 0px 0;
}
ul.blog li img{
	margin:0px 5px 5px 0;
}
ul.blog li p a{
	font-size:12px;
	color:#008fea;
}
ul.blog li p a:hover{
	text-decoration:underline;
}
ul.blog li p.date,ul.blog li p.post, ul.blog li p.comments{
	padding:0 0 6px 0;
}
ul.blog li a.more{
	display:block;
	width:90px;
	float:left;
	color:#008fea;
}
ul.blog li a.more:hover{
	display:block;
	width:90px;
	float:left;
	color:#008fea;
	text-decoration:underline;
}

/*s tylin sitemap content */
ul.sitemap{
	width:100px;
	float:left;
	padding:0px 0 0 0;
}
ul.sitemap li{
	width:100%;
	display:block;
	float:left;
	line-height:18px;
}
ul.sitemap li a{
	font-size:12px;
	color:#008fea;
	text-decoration:none;
}
ul.sitemap li a:hover{
	font-size:12px;
	color:#008fea;
	text-decoration:underline;
}
#TotalBodyId #outer-wrap #body-wrap #content-wrap .leftPan .pic {
	margin-right: 10px;
	margin-top: 5px;
	padding-top: 2px;
	margin-bottom: 7px;
}
#listy {
	list-style-image: url(images/blue_bullet.gif);
	list-style-type: disc;
	float: left;
	width: 450px;
	margin-left: 25px;
	padding-left: 5px;
	list-style-position: outside;
	margin-top: -10px;
}
#listy  li{
padding-bottom: 10px;
}
#outer-wrap #body-wrap #content-wrap .rightPan .MsoNormal .style7 .rightpic {
	margin-top: 15px;
	margin-bottom: 10px;
}
.style3 {color: #FF0000; font-size: 16px; }
.style4 {font-size: 16px}
.style6 {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.style7 {
	color: #000000
}
.style10 {font-size: 14px}
.style11 {
	font-size: 16px;
	font-weight: bold;
	color: #3369C7;
}
.style12 {
	font-size: 14px;
	font-weight: bold;
}
.style14 {font-size: 16px; font-weight: bold; color: #000099; }
.style15 {
	color: #000099;
	font-weight: bold;
}
#outer-wrap #body-wrap #content-wrap .rightPan .MsoNormal .insidelist {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 15px;
}
#outer-wrap #body-wrap #content-wrap .leftPan .blog #directory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(images/faqs_interlock.jpg);
	background-repeat: no-repeat;
}
#outer-wrap #body-wrap #content-wrap .leftPan .blog #directory2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#body-wrap #header #content-wrap .leftPan .blog .post .pic {
	margin-right: 10px;
	margin-bottom: 4px;
}
#body-wrap #header #content-wrap .rightPan .style15 .MsoNormal .style7 #sidelogo {
	margin-left: -20px;
}
#body-wrap #header #content-wrap .rightPan #linksidetable {
	margin-left: 20px;
}
#outer-wrap #body-wrap #content-wrap .leftPan .picx {
	margin-left: 12px;
    margin-right: 12px;
	float: right;
	margin-top: 8px;
}
#outer-wrap #body-wrap #content-wrap .leftPan .picy {
	margin-bottom: 5px;
	margin-right: 7px;

}
#outer-wrap #body-wrap #content-wrap .leftPan .video {
	margin-bottom: 10px;
	height: 250px;
	background-color: #0066FF;
}

#rightPan H5{
	width:273px;
	float:left;
	font-size:21px;
	font-weight:bold;
	color:#000;
	padding-top:8px;
	padding-bottom:8px;
	border-top:1px solid #cacbc9;
}#body-wrap #header #content-wrap .leftPan #tablex {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

#body-wrap #header #content-wrap .rightPan .picLINKS {
	margin-bottom: 5px;
}
#outer-wrap #body-wrap #content-wrap .bottomheader {
	float: none;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 190px;
	clear: left;
}
#outer-wrap #body-wrap #content-wrap #bottomContent .box3 .quote #bottomlogo {
	padding-left: 15px;
}
#outer-wrap #body-wrap #content-wrap .leftPan #contacttable {
	float: left;
}
#outer-wrap #body-wrap #content-wrap .leftPan #goatcheese {
	float: left;
	margin-top: -30px;
}
#TotalBodyId #outer-wrap #body-wrap #content-wrap .leftPan #directory {
	margin-bottom: 5px;
	float: left;
}
#TotalBodyId #outer-wrap #footer-wrap #footer .notices img {
	float: left;
	margin-right: 130px;
}
#TotalBodyId #outer-wrap #footer-wrap #footer .notices p img {
	float: left;
	margin-right: 130px;
}
#outer-wrap #footer-wrap #footer .notices img {
	float: left;
	margin-right: 130px;
}
#footer .notices img {
	float: left;
	margin-right: 130px;
}
.style99 {color: #008fea}
.style18 {
	font-size: 12px;
	font-weight: bold;
	color: #0068A6;
}
.style19 {color: #3369C7}
#body-wrap #content-wrap .leftPan .blog .nobotline .post .highlight {
	font-weight: bold;
	background-color: #FFFF00;
}
#body-wrap #content-wrap .leftPan .picz {
	margin-right: 5px;
	margin-bottom: 5px;
}
table.skinnyTable{ width:584px; margin-left: -5px }
