@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #2a2829;
	background-image: url(http://www.netsearchdirect.com/images/main-bkg.gif);
	background-repeat: repeat-x;
}

a {
	color: #A92024;
	text-decoration: underline;
}
.twoColFixRtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EDE9E8;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 220px;
	width: 900px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 251px;
	background-image: url(http://www.netsearchdirect.com/images/right-bkg.gif);
	background-repeat: repeat-y;
	overflow:visible;
}
.twoColFixRtHdr #mainContent {
	width: 629px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #ede9e8;
	overflow: auto;
} 
.twoColFixRtHdr #footer {
	background-image: url(http://www.netsearchdirect.com/images/footer.gif);
	height: 25px;
	width: 900px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header h3 {
	font-size: 16px;
	position: relative;
	top: -230px;
	height: 2px;
	width: 286px;
	left: 580px;
	color: #FFFFFF;
	text-align: right;
}

#header a {
	color:#000000;
	text-decoration:none;
}
#topNav {
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(http://www.netsearchdirect.com/images/topNav-bkg.jpg);
	height: 21px;
	width: 884px;
	padding-left: 16px;
	padding-top: 6px;
	z-index: 1;
}
#topNav a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#topNav a:hover {	
		color:#ffffff;
		text-decoration:none;
	}

#con1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.netsearchdirect.com/images/why-bkg.gif);
	height: 33px;
	width: 150px;
	margin-top: 6px;
	margin-right: 7px;
	padding-top: 18px;
	padding-left: 55px;
	float: left;
}

#con2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.netsearchdirect.com/images/blog-bkg.gif);
	height: 33px;
	width: 150px;
	margin-top: 6px;
	margin-right: 7px;
	padding-top: 18px;
	padding-left: 55px;
	float: left;
}

#con3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.netsearchdirect.com/images/whatshappening-bkg.gif);
	height: 33px;
	width: 150px;
	margin-top: 6px;
	padding-top: 18px;
	padding-left: 55px;
	float: left;
}


#conM1 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 183px;
	padding-top: 18px;
	padding-left: 10px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
		background-image: url(http://www.netsearchdirect.com/images/bot-bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
		height: 320px;
}


#conM2 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 183px;
	padding-top: 18px;
	padding-left: 10px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-right: 7px;
	margin-left: 7px;
	background-color: #FFFFFF;
	background-image: url(http://www.netsearchdirect.com/images/bot-bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 320px;
}


#conM3 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 183px;
	padding-top: 18px;
	padding-left: 10px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
		background-image: url(http://www.netsearchdirect.com/images/bot-bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
		height: 320px;
}

#callM1 {
	background-image: url(http://www.netsearchdirect.com/images/call-tracking.gif);
	height: 204px;
	width: 200px;
	margin-top: 6px;
	padding-top: 18px;
	padding-left: 55px;
	float: left;
}


#callM2 {
	background-image: url(http://www.netsearchdirect.com/images/call-tracking.gif);
	height: 204px;
	width: 200px;
	margin-top: 6px;
	padding-top: 18px;
	padding-left: 55px;
	float: left;
}


#callM3 {

	background-image: url(http://www.netsearchdirect.com/images/call-tracking.gif);
	height: 204px;
	width: 200px;
	margin-top: 6px;
	padding-top: 18px;
	padding-left: 55px;
	float: left;
}


#boxBot1 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 195px;
	float: left;
	padding-right: 10px;
	background-image: url(http://www.netsearchdirect.com/images/bot-bot.gif);
	text-align: right;
	height: 22px;
		margin-bottom: 24px;
}


#boxBot2 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 195px;
	float: left;
	padding-right: 10px;
	background-image: url(http://www.netsearchdirect.com/images/bot-bot.gif);
	text-align: right;
	height: 22px;
		margin-right: 7px;
	margin-left: 7px;
		margin-bottom: 24px;
}


#boxBot3 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 195px;
	float: left;
	padding-right: 10px;
	background-image: url(http://www.netsearchdirect.com/images/bot-bot.gif);
	text-align: right;
	height: 22px;
	margin-bottom: 24px;
}

#rBoxtop {
	background-image: url(http://www.netsearchdirect.com/images/rBox-top.gif);
	height: 9px;
	width: 251px;
	margin-top: 8px;
}
#rBoxMid {
	background-image: url(http://www.netsearchdirect.com/images/rBox-bkg.gif);
	background-repeat: repeat-y;
	width: 231px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	font-size: 10px;
	padding-bottom: 3px;
}
#rBoxMid-2 {
	background-image: url(http://www.netsearchdirect.com/images/rBox-bkg.gif);
	background-repeat: repeat-y;
	width: 231px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	font-size: 12px;
	padding-top: -10px;
}

#rBoxMid-3 {
	background-image: url(http://www.netsearchdirect.com/images/rBox-bkg.gif);
	background-repeat: repeat-y;
	width: 231px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	padding-top: -13px;
}

#rBoxBot {
	background-image: url(http://www.netsearchdirect.com/images/rBox-bot.gif);
	height: 21px;
	width: 217px;
	text-align: right;
	padding-right: 34px;
}

#rBoxMid h2 {
	font-size: 16px;
	color: #b91321;
	height: 6px;
	width: 170px;
}
#rBoxMid img {
	margin-bottom: 30px;

}
#mfooter {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #2A2829;
	text-align: center;
	height: 100px;
	width: 900px;
	padding-top: 4px;
	padding-bottom: 6px;
}



#mfooter a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#mfooter a:hover {
	color: #FFFF66;
	text-decoration: none;
}form {
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	width: 175px;
	margin-left: 14px;
}
.ftext {
	width: 75px;
	height: 14px;
	border: 1px solid #999999;
	margin-top: 4px;
}
.ftexta {
	width: 120px;
	height: 80px;
	margin-top: 5px;
	border: 1px solid #999999;
}
.submit {
	font-size: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#intBox h1 {
	font-size: 18px;
	color: #b91321;
	height: 20px;
	margin-top: 20px;
}
#intBox p {
	font-size: 12px;
}

#intBox li {
	font-size: 12px;
	margin-bottom: 8px;
}


#intBox h2 {
	font-size: 14px;
	color: #b91321;
	height: 14px;
}
#intBox img {
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
}
#intBox a {
	color: #B91321;
	text-decoration: underline;
}
#intBox h3 {
	font-size: 14px;
	color: #b91321;
	height: 14px;
}

#cNews {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 390px;
	float: left;
	padding-right: 10px;
	background-image: url(http://www.netsearchdirect.com/images/bot-bot.gif);
	text-align: right;
	height: 120px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 24px;
}
	
#subBlock {
	width: 387px;
	float: left;
}

.redT {
	font-size: 14px;
	font-weight: bold;
	color: #b91321;
}

	#rssBox{

		float:right;
		height:330px;	

	
	}		
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
	font-weight:bold;
	color:#b91321;
	margin:0px;
	font-size: 12px;
	}
	.rssBoxDescription{	/* Description of RSS item */
	
	}	
	.rssBoxLink{	/* Read more link */
		color:#b91321;
		text-decoration:none;
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;
	}
	.redBox {
	width: 200px;
	padding: 4px;
	float: right;
	margin-left: 12px;
	border: 1px solid #999999;
	}
	
		.redBox h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 180px;
	}
	
	
	.RedBoxLeft {
	font-size: 10px;
	font-weight: bold;
	color: #b91321;
	text-align: right;
	float: left;
	width: 40px;
		padding-top: 4px;
}
.RedBoxRight {
	font-size: 10px;
	color: #333333;
	margin-left: 6px;
	float: left;
	width: 150px;
	padding-top: 4px;
}

#support {

	background-image: url(http://www.netsearchdirect.com/images/support-bkg.gif);
	background-repeat: repeat-y;
	width: 241px;
	margin-top: 10px;
	padding-right: 10px;
	
	overflow: auto;
	margin-bottom: -3px;
}

#GoogleBox {
	font-size: 10px;
	font-weight: bold;
	color: #b91321;
	text-align: center;
	float: right;
	width: 350px;

	padding: 4px;
	margin-left: 10px;
}
#GoogleBox img {
	border: 1px solid #b91321;
}

/* Webinar Call Out Box */
.Boxcr {
	font-size: 10px;
	padding: 4px;
	float: right;
	width: 230px;
	border: 1px solid #999999;
	margin-left: 8px;
	margin-bottom: 8px;
	text-align: left;
}
.L {
	font-weight: bold;
	color: #333333;
	text-align: right;
	width: 40px;
	margin-right: 5px;
	float: left;
	margin-top: 2px;
}
.R {
	width: 180px;
	float: left;
	text-align: left;
	margin-top: 2px;
}
.webT {
	font-size: 14px;
	color: #b91321;
	text-align: center;
}

/* Newsletter Archive layout boxes */
.Ro1 {
	width: 570px;
	padding: 6px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBFBF;
	margin-left: 40px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.Ro-L {
	margin-top: 6px;
	margin-left: 20px;
		font-size: 12px;
}

/* Events layout boxes */
.eBox {
	width: 600px;
	margin-bottom: 5px;
	clear: right;
}

.eDat {
	float: left;
	text-align: right;
	width: 146px;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	margin-right: 10px;
	padding-top: 8px;
	padding-right: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-left-color: #999999;
}

.eSem{
	width: 620px;
	font-size: 12px;
	height: 30px;
	border: 1px dotted #999999;
}



#staCon {
	width: 600px;
	margin-top: 12px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#staCon img {
	margin-right: 50px;
	margin-left: 50px;
	border: 1px solid #666666;
	margin-bottom: 14px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: #666666;
}
.portfolioImg-Wrap
{
	width:150px; 
	height:150px; 
	background-color: #000; 
	padding: 0px; 
	margin: 0px;
}



/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
	width: 375px;
	text-align: center;
	padding: 2px 0;
	margin: 10px 0;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.virtualpage hidepiece {
 width:397px;
}

.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
	border: 1px solid black;
	color: #333333;
	background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
	color: #000;
	background-color: #CCCCCC;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color: #FFFFFF;
	background-color: #b91321;
}

#feat1 {
	background-image: url(http://www.netsearchdirect.com/images/whats-happening-bkg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 400px;
	padding-top: 57px;
	padding-left: 17px;
	margin-top: 10px;
}
.style3 {
	color: #b91321;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style4 {
	font-size: 12px;
	font-family: Arial;
}
#followU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 180px;
	width: 204px;
	margin-left: 6px;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding-top: 50px;
	background-image: url(http://www.netsearchdirect.com/images/follow-us-bkg.jpg);
}