/* Last updated by Todd Hossack: 2011-04-26 */

/* ---------------- Universal styles ---------------- */
* {
	margin: 0;
	padding: 0;
}

html, body {
	position: relative;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: .76em;
	color: #333;
	background-color: transparent;
}


/* ---------------- Utility classes ---------------- */
.clearfix:after {content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0;}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */
.offScreen {
	position: absolute;
	top: 0; 
	left: -10000px; 
	margin: 0; 
	padding: 0; 
	font-size: 1px; 
	color: #000;
}

/* ---- Helpful buttons ---- */
#helpful {
	visibility: hidden;
	position: absolute;
	top: 153px;
	right: 212px;
	width: 160px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #ccc;
	font-size: 11px;
}

#helpful img {
	margin: 0;
	padding: 0;
}

#helpful a {
	margin: 0;
	padding: 4px;
	color: #ccc;
	text-decoration: none;
}

/* ---- Links ---- */
a img {
	border: 0;
}
a {
	text-decoration: none; 
	color: #ffe17e;
}
a:hover, a:active {
	text-decoration: underline;
}

/* ---- Positioning ---- */

.posL {float: left;}
.posC {margin: 0 auto;}
.posR {float: right;}

.alignToH1 {margin-top: 15px;}
.alignToH2 {margin-top: 6px;}
.alignToH3 {margin-top: 6px;}
.alignToH4 {margin-top: 6px;}
.alignToH5 {margin-top: 5px;}
.alignToH6 {margin-top: 5px;}

.alignToP {margin-top: 3px;}
.alignToFirst {margin-top: 4px;}

/* ---- Margins ---- */
/* 50% standard margin */
.m50T {margin-top: 12px;}
.m50R {margin-right: 12px;}
.m50B {margin-bottom: 12px;}
.m50L {margin-left: 12px;}

/* 66% standard margin */
.m66T {margin-top: 16px;}
.m66R {margin-right: 16px;}
.m66B {margin-bottom: 16px;}
.m66L {margin-left: 16px;}

/* 100% standard margin */
.m100T {margin-top: 24px;}
.m100R {margin-right: 24px;}
.m100B {margin-bottom: 24px;}
.m100L {margin-left: 24px;}

/* 133% standard margin */
.m133T {margin-top: 32px;}
.m133R {margin-right: 32px;}
.m133B {margin-bottom: 32px;}
.m133L {margin-left: 32px;}

/* 200% standard margin */
.m200T {margin-top: 48px;}
.m200R {margin-right: 48px;}
.m200B {margin-bottom: 48px;}
.m200L {margin-left: 48px;}

.roundedBox {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

/* ------------------------ Template areas ------------------------ */

/* -------- Header -------- */
#header {
	margin: 0;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0 0 16px 0;
	border-bottom: 2px dotted #ccc;
}

/* -------- Login Bar -------- */
#mainNav {
	display: none;
}

/* -------- Sub navigation -------- */

#subNav {
	display: none;
}


/* -------- Bread crumbs -------- */
#breadcrumbs {
	float: right;
	width: 50%;
	margin: 12px 0 0 0;
	color: #ccc;
	text-align: right;
}

#breadcrumbs a {
	color: #ccc;
}
/* ---------------- Sections ---------------- */
/* -------- Section A -------- */

#sectionAWrap2 {
	background-color: transparent;
	background-image: none;
}

#sectionAWrap {
	position: relative;
	background-color: transparent;
	background-image: none;
}

#sectionA {
	position: relative;
	width: 90%;

}

#sectionA .column1 {
	position: relative;
	text-align: left;
}

#sectionA .column2 {
	position: relative;
	background-color: transparent;
	background-image: none;
}

/* ---- Page title ---- */
h2#title {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #ececec;
}

h2#title span.subtitle {
	font-size: 15px; 
}

#sectionA .layout {
	margin: 18px 0 0 0;
}



/* -------- Section B -------- */

#sectionBWrap2 {
	margin: auto;
	text-align: center;
}

#sectionBWrap {
	clear: both;
	position: relative;
	padding: 0;
	color: #e6e6e6;
	text-align: left;
	background-color: transparent;
	background-image: none;
}

#sectionB {
	clear: both;
	position: relative;
	width: 90%;
	min-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#sectionB .column1 {
	position: relative;
	margin: 0;
}

#sectionB .column2 {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sectionB .roundedBox {
	background: #222 none;
	background: -webkit-gradient(linear, 0 0, 0 64px, from(#333), to(#111));
    background: -moz-linear-gradient(#333, #111 64px);
	background: linear-gradient(#333, #111 64px); 
	border: 1px solid #666;
	border: 1px solid rgba(255,255,255,.3);
	-moz-box-shadow: 0 0 8px rgba(255,255,255,.5);
  	-webkit-box-shadow: 0 0 8px rgba(255,255,255,.5);
  	box-shadow: 0 0 8px rgba(255,255,255,.5);
}

#sectionB .box75L, 
#sectionB .box75R {
	width: 536px;
} 

#sectionB .box66L,
#sectionB .box66R {
	width: 470px;
} 

#sectionB .box50L,
#sectionB .box50R {
	width: 338px;
}

#sectionB .box33L, 
#sectionB .box33R {
	width: 206px;
} 

#sectionB .box25L, 
#sectionB .box25R {
	width: 140px;
}

/* -------- Lists -------- */
#sectionA .layout ul {
	margin-left: 8px;
	list-style-type: none;
}

#sectionA .layout ul li {
	padding-left: 18px;
	background-image: url("../images/bullets/sectionb_bullet1.gif");
	background-position: 0 4px;
	background-repeat: no-repeat;
}

/* -------- Tables -------- */

#sectionA table {
	border-collapse: collapse;
}

#sectionA table .headingRow th {
	color: #333;
	background: #bbb none;
}

#sectionA table .dataRow {
	color: #333;
	background: transparent none;
}

#sectionA .hostingPackages .topRow th,
#sectionA .supportPackages .topRow th,
#sectionA .hostingServices .topRow th {
	padding: 10px 12px;
	font-size: 1.1em;
	white-space: nowrap;
	text-align: center;
	background: #bbb none;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

#sectionA .hostingPackages .topRow .col1,
#sectionA .supportPackages .topRow .col1,
#sectionA .hostingServices .topRow .col1 {
	text-align: left;
	border-left: 1px solid #444;
}

#sectionA .hostingPackages .topRow .lastCol,
#sectionA .supportPackages .topRow .lastCol,
#sectionA .hostingServices .topRow .lastCol {
	border-right: 1px solid #444;
}

#sectionA .hostingPackages .btmRow,
#sectionA .supportPackages .btmRow {
	color: #333;
	background: #bbb none;
}


/* -------- Widgets -------- */

#sectionA .WidgetHolder {
	margin: 0 0 20px 0;
}

/* ---- tkiPhraseLink ---- */
#sectionA .tkiPhraseLink {
	padding: 16px;
	background: top left repeat url("../images/bg_rgba_fff_1.png");
	background: rgba(255,255,255,.1) none;
	border: 1px solid #6a83ab;
	border: 1px solid rgba(255,255,255,.1);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

#sectionA .tkiPhraseLink_phrase {
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 1.5em;
	color: #ececec;
	line-height: 1.4;
	text-align: left;
}

#sectionA .tkiPhraseLink_phrase p {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #ececec;
	line-height: 1.4;
	text-align: left;
}

#sectionA .tkiPhraseLink_phrase strong {
	font-size: 1.3em;
}

#sectionA .tkiPhraseLink_link {
	width: 10em;
	margin: 8px 0 0 0;
	padding: 6px 12px 6px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	background: top left repeat url("../images/bg_rgba_000_2.png");
	background: rgba(0,0,0,.2) none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #919fb4;
	border: 1px solid rgba(255,255,255,.4);
}

#sectionA .tkiPhraseLink_link:hover {
	background: top left repeat url("../images/bg_rgba_000_1.png");
	background: rgba(0,0,0,.1) none;
}

#sectionA .tkiPhraseLink_link img {
	vertical-align: baseline;
}

#sectionA .tkiPhraseLink_link a {
	color: #ececec;
}

#sectionA .tkiPhraseLink_link a:hover, 
#sectionA .tkiPhraseLink_link a:active {
	color: #ececec;
	text-decoration: none;
}

#sectionA .tkiPhraseLink .btn_readmore {
	width: 6em;
}

/* ---- tkiTextBox ---- */
#sectionB .tkiTextBox {
	padding: 16px 24px;
	font-size: .9em;
	background: top left repeat url("../images/bg_rgba_fff_15.png");
	background: rgba(255,255,255,.15) none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#sectionB .tkiTextBox p {
	text-align: left;
}

/* ---------------- Footer ---------------- */
#footerWrap {
	clear: both;
	position: relative;
	width: 960px;
	margin: 16px auto 0 auto;
	padding: 0;
	text-align: left;
	color: #ccc;
}

#footerWrap .typography {
	font-size: .9em;
}

#footer {
	clear: both;
	position: relative;
	width: 720px;
	margin: 0 0 8px 157px;
	padding: 8px 24px;
	color: #888;
	border-top: 1px solid #333;
}

#footer .col50R {
	text-align: right;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover, 
#footer a:active {
	text-decoration: underline;
	color: #ddd;
}


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

#footerNav {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

#footerNav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

#footerNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footerNav a {
	margin: 0;
	padding: 0 5px;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

#footerNav li.nav-lev1-cur a, 
#footerNav li.nav-lev1-cur a:active {
	font-weight: bold;
	text-decoration: underline;
}

#footerNav a:hover, #footerNav a:active {
	text-decoration: underline;
}

/* -------- Footer copyright -------- */
#footerCopyright {
	margin: 5px 0;
}

/* -------- Footer credit -------- */
#footerCredit {
	

}

/* ---- Specific page types ---- */

/* Home */
.HomePage #sectionA {
	background-image: url("../images/sectiona/sectiona_tree.png");
	background-position: 479px bottom;
	background-repeat: no-repeat;
}


.HomePage #sectionB .roundedBox {
	min-height: 10em;
}

.HomePage #sectionA .tkiPhraseLink {
	width: 240px;
}


/* Page */
.Page #main {
	background-image: url("../images/sectionb/sectionb_billboard.png");
	background-position: 164px 118px;
	background-repeat: no-repeat;
}

/* UserDefinedForm */
.UserDefinedForm #sectionB .roundedBox {
	min-height: 17em;
}

/*---- Non-editable Typography ----*/
/*-------- Site Map --------*/
ul.sitemap-lev1 {
	margin: .4em 0 .4em 0em;
	list-style-type: none;
}

ul.sitemap-lev1 li {
	margin: 4px 0 4px 0;
}

ul.sitemap-lev2 {
	list-style-type: none;
}

ul.sitemap-lev3, 
ul.sitemap-lev4, 
ul.sitemap-lev5, 
ul.sitemap-lev6 {
	margin: .4em 0 .4em 2.5em;
}

ul.sitemap-lev3 a, 
ul.sitemap-lev4 a, 
ul.sitemap-lev5 a, 
ul.sitemap-lev6 a {
	font-weight: normal;
}

ul.sitemap-lev3 {
	list-style-type: square;
}

ul.sitemap-lev4 {
	list-style-type: circle;
}

ul.sitemap-lev5 {
	list-style-type: disc;
}

ul.sitemap-lev6 {
	list-style-type: circle;
}

div.sitemap dfn {
	display: none;
}

/* Region styles */
#sectionA .regionLinks {
	display: none;
}

/* Last updated by Todd Hossack: 2011-01-26 */

/*---- Content Inside ----*/
.typography {
	font-size: 1em;
}
/*---- Utility classes ----*/
.typography .first {
	margin-top: 0;
}
.typography .clear {
	clear: both;
}

/*---- Column2 layout ----*/
.typography .col100 {
	clear: both; 
}

.typography .col75L
.typography .col66L, 
.typography .col50L, 
.typography .col33L,
.typography .col25L {
	float: left;
}

.typography .col75R,
.typography .col66R, 
.typography .col50R, 
.typography .col33R,
.typography .col25R {
	float: right; 
}

.typography .col75L, 
.typography .col75R {
	width: 534px;
} 

.typography .col66L,
.typography .col66R {
	width: 472px;
} 

.typography .col50L,
.typography .col50R {
	width: 348px;
}

.typography .col33L, 
.typography .col33R {
	width: 224px;
} 

.typography .col25L, 
.typography .col25R {
	width: 162px;
} 

/* Boxes */
.typography .box75L,
.typography .box66L, 
.typography .box50L, 
.typography .box33L,
.typography .box25L {
	float: left;
}

.typography .box75R,
.typography .box66R, 
.typography .box50R, 
.typography .box33R,
.typography .box25R {
	float: right; 
}

.typography .box100,
.typography .box75L,
.typography .box75R,
.typography .box66L,
.typography .box66R,
.typography .box50L,
.typography .box50R,
.typography .box33L, 
.typography .box33R,
.typography .box25L,
.typography .box25R {
	position: relative;
	padding: 12px 16px;
}

.typography .box75L, 
.typography .box75R {
	width: 500px;
} 

.typography .box66L,
.typography .box66R {
	width: 438px;
} 

.typography .box50L,
.typography .box50R {
	width: 314px;
}

.typography .box33L, 
.typography .box33R {
	width: 190px;
} 

.typography .box25L, 
.typography .box25R {
	width: 128px;
}

/*---- Box styles ----*/
.typography .roundedBox p {
	text-align: left;
}

/*---- Headings ----*/
.typography h1, 
.typography h2,
.typography h3,
.typography h4, 
.typography h5, 
.typography h6 {
	margin: 11px 0 4px 0;
	padding: 0;
	text-align: left;
	line-height: 1.2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

.typography h1 {font-size: 22px;} 
.typography h2 {font-size: 20px;}
.typography h3 {font-size: 18px;}
.typography h4 {font-size: 16px;}
.typography h5 {font-size: 14px;}
.typography h6 {font-size: 12px;}

/* ---- Text ---- */
.typography p {
	margin: 0;
	padding: 4px 0;
	line-height: 1.3em;
	text-align: justify;
}

.typography blockquote {
	margin: 16px;
}

.typography pre {
	text-align: left;
}

.typography address {
	font-style: normal;
	margin: 0;
	padding: 4px 0;
}

/* ---- Lists ---- */
.typography ul,
.typography ol,
.typography dl {
	line-height: 1.3em;
}

.typography ul {
	margin: 4px 0 8px 16px;
	padding: 0 0 0 16px;
	list-style-type: disc; 
}

.typography ol {
	margin: 4px 0 8px 16px;
	padding: 0 0 0 16px;
	list-style-type: decimal;
}

.typography ol.upperAlpha {list-style-type: upper-alpha;}
.typography ol.lowerAlpha {list-style-type: lower-alpha;}
.typography ol.upperRoman {list-style-type: upper-roman;}
.typography ol.lowerRoman {list-style-type: lower-roman;}

.typography li {margin: 0 0 4px 0;}

.typography dl {margin: 0 0 8px 0;}
.typography dt {
	margin-top: 4px; 
	font-weight: bold;
}
.typography dd {margin-left: 12px;}

/* ---- Links ---- */
.typography a img {
	border: 0;
}
.typography a {
	text-decoration: none; 
	color: #ffe17e;
}
.typography a:hover, 
.typography a:active {
	text-decoration: underline;
}
/* ---- Positioning ---- */
.typography .posL {float: left;}
.typography .posC {margin: 0 auto;}
.typography .posR {float: right;}

/* ---- Images ---- */
.typography .imgL {float: left; margin: 0 16px 0 0;}
.typography .imgR {float: right; margin: 0 0 0 16px;}
.typography .imgLv {float: left; clear: left; margin: 8px 16px 4px 0;}
.typography .imgRv {float: right; clear: right; margin: 8px 0 4px 16px;}

.typography .imgL, 
.typography .imgR, 
.typography .imgLv, 
.typography .imgRv {
	border: none;
}

.typography .alignToH1 {margin-top: 15px;}
.typography .alignToH2 {margin-top: 7px;}
.typography .alignToH3 {margin-top: 6px;}
.typography .alignToH4 {margin-top: 6px;}
.typography .alignToH5 {margin-top: 6px;}
.typography .alignToH6 {margin-top: 5px;}

.typography .alignToP {margin-top: 4px;}

.typography .withCaption {
	background-color: #ffc;
	border: 1px solid #e6d019;
}

.typography .withCaption img {
	border: none;

}

.typography .caption {
	margin: 0;
	padding: 8px 12px 12px 12px;
	font-size: 11px;
}

.typography .caption h1, 
.typography .caption h2,
.typography .caption h3,
.typography .caption h4, 
.typography .caption h5, 
.typography .caption h6 {
	margin: 0;
	padding: 4px 0 0 0;
	color: #960;
}

.typography .caption h1, 
.typography .caption h2,
.typography .caption h3 {
	font-size: 14px; 
}

.typography .caption h4 {
	font-size: 12px; 
}

.typography .caption h5,
.typography .caption h6 {
	font-size: 11px; 
}

/*---- Alerts, Notices ----*/
.typography .alert {
	color: #c00;
}

/* -------- Tables -------- */
.typography table {
	margin: 12px 0;
	border-collapse: collapse;
}

.typography table th, 
.typography table td {
	padding: 6px 12px;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	border: 1px solid #444;
}

.typography table .headingRow th {
	font-weight: bold;
}

.typography table .dataRow th {
	padding: 6px 12px 6px 24px;
	font-weight: normal;
}

.typography table .btmRow th {
	padding: 6px 12px 6px 24px;
	font-weight: normal;
	text-align: left;
}

.typography table .btmRow td {
	font-weight: normal;
	text-align: right;
}

/* -------- Prices -------- */
.typography .hostingPackages {
	width: 99%;
}

.typography .hostingPackages .dataRow th {
	width: 40%;
}

.typography .hostingPackages .dataRow td {
	text-align: center;
}

.typography .supportPackages .col2,
.typography .supportPackages .col3 {
	text-align: center;
}

.typography .supportPackages .btmRow .col3 {
	text-align: right;
}

.typography .hostingServices .col2 {
	text-align: left;
}

.typography .hostingServices .col3 {
	text-align: right;
}

.typography .hostingServices .col4 {
	white-space: nowrap;
}


