@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bodyBg.png);
	background-repeat: repeat-x;
	background-color: #FFEB6B !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #3d8ec4;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 22px;
	color: #3d8ec4;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 10px;
}
h2 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
}
h3 {}
h4 {}
p {
	margin: 0px;
	padding-bottom: 10px;
}
address {
	font-size: 18px;
	border: 1px solid #e8e8e8;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	font-style: normal;
	line-height: 25px;
}


.cBoth {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.imageMargin {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.paddingNone {
	padding-top: 0px!important;
}

.paddingTop {padding-top: 10px!important;}

/* last login */
.holder {
	/*width: 960px;*/
	max-width: 980px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 13px;
	background-image: url(../images/holderBg.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
.header {
	height: 312px;
	position: relative;
}
.logo {
	position: absolute;
	top: 9px;
	left: 3px;
}
.blueLine {
	font-size: 0px;
	line-height: 0px;
	height: 8px;
	background-color: #3d8ec4;
}
.topLinks {
    background-image: url(../images/topLinkBg.png);
    background-repeat: no-repeat;
    height: 25px;
    position: absolute;
    padding-left: 10px;
    right: 121px;
    top: 8px;
    color: #FFFFFF;
}
.topLinks a {
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	float: left;
}
.topLinks a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.topLinksRight {
    height: 25px;
    width: 10px;
    background-image: url(../images/topLinkBg.png);
    background-repeat: no-repeat;
    background-color:transparent;
    background-position: right top;
    display: block;
    position: absolute;
    top: 8px;
    right: 116px;
}

.navigation {
	height: 51px;
	background-image: url(../images/navBg.png);
	background-repeat: no-repeat;
	background-color: #6CB2E0;
}
.mainSiteArea {
	padding-top: 18px;
	background-image: url(../images/contentTopBg.jpg);
	background-repeat: no-repeat;
}
.leftPart {
	float: left;
	width: 24%;
}
.rightPart {
	float: right;
	width: 24%;
}
.mainContentPart {
	float: left;
	width: 49%;
	border-top-color: #d2dbe1;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	background-color: #f8f8f8;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

.mainContentPart.double {
	width: 73%;
}

.box {
	background-image: url(../images/orangeBoxtop.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #ece2c6;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 15px;
}
.grayBox {
	background-image: url(../images/grayBoxtop.png)!important;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #e7e7e7!important;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px!important;
}
.box h2 {
	font-size: 21px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
.boxForm {
	margin-top: 27px;
}

.boxForm a{
	color: #000000;
	text-decoration: underline;
}

.boxForm a:hover{
	color: #000000;
	text-decoration: none;
}

.boxButton { margin-top:10px;}
.siteButton {
	margin-right:15px;
	display: inline;
}
.siteButton a {
	background-image: url(../images/buttonBg.png);
	background-repeat: repeat-x;
	height: 17px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-position: left top;
	text-decoration: none;
	color: #333333;
	border: 1px solid #e18c17;
	font-weight: bold;
}

.siteButton a:hover {
	background-image: url(../images/buttonBg.png);
	background-repeat: repeat-x;
	height: 17px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-position: left bottom;
	text-decoration: none;
	color: #333333;
	border: 1px solid #e18c17;
}





.boxForm ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.boxForm ul li{
	color: #999999;
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 8px;
}

.boxForm ul li a{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.boxForm ul li a:hover{
	text-decoration: underline;
}

.bottomBoderOrange {
	font-size: 0px;
	line-height: 0px;
	height: 7px;
	background-color: #ffbf74;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 10px;
}
.bottomBoderGray {
	font-size: 0px;
	line-height: 0px;
	height: 7px;
	background-color: #b1b1b1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 10px;
}
.boxInput {
	width: 180px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #adadad;
	border-left-color: #ADADAD;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #666666;
}
.boxFieldSelect {
	width: 183px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #adadad;
	border-left-color: #ADADAD;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.fieldHeading {
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 12px;
}
.registerNow a{
	width: 198px;
	height: 42px;
	background-image: url(../images/registerNow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
}
.registerNow a:hover{
	background-image: url(../images/registerNow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	background-color: #3D8EC4;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
}

.footer.mobile {
	display: none;
}

.siteButton input {
	background-image: url(../images/buttonBg.png);
	background-repeat: repeat-x;
	border: 1px solid #e18c17;
	height: 21px;
	font-weight: bold;
	background-position: left top;
	font-size: 12px;
	line-height: 10px;
}
/* Target all Firefox */
@-moz-document url-prefix() { .siteButton input { 	padding-bottom: 5px; } }


.siteButton input:hover {
	background-image: url(../images/buttonBg.png);
	background-repeat: repeat-x;
	border: 1px solid #e18c17;
	height: 21px;
	font-weight: bold;
	background-position: left bottom;
	cursor: pointer!important;
	cursor:hand!important;
}

.innerPage {
	padding-left: 10px;
	width:935px;
	padding-top:20px;
}

.timeDate {
	width: 250px;
	position: absolute;
	color: #000000;
	font-weight: bold;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 20px;
	background-color: #FFFFFF;
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	padding-left: 10px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.time {
	color: #1eb800;
}

.day {
	color: #e26a00;
}

.imageBorder {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.marginRight {
	margin-right: 30px;
}
.writtenBy {
	color: #009933;
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E2E2E2;
	font-weight: bold;
}
.innerPageHeading {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-bottom: 20px;
	font-size: 25px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}



.subHeading {
	font-size: 21px;
	font-weight: normal;
	color:#009966;
	margin:0;
	}



ul.niceList { margin-left:0em; padding-left:0.2em; margin-bottom:1em; }
ul.niceList li {
	padding-left: 0.8em;
	list-style: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
	padding-bottom: 10px;
	color: #333333;
}

.green {color:#009966;}


a.button {
	background: transparent url('../images/bgButtonA.png') no-repeat scroll top right;
	color: #3a6f03;
	display: block;
	float: left;
	height: 29px;
	margin-right: 6px;
	padding-right: 13px; /* sliding doors padding */
	text-decoration: none;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.button span {
	background: transparent url('../images/bgButtonSpan.png') no-repeat;
	display: block;
	line-height: 14px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 13px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
	background-position: bottom left; /* push text down 1px */
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 13px;
}

.selectedLink {
    background-position: bottom right!important;
    color: #000!important;
    outline: none; /* hide dotted outline in Firefox */
}

.selectedLinkSpan {
	background-position: bottom left!important; /* push text down 1px */
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 13px;
}


.innerPageWithoutLeftNavigation{
	width:935px;
	padding-top:20px;
}





.community {
    width:32px;
    height:65px;
    position: absolute;
    font-weight: bold;
    right: 0px;
    bottom: 25px;
    background-image: url(../images/communityBg.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 9px;
    padding-top: 10px;
}
.community img{
opacity: .65;
    filter: alpha(opacity=65);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.community img:hover{
opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

}

.marginBottom {
    margin-bottom: 5px;
}

/* nanny register button */
.bannerRegister {
    position:absolute;
    right:4px;
    top:8px;
}
.bannerRegister a{
    width: 111px;
    height: 25px;
    background-image: url(../images/registerNowTop.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
}
.bannerRegister a:hover{
    background-image: url(../images/registerNowTop.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.flag {
	position: absolute;
	top: 50px;
	right: 5px;
	border: 1px solid #666666;
}

/* Mailing list dialog styles */
#mailinglist-dialog {
	width: 100%;
	height: 380px;
	position: relative;
}

#mailinglist-dialog h2 {
	background: #EEA828;
	color: #fff;
	font-weight: 700;
	padding: 8px 4px;
}

#mailinglist-dialog p {
	padding: 6px 4px;
}

#mailinglist-dialog form input[type="email"],
#mailinglist-dialog form input[type="text"] {
	border: 1px solid #EEA828;
	padding: 4px 8px;
	margin: 4px;
}

#mailinglist-dialog form button {
	padding: 4px 8px;
	margin: 4px;
}

#mailinglist-dialog img {
	position: absolute;
	bottom: -30px;
	right: 8px;
}

#mobile-page-wrap {
	display: none;
}

#mobile-menu-button {
	display: none;
}

.visible-mobile {
    display: none;
}

.hidden-mobile {

}
/* Fix photo orientation on candidate profiles */
img {
  image-orientation: from-image;
}