/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words 
:link,:visited { text-decoration:none }*/

/* no list-markers by default, since lists are used more often for semantics 
ul,ol { list-style:none }*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too 
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }*/

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well*/ 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0
}

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border:none
}

/* de-italicize address 
address { font-style:normal }*/

/* more varnish stripping as necessary... */


html {
	height:100%;
	margin: 0;
	padding: 0;
}

body {
	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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	background-color: #444;
	margin: 0;
	height: 100%;
	background-image: url(../images/bkgd.gif);
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	color: #03a;
}
h1.sectionhed {
	font-size: 3.6em;
	line-height: .9em;
	margin-bottom: 0.6em;
	color: #aaa;
	font-weight: normal;
}
h1  span {
	font-size: .75em;
	display: block;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	color: #03a;
	margin-top: 1.2em;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #555;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
}

p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ol, ul {
	list-style-type: none;
}

a:link {
	color: #15f;
	text-decoration: none;
}

a:visited {
	color: #15f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #15f;
}

a:active {
	color: #03a;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;  /* For good browsers */
	height: auto !important;  /* For good browsers */
	height: 100%;  /* For IE6 */
	position: relative;
}

/* Header 
-----------------------------------------------------------------------------*/ 

#header {
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	background-image: url(../images/bcs-icons-voice-data-converged.gif);
	background-repeat: no-repeat;
	background-position: 424px 24px;
}
#header  p.phone {
	padding-top: 24px;
	color: #888;
	float: right;
}
#header   p.logo {
	padding-top: 24px;
	padding-bottom: 24px;
	margin: 0px;
}

/* Main Navigation 
-----------------------------------------------------------------------------*/ 

#menu {
	height:83px;
	background-image: url(../images/menu_tall.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#menu .rightbg {
	background-image: url(../images/menu_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu .leftbg {
	width:100%;
	height:65px;
	background-image: url(../images/menu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu .padding {
	padding:9px 0;
}

#menu li {
	float:left;
	width:94px;
	font-size:1.2em;
	text-align:center;
	display:block;
	background-image: url(../images/menu_libg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #03a;
}

#menu li a {
	color: #888;
	text-decoration:none;
	font-weight: normal;
	display: block;
}

#menu li span {
	display:block;
	padding:8px 0 5px 0;
	color:#03a;
}

#menu li a:hover {
	color:#15f;
}

#menu .last {
	background:none;
}

/* Sidebar 
-----------------------------------------------------------------------------*/ 

#sidebar {
	width: 252px;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	margin-left: 600px;/*	height: 100%; */
}
#sidebar h2 {
	margin-bottom: 0.3em;
	font-size: 1.5em;
	font-weight: bold;
	color: #555;
}
#sidebar h2.wecan {
	color: #03a;
	margin-top: 0px;
	margin-bottom: 0.6em;
	font-size: 1.8em;
	font-weight: normal;
}

#sidebar ul {
	font-size: 1.2em;
	margin-bottom: 1.2em;
	margin-top: 0.3em;
	padding-left: 1.5em;
}
#sidebar   ul a:link   {
	color: #15f;
	text-decoration: none;
	font-weight: normal;
}
#sidebar  ul a:visited {
	color: #15f;
	text-decoration: none;
	font-weight: normal;
}
#sidebar  ul a:hover {
	text-decoration: underline;
	color: #15f;
}
#sidebar  ul a:active {
	color: #03a;
}

#sidebar ul li {
	list-style-position: outside;
	margin-bottom: 0.3em;
	list-style-type: disc;
}

/* Content 
-----------------------------------------------------------------------------*/ 
#contentwrap {
	/*	min-height: 100%;  For good browsers */
/*	height: auto !important;  For good browsers */
	/* height: 100%;  For IE6 */
	padding-bottom: 4.8em;
}

#mainContent {
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/menu_libg.gif);
	/*	min-height: 100%;  For good browsers */
/*	height: auto !important;  For good browsers */
/*	height: 100%; */
	float: left;
	width: 552px;
}

#mainContent ul {
	margin-bottom: 1.2em;
	margin-left: 1.5em;
	font-size: 1.2em;
	margin-top: 0.3em;
}

#mainContent ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: .3em;
}

#mainContent ol {
	margin-left: 1.5em;
	font-size: 1.2em;
	margin-bottom: 1.5em;
	margin-top: 0.6em;
	line-height: 1.8em;
}

#mainContent ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 0.9em;
}

#mainContent .leftcol {
	float: left;
	width: 264px;
	margin-right: 12px;
}

#mainContent .rightcol {
	float: right;
	width: 264px;
	margin-left: 12px;
}
#mainContent  div.filelist {
	margin-bottom: 1.2em;
	margin-top: 0.3em;
}

#mainContent div.filelist p {
	margin-bottom: .3em;
}

#allworx {
	width: 600px;
	background-image: url(../images/menu_libg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
}
iframe.allworxmenu {
	position: relative;
	left: 9px;
	height: 40px;
	width: 582px;
}
iframe.allworxbody {
	position: relative;
	left: 22px;
	height: 980px;
	width: 569px;
}

.cleartopmargin {
	margin-top: 0;
}

.setbmarginthree {
	margin-bottom: .3em;
}

.addmarginbtm {
	margin-bottom: 1.2em;
}

.blue {
	color: #03a;
}

div.hr {
	margin-top: 24px;
	margin-bottom: 24px;
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
}

.pressthis {
	border: 1px solid #bbb;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.displayreads {
	background-color: #cdd;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.articledate {
	color: #888;
}

.byline {
	color: #888;
}

.filesize {
	color: #888;
	font-size: 10px;
}
 a[href$='.pdf'] {
 padding: 0px 0 0px 17px;
 background: transparent url(../images/icon_page_white_acrobat_12.png) no-repeat center left;
}

.nobr {
	white-space: nowrap;
}

.alert {
	color: #ee7711;
}

.disclaimer {
	color: #888;
}

.allrequired {
	color: #444;
	font-size: 12px;
}

.resetform {
	color: #FFF;
}

h2 span.sub {
	font-size: 18px;
}

/* Home Page 
-----------------------------------------------------------------------------*/ 
#homepgwrap {
	width: 852px;
	margin-right: 24px;
	margin-left: 24px;
}

#homepgintro {
	width: 852px;
	background-image: url(../images/phone-cord-blu-shadow-5.jpg);
	background-position: 0px 0px;
	height: 336px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}

#homepgintro h2 {
	letter-spacing: 0.3em;
	padding-top: 100px;
	padding-left: 140px;
	display: block;
	float: left;
}

#homepgintro ul {
	font-size: 1.2em;
	float: right;
	margin-top: 24px;
	margin-right: 24px;
	list-style-type: none;
	line-height: 1.5em;
	display: block;
	font-weight: bold;
}

.homepgcols {
	float: left;
	margin-right: 42px;
}

/* Constant Contact Signup 
-----------------------------------------------------------------------------*/
#ccsignup input.ea {
	border : 1px solid #999;
	background-color : #fffffe;
	cursor : text;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 1.2em;
	width: 156px;
}

#ccsignup input.ea:focus, input.ea.focus {
	border : 1px solid #666;
	background-color : #ffe;
}

#ccsignup input.gobutton {
	cursor : pointer;
	color : #444;
	font-size: 1.2em;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 3px;
	font-weight: bold;
}

#ccsignup input.gobutton:hover, input.gobutton.hover, input.gobutton:focus, input.gobutton.focus {
	color : #000;
}

#ccsignup span {
	color: #999;
	padding-left: 1px;
}

#ccsignup span a {
	color: #999;
}

/* Footer 
-----------------------------------------------------------------------------*/ 

#footer {
	bottom: 0;
	height: 4.8em;
	position: absolute;
	width: 100%;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
	padding-top: 1.2em;
	padding-right: 2.4em;
	padding-bottom: 1.2em;
	padding-left: 2.4em;
	color: #888;
}

.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;
}
