/* Standard Elements */
body  {
	font: 11px/16px Verdana, Geneva, sans-serif;
	color: #464749;
	background: #aaaeb1;
	margin: 0px;
	padding: 0px;
}

a {
	color: #006ba8;
}
.onclickLink {
	cursor: pointer;
}

img {
	border: none;
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	color: #464749;
	border-bottom: 1px solid #006ba8;
	margin: 0px 0px 5px;
	padding: 0px;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #006ba8;
	margin: 0px 0px 5px;
	padding: 0px;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #f46b11;
	margin: 5px 0px 15px;
	padding: 0px;
	font-style: italic;
}
h4 {
	font-size: 0.98em;
	line-height: 0.98em;
	font-weight: bold;
	color: #464749;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 0.98em;
	line-height: 0.98em;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	font-style: italic;
}

.tooltipNotice {
	color: #f46b11;
	text-decoration: none;
	font-size: 0.72em;
	font-weight: normal;
}

p.headline {
	text-align: center;
}

.blueText {
	color: #006ba8;
}
.orangeText {
	color: #f46b11;
}
.greenText {
	color: #5ac144;
}

/* Ajax Loaders */
.loading1 {
	padding: 8px 5px 8px 35px;
	width: 60%;
	background: url(/static/rc20091021/images/loaders/indicator_lite_trans_f46b11.gif) no-repeat 5px center;
}

/* Layout Elements */
/* Layout Elements/Page Container */
.pgContainer {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
/* Layout Elements/Page Header */
.pgHeader {
	height: 60px;
}
.pgHeader .logo {
	display: block;
	width: 188px;
	height: 49px;
	float: left;
	padding-top: 10px;
}
.pgHeader form {
	width: 265px;
	float: right;
	text-align: right;
	margin: 6px 0px 0px;
	padding: 5px 0px 0px;
}
.pgHeader form label {
	display: block;
	font-size: 0.95em;
	line-height: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	color: #006ba8;
	margin-right: 4px;
}
.pgHeader form input {
	font-size: 1.0em;
	width: 124px;
	color: #AAAEB1;
	border: 1px solid #AAAEB1;
	padding: 2px;
	margin: 0px;
}
.pgHeader form a {
	display: block;
	float: left;
	width: 84px;
	font-size: 0.78em;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding-left: 2px;
}
.pgHeader form .go {
	display: block;
	float: right;
	background: url(/static/rc20091021/images/but_go_white.png) no-repeat right center;
	height: 7px;
	width: 25px;
	border: none;
	margin-top: 4px;
}
/* Layout Elements/Page Navigation */
.pgNav {
	background: url(/static/rc20091021/images/bg_nav.gif);
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.pgNav a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
/* Layout Elements/Page Navigation/First Level */
.pgNav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.pgNav ul li {
	display: block;
	float: right;
	position: relative;
	padding: 15px 20px 0px 0px;
	height: 25px;
	text-align: center;
}
/* Layout Elements/Page Navigation/Second Level */
.pgNav ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	padding: 0px 8px 5px;
	width: 108px;
	background: #f09534;
}
.pgNav ul li:hover ul {
	display: block;
}
.pgNav ul ul li {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px 0px 3px;
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
}
.pgNav ul ul li a {
	color: #fff;
	font-weight: normal;
}
.pgNav ul ul li a:hover {
	font-style: italic;
}
.pgNav li.signup {
	width: 107px;
	padding: 15px 0px 0px;
	background: url(/static/rc20091021/images/nav_signup_now.png);
}
/* Layout Elements/Page Content */
.pgContent {
	background: #fff;
	min-height: 350px;
}
/* Layout Elements/Page Footer */
.pgFooter {
	padding-top: 10px;
	font-size: 0.85em;
}
.pgFooter .copyright {
	width: 124px;
	float:left;
	margin: 0px;
}
.pgFooter .miniNav {
	width: 652px;
	float:left;
	text-align: center;
	margin: 0px;
}
.pgFooter .miniNav a {
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
	color: #006ba8;
	text-decoration: none;
}
.pgFooter .logo {
	display: block;
	float:right;
	width: 124px;
	height: 22px;
	margin: 0px;
}

/* Home Page */
/* Home Page/Section One */
#sectionOne {
	height: 220px;
	padding: 19px 15px 0px;
}
#sectionOne h1 {
	border: none;
	color: #006ba8;
	margin: 0px;
}
#sectionOne h2 {
	color: #f46b11;
	font-style: italic;
}
#sectionOne h3 {
	color: #006ba8;
	font-style: normal;
	margin: 0px;
}
#sectionOneMenu ul {
	margin: 0px 0px 5px;
	padding: 0px;
}
#sectionOneMenu ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#sectionOneContent ul, #sectionOneContent p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.98em;
}
/* Home Page/Section One/Why Blink Mind? */
#sectionOne.sectionOne-1 {
	background: url(/static/rc20091021/images/home-page/bg_why_blink_mind.jpg) no-repeat;
}
/* Home Page/Section One/Our Technology */
#sectionOne.sectionOne-2 {
	background: url(/static/rc20091021/images/home-page/bg_our_technology.jpg) no-repeat;
}
/* Home Page/Section One/Affordable Solutions */
#sectionOne.sectionOne-3 {
	background: url(/static/rc20091021/images/home-page/bg_affordable_solutions.jpg) no-repeat;
}
#sectionOneContent .planBusAdv, #sectionOneContent .planBusStd, #sectionOneContent .planRes {
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	height: 95px;
	width: 190px;
	padding: 15px;
	margin: 20px 10px 0px 0px;
}
#sectionOneContent .planBusAdv {
	background-image: url(/static/rc20091021/images/home-page/plan_affordable_solutions_bus_adv.png);
}
#sectionOneContent .planBusStd {
	background-image: url(/static/rc20091021/images/home-page/plan_affordable_solutions_bus_std.png);
}
#sectionOneContent .planRes {
	background-image: url(/static/rc20091021/images/home-page/plan_affordable_solutions_res.png);
	width: 191px;
}
/* Home Page/Section Two */
#sectionTwo {
	height: 135px;
	padding: 10px 15px;
}
#sectionTwo h3 {
	color: #464749;
	font-style: normal;
}
#sectionTwo div {
	height: 119px;
	width: 190px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 8px;
	cursor: pointer;
	background-repeat: no-repeat;
}
#sectionTwo .blue {
	background-image: url(/static/rc20091021/images/home-page/bg_blue_box.png);
}
#sectionTwo .green {
	background-image: url(/static/rc20091021/images/home-page/bg_green_box.png);
}
#sectionTwo .orange {
	background-image: url(/static/rc20091021/images/home-page/bg_orange_box.png);
}
#sectionTwo .gray {
	background-image: url(/static/rc20091021/images/home-page/bg_gray_box.png);
}
#sectionTwo .last {
	margin-right: 0px;
}
/*Home Page & Sub Page */
.hpSub .one, .hpSub .two, .hpSub .three, .hpSub .four {
	padding: 19px 10px 0px;
	height: 176px;
	margin: 0px 3px 0px 0px;
	width: 215px;
	float: left;
}
.hpSub .one {
	background: url(/static/rc20091021/images/bg_hp_blueblock.gif) repeat-x left top;
}
.hpSub .two {
	background: url(/static/rc20091021/images/bg_hp_greenblock.gif) repeat-x left top;
}
.hpSub .three {
	background: url(/static/rc20091021/images/bg_hp_orangeblock.gif) repeat-x left top;
}
.hpSub .four {
	background: url(/static/rc20091021/images/bg_hp_grayblock.gif) repeat-x left top;
	padding: 29px 0px 0px;
	height: 166px;
	margin: 0px;
	width: 185px;
	text-align: center;
}
.hpSub .one .items, .hpSub .two .items, .hpSub .three .items {
	height: 120px;
}
.hpSub .four .items {
	height: 132px;
}
.hpSub .one img.button, .hpSub .two img.button, .hpSub .three img.button {
	margin: 0px 0px 0px 54px;
}
.hpSub .four img.button {
	margin: 0px;
}
.hpSub ul {
	margin: 8px 0px 0px;
	padding: 0px 0px 0px 19px;
}
.hpSub ul li {
	font-size: 0.85em;
	list-style: url(/static/rc20091021/images/bul_orange.png);
}
.hpSub ul li a {
	color: #464749;
	text-decoration: none;
}
.hpSub ul li a:hover {
	text-decoration: underline;
}
.hpSub img.button {
	margin: 15px auto 0px;
}
/* Sub Page */
.subPage {
	background: url(/static/rc20091021/images/bg_sub_page.gif) no-repeat right bottom;
	padding: 15px;
}
.subPage .left {
	width: 645px;
	float: left;
}
.subPage .right {
	width: 215px;
	float: right;
}
.subPage .right ul {
	margin: 0px;
	padding: 0px;
}
.subPage .right ul li {
	list-style: none;
}
.subPage hr {
	border-top: 1px solid #aaaeb1;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Sub Page/Tabs */
#tabs {
	width: 643px;
	background: url(/static/rc20091021/images/tabs_bg.gif) repeat-x left bottom;
}
#tabs ul {
	margin: 0px;
	padding: 0px;
}
#tabs ul li {
	display: block;
	float: left;
	background: url(/static/rc20091021/images/tabs_inactive.gif) no-repeat left bottom;
	height: 23px;
	width: 130px;
	text-align: center;
	padding: 5px 0px 0px 8px;
}
#tabs ul li.first {
	background: url(/static/rc20091021/images/tabs_left.gif) no-repeat left bottom;
	width: 4px;
}
#tabs ul li.last {
	float: right;
	background: url(/static/rc20091021/images/tabs_right.gif) no-repeat left bottom;
	width: 4px;
}
#tabs ul li.active {
	background: url(/static/rc20091021/images/tabs_active.gif) no-repeat left bottom;
}
#tabs ul li a {
	font-weight: bold;
	color: #464749;
	text-decoration: none;
}
.tabsContent {
	padding: 10px;
	background: url(/static/rc20091021/images/tabs_content.gif) no-repeat left top;
	width: 623px;
}
/* Sub Page/Tabs/Getting Started */
#gettingStarted {
	margin: 0px;
	padding: 0px;
}
#gettingStarted li {
	margin: 0px 0px 8px;
	list-style: none;
	background: no-repeat left center;
	border-bottom: 1px solid #d3d5d7;
	cursor: pointer;
	padding: 20px 0px 0px 54px;
	height: 40px;
}
#gettingStarted li.faq {
	background-image: url(/static/rc20091021/images/support-page/fag.png);
}
#gettingStarted li.bandwidth {
	background-image: url(/static/rc20091021/images/support-page/bw_test.png);
}
#gettingStarted li.ticket {
	background-image: url(/static/rc20091021/images/support-page/ticket.png);
}
#gettingStarted li.contact {
	background-image: url(/static/rc20091021/images/support-page/contact.png);
}
#gettingStarted li.e911 {
	background-image: url(/static/rc20091021/images/support-page/e911.png);
}
#gettingStarted li.billing {
	background-image: url(/static/rc20091021/images/support-page/billing.png);
}
#gettingStarted li h3 {
	margin: 0px;
}
#gettingStarted li h3 a {
	color: #f46b11;
	text-decoration: none;
}
#gettingStarted li p {
	margin: 0px;
}
/* Sub Page/Tabs/Support/FAQ */
#faq {
	margin: 0px;
	padding: 0px;
}
#faq li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	cursor: pointer;
}
#faq li h4 {
	margin: 0px 0px 5px -22px;
	padding: 0px;
}
#faq li blockquote ol {
	margin: 0px;
	padding: 0px;
}
#faq li blockquote ol li {
	list-style: decimal;
	border-bottom: none;
}
/* Sub Page/Navigation */
.subNav {
	background: url(/static/rc20091021/images/bg_sub_nav.jpg);
	margin: 0px auto 8px;
	width: 215px;
}
.subNav .top {
	background: url(/static/rc20091021/images/sub_nav_top.jpg) no-repeat;
	padding: 5px;
}
.subNav .top h4 {
	color: #006ba8;
	margin: 5px 0px;
}
.subNav .top h5 {
	color: #f46b11;
	margin: 8px 0px 8px 5px;
}
.subNav .top ul {
	margin-left: 20px;
}
.subNav .top ul li {
	list-style: url(/static/rc20091021/images/bul_orange.png);
	font-size: 0.95em;
}
.subNav .top ul li a {
	color: #464749;
	text-decoration: none;
}
.subNav .top ul li a:hover {
	color: #f46b11;
}
.subNav .bottom {
	background: url(/static/rc20091021/images/sub_nav_bottom.jpg) no-repeat;
	height: 10px;
}
/* Sub Page/Charts */
.subPage .colLabel {
	vertical-align: middle;
	background: url(/static/rc20091021/images/bul_orange.png) no-repeat left center;
	padding: 4px 4px 4px 10px;
}
.subPage .colBlue, .subPage .colOrange {
	text-align: center;
	vertical-align: middle;
	padding: 4px 2px;
	width: 101px;
}
.subPage .colBlue {
	background: url(/static/rc20091021/images/plans-page/bg_blue_col.gif) repeat-y center top;
}
.subPage .colOrange {
	background: url(/static/rc20091021/images/plans-page/bg_orange_col.gif) repeat-y center top;
}
.subPage th.colBlue, .subPage th.colOrange {
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
}
.subPage .chart td {
	border-top: 1px dotted #d3d5d7;
}
.subPage .last td {
	padding-bottom: 0px;
}
.subPage .last img {
	display: block;
	margin: 0px auto;
}
/* Sub Page/Forms */
.subPage form label
{
	display: block;
	font-weight: bold;
	color: #F09534;
}
.subPage form input {
	color: #AAAEB1;
	border: 1px solid #AAAEB1;
	padding: 2px;
	margin: 2px;
}
.subPage form textarea {
	color: #AAAEB1;
	border: 1px solid #AAAEB1;
	padding: 2px;
	margin: 2px;
	font: 1em/1em Verdana, Geneva, sans-serif;
}
.subPage form input.submit {
	color: #58595B;
	border: 1px solid #AAAEB1;
	background-color: #d3d5d7;
	padding: 2px;
	margin: 2px;
}
.subPage form .required {
	color: #f43111;
}

/* Sub Page/Forms/Set Phone */
.subPage #setPhone select {
	font-size: 0.98em;
	color: #464749;
	border: 1px solid #aaaeb1;
}
