/*----------------------------------------------------------------------------- 
GLOBAL RESET - Standardizes elements across all browsers
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, samp, small, 
strike, strong, sub, sup, tt, var, 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: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------------------------------------- 
GLOBAL STYLING - Elements that are applied throughout the site
-----------------------------------------------------------------------------*/
body {
  font-size: 62.5%;
  font-family: Arial, Verdana, sans-serif;
  border-top: 6px solid #221e1f;
  color: #221e1f;
  background: url('../images/bgr-body.png') 0 6px repeat-x;
}
a {
  color: #0a6ebb;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #02487d;
}
#wrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}

/*----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
h1 {
  float: left;
  margin: 14px 0 0 0;
}
h1 a {
  background: url('../images/nextel-logo.png') no-repeat;
  width: 274px;
  height: 46px;
  display: block;
  text-indent: -9999em;
}
#header ul {
  float: right;
  margin-top: 30px;
}
#header li {
  float: left;
  margin-left: 12px;
}
#header li a {
  display: block;
  text-indent: -9999em;
  height: 22px;
  background-image: url('../images/btn-navigation.png');
  background-repeat: no-repeat;
}
.btn_learnmore a {
  width: 66px;
  background-position:  -618px 0;
}

.btn_blog a {
  width: 53px;
  background-position: -770px 0;
}

.btn_blog a:hover, .btn_blog a.selected {
  background-position: -770px -22px;
}

.btn_resource_center a {
  width: 154px;
  background-position: -823px 0;
}

.btn_resource_center a:hover, .btn_resource_center a.selected {
  background-position: -823px -22px;
}

.btn_news a {
  width: 55px;
  background-position: -977px 0;
}

.btn_news a:hover, .btn_news a.selected {
  background-position: -977px -22px;
}

.btn_learnmore a:hover, .btn_learnmore a.selected {
  background-position: -618px -22px;
}
.btn_demo a {
  width: 59px;
  background-position: -111px 0;
}
.btn_demo a:hover, .btn_demo a.selected {
  background-position: -111px -22px;
}
.btn_faq a {
  width: 43px;
  background-position: -170px 0;
}
.btn_faq a:hover, .btn_faq a.selected {
  background-position: -170px -22px;
}
.btn_signup a {
  width: 71px;
  background-position: -213px 0;
}
.btn_signup a:hover, .btn_signup a.selected {
  background-position: -213px -22px;
}
.btn_login a {
  width: 59px;
  background-position: -284px 0;
}
.btn_login a:hover, .btn_login a.selected {
  background-position: -284px -22px;
}
.btn_logout a {
  width: 77px;
  background-position: -343px 0;
}
.btn_logout a:hover, .btn_logout a.selected {
  background-position: -343px -22px;
}
.btn_myfacefile a {
  width: 112px;
  background-position: -420px 0;
}
.btn_myfacefile a:hover, .btn_myfacefile a.selected {
  background-position: -420px -22px;
}
.btn_edit a {
  width: 86px;
  background-position: -532px 0;
}
.btn_edit a:hover, .btn_edit a.selected {
  background-position: -532px -22px;
}
.btn_UsersAdmin a {
  width: 111px;
  background-position: 0 0;
}
.btn_UsersAdmin a:hover, .btn_UsersAdmin a.selected {
  background-position: 0 -22px;
}
/*----------------------------------------------------------------------------- 
HOME
-----------------------------------------------------------------------------*/
#switcher h2 {
  font-size: 2em;
  font-weight: normal;
}
#switcher {
  position: relative;
  margin: 20px 0;
  background: #a8cfdd;
  height: 260px;
  width: 940px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#item_nav {
  width: 322px;
  height: 260px;
  top: 5px;
  left: 0;
  z-index: 2;
  position: absolute;
}

#item_nav li {
  height: 55px;
  margin-left: -10px;
  display: block;
  padding: 8px 0 0 25px;
  color: #221e1f;
  cursor: pointer;
}
#item_nav a {
	color: inherit;
}
#item_nav li:hover, #item_nav .selected {
  color: #fff;
  background: url('../images/img-switcherselector.png') no-repeat;
}
* html #item_nav li:hover, * html #item_nav .selected {
  background-image: url('../images/img-switcherselector-ie.png');
}
#items_container {
	width: 640px;
	height: 260px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000;
}
#item_school {
  background: url('../images/img-switch-school.jpg') no-repeat;
}
#item_family {
  background: url('../images/img-switch-family.jpg') no-repeat;
}
#item_work {
  background: url('../images/img-switch-work.jpg') no-repeat;
}
#item_police {
  background: url('../images/img-switch-police.jpg') no-repeat;
}
.element {
  position: relative;
}
.element .testimonial {
  height: 60px;
  background: url('../images/bgr-switch-description.png');
  padding: 10px 15px;
  position: absolute;
  bottom: 40px;
  font-size: 1.1em;
  line-height: 1.4em;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.element .testimonial p {
  color: #fff;
}
.toggler h2 {
  font-size: 2.2em;
  font-weight: bold;
}
.toggler p {
  font-size: 1.2em;
}
#howitworks li {
  float: left;
}
#howitworks li h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
#howitworks li p {
  font-size: 1.2em;
  line-height: 1.4em;
}
#take {
  background: url('../images/bgr-take.png') no-repeat;
  width: 220px;
  height: 122px;
  padding: 15px 30px 0 70px;
}
#store {
  background: url('../images/bgr-store.png') no-repeat scroll top left;
  width: 220px;
  height: 122px;
  padding: 15px 30px 0 70px;
}
#network {
  background: url('../images/bgr-network.png') no-repeat scroll top left;
  width: 200px;
  height: 139px;
  padding: 15px 30px 0 70px;
}
#signup a {
  background: #a8cfdd url('../images/img-signuppromo.png') 0 100% repeat-x;
  width: 940px;
  height: 64px;
  display: block;
  text-indent: -9999em;
}


/*----------------------------------------------------------------------------- 
SUB PAGES
-----------------------------------------------------------------------------*/
#content {
  margin: 20px 0;
}
#sidebar, #ppn {
  float: left;
  width: 220px;  
  background: url('../images/bdr-red.png') repeat-x;
  padding: 12px 0 0 0;
}
#sidebar_large {
  float: left;
  width: 220px;   /*Original was 175*/
  background: url('../images/bdr-red.png') repeat-x;
  padding: 12px 0 0 0;
}


#content h2 {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
#sidebar h4 {
  font-size: 1.7em;
  margin: 0 0 2px 0;
}
#sidebar ul {
  font-size: 1.4em;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#sidebar li {
  background: url('../images/icn-bullet.png') 0 4px no-repeat;
  padding: 0 0 0 15px;
}
#sidebar p {
	font-size: 1.4em;
	line-height: 1.3em;
}
.btn_signuppromo {
  background: url('../images/btn-signup.png') no-repeat;
  width: 220px;     /*150*/
  height: 65px;     /*44*/
  display: block;
  text-indent: -9999em;
}
#main {
  float: right;
  width: 690px;  /*765*/
  background: url('../images/bdr-black.png') repeat-x;
  padding: 15px 0 0 0;
  font-size: 1.3em;
  line-height: 1.5em;
}
.full #main {
  width: 100%;
}
#main h3 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 5px 0;
}
#main p {
  margin: 0 0 15px 0;
}


/*----------------------------------------------------------------------------- 
PROFILE
-----------------------------------------------------------------------------*/
.profile #main {
  float: left;
  width: 460px;
  margin: 0 20px;
}
#ppn {
  float: right;
  font-size: 1.3em;
}
#profile_progress .progress {
  width: 220px;  /*220px*/
  height: 16px;
  background: url('../images/bgr-profileprogress.png') 0 0 no-repeat;
  display: block;
  line-height: 1;
  text-indent: -9999em;
}
#profile_progress .progress em {
  height: 16px;
  background: url('../images/bgr-profileprogress.png') 0 -16px no-repeat;
  display: block;
}
#get100percent {
  float: right;
  margin: 7px 0 0 0;
}
#got100percent {
  float: right;
  margin: 7px 0 0 0;
  font-size:10px;
  display: none;
  border: 5px solid red;
}
#get100percent a {
  background: url('../images/txt-get100percent.png') no-repeat;
  width: 82px;
  height: 7px;
  display: block;
  text-indent: -9999em;
}
#my_info {
  margin: 15px 0;
}
#my_info img {
  float: left;
  border: 3px solid #d3e0e5;
  margin: 0 10px 5px 0;
}
#my_info p {
  margin: 0 0 18px 0;
}
#storage_progress .progress {
  width: 220px;
  height: 11px;
  background: url('../images/bgr-storageprogress.png') 0 0 no-repeat;
  display: block;
  text-indent: -9999em;
  float: left;
  line-height: 1;
  margin: 4px 0 0 8px;
  overflow: hidden;
}
#storage_progress .progress em {
  height: 11px;
  background: url('../images/bgr-storageprogress.png') 0 -11px no-repeat;
  display:block;
}
#storage_progress .amount {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}
#upload_text {
  font-size: 1.2em;
  background: #e4f0f5;
  padding: 5px 8px;
  margin: 10px 0 !important;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#image_gallery li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
#image_gallery img {
  float: left;
  border: 3px solid #d3e0e5;
  margin: 0 10px 5px 0;
}

#image_gallery img#alert_image {
  float: left;
  border: 0px solid #d3e0e5;
  margin: 0 10px 5px 0;
}

#image_gallery h5 {
  margin: 0 0 4px 0;
}
#image_gallery h5 a {
  color: #221e1f;
  font-size: 1.1em;
  margin: 0 0 4px 0;
}
#image_gallery h5 a:hover {
  text-decoration: underline;
}
#image_gallery .timestamp {
  font-size: .9em;
  margin-bottom: 0;
  line-height: 1.3em;
}
#image_gallery .action {
  font-size: .8em;
}
#image_gallery .action a:hover {
  text-decoration: underline;
}
#image_gallery .delete {
  color: #c92128;
}
.profile #main h3 {
  font-size: 1.7em;
}
#ppn h3 {
  font-size: 1.8em;
  font-weight: normal;
}
#network_gallery {
 margin: 15px 0; 
}
#network_gallery li {
  margin-bottom: 10px;
}
#network_gallery img {
  float: left;
  border: 3px solid #d3e0e5;
  margin: 0 10px 5px 0;
}
#network_gallery h5 {
  margin: 0 0 4px 0;
}
#network_gallery h5 a {
  color: #221e1f;
  font-size: 1.1em;
  margin: 0 0 4px 0;
}
#network_gallery h5 a:hover {
  text-decoration: underline;
}
#network_gallery .network_info {
  font-size: .9em;
  margin-bottom: 3px;
  line-height: 1.3em;
}
#network_gallery .action {
  font-size: .8em;
}
#network_gallery .action a:hover {
  text-decoration: underline;
}
#network_gallery .delete {
  color: #c92128;
}
#add {
  font-size: 1.1em;
}

/*----------------------------------------------------------------------------- 
PAGINATION
-----------------------------------------------------------------------------*/
.pagination {
  margin: 15px 0;
	font-size: 1em;
	font-weight: bold;
}
.pagination a {
  padding: 2px 5px;
  margin: 2px;
  border: 1px solid #218CC9;
  background: #fff;
  text-decoration: none;
  color: #218CC9;
}
.pagination a:hover, .pagination a:active {
  background: #218CC9;
	border: 1px solid #135276;
	color: #fff;
}
.pagination span.current {
  font-weight: bold;
  padding: 2px 5px;
	background: #135276;
	border: 1px solid #135276;
	color: #fff;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}


/*----------------------------------------------------------------------------- 
SIGNUP
-----------------------------------------------------------------------------*/
#steps {
  background-repeat: no-repeat;
  width: 547px;
  height: 39px;
  display: block;
  text-indent: -9999em;
  margin: 5px auto 20px auto;
}
.step1 {
  background-image: url('../images/img-signup-step1.png');
}
.step2 {
  background-image: url('../images/img-signup-step2.png');
}
.step3 {
  background-image: url('../images/img-signup-step3.png');
}
#service_plan, #account_info {
  background: #e4f0f5;
  padding: 10px 15px 0 15px;
  margin: 0 0 10px 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
* html #service_plan, * html #account_info {
  padding-bottom: 10px;
}
#service_plan h4, #account_info h4 {
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
#service_plan ul {
  margin: 10px 0 0 0;
}
#service_plan li {
  float: left;
  margin-right: 25px;
  font-size: 1.1em;
  width: 160px;
}
.fluid li {
  width: auto !important;
}
.fluid li .extras {
  margin: 0 !important;
  width: 50px;
  float: none !important;
}
.fluid li p {
  font-size: .9em;
  font-style: italic;
}
.purchase_number {
  font-weight: bold;
  background: #BCD4DE;
  padding: 3px 8px;
}
#service_plan input {
  margin: 10px 8px 30px 0;
  float: left;
}
#service_plan span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.savings {
  background: #1c90bc;
}
.drawback {
  background: #c92128;
}
#account_info {
  padding: 10px 15px;
}
#signup_choose {
  position: relative;
  margin: 35px 0;
  background: #a8cfdd;
  height: 319px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#signup_choose #item_nav {
  width: 323px;
  height: 300px;
  top: 8px;
  left: -1px;
  z-index: 2;
  position: absolute;
}
#signup_choose #item_nav li {
  height: 67px;
  margin-left: -10px;
  display: block;
  padding: 8px 0 0 25px;
  color: #221e1f;
  cursor: pointer;
}
#signup_choose #item_nav li:hover, #signup_choose #item_nav .selected {
  color: #fff;
  background: url('../images/img-packagehover.png') no-repeat;
}
* html #signup_choose #item_nav li {
  margin-left: -11px;
}
* html #signup_choose #item_nav li:hover, 
* html #signup_choose #item_nav .selected {
  background: url('../images/img-packagehover-ie.png') 0 0 no-repeat;
}
#signup_choose .toggler h4 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 3px 0;
}
#signup_choose .toggler p {
  font-size: .8em;
  text-transform: uppercase;
  line-height: 1.1em;
  width: 75%;
}

#inside_choose h4 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 3px 0;
}
#inside_choose p {
  font-size: .8em;
  text-transform: uppercase;
  line-height: 1.1em;
  width: 75%;
}
#comparison {
  position: absolute;
  top: -27px;
  right: 0;
  text-align: center;
  background: #e3ebee;
  height: 346px;
  width: 640px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
#comparison th.first {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}
#comparison th.last, #comparison .first_row .signup {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-right: 0;
}
#comparison th {
  background: #221e1f;
  color: #e3ebee;
  vertical-align: middle;
  height: 27px;
  padding: 0 12px !important;
  margin: 0 !important;
  font-size: .9em;
  border-right: 1px solid #353132;
}
#comparison td {
  vertical-align: middle;
  padding: 0 15px;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #a8cfdd;
  line-height: 1.1em;
  height: 79px;
}
#comparison tr.last td {
  border-bottom: 0;
}
#comparison td span {
  font-weight: normal;
  font-size: .8em;
  font-style: italic;
  color: #635f60;
}
#comparison th.empty {
  background: #fff;
  border-right: 0;
}
.has_advertising {
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 1em !important;
  color: #c92128 !important;
}
.signup {
  line-height: 1.5em !important;
}
.signup span, .starting {
  color: #2b2b2b !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-size: .7em !important;
}
.signup strong {
  color: #448310;
}
.signup a {
  margin: 2px 0 0 0;
  background: #1f799a;
  color: #e3ebee;
  padding: 4px 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.signup a:hover {
  background: #221E1F;
}

/*----------------------------------------------------------------------------- 
FAQ
-----------------------------------------------------------------------------*/
#accordion h4 {
  cursor: pointer;
  font-size: 1.2em;
}
#accordion li {
  margin: 0 0 5px 0;
}


/*----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/
form ol label {
  width: 100px;
  margin: 5px 15px 0 0;
  font-weight: bold;
  float: left;
  text-align: right;
}
#business_form ol label {
  width: 160px;
}
form ol li {
  margin: 0 0 5px 0;
}
form ol li input, form ol li textarea, #forgot form p input {
  font-size: 1.4em;
  width: 40%;
}
form #action {
  margin: 10px 0 0 0;
  float: right;
}
* html form #action {
  margin-top: 20px;
}
.field_blur {
  color: #ccc;
}
#generic fieldset {
  border: 0;
  padding: 0;
}
#generic label {
  float: none;
  display: block;
  text-align: left;
}
#generic textarea {
  width: 70%;
  height: 100px;
}
#forgot {
  background: #e4f0f5;
  padding: 10px 15px 0 15px;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#forgot p {
  margin: 0 0 10px 0;
  font-weight: bold;
}
#forgot form {
  padding: 0 0 10px 0;
}

/*----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
  text-align: center;
  margin: 30px 0 20px 0;
  font-size: 1.2em;
  color: #9e9e9e;
  line-height: 1.5em;
}
#footer a {
  color: #858585;
}
#footer a:hover {
  color: #444;
}

/*----------------------------------------------------------------------------- 
HACKS - Global browser hacks to make everybody play nice
-----------------------------------------------------------------------------*/
#header:after, #switcher:after, #howitworks ul:after, #signup:after, #content:after,
#service_plan:after, #storage_progress:after, #image_gallery:after, 
#network_gallery li:after, #service_plan ul:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#header, #switcher, #howitworks ul, #signup, #content,
#service_plan, #storage_progress, #image_gallery, 
#network_gallery li, #service_plan ul {display:inline-block;}
/* Hide from IE Mac \*/
#header, #switcher, #howitworks ul, #signup, #content,
#service_plan, #storage_progress, #image_gallery, 
#network_gallery li, #service_plan ul {display:block;}
/* End hide from IE Mac */

/*----------------------------------------------------------------------------- 
MERGED - From Previous Stylesheet
-----------------------------------------------------------------------------*/
#content .leftCol {
    float: left;
    /*margin: 0 20px 20px 20px;*/
    width: 227px;
    background: #F3F3F3 url(/images/copyBG.jpg) 0 0 repeat-x;
}
#content .rightCol {
    background: #F3F3F3 url(/images/copyBG.jpg) 0 0 repeat-x;
    padding: 10px;
    /*margin: 0 20px 0 267px;*/
}
#content .leftCol .loginBox {
    background: url(/images/loginBox.png) 0 0 no-repeat;
    width: 255px;
    height: 300px;
    margin: -25px 0 0 -20px;
}
#content .rightCol {
    background: #F3F3F3 url(/images/copyBG.jpg) 0 0 repeat-x;
    padding: 10px;
    margin: 0 20px 0 267px;
}
#content .textBody {
    padding: 2px 20px;
    background: #ffffff url(/images/copyBG2.jpg) 0 0 repeat-x;
}
#content .callout {
    background: #ffffff;
    width:200px;
    float:right;
    margin:10px;
    padding:0 0 0 10px;
    border: solid 1px #ccc;
}
#content .callout li {
    color: #ffffff;
}
#messages {
    color: green;
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}
.large_type{
    font-size: 20px;
    font-style: bold;
}
.edit_profile_column{
    float:left; 
    width: 340px;
    margin-right: 20px;
    padding: 10px 10px 10px 10px;
	/*    border: 1px solid black; */
}
.edit_profile_column input{
    margin-right: 5px;
}
#content .leftCol .box, #content .plainLeftCol .box{
    /* border:1px solid black; */
    width: 227px;
    height: 120px;
    margin-bottom: 30px;
    text-align: center;
    display: table;
}
#content .leftCol .box p, #content .plainLeftCol .box p{
    /* position: relative;*/
    top: 40%;
    display: table-cell;
    vertical-align: middle;
}
#content #assistance{
    margin: 0 20px 20px 20px;
    width: 227px;
    float:left;
}
.scrollDiv {
    border: solid 1px #cccccc; 
    background: #ffffff; 
    padding: 4px; 
    width: 500px; 
    height: 90px; 
    overflow: auto;
}
#individual_home h4, #family_home h4{
    font-size: 16px;
    font-style: bold;
    color: black;
    margin-top: 20px;
    margin-bottom: 10px;
}
#messages {
    color: green;
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 12px;
}

#main-inset{
	 margin-left: 30px;
}

/* About pages */
ul.about {
	list-style-type: disc;
}

input.captcha {
	background: #000000;
	color: #ffffff;
}