@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for Safe-T-Net Website                  */
/* Last Updated: 1.21.2009 by Cory Perry                              */
/*--------------------------------------------------------------------*/


body {
	background: #353434 url(../images/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #353434;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
}

/* global defaults (reset.css)
--------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
}

span.bold {
	font-weight: bold;
	color:#666666;
}

span.count {
	font-weight: bold;
	color:#FF0000;
}

/* headers-------------------------------------*/

#introBanner #inner h3.intro {
	font-size: 24px;
	font-weight: 500;
	color: #FFFF99;
	margin-bottom: 8px;
}
#introBanner #inner h4.subintro {
	font-size: 13px;
	font-weight: normal;
	color: #FFFF99;
	margin: 3px 0 8px 0;
}

h3#newsletterHead {
	font-size: 15px;
	margin: 12px 0 5px 6px;
	color: #2650A6;
}

h3#upcomingHead, h3#safetyLinks, h3#socialHead {
	font-size: 19px;
	margin: 0px 0 5px 0;
	color: #FFFF99;
}

#btmMiddle .eventPost h4, #btmRight .eventPost h4 {
	font-size: 11px;
	margin: 0px 0 5px 0;
	color:#FF9900;
}
#btmRight .eventPost h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0 2px 0;
	color:#FFF;
}

#btmRight .eventPost h5 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	color:#C5C5C5;
}

h3.interiorHeader {
	font-size: 28px;
	font-weight: normal;
	color: #c5c5c5;
	text-align: right;
	margin-right: 18px;
}

#contentInner h3 {
	font-size: 17px;
	color: #2650A6;
	margin-bottom: 6px;
	margin-top: 6px;
}

#contentInner h5 {
	font-size: 14px;
	color: #2650A6;
	margin-bottom: 3px;
	margin-top: 3px;
}

#contentInner .advisoryBox h4 {
	background: #2650A6;
	font-size: 18px;
	color: #FFF;
	padding: 8px 0 8px 5px;
	margin-bottom: 8px;
}

#contentInner .advisoryBox h5 {
	font-size: 13px;
	font-weight: bold;
	color: #2650A6;
	margin-left: 10px;
}

#contentInner .advisoryBox h5.callus {
	font-size: 13px;
	font-weight: bold;
	color: #2650A6;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 950px;
	height: auto;
	position: relative;
	margin: 0 auto 30px auto;
}

#mainNav {
	width: 270px;
	height: 261px;
	background: url(../images/nav_bg.png) no-repeat top left;
	position: absolute;
	top: 198px;
	left: 8px;
}

#header {
	width: 950px;
	height: 294px;
	background: url(../images/header_bg.jpg) no-repeat top center;
}

#header #logo {
	width: 279px;
	height: 204px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* top rotating article box */
#header #articleBox {
	position: absolute;
	top: 40px;
	left: 317px;
	color: #000;
}


/* dark grey intro banner */
#introBanner {
	width: 950px;
	height: 195px;
	background: #4c4d4e;
}

#introBanner #inner {
	margin: 0 13px 0 297px;
	position: relative;
	padding-top: 15px;
}

#introBanner #inner p {
	width: 460px;
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
}

#introBanner #inner #introImages {
	position:absolute;
	top: 15px;
	right: 0px;
}
#introBanner #inner #introImages a#introLearn {
	background: url(../images/btn_learnmore.jpg) no-repeat top left;
	text-indent: -9999px;
	display: block;
	width: 124px;
	height: 30px;
	margin: 5px 0 0 17px;
}
#introBanner #inner #introImages a#introLearn:hover {
	background: url(../images/btn_learnmore_over.jpg) no-repeat top left;
}

/* intro banner for interior pages */
#introBannerInt {
	width: 950px;
	height: 40px;
	background: #4c4d4e;
}

#content {
	width: 950px;
	height: auto;
	/*min-height: 550px;*/ /*may need to place back in later */
}

#contentInt {
	width: 950px;
	height: auto;
	min-height: 550px;
	background: #FFF;
}

#contentInt #contentInner {
	width: 625px;
	height: auto;
	margin-left: 309px;
	padding-bottom: 10px;
	padding-top: 15px;
	background: #FFF;
	font-family: Helvetica, "Lucida Grande", sans-serif;
}

/* center content boxes */
#content #ctrContent {
	width: 950px;
	height: auto;
	background: #e5e5e5;
	overflow: auto;
}

#ctrContent .ctrBox {
	width: 274px;
	height: 204px;
	float: left;
	position: relative;
	background: url(../images/ctr_box_bg.jpg) no-repeat top left;
}

#ctrContent .ctrBox p {
	font-size: 13px;
	color: #353434;
	line-height: 17px;
	margin: 18px 10px 10px 15px;
}
#ctrContent .ctrBox p img {
	float: right;
}

#ctrContent .ctrBox a.ctrlearnmore {
	background: url(../images/btn_learnmore.jpg) no-repeat top left;
	text-indent: -9999px;
	display: block;
	width: 124px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

a.learnmore {
	background: url(../images/btn_learnmore.jpg) no-repeat top left;
	text-indent: -9999px;
	display: block;
	width: 124px;
	height: 30px;
	border:0px;
	margin-left:125px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:0px;
}
a.learnmore:hover {
	background: url(../images/btn_learnmore_over.jpg) no-repeat top left;
}

#ctrContent .ctrBox a.ctrlearnmore:hover {
	background: url(../images/btn_learnmore_over.jpg) no-repeat top left;
}
#ctrContent .ctrBox#left {
	margin: 10px 20px 10px 15px;
}
#ctrContent .ctrBox#bubbabuilt {
	margin: 10px 20px 10px 15px;
}
#ctrContent .ctrBox#oncall {
	margin: 10px 8px 10px 20px;
}

/* bottom content start */
#content #btmContent {
	width: 950px;
	height: auto;
	background: #244EA4 url(../images/btmcontent_bg.jpg) repeat-x;
	overflow: auto;
}
/* bottom newsletter box */
#btmContent #btmNewsletter {
	width: 274px;
	height: 205px;
	float: left;
	background: url(../images/btm_newsletter_bg.jpg) no-repeat top left;
	margin: 10px 0 10px 8px;
	padding: 15px 0 5px 13px;
}
#btmContent #btmNewsletter p.newsletterCopy {
	margin: 5px 17px 5px 9px;
	line-height: 18px;
	font-size: 13px;
	color: #353434;
}

#btmContent #btmNewsletter img.newssubmit {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
}

/* bottom middle content */
#btmContent #btmMiddle {
	float: left;
	width: 254px;
	height: auto;
	margin: 10px 0 10px 50px;
	border-right: 1px solid #e5e5e5;
	padding-right: 30px;
}
#btmContent #btmMiddle .eventPost, #btmContent #btmRight .eventPost {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#btmContent #btmMiddle .eventPost p, #btmContent #btmRight .eventPost p {
	margin: 0 10px 8px 0;
	font-size: 11px;
	color: #FFF;
}
#btmContent #btmMiddle .eventPost p.eventTitle {
	margin: 0 10px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF99;
}
/* bottom right content */
#btmContent #btmRight {
	float: left;
	width: 254px;
	height: auto;
	margin: 10px 0 10px 30px;
}
#btmContent #btmRight .linkPost {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

/* footer content */
#footer {
	width: 950px;
	height: 20px;
	background: #3772E8;
}
#footer p {
	font-size: 10px;
	padding: 4px 4px;
	text-align: right;
}

/*--------Interior Side Content ------------------*/

/* bottom newsletter box */
#contentInt #sideNewsletter {
	width: 274px;
	height: 205px;
	float: left;
	background: url(../images/side_newsletter_bg.jpg) no-repeat top left;
	margin: 140px 0 10px 6px;
	padding: 15px 0 5px 13px;
}

#contentInt #sideNewsletter p.newsletterCopy {
	margin: 5px 17px 5px 9px;
	line-height: 18px;
	font-size: 13px;
	color: #353434;
}

#contentInt #sideNewsletter img.newssubmit {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
}

/*--------Interior Main Content ----------------*/

#contentInt #contentInner p, #contentInt #contentInner p strong {
	line-height: 20px;
	padding-bottom: 15px;
}

#contentInner p.address {
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 10px;
}

#contentInner p.quote {
	background: #F9F9F9;
	border: 1px solid #353434;
	padding: 20px 20px;
	font-style: italic;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	
}

#contentInner img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px 3px;
	border: 1px solid #353434;
}

#contentInner ul {
	margin-left: 15px;
	padding-bottom: 10px;
	font-size: 13px;
}
#contentInner ol {
	margin-left: 22px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

#contentInner li {
	padding: 0 0 6px 0;
	line-height: 15px;
}

#contentInner li.services {
	padding: 0 0 4px 0;
	font-size: 16px;
}

#contentInner .advisoryBox {
	border: 1px solid #353434;
	background-color: #E7E7E7;
	margin-bottom: 18px;
	overflow: auto;
}

#contentInner .advisoryBox ul, #contentInner .advisoryBox p {
	padding: 5px 10px 10px 10px;
}

/*-------Top Content Slider Styling (Content Only)---------*/
#articleBox h3 {
	color: #2650A6;
	font-size: 14px;
}
#articleBox h4 {
color: #5699F2;
font-size: 11px;
font-weight: bold;
}
#articleBox h5 {
color: #5699F2;
font-size: 11px;
font-weight: bold;
font-style: italic;
margin-bottom: 4px;
}

#articleBox p {
	width: 305px;
	line-height: 14px;
	font-size: 10px;
	margin: 8px 10px 10px 0;
}

#articleBox ul {
	margin-left: 10px;
}

#header #articleBox li {
	list-style-position: outside;
	list-style-type: circle;
	color: #000;
	margin-left: 5px;
	padding: 0 0 4px 0;
	font-size: 11px;
}
#articleBox p.caption {
	float: right;
	margin-right: 20px;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	width: 160px;
}
#articleBox p.caption img.sliderimg {
	border: 3px solid #2650A6;
	width: 160px;
	
}

/*----------------Blog Posting Styling-----------------------*/

#contentInner .blogEntry {
	padding: 6px 6px;
	margin-bottom: 10px;
	background-color: #F2F2F2;
	border-top: 1px dashed #C5C5C5;
	border-bottom: 1px dashed #C5C5C5;
}

#contentInner .blogEntry h3 {
	font-size: 18px;
}
#contentInner .blogEntry h4 {
	font-size: 13px;
	color: #5699F2;
	margin-bottom: 12px;
}

#contentInner .blogEntry .blogmeta {
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	padding: 4px 4px;
}

#contentInt #contentInner .blogEntry .blogmeta p.meta {
	margin: 0;
	padding: 0;
	color: #666666;
}

/* MMQB Signup Styling-----------------------------------------*/
#contentInner table.mmqb {
	border: 1px solid #CCC;
	height: auto;
	margin-right: 10px;
}

#contentInner table.mmqb  {
	width: 100%;
	background: #FFF;
	border-collapse: collapse;
	font-size: 11px;
}
#contentInner table.mmqb .name {
	text-align: left;
}
#contentInner table.mmqb .topic {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
#contentInner table.mmqb .navigate {
	text-align: right;
}

#contentInner table.mmqb tr.heading {
	background: #2650A6;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 0;
}

#contentInner table.mmqb th,
#contentInner table.mmqb td {
	margin: 0;
	padding: 8px 25px;
	text-align: center;
}

#contentInt #contentInner table.mmqb td p.subscribe {
	line-height: 22px !important;
}
#contentInner table.mmqb tr {
	border-bottom: 1px solid #CCC;
}
#contentInner table.mmqb tr.alt {
	background: #F5F5F5;
}

#contentInner table.mmqb td span.posted {
	font-size: 11px;
}

#contentInner table.mmqb td a {
	font-weight: bold;
	display: block;
}

#contentInner table.mmqb input.submit {
	border: none !important;
}

/* video addition to MMQB page-----------------*/
#videobox {
	width: 625px;
	height: 325px;
	background: url(../images/mmqb_videodrop.jpg) no-repeat top center;
	margin: 20px 0 20px 0;
}

#videobox embed {
	margin: 25px 0 0 140px;
}

