/* 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/* list-style: none; */
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset.css */




/* biztech */
/* This is where you set many of the universal defaults */
body { 
	background: #ccc; 
	color: #333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #4f84ba;
	text-decoration: none;
}
a:hover {
	color: #366ba1; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px; padding: 0; }
ol { list-style-type: decimal; }
/* ul { list-style-type: square; } */
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 200%;
	line-height: 1.2;
	color: #000;
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-family: "Arial Black", Helvetica, Arial, sans-serif;
}
h3 a {
	color: #000;
}
h3 a:hover {
	text-decoration: underline;
}

/* Sub-Headings in Posts */
h2 {
	color: #555;
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0;
}

/* Comment/Respond Titles */
h4 {
	margin: 0 0 15px 0;
	font-size: 130%;
}

/* Widget Titles */
h5 {
	color: #7a7a7a;
	font-size: 110%;
	margin: 0; padding: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}

/* Archive/Search Title */
h6 {
	color: #7a7a7a;
	font-size: 120%;
	margin: 0; padding: 20px 0 0 40px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}


/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#menu,
#catmenu {
	width: 100%; clear: both;
	margin: 0 auto 0; padding: 0;
	background: #000;
	text-transform: uppercase;
	font-size: 11px;
	overflow: auto;
}
#menu ul,
#catmenu ul {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li,
#catmenu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li a,
#catmenu li a {
	background: #000;
	color: #FFF;
	display: block;
	font-weight: normal;
    margin: 0; padding: 8px 10px;
	text-decoration: none;
}
#menu li a:hover,
#catmenu li a:hover {
	color: #000;
	background: #FFF;
}
 
/* second level stuff */
#menu li ul,
#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
	border-top: 1px solid #FFF;
}
#menu li li,
#catmenu li li {
	padding: 0;
}
#menu li li a,
#catmenu li li a {
	width: 168px;
	float: none;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #FFF;
	border-top: none;
}
#menu li li a:hover,
#catmenu li li a:hover {
	padding: 5px 10px;
}
#menu li ul,
#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li ul ul,
#catmenu li ul ul {
	margin: -30px 0 0 189px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul,
#catmenu li:hover ul ul,
#catmenu li:hover ul ul ul,
#catmenu li.sfhover ul ul,
#catmenu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul,
#catmenu li:hover ul,
#catmenu li li:hover ul,
#catmenu li li li:hover ul,
#catmenu li.sfhover ul,
#catmenu li li.sfhover ul,
#catmenu li li li.sfhover ul {
	left: auto;
}
#menu li:hover,
#menu li.sfhover,
#catmenu li:hover,
#catmenu li.sfhover { 
	position: static;
}


#container {
	background: #ececec;
	width: 960px;
	margin: 0 auto; padding: 0;
	text-align: left;
}


#header {
	background: #366ba1;
	color: #FFF;
	width: 960px; height: 110px;
	margin: 0; padding: 0;
	font-size: 30px;
	line-height: 1.1;
}
#header .left {
	width: 700px;
	float: left;
}
#header .right {
	width: 5px;
	float: right;
}

#title {
	text-transform: uppercase;
	margin: 0; padding: 30px 0 0 20px;
	line-height: 1.1;
}
#title a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#title a:hover {
	color: #000;
	text-decoration: none;
}

#tagline {
	font-size: 50%;
	margin: 0; padding: 0 0 0 20px;
	line-height: 1.1;
}
/* biztech */

.custom .post_box, .teasers_box, .full_width #content_box { margin: 0 1em 0 1em; }
.custom #content .post_box { padding-top:0; }
.custom .post_box { border-top: 0; }
.format_text { font-size: 1.4em; line-height: 1em; }

.format_text h2, .format_text h3 { margin: 0; }
h2 { padding: 0;}
.format_text p { margin-bottom: 0; }
.custom .headline_area h3 { margin-top: 15px; }
.custom ul.sidebar_list { padding-top: 15px; }

.custom .headline_area h2 { line-height: 28.8px; }
.custom .headline_area { margin-bottom: 0; margin-top: 0;}
.custom .post_box { margin-top: 0;}

.format_text { font-size: 14px; line-height: 16px; }

.custom #sidebars { width: 200px;} 
.custom #content {width: 740px; background: #fff;	padding: 5px 10px 20px 10px;}

.sidebar ul.sidebar_list { padding-right: 5px; padding-left: 10px; }

abbr, acronym { line-height: 1.88em;}

.custom	li.widget { font-size: 12px; line-height: 18px; }
.custom	li.widget a { font-size: 12px; line-height: 18px; }
.custom li.widget ul li { margin-bottom: 3px; }
	li.widget { margin-bottom: 15px; }

.custom .post_box ul {
	padding-left: 15px;
	padding-right: 5px;
	/* list-style:none; */
	margin-top:5px;
	line-height: normal;
}

.custom .widget ul { 
	padding-left: 0;
	margin-left: 0;
}

.custom .widget li {
	padding-left: 0;
	padding-right: 0;
	list-style: none;
	margin-top:5px;
	margin-left: 0;
	line-height: normal;
}

li.widget {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.custom #content_box { width: 100%; background: none; }
.custom #sidebars { border: 0; }
.custom #header #logo { font-size: 30px; line-height: 1.1; }
.custom #header #tagline { font-size: 15px; line-height: 1.1; text-transform: none; color: #fff;}
.custom #header { border-bottom: 0; }
.custom #footer { border-top: 0; background: #ccc; }
.custom #footer p a {
	color: #000;
	text-decoration: none;
}
.custom #footer p a:hover {
	color: #366ba1;
	text-decoration: none;
}

.custom #title a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.custom #title a:hover {
	color: #FFF;
	text-decoration: none;
}

.custom #menu {
	background: #ececec;
	width: 960px;
	margin: 0 auto; padding: 0;
	text-align: left;

	width: 100%; clear: both;
	margin: 0 auto 0; padding: 0;
	background: #000;
	font-size: 11px;
	overflow: auto;
	color: #FFF;
}

#latest {
	font-size: 12px;
	margin-top: 25px;
}





/*---:[ dfw form start ]:---*/
form#sidebar_dfw input#dfw_zip, form#content_dfw input#dfw_zip { background:#fff; font-size:0.8em; font-family: Arial; width:90px; }
form#sidebar_dfw select, form#content_dfw select { width: 170px; margin:0; }
form#sidebar_dfw p, form#content_dfw p { padding:0; margin:7px 0 2px 0; font-size: 0.75em; line-height:100%; font-weight:bold; }
/*---:[ dfw form end ]:---*/


/*---:[ top 5 table start ]:---*/
.custom .format_text table#top5 {
	font-size: 13px;
	line-height: 15px;
	margin-top: 20px;
}
.custom .format_text table#top5 tr td {
	padding-bottom: 30px;
}
.custom .format_text table#top5 tr td img {
	padding-right: 15px;
}
.custom .format_text table#top5 tr {
	vertical-align: top;
}
.custom .format_text table#top5 .toptendfw_details {
	line-height: 18px;
	font-size: 14px;
}
.custom .format_text p.top5p {
	font-size: 13px;
	line-height: 15px;
}
/*---:[ top 5 table end ]:---*/

form#content_dfw input#dfw_submit  {
    margin-left:10px;
    margin-top:5px;
}

form#sidebar_dfw input#dfw_submit  {
    color:#fff;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
    width:138px;
    height:33px;
    background:url(/logos/find_now.gif) no-repeat;
    border:0px;
    font-style:oblique;
    font-family: Arial, Helvetica, sans-serif!important;
    margin-left:10px;
    margin-top:5px;
}

form#sidebar_dfw input#dfw_submit:hover {
    background:url(/logos/find_now.gif) no-repeat bottom;
}

form#content_dfw input#dfw_submit  {
	margin-top: 10px;
	margin-bottom: 10px;
  font-size:18px;
}


.post h3 { margin: 15px 0; font-weight: normal; }
.post li { margin: 0 0 5px 15px; }
.post h3.entry-title { margin-bottom: 0; font-size: 240%; }
.entry-content input[type="text"] { padding: 2px; }
.topten h3 { size: 100%; font-weight: normal; font-family: Arial; }