
@font-face {
    font-family: 'helvetica_ce';
    src: url('../fonts/helvetica-neue-ce.eot');
    src: url('../fonts/helvetica-neue-ce.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-neue-ce.woff') format('woff'),
         url('../fonts/helvetica-neue-ce.ttf') format('truetype'),
         url('../fonts/helvetica-neue-ce.svg#helvetica_ce') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/myriadpro-bold.eot');
    src: url('../fonts/myriadpro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold.woff') format('woff'),
         url('../fonts/myriadpro-bold.ttf') format('truetype'),
         url('../fonts/myriadpro-bold.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*****************************/
/*** Core html setup stuff ***/
/*****************************/
/*
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

*/
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 14px;
	color: #333;
}
/*
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}
*/
a {
	text-decoration: none;
	font-weight: normal;
	color:#1379b9;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}


body{ background:#FFFFFF; margin:0px; padding:0px;}
#globalarea{ width:960px; margin:0px auto;}
#topgry{ padding:5px 30px; text-align:right; color:#fff; letter-spacing:.075em; }
#topgry a{font:14px 'MyriadProRegular';color:#fff;}
#topgry1{padding:6px 150px 6px 0; text-align:right; color:#fff; font:bold 14px Verdana, Arial}
#header{ height: 106px;margin-top: -10px;}
#logo{ float:left}
.punchline{font:bold 13px Verdana, Arial, Helvetica, sans-serif; color:#CCCCCC}
.loginarea{ font:11px Arial, Helvetica, sans-serif; color:#FFFFFF; overflow:hidden; position:relative; top:3px; letter-spacing:.075em;}
.txtbox{font:11px Verdana, Arial, Helvetica, sans-serif; border:#666666 1px solid; }
.inputbut{background:#f3f3f3; font:bold 11px Verdana, Arial, Helvetica, sans-serif; border:#fff 1px solid}
.butnav{ height:50px; color:#FFFFFF; font:bold 11px Verdana;}
.mainarea{ background:#fff;
	margin-top:13px;}
.lpan{ background:url(../images/lpan.png) repeat-y}
.medarea{
	line-height:20px;
	float:left;
	padding:0 20px 0 10px;}
.leftmod{padding:0 11px 0 2px}
.contentpaneopennews{ font:11px Verdana, Arial, Helvetica, sans-serif;  background:url(../images/lcellbg.gif) bottom left repeat-y; vertical-align:top; }
.contentpaneopennews h3{ background:url(../images/newshead.gif); font:bold 14px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; padding:15px 15px 20px 50px; margin:0px}
.newstxt{ padding:3px 10px}
.pollsec{font:11px Verdana, Arial, Helvetica, sans-serif; line-height:15px; padding:0px}
.pollsec label{font:11px Verdana, Arial, Helvetica, sans-serif; line-height:15px; padding:0px}
.pollsec h3{ font:16px 'MyriadProBold'; color:#333; text-align:left;margin-top: 8px;background:url(../images/line1.jpg) repeat-x bottom;
	padding: 14px;width: 80%;
margin: 0 auto;}
/*.pollsec label{ font:12px 'MyriadProBold'; color:#333;}*/
.pollsec input[type="submit"], .pollsec input[type="button"]{
	border:none;
	font:12px 'MyriadProBold';
	color:#fff;
	border-radius:3px;
	width:72px;
	height:25px;
	background:url(../images/button2.jpg) repeat-x;
}
.paddingLR5{ padding:0px 5px}
.polltxt{font:11px Verdana, Arial, Helvetica, sans-serif; padding:3px}
.submitbut{ background:#CC0000; color:#FFFFFF; font:bold 12px Verdana, Arial, Helvetica, sans-serif; border:#333333 1px solid}
table.poll{padding:6px;}
table.poll div{padding:15px; position:relative;}
.subscriptions table td.buttons{background:#537C98;}

h1{ color:#CC0000; font:bold 22px Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px 0px 0px 0px}
h2{ color:#1379b9; font:19px 'MyriadProBold'; margin:0px; padding:10px 0px 14px 0px;background:url(../images/line.png) repeat-x bottom;}
p{ padding:-19px 0px; margin:0px}
.payment{background:url(../images/paymentstrip.gif); padding:3px 0 0 260px}
.footer{width:100%;min-width:960px;background:#303030; min-height:203px; clear:both;}

input.button { cursor: pointer; position:relative;}

p {
	margin-top: 0;
	margin-bottom: 5px;
	font:14px 'MyriadProRegular';
}

img { border: 0 none; }

hr {
	background-color: transparent !important;
	border: none !important;
	background:url(../images/line.png) repeat-x bottom;
}
.inputbox {
	border:1px solid #e3e3e3;
	border-radius:3px;
	padding:5px;
}
.contentpane td:first-child {
	text-align:right;
}
.contentpane label {
	font:14px 'MyriadProRegular';
	font-weight:bold;
	margin-right:10px;
}
#divPlans strong{
	font:19px 'MyriadProRegular';
	color:#666;
}
#divPlans em{
	font:12px 'Arial';
	font-style:italic;
	color:#999999;
	display: block;
	margin: 0 auto;
	width: 250px;
	text-align: center;
}
#lstPlans {
	font:14px 'MyriadProBold';
}
#lstPlans ul{
	padding-left: 145px;
}
#lstPlans li{
	background:none;
}
#lstPayments {
	width:250px;
	margin:0 auto;
	display:block;
	padding:0 !important;
	text-align:center;
}
#divPlans input[type="checkbox"] {
	margin-left:175px;
}
#btn_continue {
	display: block;
	color: #fff;
	width: 250px;
	height: 40px;
	border-radius: 4px;
	background: url(../images/button1.jpg) repeat-x;
	font: 21px 'MyriadProBold';
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	margin:0 auto;
	cursor:pointer;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#header_l {
	position: relative;
}

div#header_r {
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 298px;
	height: 75px;
	background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
	margin-left: 30px;
	margin-top: 25px;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}

#maincolumn,
#maincolumn_full {
	margin-left: 20%;
	padding-left: 15px;
	width: 75%;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}


.contentheading {
	color:#1379b9;
	font:19px 'MyriadProBold'; 
	margin:0px; 
	padding:10px 0px 14px 0px;
	background:url(../images/line.png) repeat-x bottom;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font:19px 'MyriadProBold';
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}
a.mainlevel_active-trans:hover {color:#fff;}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {
	display:none;
}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 6px;
	width: 100%;
	/*color:#fff;*/
}
.moduletable .contentpaneopen {
	margin: 0;
	padding: 13px;
	width: 100%;
	font:12px 'MyriadProRegular';
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font: 19px 'MyriadProBold';
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

.pollsec .moduletable {
	background:#f4f4f4;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

.largefont{
	font:15px 'MyriadProRegular';
	font-style:italic;
	color:#666;
	background:url(../images/icon1.png) no-repeat;
	padding-left:43px;
}
.justify{
	text-align:justify;
}


.header {
	width:100%;
	height:133px;
	min-width:960px;
	background:url(../images/header_bg.jpg) repeat-x;
}
.container_inner {
	width:960px;
	margin:0 auto;
}
.logo a{
	display:block;
	color:#fff;
	font:54px 'helvetica_ce';
	background:url(../images/logo.png) no-repeat;
	padding-left:117px;
	height:106px;
	text-decoration:none;
	float:left;
	line-height:106px;
}
.navmenu {
	width:100%;
	height:50px;
	min-width:960px;
	background:url(../images/menu_bg.jpg) repeat-x;
	border-bottom:3px solid #e3e3e3;
}
#menu {
	padding:0;
}
#menu td a{
	background:url(../images/menu_border.png) no-repeat center right;
	text-shadow:0px 2px 2px #000;
}
#menu td:first-child{
	background:url(../images/menu_border.png) no-repeat center left;
}
.top-area {
	width:100%;
	height:320px;
	min-width:960px;
	background:#1d82c1 url(../images/top-area.jpg) no-repeat center;
}
.top-area .moduletable {
	float:left;
	width:209px;
	background:#303030;
	height:248px;
	margin-top:16px;
	padding:16px;
	font: 13px 'MyriadProRegular';
}
.top-area .moduletable label{
	color:#cccccc;
	display:block;
	margin:10px 0;
}
.top-area .moduletable input[type="password"], .top-area .moduletable input[type="text"]{
	width:94%;
	background:#fff;
	border-radius:4px;
	border:none;
	box-shadow:inset 0 0 3px #000;
	padding: 6px;
	margin: 0;
	color:#000 !important;
	font: 13px 'Arial' !important;
}
.top-area .moduletable input[type="submit"]{
	display:block;
	color:#fff;
	width:100%;
	height:40px;
	border-radius:4px;
	background:url(../images/button1.jpg) repeat-x;
	font:21px 'MyriadProBold';
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	border:none;
}
.top-area .moduletable input[type="submit"]:active{
	margin:1px 0 0 1px;
}
.top-area-text {
	float:left;
	margin:60px 0 0 30px;
	width:680px;
}
.top-area-text p{
	color:#fff;
	font:32px 'MyriadProRegular';
	text-shadow:0px 0px 3px #016bad;
}
.top-area-text p span{
	font:36px 'MyriadProBold';	
	text-transform:uppercase;
}
.top-area-text a{
	display:block;
	color:#fff;
	width:192px;
	height:54px;
	border-radius:4px;
	background:url(../images/button1.jpg) repeat-x;
	font:21px 'MyriadProBold';
	line-height:54px;
	padding-left:20px;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	margin:75px 106px 0 0;
}
.top-area-text a:active{
	margin:76px 105px 0 0;
}
.top-area-text a span{
	background:url(../images/arr.png) no-repeat 145px 19px;
	display:block;
}
.clearfix {
	height:0;
	clear:both;
}
.formhead {
	font:16px 'MyriadProBold';
	text-align:center;
	color:#fff;
	text-shadow: 0 0 2px #000;
	background:url(../images/line.jpg) repeat-x bottom;
	padding-bottom: 10px;
}
.rmb {
	display:block;
	margin:18px 0;
	color:#fff;
}
.rmb a{
	color:#fff;
}
#modlgn_remember {
	margin: 0 10px 0 0;
	display: block;
	float: left;
}
.left_column {
	width:680px;
	float:left;
	padding:0 20px 0 10px;
}
.rghtarea {
	padding:0 10px 0 0;
}
.contentpaneopen ul {
	margin:0;
	padding:0;
	list-style:none;
}
.contentpaneopen ul li{
	font:14px 'MyriadProBold';
	color:#333;
	padding:8px 0 8px 43px;
	background:url(../images/icon2.png) no-repeat left center;
}
.contentpaneopen:after {
	content:"";
	visibility:hidden;
	height:0;
	clear:both;
}
.footer_column {
	float:left;
	width:230px;
	padding-left:10px;
	color:#cccccc;
	margin-top:40px;
}
.footer_column span{
	font:11px 'Arial';
}
.footer_logo {
	display:block;
	background:url(../images/footer_logo.png) no-repeat;
	color:#fff;
	font:24px 'helvetica_ce';
	padding-left:65px;
	height:50px;
	text-decoration:none !important;
	line-height:50px;
	margin:12px 0 18px;
}
.footer_column h3{
	margin:25px 0 0 0;
	padding:0 0 20px 10px;
	font:16px 'MyriadProBold';
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
.footer_column ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:45px;
}
.footer_column ul li{
	float:left;
}
.footer_column ul li a{
	display:block;
	width:28px;
	height:28px;
	margin:0 5px;
}
.footer_column ul li a:hover{
	opacity:0.9;
}
.footer_column ul li a.fg{
	background:url(../images/fg.png) no-repeat;
}
.footer_column ul li a.tg{
	background:url(../images/tg.png) no-repeat;
}
.footer_column ul li a.gg{
	background:url(../images/gg.png) no-repeat;
}
.footer_column ul li a.ig{
	background:url(../images/ig.png) no-repeat;
}
.footer_column ul li a.fy{
	background:url(../images/fy.png) no-repeat;
}
.footer_column ul li a.ty{
	background:url(../images/ty.png) no-repeat;
}
.footer_column ul li a.gy{
	background:url(../images/gy.png) no-repeat;
}
.footer_column ul li a.vy{
	background:url(../images/vy.png) no-repeat;
}
.ultext{
	margin: -10px 0 0 64px !important;
}
.ultext li{
	display:list-item;
	float:none !important;	
}
.ultext li a{
	width:100% !important;
	color:#bebebe;
	text-decoration:underline;
	font:12px 'Arial';
}
.ultext li a:hover{
	text-decoration:none;
}
.prem {
	background:#fead00;
	margin-bottom:38px;
	border-radius:3px;
	padding-bottom:18px;
}
.prem h3{
	font:16px 'MyriadProBold';
	color:#fff;
	text-align:center;
	text-transform:capitalize;
	text-shadow:0 1px 1px #bbb;
	padding-top:17px;
}
.prem h3 span{
	font:39px 'MyriadProBold';
	text-transform:uppercase;
}
.premimg {
	width:240px;
	height:122px;
	background:url(../images/premimg.jpg) no-repeat;
}
.prem a{
	font:21px 'MyriadProBold';
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	display:block;
	width:210px;
	height:40px;
	background:url(../images/button3.jpg) repeat-x;
	line-height:40px;
	margin:16px auto 0;
	text-decoration:none;
}
.reg12padded {
	font:14px 'MyriadProRegular';
	width:650px;
}
.reg12ar:first-child strong{
	font:19px 'MyriadProBold';
	color:#333;
}
.reg12ar strong {
	font:14px 'MyriadProBold';
	color:#1379b9;
}
.blue {
	color:#1379b9;
	font-weight:bold;
}
.contact_text {
	float:left;
	width:210px;
	min-height:100px;
	margin:20px 20px 0 0;
}
.contact_text strong{
	font:19px 'MyriadProBold';
}
#emailForm {
	float:left;
	width:430px;
}
#emailForm label{
	width:160px;
	text-align:right;
	padding-right:10px;
	float: left;
	display:block;
	font:14px 'MyriadProRegular';
	margin-top:10px;
}
.contact_email {
	margin:20px 0 0 0;
}
.contact_email .inputbox {
	margin:5px 0;
}
.contact_email textarea {
	width:210px;
}
.contact_email button[type="submit"] {
	display: block;
	color: #fff;
	width: 220px;
	height: 40px;
	border-radius: 4px;
	background: url(../images/button1.jpg) repeat-x;
	font: 21px 'MyriadProBold';
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor:pointer;
}
.contentpaneopen p:first-child strong {
	font:19px 'MyriadProBold';
	text-align:left !important;
}
.setup ul li{
	background:none;
	font: 14px 'MyriadProRegular';
}
.setup ul li a{
	font: 14px 'MyriadProBold';
}
.setup ul li.icon3{
	background: url(../images/icon3.png) no-repeat;
}
.setup ul li.icon4{
	background: url(../images/icon4.png) no-repeat;
}
.setup ul li.icon5{
	background: url(../images/icon5.png) no-repeat 4px 0px;
}
.setup ul li.noicon{
	padding-left:0px;
}
.paid ul li{
	background-position:20px 9px;
	
}
.mainarea #wrapper {
	background:#f4f4f4;
	padding:0 30px 20px;
}
.mainarea #wrapper h2{
	color:#333;
	background:none;	
}
.mainarea #wrapper .button{
	display: block;
	color: #fff;
	width: 80px;
	height: 40px;
	border-radius: 4px;
	background: url(../images/button1.jpg) repeat-x;
	font: 21px 'MyriadProBold';
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor:pointer;
	float:left;
	margin: -5px 0 0 20px;
}
.mainarea #wrapper ul#options {
	clear:both;
	list-style:none;
	padding: 20px 0px;
}
.mainarea #wrapper ul#options li{
	float:left;
	padding:5px 0 5px 100px;
	background:none;
	width:140px;
	font:13px 'MyriadProRegular';
}
.mainarea #wrapper ul#options li label{
	float:left;
	display:block;
	line-height:20px;
	margin-left:6px;
}
.tryproxy{
	display:block;
	color:#fff;
	width:235px;
	height:54px;
	border-radius:4px;
	background:url(../images/button1.jpg) repeat-x;
	font:21px 'MyriadProBold';
	line-height:54px;
	padding-left:20px;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	margin:31px 10px 0 0;
	text-decoration:none !important;
}
.tryproxy:active{
	margin:32px 9px 0 0;
}

.iphone_popup {
	position: absolute;
	width: 90%;
	margin: 10px 5%;
	background: #efeff4;
	font-family:Arial, Helvetica, sans-serif;
	z-index:99;
}
.ip_head {
	background: url(../images/ip_head.jpg) repeat-x;
	height: 59px;
	line-height: 59px;
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	background-size: contain;
}
.ip_section {
	border-radius:10px;
	box-shadow:0 0 10px #bbb;
	width:90%;
	margin:20px auto;
	padding: 0 0 5px 0;
}
.ip_section p{
	color:#333333;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
	font-weight: bold;
	padding: 30px 20px 20px;
}
.ip_exit {
	display:block;
	position:absolute;
	background:url(../images/ip_exit.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 6%;
	margin-top: 3px;
	background-size: contain;
}
.ip_button {
	display:block;
	background:#fcab00;
	width:90%;
	margin:10px auto;
	border-radius:10px;
	text-align:center;
	font-size:30px;
	line-height:40px !important;
	text-transform:uppercase;
	box-shadow:0 0 10px #bbb;
	text-decoration:none !important;
	color:#fff;
	font-weight:bold !important;
	padding:20px 0;
}
.ip_fade {
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	z-index:98;
	position:absolute;
}

.top-area-text a.app_button {
	display: block;
	color: #fff;
	width: 243px;
	height: 72px;
	border-radius: 4px;
	background:url(../images/app_button.png) no-repeat;
	font: 21px 'MyriadProBold';
	line-height: 54px;
	padding-left: 20px;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	margin: 70px 0 0 0;
	position: absolute;
}