﻿
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { font-size:100%; color: #444; background:#E3E3E3 /*url(../images/body_bg.png) 0 0 repeat-x;*/ }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

/*main template structure*/
#container{font-size:13px;font-family:Arial, Helvetica, sans-serif; color:#404040; width:960px; background:#fff url(../images/sidebar_bg.png) 0 0 repeat-y; margin:0 auto; position:relative;}

/*#container namespace resets*/
#container h1{font-size:30px; color:#9b053f; font-weight:normal; padding-bottom:8px;}
#container h2{font-size:26px; color:#9b053f; font-weight:normal; padding-bottom:8px;}
#container h3{font-size:18px; color:#404040; font-weight:normal; padding-bottom:8px;}
#container h4{font-size:13px; color:#808080; font-weight:bold; padding-bottom:3px;}
#container p{padding:0 0 10px 0;}
#container a{color:#086abe; text-decoration:none;}
#container input, #container textarea{background:#fff;}
#skiplinks, #ctl00_ctl01_SkipLink{position:absolute; top:0px; right:21px; font-size:10px; color:#777777!important;}
header{background:#f4f2e4 url(../images/header_bg.png) 0 0 repeat-x; height:130px;}
#logo{position:absolute; top:10px; left:20px; text-indent:-9999px; background:url(../images/star_logo.png) 0 0 no-repeat;width:297px; height:89px;}
#tagline{font-size:10px; color:#777777; position:absolute; top:103px; left:38px; text-transform:uppercase;}

#login{background:#e2d8a6 url(../images/login_tl.png) 0 0 no-repeat; width:240px; height:118px; position:absolute; top:12px; right:20px;}
#login-container{background:url(../images/login_tr.png) top right no-repeat; width:240px; height:118px;}
#login-content{padding:10px 15px;}
#login-content h3{font-size:16px; font-weight:bold; color:#3f3229; padding-bottom:10px;}

#login-content label{font-size:11px; color:#808080;} .pad-right{padding-right:2px;}
#login-content input{height:12px; line-height:12px; font-size:11px; border:1px solid #999; width:150px; background:#fff;}
#login-content .formhelp{font-size:10px; color:#086abe;}
#login-button{padding-top:12px; padding-left:10px;}
#login-button .imgbutton{background:url(../images/btn_login.png) 0 0 no-repeat; width:50px; height:23px; text-indent:-9999px; border:none; position:absolute; right:20px; margin-top:-2px;}

nav{background:#3f3229; height:33px; text-align:center; clear:both;}
#topnav{height:33px; position:absolute; margin-left:180px;}
#topnav ul{visibility:hidden;}
/* edit superfish/css/superfish.css instead
#topnav li{float:left; position:relative; display:block; padding:0 15px;}
#topnav a{color:#fff; text-decoration:none; line-height:33px; font-size:14.5px; text-transform:uppercase;}
#topnav a:hover{color:#fcc74f;}
*/
/*microadjustments per-dropdown*/
.about{position:absolute !important; top:33px !important; left:-47px !important;}
.ready{position:absolute !important; top:33px !important; left:-10px !important;}
.services{position:absolute !important; top:33px !important; left:-15px !important;}
.partners{position:absolute !important; top:33px !important; left:-30px !important;}
.resources{position:absolute !important; top:33px !important; left:-25px !important;}

#leftnav{padding:0 0 0 0; margin:0 0 20px 0;border-bottom:1px solid #bfbfbf;}

#leftnav li{display:block; padding:5px 5px 3px 0; margin:0; border-bottom:1px solid #bfbfbf;}
#leftnav h4{color:#808080!important;}
#leftnav a{color:#5195ad; text-decoration:none; font-size:13px; font-weight:bold;}
#leftnav a:hover, #leftnav a:active, #leftnav a.active{color:#404040;}
li.active{background:#fff;}
li.active a{color:#404040 !important;}
.indent{padding-left:15px !important;}
#breadcrumb-trail{position:absolute; top:175px;}
#breadcrumb-trail, .breadcrumb, #breadcrumb-trail a{font-size:11px; color:#a2a2a2 !important;}
#breadcrumb-trail a:hover{text-decoration:underline;}

em{font-style:italic;}
#maincontent{margin-left:183px; padding:30px 10px 10px 20px;}
#maincontent ul{padding-bottom:10px;}
#columns{overflow:hidden; border-top:1px solid #bfbfbf;}
#left{float:left; width:48%; margin-top:10px; padding: 0 0 10px 0; border-right:1px solid #bfbfbf;}
#right{float:left; width:48%; margin-top:10px; margin-left:-1px; padding: 0 0 10px 20px; border-left:1px solid #bfbfbf;}

.carousel-border{border:2px solid #adadad; margin:10px 0; overflow:hidden;}
.carousel-border1px{border:1px solid #adadad; margin:10px 0; overflow:hidden;}
.index-carousel{width:360px; height:230px; background:#fff; overflow:hidden; padding:0; margin:0;}
.index-carousel li{width:320px; height:200px; margin:20px; list-style:none;}
.pagebtns{float:left;}
.prevnext{float:right; padding-top:3px;}
.pagination{border:none; font-size:14px; font-weight:bold; color:#fff !important; background:#9d9d9d; height:17xp; line-height:17px; width:17px; text-align:center; float:left; margin-right:3px; padding:0 0 1px 1px;}
.prev.arrow{background:url(../images/arrow_prev.png) left center no-repeat; padding-left:15px; padding-right:5px; display:block; float:left; border-right:1px solid #333 !important; margin-right:1px;}
.next.arrow{background:url(../images/arrow_next.png) right center no-repeat; padding-left:5px; padding-right:16px; display:block; float:left;}
a.arrow{border:none; font-size:14px; font-weight:bold; color:#333 !important; height:13px; line-height:13px;}
a.arrow:hover{color:#086abe !important;}
.active{background:#9b053f;}

.tabnav{background:#fff; border:1px solid #adadad; padding:1px; margin:0; margin-bottom:-11px;}
.tabnav td{padding:1px;}
.tabnav a{background:#f1edd6 url(../images/tab_bg.png) center center no-repeat; color:#404040 !important; text-transform:uppercase; height:40px; width:245px; text-align:center; display:table-cell; vertical-align:middle; border:1px solid #fff;}
.tabnav a.active, .tabnav a:hover{background:#e2d8a6;}
.tabnav a.border-fix{border-left:0; border-right:0;}
.background-carousel{background:#fff; overflow:hidden; padding:10px; margin:0; height:200px;}
.background-carousel li{margin:20px; list-style:none; height:200px;}

.ready-carousel{background:#fff; overflow:hidden; padding:0 10px; margin:0; height:310px; width:550px;}
.ready-carousel li{margin:20px 20px 20px 0; list-style:none; height:310px; width:550px;}
.steps-heading{color:#404040; text-transform:uppercase; height:25px; line-height:25px; font-weight:bold; width:185px; background:#e2d8a6; padding-left:10px; border:1px solid #fff;}

.steps-tab a{background:url(../images/sprites/steps_tab_bg.png) 0 0 no-repeat; border:1px solid #fff; color:#808080!important; border-collapse:collapse; height:36px; display:inline-block; width:195px;}
.steps-tab a.active, .steps-tab a:hover{color:#404040!important; background:url(../images/sprites/steps_tab_bg.png) 0 -40px no-repeat;}

.number{background:#d8cc92; color:#fff; font-size:22px; font-weight:bold; display:inline-block; text-align:center; line-height:36px; height:36px; width:24px;}
.text{position:relative; top:-2px; left:10px; text-transform:uppercase; font-size:11px; height:36px; line-height:11px!important; display:inline-block;}

.button{padding:5px 10px; font-weight:bold; font-size:15px; color:#fff !important; display:inline-block;}
.button:hover{background:#999;}

.services-carousel{background:#fff; overflow:hidden; padding:0; margin:0; height:310px; width:560px;}
.services-carousel li{margin:10px 20px 20px 0; list-style:none; height:310px;}
.steps-heading-big{color:#404040; text-transform:uppercase; height:25px; line-height:25px; font-weight:bold; width:160px; background:#e2d8a6; padding-left:10px; border:1px solid #fff;}
.steps-tab-big a{background:#e2d8a6; border:1px solid #fff; color:#808080!important; border-collapse:collapse; height:63px; display:inline-block; width:170px; line-height:63px;}
.steps-tab-big a.active, .steps-tab-big a:hover{background:#d1c380; color:#404040;}
.steps-tab-big a.active .text, .steps-tab-big a:hover .text{color:#404040;}

dl{padding-bottom:10px;}
dt{}
dd{padding:1px 20px; background:url(../images/disc.png) 8px 8px no-repeat;}

dl.listing {padding:0 0 20px 0;}
dl.listing dt, dl.listing dd{background:none; padding:0;}

#sitemap{font-size:13px;}
#sitemap img{display:none;}
/*#sitemap a{color:#404040 !important;}*/

.address-table{}
.address-table th{text-align:left; width:100px; padding-bottom:10px; vertical-align:top;}
.address-table td{}

.display-table{margin:20px 0;}
.display-table td{padding:0 10px;}

.datatable{}
.datatable th{text-align:left;}
.datatable td{}

.box{border:1px solid #c1c1c1; padding:2px; height:130px; margin:0 0 20px 0;}
.box-content{background:#fff url(../images/container_bg.png) bottom left repeat-x; height:126px; padding:2px; position:relative; overflow:hidden;}

.box2{border:1px solid #c1c1c1; padding:2px; height:225px; margin:0 0 20px 0;}
.box2-content{background:#fff url(../images/container_bg.png) bottom left repeat-x; height:215px; padding:5px; position:relative; overflow:hidden;}

.box3{border:1px solid #c1c1c1; padding:2px; height:475px; width:225px; margin:0 0 20px 0;}
.box3-content{background:#fff url(../images/container_bg.png) bottom left repeat-x; height:467px; padding:5px; position:relative; overflow:hidden;}

.popup {padding:20px; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
.popup h2{font-size:26px!important;font-weight:normal; padding:0 0 10px 0;}
.popup p{padding:0 0 10px 0;}
.popup-close{font-size:11px; color:#808080; position:absolute; top:0; right:0; cursor:pointer;}

.pdf{background:url(../icons/pdf.png) left center no-repeat; padding:2px 20px!important;}
#sidebar-shim-top{width:20px; height:10px; background:#fff; position:absolute; top:163px; left:171px;}
#sidebar{float:left; width:160px; padding:0 0 10px 10px; margin:10px 0; font-size:11px;}
#sidebar-shim-bottom{width:20px; height:20px; background:#fff; position:absolute; left:171px; bottom:61px;}

footer{clear:both;height:90px; background:#fff; border-top:1px solid #bfbfbf; text-align:center; padding:0 10px;}
#footernav{height:25px;float:left; position:relative; top:-3px; left:50%;}
#footernav li{float:left; position:relative; right:50%; display:block;}
#footernav a{font-family: 'Droid Sans Mono', Arial, Helvetica, sans-serif; color:#9b053f; font-weight:500; text-decoration:none; line-height:33px; font-size:11px; text-transform:uppercase;}
.spacer-bar{color:#999999; padding:0 5px;}
.disclaimer{clear:both; font-size:11px; color:#999999;}
.required{color:#fe0000; padding-right:5px;}
.frmLabel{width:200px; padding-bottom:10px;}
.frmField label{padding:0 5px!important; position:relative;}

/*colors*/
.star-red{color:#9b053f;}
.star-red-bg{background:#9b053f;}
.gold{color:#fcc74f;}
.gold-bg{background:#fcc74f}
.dark-tan{color:#d1c380}
.dark-tan-bg{background:#d1c380}
.light-tan{color:#e2d8a6}
.light-tan-bg{background:#e2d8a6}
.med-blue{color:#5195ad}
.med-blue-bg{background:#5195ad}
.light-blue{color:#a8cadc}
.light-blue-bg{background:#a8cadc}

.white{color:#fff;}
.gray40{color:#999999!important;}
.gray50{color:#808080;}
.gray70{color:#4d4d4d;}
.gray75{color:#404040;}
.gray40-bg{background:#999999;}
.gray50-bg{background:#808080;}
.gray70-bg{background:#4d4d4d;}
.gray75-bg{background:#404040;}

.ten{font-size:10px;}
.eleven{font-size:11px;}
.twelve{font-size:12px;}
.fourteen{font-size:14px;}

.margintop{margin:15px 0 0 0;}
.marginright{margin:0 15px 0 0;}
.marginbottom{margin:0 0 15px 0;}
.marginleft{margin:0 0 0 15px;}

.italic{font-style:italic;}

/*faq*/
.faq{list-style:none; padding:0 0 10px 0; margin:0;}
li.question{padding:0 0 5px 20px;background:url(../images/plus.png) 0 2px no-repeat;cursor:pointer;zoom:1;}
li.h2-question{padding:0 0 5px 20px;background:url(../images/plus.png) 0 21px no-repeat;cursor:pointer;zoom:1;}
li.minus{background:url(../images/minus.png) 0 2px no-repeat;cursor:pointer;}
li.h2-question.minus{background:url(../images/minus.png) 0 21px no-repeat;cursor:pointer;}
li.question a, li.question p{padding:0;margin:0;color:#333;font-weight:500;}
li.answer{display:block;padding:0 0 0 30px; color:#666;}

.sidebar-img-border img{padding:1px; background:#fff; border:1px solid #ccc; margin:10px 0;}
.sidebar-img{ margin-top: 5px; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}