/* Reset Styles -------------------- */

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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
ul {
	/*list-style: none;*/
	padding-left: 20px;
	}
blockquote, q {
	quotes: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Main Styles -------------------- */

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;
	color: #221E1F;
	background-color: #e0e1e2;
	background: url('/images/noise-tile.gif');
	}

a, .dsllink {
	color: #2462AB;
	}

table, tr, td, b, br, p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

p {
	margin: 10px 0 5px 0;
	line-height: 140%;
	}

th {
	text-align:left;
	}

img	{
	border:	0;
	}

pre {
	font-family: Monaco, "Courier New", Monospace;
	}

code {
    font-family: Monaco, "Courier New", Monospace;
	color: #333;
	}

h1, h2, h3, big {
	font-family:	Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height:	1em;
	}

h1 {
	font-size: 1.5em;
	line-height: 2em;
	}

h2 {
	font-size: 1.3em;
	line-height: 1.6em;
	}
	
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
h4 {
	font-size: 1.1em;
	line-height: 1.2em;
	}
	
h5 {
	font-size: 1em;
	line-height: 1.1em;
	margin: 5px 0 5px 0;
	}
	
h3 a {
	color: #221E1F;
	}
	
blockquote {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

ol, ul {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

ol {
	margin: 5px;
	padding: 5px 5px 5px 30px;
}

li {
	line-height: 140%;
}

.disc-list {
	list-style-type: disc;
	}

.circle-list {
	list-style-type: circle;
	}

.square-list {
	list-style-type: square;
	}

.upper-roman-list {
	list-style-type: upper-roman;
	}

.upper-alpha-list {
	list-style-type: upper-alpha;
	}

.decimal-list {
	list-style-type: decimal;
	}

.lower-alpha-list {
	list-style-type: lower-alpha;
	}

.lower-roman-list {
	list-style-type:	lower-roman;
	}

.blank-list {
	list-style-type:	none;
	}

#wrap {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #bbb;
	background: #fff;
	padding-bottom: 18px;
	
	/* this is spaced as though these are related, 
	but the overflow: hidden creates issues with large font sizes
	changed it to overflow-x: hidden so that the site doesn't break 
	with wide images, not that I think there would be any
	*/
	height: 100%;
	overflow: visible;
	
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
	
	border-top: none;
	}

#masthead {
	padding: 0 0 1em 0.5em;
	background-color: #2462AB;
	background-image: url(/images/blue_gradient.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	/* Making IE6 Behave */ _height: 0;
	}
	
#masthead img.logo{
	float: left;
	padding: 15px 10px 15px 15px;
	}

#masthead td{
	/*vertical-align: middle;*/
	}

#breadcrumb {
	/*float: left;*/
	line-height: 1.2em;
	padding: 0 0 0 10px;
	margin-left: 188px;
	}

.sidenav {
	float: left;
	display: inline;
	background-color: #ffffff;
	padding: 0 0 0 20px;
	}

.sidenav ul {
	padding: 10px 0 10px 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 120%;
	width: 168px;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	}

.sidenav li {
	padding: 0;
	margin: 0;
	width: 168px;
	}

.sidenav li a {
	color:				#221E1F;
	display:			block;
	background-color:	#eee;
	text-decoration:	none;
	line-height:		1.4em;
	height: 			1.5em;
	border-top:			.20em solid #eee;
	border-bottom:		.20em solid #eee;
	padding-left:		10px;
	width: 158px;
	/*font-weight: bold;*/
	/*color: #333;*/
	}
	
.sidenav li a:hover
    {
	background-color:	#2462AB;
	color:				#ffffff;
	}

.sidenav h2
	{
    background-color:   #2462AB;
	background: 		url(images/h2_back.gif) repeat-x;
    color:              #ffffff;
	font-size:		    120%;
	line-height:		1.5em;
	font-weight:		normal;
	padding-left:		10px;
	width: 				160px;
	}
	
.header {
    background-color:   #2462AB;
    color:              #ffffff;
    font-size:          120%;
    line-height:        1.5em;
	height:				1.5em;
    font-weight:        normal;
    padding:			0 0 0 1.2em;
	margin:				0.15em 0 0 0;
    }

.home_header {
	width: 100%;
	background: url(images/h2_back.gif) repeat-x;
    background-color: #2462AB;
    color: #ffffff;
    font-size: 120%;
    line-height: 1.5em;
	height: 1.6em;
    font-weight: normal;
    padding: 0 0 0 10px;
}

.home_article {
	width: 345px;
	float: left;
	/*margin: 0 10px;*/
	margin: 0 20px 0 0;
	display: inline;
	overflow: hidden;
}

.home_article a img {
	margin: 10px 0 0 0;
}

.promo-spot {
	
	float: right;
	/*padding: 16px 222px 0 0;*/
	margin: 30px 236px 0 0;
}

.promo-spot a:hover img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	
	-webkit-box-shadow: 0 0px 6px rgba(255,255,255,.7);
	-moz-box-shadow: 0 0px 6px rgba(255,255,255,.7);
	box-shadow: 0 0px 6px rgba(255,255,255,.7);
}

#content {
	float: left;
/*	position: relative;
	margin-left: 188px;
	
	right padding removed because it caused issues with zooming out
*/
	overflow:visible;
	padding: 0 0 0 20px;
	width: 730px;
	display: inline;
	_height: 0;
	}

.content
	{
	padding-left:	10px;
	/*width:		40em;*/
	}

#bottomnav
	{
	height: 100px;
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	padding-left: 50px;
	color: #999;
	}

#bottomnav p {
	width: 70%;
	float: left;
	display: block;
}

#bottomnav ul.social {
	list-style: none;
	float: right;
	text-align: left;
	width: 20%;
	margin-right: 30px;
	border-left: 1px dashed #999;
	padding: 0 0 0 20px;
}

#bottomnav ul.social li{
	margin: 10px 0;
}

#bottomnav ul.social li a:hover {
	background-position: 0 -60px;
}

#bottomnav a.twitter {
	background: url(/images/twitter.png) no-repeat 0 0;
	padding: 3px 0 3px 25px;
}

#bottomnav a.facebook {
	background: url(/images/facebook.png) no-repeat 0 0;
	padding: 3px 0 3px 25px;
}


#bottomnav a
	{
	color:			#555;
	text-decoration:	none;
	font-weight: bold;
	}
#bottomnav a:hover
	{
	color: #2462AB;
	/*text-decoration:	underline;*/
	}
.blockheader
	{
	padding-top:	10px;
	padding-bottom:	10px;
	padding-left:	10px;
	background-color:	#2462AB;
	background: url(images/h2_back.gif) repeat-x;
	color:		white;
	font-weight:	bold;
	}

.cell
	{
	background-color:	#e0e1e2;
	}

.cell_available
	{
	background-color:	#99ff99;
	}

.textblock {
    margin-top: 1em;
    width: 23em;
    background-color: #e0e1e2;
    }
    
.textblock p
	{
	padding: 10px;
	}

.accountblock
	{
	margin-top:	1em;
	padding:	.5em;
	width:		23em;
	background-color:	#e0e1e2;
	}

.imageblock
	{
	margin-top:	1em;
	padding:	.5em;
	width:		23em;
	}

.moreinfo
	{
	position:	absolute;
	left:		40em;
	right:		1em;
	width:		13em;
        padding:	.1em 0 .2em .5em;
	margin:		0;
	border:		0.05em solid #2462AB;
	background-color: #e0e1e2;
	}

.gsa
	{
	font-size:	.75em;
	}

div#features
        {
        margin: 10px 0 0 0;
        border: 1px solid #444;
        background-color: #eee;
        }

div#features h2
        {
        display: block;
        border-bottom: 1px solid #444;
        margin: 5px 10px 0 10px;
        }

div#features ul
        {
        margin: 5px 10px 5px 10px;
        padding: 0;
        list-style-type: none;
        }

div#features li
        {
        margin: 0;
        padding: 0;
        }
div#options
	{
	height: 200px;

	}

table .wba-service-question td
	{
	text-align: center;
	}

.wba-button
	{
	color: #2462AB;
	font-weight: bold;
	cursor: pointer;
	}
.wba-selected
	{
	color: #2462AB;
	font-weight: bolder;
	}

.wba-button:hover 
	{
	text-decoration: underline;
	cursor: pointer;
	}
.wba-location-image
	{
	border: 1px solid black;
	}
td .wba-location-image
	{
	width:305px;
	height:305px;
	border:none;
	}
td .wba-locations 
	{
	vertical-align: top;
	padding-right: 10px;
	}
/*	
table .wba-info
	{
	border: 1px solid black;
	background-color: #eee;
	width: 100%;
	}
table .wba-info th
	{
	background-color: #2462AB;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 50%;
	}
table .wba-info td
	{
	text-align: center;
	vertical-align: top;
	}
*/	
table .wba-options
	{
	padding: 0;
	border: 1px solid black;
	margin: 5px;
	}
table .wba-options th
	{
	background-color: #2462AB;
	color: white; 
	font-weight: bold;
	text-align: center;
	padding: 3px;
	font-weight: normal;
	}
table .wba-options td
	{
	background-color: #e0e1e2;
	padding: 2px;
	vertical-align: middle;
	padding: 3px;
	}
table .wba-options ul
        {
        margin: 5px 10px 5px 10px;
        padding: 0;
        list-style-type: none;
        }
table .wba-options li
        {
        margin: 0;
        padding: 0;
        }

	
	
table .wba-features 
	{
	border: 1px solid black;
	margin: 5px;
	}
table .wba-features th 
	{
	background-color: #2462AB;
	color: white; 
	font-weight: bold;
	text-align: left;
	padding: 3px;
	font-weight: normal;

	}
table .wba-features td 
	{
	background-color: #e0e1e2;
	}
table .wba-features ul
        {
        margin: 5px 10px 5px 10px;
        padding: 0;
        list-style-type: none;
        }

table .wba-features li
        {
        margin: 0;
        padding: 0;
        }

table .wba-information 
	{
/*	border: 1px solid black;*/
	border:none;
	width: 100%;
	}
table .wba-information th 
	{
	background-color: #2462AB;
	color: white; 
	font-weight: bold;
	text-align: left;
	padding: 3px;
	font-weight: normal;

	}
table .wba-information td 
	{
	background-color: #e0e1e2;
	padding: 3px;
	}

.wba-title
	{
	text-align:right;
	text-decoration: underline;
	font-weight: bold;
	}
.wba-disabled
	{
	color: gray;
	text-decoration: none;
	font-weight: bold;
	text-align:right;
	}
.wba-error
	{
	color:red;
	}


span .wba-market
	{
	display: inline;
	margin: 0;
	padding: 0;
	}

div .wba-market
	{
	margin: 5px;
	padding: 0;
	}

div .wba-desc
	{
	margin: 5px;
	}



/*
WBA CSS -- END --
http://www.sonic.net/sales/wba
*/


/*
yellow order button table

Example:
<table class="orderbutton" cellpadding="0" cellspacing="0" onClick=" [WHAT THE BUTTON SHOULD DO] " > 
   <tr>
      <td class="orderbutton-l"> </td>
      <td class="orderbutton-cntr" nowrap="nowrap">
	[button name here]
      </td>
      <td class="orderbutton-r"> </td>
   </tr>
</table>


*/

table .orderbutton
	{
	padding: 0;
	margin: 0;
	cursor: pointer;
	}
table .orderbutton td
	{
	height:24px;
	padding: 0;
	margin: 0;
	}
td .orderbutton-l 
	{
	background-image: url(/images/tables/b1-lcap-03.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 5px;
	}
td .orderbutton-r
	{
	background-image: url(/images/tables/b1-rcap-03.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 5px;
	}
td .orderbutton-cntr
	{
	background-image: url(/images/tables/b1-bg-03.gif);
	background-position: left;
	background-repeat: repeat-x;
	font-weight:bold;
	}
/* grayed out disabled version of this button */
table .disabledbutton
	{
	padding: 0;
	margin: 0;
	}
table .disabledbutton td
	{
	height:24px;
	padding: 0;
	margin: 0;
	}
td .disabledbutton-l 
	{
	background-image: url(/images/tables/button-yellow-disabled-left.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 5px;
	}
td .disabledbutton-r
	{
	background-image: url(/images/tables/button-yellow-disabled-right.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 5px;
	}
td .disabledbutton-cntr
	{
	background-image: url(/images/tables/button-yellow-disabled-center.gif);
	background-position: left;
	background-repeat: repeat-x;
	font-weight:bold;
	color: gray;
	}

/*
yellow order button table -- END --
*/

   .customCheckBox
        {
        background-repeat: no-repeat;
        background-position: left;
        padding: 10px 0px 0px 25px;
        line-height: 20px;
        width:25px;
        height:22px;
        }
   .unchecked
        {
        background-image: url('http://www.sonic.net/images/tables/unchecked.gif');
        }
   .unchecked-m
        {
        background-image: url('http://www.sonic.net/images/tables/unchecked-mouseover.gif');
        }
   .unchecked-d
        {
        background-image: url('http://www.sonic.net/images/tables/unchecked-depressed.gif');
        }
   .checked
        {
        background-image: url('http://www.sonic.net/images/tables/checked.gif');
        }
   .checked-m
        {
        background-image: url('http://www.sonic.net/images/tables/checked-mouseover.gif');
        }
   .checked-d
        {
        background-image: url('http://www.sonic.net/images/tables/checked-depressed.gif');
        }

/*
custom check box
*/






/*
all pops -- start --
*/

table .allpops
	{
	padding: 10px;
	margin: 10px;
	}
table .allpops th
	{
	text-align: center;
	}

/*
all pops -- END --
*/


#disclaimer
	{
	margin-top: 2em;
	font-size: 75%;
	}
#disclaimer p
	{
	margin: 5px;
	}	
.right-img
    {
    float:	right;
    margin-top: 0;
    margin-left:2em;
    border:	0;
    }

abbr
	{
	text-decoration: none;
	border: none;
	}

.imagecontainer
        {
        width:150px;
        height:120px;
        float:left;
        }

#whatsnew img
	{
	margin: 10px;
	}
	
#whatsnew p {
	padding: 0;
}


a.unstyled
	{
	color: #221E1F;
	text-decoration: none; 
	}

span.unstyled
	{
	cursor: pointer;
	}

.h11
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: 1.5em;
	font-weight:		bold;
	}
.h22
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: 1.3em;
	font-weight:		bold;
	}
.h22_ffffff
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: 1.3em;
	font-weight:		bold;
	color:		#ffffff;
	}
.h33
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: 1.2em;
	font-weight:		bold;
	}
	
.h44
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: 1.1em;
	font-weight:		bold;
	}
	
.h55
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: 1.0em;
	font-weight:		bold;
	}
	
.h55_greyed
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: 1.0em;
	font-weight:		bold;
	color:		#999999;
	}
	
.features
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: small;
	line-height: 22px;
	font-weight:		normal;
	}
	
.upgrades
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: 1.1em;
	font-weight:		normal;
	}
	
.fineprint
	{
	font-family:	Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight:		normal;
	color:          #444444;
	}
	
.price
	{
	font-size: 1.2em;
	font-weight:		bold;
	font-family:	Arial, Helvetica, Sans-serif;
	color:          #990000;
	}
	
.price_big
	{
	font-size: 1.4em;
	font-weight:		bold;
	font-family:	Arial, Helvetica, Sans-serif;
	color:          #990000;
	}
	
.graph_10_20_t 
	{
	padding:3px 15px 2px 15px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff #ffffff #999999 #ffffff;
	background:#e0e1e2;
	}

.graph_10_20_tl 
	{
	padding:3px 15px 2px 15px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff #ffffff #999999 #ffffff;
	background:#e0e1e2;
	background-image: url(../img/tl_chart_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

.graph_10_20_tr 
	{
	padding:3px 15px 2px 15px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff #ffffff #999999 #ffffff;
	background:#e0e1e2;
	background-image: url(../img/tr-chart-01.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}

.graph_10_20_m 
	{
	padding:4px 15px 4px 15px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff #ffffff #cccccc #ffffff;
	}

.graph_10_20_b 
	{
	padding:4px 15px 4px 15px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff #ffffff #999999 #ffffff;
	}

.table_graph
	{
	padding:4px 15px 4px 15px;
	}

.macscreen
	{
	border:	1px solid black;
	}

.1ublock
	{
	background-image:url(/sales/colo/1u/serverpic_336.jpg);
	background-positon:top;
	background-repeat:no-repeat;
	}

.news_thumb
	{
	float: right;
	margin-left: 16px;
	padding: 5px;
	/*border: 1px solid #ccc;*/
	}

img.news_thumb 
	{
	padding: 5px;
	border: 1px solid #ccc;
	}

img.news_thumb:hover {
	border: 1px solid #aaa;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

#whatsnew p {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
}

#whatsnew h5 {
	padding-top: 10px;
	line-height: 1.2em;
	padding-bottom: 0;
}

/* Navigation Buttons ---------- */

.nav-button {
	background: #222 url('/images/36px-blended.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,.25);
	border-bottom-color: rgba(0,0,0,.35);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* Sizes ---------- */
.small.nav-button {
	font-size: 11px;
}
.medium.nav-button {
	font-size: 13px;
}
.large.nav-button {
	font-size: 14px;
	padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.grey.nav-button {
	background-color: #bec5cb;
}

.blue.nav-button {
	background-color: #2daebf;
}
.red.nav-button {
	background-color: #e33100;
}
.magenta.nav-button {
	background-color: #a9014b;
}
.orange.nav-button {
	background-color: #ff9000;
}
.yellow.nav-button {
	background-color: #ffb515;
}

.nav-button:hover {
	background-color: #aaa; color: #fff;
}

.nav-button:active {
	top: 1px;
}

.orange.nav-button:hover{ 
	background-color: #d45500;
}

/* End Navigation Buttons ----------*/

.feature_list {
	width: 97%;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 6px;
	margin: 0px 12px 0 0;
	text-align: left;
	border-collapse: collapse;
}

.feature_list th{
	padding: 6px 8px;
	background: #8d99b3;
	background: url(masthead_back.jpg) repeat-x;
	text-align: left;
	color: #fff;
}

.feature_list td{
	padding: 6px 8px;
	border-bottom: 1px dotted #ccc;
}

.feature_highlight {
	color: #000;
	font-weight: bold;
	background: #f5f5f5;
	border: none;
	font-size: 115%;
}

.feature_highlight td{
	/*border: none;*/
}

.feature_key {
	text-align: left;
}

.solutions_container a {
	text-decoration: none;
}


.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
#mastheadnav {
	float: right;
	background: url(/images/mtbg.png) no-repeat right bottom;
	height: 29px;
	width: 187px;
	padding: 0 0 8px 0;
	text-align: right;
}
#mastheadnav a {
	color: white;
	text-decoration: none;
	background: url(/images/cogs.png) no-repeat 95% center;
	padding: 7px 30px 7px 64px;
	line-height: 29px;
}
#mastheadnav a:hover {
	background-color: #2562aa;
}

/* IE Hacks */

*:first-child+html .group,
*:first-child+html #wrap {
	min-height: 1px;
	}