* { margin: 0; padding: 0; }

body {
	background: #31659C url(../images/bg.png) repeat-x top center;
	color: #1e3d60;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% Arial, Helvetica, Verdana, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 90%;
	position: relative;
	text-align: left;
	min-height: 100%;
}

#banner {
	margin: -13px 0 19px 0;
}

/* these set the banners for each section */

#banner-about {
	display:none;
}

#banner-business {
	display:none;
}

#banner-voice {
	display:none;
}

#banner-data {
	display:none;
}

#banner-phone {
	display:none;
}

#banner-mobile {
	display:none;
}

#banner-home {
	display:none;
}

#contentwrap {
	display: block;
	position: relative;
	font-size: 0.75em; /* Global Content Font Size */
	background: #fff url(../images/content_top_bg.jpg) no-repeat 0 0;
	float: left
}

#contentwrapinner {
	background: url(../images/content_bottom_bg.jpg) no-repeat bottom left;
	padding: 20px 0 20px 0;
	float: left;
	width: 100%;
}

/* This style puts a border and faint background around all content images */

#contentbg {
	background: url(../images/content_bg.jpg) repeat-y 0 0;
	position: relative;
	float: left;
}

.colwrap-left {
	float: left;
	width: auto;
	position: relative;
	
}

#col-left {
	float: left;
	width: auto;
	text-align:justify;
}

/*#col-left img {
border:1px solid #56B1CC;
padding:4px;
background:#DFFDFF;
}*/

#col-right {
	display:none;
}

/* Header
------------------------------------------------------------------*/

#header {
	height: 80px;
}

	#headerleft {
		float: left;
		padding: 30px 0 0 25px;
		margin-bottom: -3px;
		z-index: 200;
		position: relative;
	}
	
	#headerright {
		display:none;
	}
	
	#headerright a {
		color: #4eaeca;
		margin: 0 9px 0 0
	}
	
	#headerright form {
		float: right;
		padding: 0 40px 0 0;
		margin-top: -2px;
	}

/* Footer
------------------------------------------------------------------*/

#footer {
	display: none;
}

#footer p { margin: 0; padding: 0 10px; }

	#footerleft { }
	
	#footerright {
		 float: right;
	}
	
	#footer a {
		color: #5284BA;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

/* Global Formatting
------------------------------------------------------------------*/

.colwrap-left ul#nav {
	display:none;
}

a img { border: none; }

a {
	color: #1e3d60;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h1, h2,  h3, h4 {
text-align:left;
}

h1 {
	margin: 0 0 0.5em 0;
	font-size: 1.8em;
	color: #1e3d60;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #1e3d60;
}

	h2 a {
		color: #000;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #000;
		text-decoration: underline;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	color: #1e3d60;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	color: #EF801D;
}

h4 a {
	color: #EF801D;
	text-decoration: underline;
}

h4 a:hover {
	color:#666;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

.pdf { background: url(../../../images/pdficon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.word { background: url(../../../images/wordicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.email { background: url(../../../images/emailicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.excel { background: url(../../../images/excelicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.zip { background: url(../../../images/zipicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.powerpoint { background: url(../../../images/powerpointicon.gif) no-repeat 0 0; padding: 3px 0 10px 23px; }
.newwindow { background: url(../../../images/newwindowicon.gif) no-repeat top right; padding: 3px 15px 10px 0; }

#crumbs {
	font-size: 0.8em;
	margin-bottom:10px;
}

#crumbs a {
text-decoration:none;
}

/* padding */

#col-left .padding { padding: 0; }
#col-right .padding { padding: 10px 10px 10px 18px; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #31659C;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #f00; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 400px; } /* Width of labels was 145px */
label.search-form{
	width: 100px;
}
/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }

/* sIFR
------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 21px;
	display: inline;
	line-height: 30px;
}

/* Custom Content Styles
 * ------------------------------------------------------------------*/

/* compare table blue */
table.compare-table-blue {
width:100%;
}

.compare-table-blue td, .compare-table-blue th {
vertical-align:top;
padding:5px;
line-height:110%;
font-size:11px;
background:/*#C2FAFB;#84BCEC*/#1560BD;
border-top:1px solid #fff;
border-right:1px solid #fff;
color:#fff;
}

.compare-table-blue th {
background:#1E3D60;
color:#fff;
}

/* compare table orange */
table.compare-table-orange {
width:100%;
}

.compare-table-orange td, .compare-table-orange th {
vertical-align:top;
padding:5px;
line-height:110%;
font-size:11px;
background:#EAB47B;
border-top:1px solid #fff;
border-right:1px solid #fff;
color:#1e3d60;
}

.compare-table-orange th {
background:#E9A334;
color:#1e3d60;
}

#header img#img-print{
	display:inline;
}


#header img#img-screen{
	display:none;
}

