/* 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: #ececec;
	background-color: #000;
}


/* ---------------- 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: 12px 32px 16px 0;
	text-align: left;
}

#header h1 {
	float: right;
	width: 90px;
	height: 93px;
	margin: 0;
	padding: 0 0 16px 0;
	border-bottom: 2px dotted #ccc;
}

/* -------- Login Bar -------- */
#mainNav {
	position: relative;
	float: left;
	width: 720px;
	height: 32px;
	overflow: visible;
	margin: 8px 0 0 0;
	padding: 0 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #ccc;
	overflow: hidden;
}

#mainNav ul {
	position: relative;
	width: 80%;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	
}

#mainNav ul li {
	display: inline;
	margin: 0 32px 0 0;
	padding: 0;
}

#mainNav ul li a {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 8px 16px 0 16px;
	text-align: center;
}

#mainNav li.nav-lev1-current a, 
#mainNav li.nav-lev1-section a {
	color: #ececec;
	font-weight: bold;
	background: top left repeat url("../images/bg_rgba_000_2.png");
	background: rgba(0,0,0,.2) none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

#mainNav a {
	margin: 0;
	padding: 0;
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}

#mainNav a:hover, 
#mainNav a:active {
	color: #ddd;
}

#mainNav .login {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px 0 0 0;
	padding: 0 24px 0 18px;
	text-align: right;
	background-image: url("../images/icons/member_icon.png");
	background-position:  0 2px;
	background-repeat: no-repeat;
}

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

#subNav {
	margin: 0;
	padding: 0;
	color: #ececec;
}

#subNav a {
	font-weight: normal;
	color: #ececec;
}

#subNav a:hover, 
#subNav a:active {
	color: #fff;
	text-decoration: underline;
}

#subNav ul li a:link,
#subNav ul li a:visited {
	text-decoration: none;
}

#subNav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
#subNav ul li {
	list-style-type: none;
}

#subNav ul li {
	margin: 1px 0 0 0;
	padding: 4px 32px 4px 0;
}

#subNav ul li.nav-lev1-current,
#subNav ul li.nav-lev2-current,
#subNav ul li.nav-lev2-section {
	background-image: url("../images/subnav/subnav_pointer.png");
	background-position: right 1px;
	background-repeat: no-repeat;
}
#subNav ul li.nav-lev1-current a,
#subNav ul li.nav-lev2-current a,
#subNav ul li.nav-lev2-section a {
	color: #fff;
	font-weight: bold;
}

#subNav ul li.nav-lev1-link a:hover,
#subNav ul li.nav-lev1-link a:active,
#subNav ul li.nav-lev2-link a:hover,
#subNav ul li.nav-lev2-link a:active {
	color: #fff;
}

/* -------- 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 {
	min-width: 980px;
	background-color: #3b5a99;
	background-image: url("../images/sectiona/sectionawrap_sky.jpg");
	background-position: bottom center;
	background-repeat: repeat-x;
}

#sectionAWrap {
	position: relative;
	min-width: 980px;
	text-align: center;
	background-image: url("../images/sectiona/sectiona_grass.png");
	background-position: bottom center;
	background-repeat: repeat-x;
}

#sectionA {
	position: relative;
	width: 960px;
	min-height: 412px;
	padding: 0;
	margin: 0 auto;
}

#sectionA .column1 {
	position: relative;
	float: left;
	width: 122px;
	margin: 0 0 0 35px;
	padding: 0;
	text-align: left;
}

#sectionA .column2 {
	position: relative;
	float: left;
	width: 720px;
	min-height: 307px;
	margin: 0;
	padding: 0 24px 64px 24px;
	text-align: left;
	background: top left repeat url("../images/bg_rgba_000_2.png");
	background: rgba(0,0,0,.2) none;
}

/* ---- Page title ---- */
h2#title {
	margin: 25px 0 0 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 {
	min-width: 980px;
	margin: auto;
	text-align: center;
}

#sectionBWrap {
	clear: both;
	position: relative;
	min-width: 980px;
	min-height: 32px;
	padding: 0;
	color: #e6e6e6;
	text-align: left;
	background: #000 none;
}

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

#sectionB .column1 {
	position: relative;
	float: left;
	width: 122px;
	margin: 0 0 0 35px;
	padding: 0;
	text-align: left;
}

#sectionB .column2 {
	position: relative;
	float: left;
	width: 768px;
	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 {
	
}

#sectionA table .headingRow th {
	color: #333;
	background: #bbb none;
	background: rgba(236,236,236,.7) none;
}

#sectionA table .dataRow {
	color: #333;
	background: #ececec none;
	background: rgba(236,236,236,.9) 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: #2b5b05 url("../images/tables/row_fade.png") repeat-x bottom center;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
}

#sectionA .hostingPackages .topRow .col1,
#sectionA .supportPackages .topRow .col1,
#sectionA .hostingServices .topRow .col1 {
	text-align: left;
	background: #141 url("../images/tables/row_fade.png") repeat-x bottom center;
	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 {
	background: #333 none;
	background: rgba(0,0,0,.4) 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 {
	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;
}

#sectionA .btn_back {
	width: 4em;
}

/* ---- 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 {
	float: right;
	width: 40%;
	text-align: right;
}

#sectionA .regionLinks a {
	padding: 8px;
	text-align: center;
	background: transparent none;
	border: 1px solid transparent;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

#sectionA .regionLinks a.on {
	color: #fff;
	background: #253961 none;
	background: rgba(0,0,0,.2) none;
}

