.page .topbar { 
	width:22em !important; 
}

.quotation { 
	margin: 0; 
	padding: 0; 
	font: 1.1em arial, sans-serif; 
}

.attribution { 
	margin: 0 0 10px 0; 
	padding: 0; font: 1em arial, sans-serif; 
	font-style: oblique; 
}

a.subscribe { 
	display: block; 
	text-align: left; 
	background: url('../images/signupback.jpg') no-repeat; 
	font-weight: bold;
	font-size: .9em;
	padding: 6px 0 20px 20px; 
}

/*a.subscribe { 
	background: url('../images/subscribe_button_right.jpg') no-repeat top right; 
}

a.subscribe span { 
	background: url('../images/subscribe_button_left.jpg') no-repeat top left; 
	padding: 15px 15px 0 15px; 
}

a.subscribe span span { 
	background: url('../images/subscribe_button_left.jpg') bottom left no-repeat; 
	padding: 0 0 0 10px; 
}

a.subscribe span span span { 
	text-align: left; 
	background: url('../images/subscribe_button_right.jpg') no-repeat bottom right; 
	font-weight: bold;
	padding: 15px 15px 15px 0; 
}*/

.or { 
	font-weight: bold; 
	color: #e53; 
	margin: 0 0 1em -10em; 
}

.sample ul {
	list-style-image: url(../images/arrow4.gif) !important;
	margin-left:1em;
	margin-bottom:.5em;
}

.sample ul li {
	font-weight: bold;
	color:#333;
	margin-bottom:.3em;
}

.sample ul li a.on:visited {
	color:#333;
}

.standard.itemblock.one {
/*	width:60% !important;*/
}

.itemblock.four h2 { 
	background: none !important; 
	padding-left: 0 !important;
}

.featuring {
	background: #467295;
	margin: 0 .5em 1em .5em;
	padding: .5em;
	font: bold 1em arial;
	color: #fff;
}


#publicHomepage #header {
	background-image: url('/staticfiles/images/publicPage/bannerBG.jpg');
	background-repeat: no-repeat;
	width: 954px;
	height: 636px;
	margin: 0;
	padding: 0;
}

#publicHomepage h1 {
	font-family: "Myriad Pro", sans-serif;
	font-style:italic;
	font-weight: normal;
	font-size: 50px;
	color:#045992;
	line-height: 70px;
	
	margin: 0;
	padding: 35px 0 0 82px;
}

#publicHomepage .welcome {
	font-weight: bold;
	font-size: 53px;
	display:block;
	margin: 0;
	padding: 0;
}

#publicHomepage .tothe {
	font-size: 14px;
	color: #3587a4;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;	
}

#publicHomepage h2 {
	font-family:Georgia, serif;
	font-weight: normal;
	color: #003f55;
	font-size: 20px;
	margin: 30px 0 0 147px;
	text-transform: none;
}

#publicHomepage h3 {
	display:none;
}

#publicHomepage h4 {
	font-family:Verdana, sans-serif;
	font-size: 13px;
	color: #4c4c4c;
	text-transform: uppercase;
	padding: -65px 0 8px 30px;
	margin-top: 65px;
	width: 1024px;
}


#publicHomepage #buttons {
	margin-left: 30px;
	margin-top: 10px;
}

#publicHomepage #buttons a {
	margin-right: 20px;
}

div.main {
	min-height: 600px;
}

.homeMobile #publicHomepage h1 {
        font-size: 27px;
        padding: 0;
        line-height: 1;
}

.homeMobile #publicHomepage .tothe {
        font-size: 11px;
}

.homeMobile #publicHomepage .welcome {
        font-size: 40px;
}

.mobileSignin {
        display: none;
        max-width: 24.5em;
        margin: 0 auto;
        padding: 2em 3em;
        border: 1px solid #f1f1f2;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                    border-radius: 5px;
}

.homeMobile .defaultSignin {
        display: none;
}

.homeMobile .mobileSignin {
        display: block;
}

.mobileSignin label {
        display: none;
}

.mobileSignin form,
.mobileSignin .inner {
        padding: 1em 1.5em 0;
}

.mobileSignin .inner {
        text-align: right;
}

.mobileSignin .row {
        display: block;
        position: relative;
        margin-bottom: .75em;
}

.mobileSignin .row input {
        font-size: 1.285em;
        font-weight: normal;
        height: 2.3em;
        width: 100%;
        padding: .25em .5em;
        width: 100%;
        padding: .25em .5em;
        line-height: normal;
        *line-height: 2.3em;
        border: 1px solid #e3e3e6;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                    border-radius: 5px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
}

.mobileSignin input.button {
        font-size: 25px;
        font-weight: bold;
        height: 2em;
        line-height: normal;
        color: #00668d;
        background: #fcdc00;
        border-color: #e9cc01;
        outline: 0;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        -webkit-appearance: none;
}

.mobileSignin input.button:active {
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25) inset;
           -moz-box-shadow: 0 2px 4px rgba(0,0,0,.25) inset;
                box-shadow: 0 2px 4px rgba(0,0,0,.25) inset;
}

.placeholdersjs {
        color: #8e8e93;
}

@media screen and (max-width: 480px) {
  .mobileSignin {
        max-width: none;
        padding: 0;
        border: none;
  }

  .mobileSignin h1 {
        display: none;
  }

  .mobileSignin form {
        padding: 0;
  }
}

