/* CSS Document */

* {
	margin:0px; 
	padding:0;
	#margin: 0px; /*setting for IE7*/
	_margin: 0px; /*setting for IE6*/
}

body {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background-color: #c6c6c6;
	}
.body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color:#000000;
	text-align: left;
}

.body a {
	color: #000000;
	text-decoration:none;
}
.body a:hover {
	color: #366e99;
	text-decoration:none;
}


.bodybold {
	color: #003300;
	font-weight:bold;
	text-align: left;
}
.bodybold a {
	color: #003300;
	text-decoration:none;
}
.bodybold a:hover {
	color: #366e99;
	text-decoration:none;
}
.bodyboldjust {
	color: #003300;
	font-weight:bold;
	text-align: justify;
}
.bodyboldjust a {
	color: #003300;
	text-decoration:none;
}
.bodyboldjust a:hover {
	color: #366e99;
	text-decoration:none;
}
.bodybolditalic {
	color: #003300;
	font-weight:bold;
	text-align: left;
	font-style:oblique;
}

.bodyitalic {
	font-style:oblique;
	text-align: left;
}
.bodyitalic a {
	color: #003300;
	text-decoration:none;
}
.bodyitalic a:hover {
	color: #366e99;
	text-decoration:none;
}

#list {
	margin-left: 0px;
	width: 620px;
	padding-left: 5px;
}
#list ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color:#000000;
	text-align: left;
	list-style-position:outside;
	list-style-type: square;
	margin-left: 5px;
	padding-left: 5px;
}
.list ul li{
	list-style-position:outside;
	list-style-type: square;
	margin-left: 5px;
	padding-left: 5px;
	text-align:left;
}

#list1 {
	margin-left: 25px;
	width: 595px;
	padding-left: 5px;
}
#list1 ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color:#000000;
	text-align: left;
	list-style-position:outside;
	list-style-type: square;
	margin-left: 25px;
	padding-left: 10px;
}
.list1 ul li{
	list-style-position:outside;
	list-style-type: square;
	margin-left: 5px;
	padding-left: 5px;
	text-align:left;
}
#list2 {
	margin-left: 25px;
	width: 595px;
	padding-left: 5px;
}
#list2 ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color:#000000;
	text-align: left;
	list-style-position:outside;
	list-style-type: square;
	margin-left: 25px;
	padding-left: 10px;
}
.list2 ul li{
	list-style-position:outside;
	list-style-type: square;
	margin-left: 5px;
	padding-left: 5px;
	text-align:left;
}

#list3 {
	margin-left: 0px;
	width: 400px;
	padding-left: 5px;
}
#list3 ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color:#000000;
	text-align: left;
	list-style-position:outside;
	list-style-type: square;
	margin-left: 5px;
	padding-left: 5px;
}

#hqimageleft {
	float: left;
	display: inline;
	width: 100px;
	height: 97px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-top: 10px;
	background-image:url(images/img_hq_small.jpg);
	background-repeat:no-repeat;
	
}

#richmondimageleft {
	float: left;
	display: inline;
	width: 100px;
	height: 97px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-top: 10px;
	background-image:url(images/img_hqva_small.jpg);
	background-repeat:no-repeat;
	
}





/* Main Containers */


#maincontainer {
	text-align: center;
	margin:0px auto;
	width: 985px;
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 20px;
}

#headercontainer {
	height: 105px;
	width: 985px;
	background-image: url(images/logoheader.jpg);
	background-repeat:no-repeat;
}

#headercontainerinterior {
	height: 105px;
	width: 985px;
	background-image:url(images/logoheader_int.jpg);
	background-repeat:no-repeat;
}

#imagecontainer {
	width: 985px;
	height: 230px;
	background-color: #366e99;
}
.imagecontainerleft {
	float:left;
	display:inline;
	height: 230px;
	width: 740px;
	background-image:url(images/homemagglass.jpg);
	background-repeat:no-repeat;
}
.imagecontainerright {
	float:right;
	display:inline;	
	height: 230px;
	width: 244px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#FFF;
	background-image:url(images/callcenters.jpg);
	background-repeat:no-repeat;
}

#bottomcontainer {
	width: 985px;
	height: 305px;
	background-color: #FFF;
}

.bottomcontainerleft {
	clear:both;
	float:left;
	display:inline;	
	width: 740px;
	height: 305px;
}
.bottomcontainerright {
	float:right;
	width: 244px;
	height: 305px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#FFF;
	background-image:url(images/greenfadebkgrd.jpg);
	background-repeat:no-repeat;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #003300;
}



/* interior TEXT CONTAINERS */


#intleft {
	float:left;
	display:inline;	
	width: 740px;
}

.imageplaceholder {
	height: 300px;
	width: 680px;
	margin: 30px;
}
.toppadding {
	height: 30px;
	width: 740px;
}

.intcopyholder {
	width: 675px;
	height:auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align:left;
}

#intright {
	float:right;
	display:inline;	
	height: 535px;
	width: 245px;
}

#intimgcontainerright {
	height: 230px;
	width: 244px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#FFF;
	background-image:url(images/callcenters.jpg);
	background-repeat:no-repeat;
}

#intbottomcontainerright {
	clear:both;
	width: 244px;
	height: 305px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#FFF;
	background-image:url(images/greenfadebkgrd.jpg);
	background-repeat:no-repeat;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #003300;
}


/* HOME PAGE TEXT CONTAINERS */

#homecopy {
	width: 740px;
	height: 186px;
	padding-top: 30px;
	
}
.homecopyleft {
	float: left;
	display: inline;
	width: 470px;
	text-align:justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight:bold;
	color: #003300;
	padding-left: 10px;
	}
	
.homecopyleft a {
	color: #366e99;
	text-decoration:none;
}

.homecopyleft a:hover {
	color: #003300;
	text-decoration:none;
}

.homesalesright {
	float: right;
	display: inline;
	width: 200px;
	height:156px;
	background-image:url(images/bestpractices.jpg);
	background-repeat:no-repeat;
	margin-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#salesboxcontainer {
	clear:both;
	width: 740px;
	height: 89px;
}
#salesboxleft {
	float: left;
	display: inline;
	height: 89px;
	width: 230px;
	background-image:url(images/methodology.jpg);
	background-repeat:repeat-x;
	margin-right: 10px;
}

#salesboxcenter {
	float: left;
	display: inline;
	height: 89px;
	width: 230px;	
	background-image:url(images/securedata.jpg);
	background-repeat:repeat-x;
	margin-right: 10px;
}
#salesboxright {
	float: right;
	display: inline;
	height: 89px;
	width: 230px;
	background-image:url(images/nationwide.jpg);
	background-repeat:repeat-x;
	margin-right: 30px;
}

.salesclass {
	width: 130px;
	height: 79px;
	margin-top: 10px;
	margin-left: 100px;
	text-align: left;
	
}

.salesbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 15px;
	color:#1b334b;
	text-align:left;
}
.salesbold a {
	color: #1b334b;
	text-decoration:none;
}
.salesbold a:hover {
	color: #003300;
	text-decoration:none;
}

.sales {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color:#003300;
	text-align:left;
	
}

/* FOOTER */


#footer {
	clear:both;
	width: 985px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #003300;	
}

#footer a {
	color: #003300;
	text-decoration:none;
}
#footer a:hover {
	color: #366e99;
	text-decoration:none;
}
#footer a.current {
	color: #366e99;
	text-decoration:none;
}


#intfooter {
	clear:both;
	width: 985px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #003300;	
	border-top: 1px #003300 solid;
}

#intfooter a {
	color: #003300;
	text-decoration:none;
}
#intfooter a:hover {
	color: #366e99;
	text-decoration:none;
}
#intfooter a.current {
	color: #366e99;
	text-decoration:none;
}



/* TOP NAV STYLES - HOME PG */

#topmainnav {
	width: 985px;
	height: 35px;
	background:url(images/bkg_headerNav.jpg) repeat;
}
#topmainnav ul {
	margin: 0;
    padding: 0;
	list-style-type: none;	
	}
#topmainnav li {
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	border-left: solid #FFFFFF 1px;
}
#topmainnav li:first-child {
	border: none;
}
#topmainnav li a {
	display:block;
	text-align:left;
	padding: 6px 23px 0px 23px;
	height:29px;
	color: #FFFFFF;
	text-decoration:none;
	background:url(images/bkg_headerTab.gif) no-repeat center 0;
}
#topmainnav li a:hover {
	background-position:center bottom;
	text-decoration:none;
}
#topmainnav li a.current {
	background-position:center bottom;
	text-decoration:none;
}


/* INT SECONDARY NAV STYLES - HOME PG */

#intnav {
	width: 965px;
	height: 30px;
	text-align:left;
	background-color: #1b334b;
	padding-left: 20px;
}
#intnav ul {
	margin: 0;
    padding: 0;
	list-style-type: none;	
	}
#intnav li {
	height: 25px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-left: 21px;
	padding-right: 21px;
	color: #FFFFFF;
}
#intnav a {
	color: #FFFFFF;
	text-decoration:none;
}
#intnav a:hover {
	color: #366e99;
	text-decoration:none;
}
#intnav a.current {
	color: #366e99;
	text-decoration:none;
}



/* Text Stylin */

#networkcopydiv {
	margin-top: 20px;
	margin-left: 30px;
	text-align:left;
}

.intnetworkcopydiv {
	padding-top: 20px;
	padding-left: 30px;
	text-align:left;
}

.networkcopybold {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height: 18px;
	color:#FFFFFF;
	text-align:left;
}

#bestpracticesdiv {
	margin-top: 48px;
	margin-left: 10px;	
	text-align:left;
}

.bestpracticesbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 30px;
	color:#FFFFFF;
	text-align:left;
	
}
.bestpractices {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#003300;
	text-align:left;
	
}




#learnmorediv {
	margin-top: 30px;
	margin-left: 30px;	
}

.intlearnmorediv {
	padding-top: 30px;
	padding-left: 30px;	
}

.learnmorebold {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 16px;
	color:#003300;
	text-align:left;
	
}
.learnmore {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#003300;
	text-align:left;
	
}
.learnmore a:link {
	color: #003300;
	text-decoration:none;
}
.learnmore a:visited {
	color: #003300;
	text-decoration:none;
}
.learnmore a:hover, a:active {
	color: #366e99;
	text-decoration:none;
}

#homemessagediv {
	margin-top: 50px;
	margin-left: 40px;
	text-align:left;
}

.homemessagesm {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	color:#FFFFFF;
	text-align:left;
}
.homemessagelg {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 20px;
	letter-spacing: 1px;
	color:#FFFFFF;
	text-align:left;	
}

#intmessagediv {
	padding-top: 43px;
	padding-left: 358px;
	text-align:left;
}

.intmessagesm {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color:#1b334b;
	text-align:left;
}
.intmessagelg {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	color:#1b334b;
	text-align:left;	
}

.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 22px;
	color:#003300;
	text-align:left;
}

