﻿/**** http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) ****/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
em  {font-style:italic;}
strong {font-weight: bold;}
/****   end   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)  ****/
/**** headings ****/
h1 {font-size:36px;line-height:1;margin-bottom:6px;}
h2 {font-size:24px;margin-bottom:12px;}
h3 {font-size:13px;line-height:1;margin-bottom:12px;font-weight:bold;}
h4 {font-size:13px;line-height:1.25;margin-bottom:12px;}
h5 {font-weight:bold;margin-bottom:12px;}
h6 {font-weight:bold;}
/* links */
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {}
a:focus{}
/**** home-css positioning styles  ****/
body {
    background: #fff url(../Images/BodyBg.gif) top center repeat-x;
    font-size:12px;font-family:'Open Sans', sans-serif;
}
#container {
	width: 988px;
	margin: 0 auto;
	text-align: left;
}
#logo {
    margin-top: 6px;
    background: transparent url(../Images/Logo.png) top left no-repeat;
    float: left;
}
#logo a {
    display: block;
    width: 189px;
    height: 64px;
    text-indent: -999em;
}
header .signInContainer {
    float:right;
    color: #666666;
    margin-top: 3px;
    min-height: 25px;
}
header #signInButton {
    height: 15px;
    width: 44px;
    color: #FFF;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    background-color: #529FB3;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
    background-image: -o-linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
    background-image: -moz-linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
    background-image: -webkit-linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
    background-image: -ms-linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
}
#main {
    clear:both;
    padding-top: 2px;
}
footer {
    border-top: 4px solid #EEF6F9;
    padding: 24px 0;
    overflow: hidden;
}
footer #socialFooter { float: left; }
footer #socialFooter #footerLogo {
  display: block;
  text-indent: -999em;
  height: 41px;
  width: 119px;
  background: url(../Images/SchedulicitySprites.png) -5px -207px no-repeat;
}
footer #socialFooter ul { overflow: hidden; }
footer #socialFooter li {
  float: left;
  padding-right: 2px;
}
footer #socialFooter li a {
  float: left;
  width: 29px;
  height: 30px;
  text-indent: -999em;
}
.footerTwitter {background: url(../Images/SchedulicitySprites.png) -98px -59px no-repeat;}
.footerFacebook {background: url(../Images/SchedulicitySprites.png) -129px -59px no-repeat;}
.footerYouTube {background: url(../Images/SchedulicitySprites.png) -161px -59px no-repeat;}
.footerTwitter:hover {background: url(../Images/SchedulicitySprites.png) -33px -59px no-repeat;}
.footerYouTube:hover {background: url(../Images/SchedulicitySprites.png) -65px -59px no-repeat;}
.footerFacebook:hover {background: url(../Images/SchedulicitySprites.png) -1px -59px no-repeat;}
#footerNav {
  float: right;
  width: 790px;
  text-align: left;
  line-height: 1.5em;
}
#footerNav strong {
    font-weight: bold;
    color: #444444;
}
#footerNav > li {
  float: left;
  width: 158px;
  padding-top: 22px;
}
#footerNav ul { position: relative; }
#footerNav ul a { color: #4390A0; }
#footerContent {
    clear: both;
    color: #444;
}
#signInLoginControls {
    position: absolute;
    top: -87px;
    right: 0px;
}
.signInLoginButton {
    border: 0;
    height: 21px;
    width: 56px;
    color: #FFF;
    display: inline-block;
    padding: 3px;
    margin: 18px 0 0 5px;
    background-color: #529FB3;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
    background-image: -o-linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
    background-image: -moz-linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
    background-image: -webkit-linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
    background-image: -ms-linear-gradient(top, #7AB5C3 34%, #4496AB 60%);
}
.signInLoginButton:hover { text-decoration:underline; }
.signInFailure {
    color: Red;
    position:absolute;
    width: 100px;
    top: 45px;
    right: 5px;
    border: 1px solid #888;
    background-color: #fff;
    padding: 3px;
}
.passwordDescription {
    font-size: 9px;
    color: #AEAEAE;
}
.personalCreateAccountTable { width: 600px; }
.personalCreateAccountTable td.label {
    text-align: right;
    padding-right: 5px;
    padding-left: 84px;
}
.twitterIcon
{
    margin-left: 10px;
    background-position: -12px -72px;
}
.facebookIcon {background-position: -60px -72px;}
.youtubeIcon {background-position: -106px -72px;}
/**** Search Panel ****/
.searchBoxStandAlone {
    background: url(/Images/SearchBoxBackgroundSmall.png) top left no-repeat;
    width: 507px;
    height: 78px;
    position: relative;
    padding-bottom: 12px;
    z-index: 1;
    float: left;
}
.watermark { color: #b5b5b5; }
.txtLocationStandAlone {
	position: absolute;
	left: 22px;
	top: 33px;
	width: 131px;
	border: 0 none;
	background: transparent none;
}
.txtParametersStandAlone {
	position: absolute;
	left: 169px;
	top: 33px;
	width: 309px;
	border: 0 none;
	background: transparent none;
}
.webkit .txtLocationStandAlone, .webkit .txtParametersStandAlone { top: 31px; }
.btnSearchStandAlone {
	position: absolute;
	right: 25px;
	top: 33px;
	width: 34px;
	height: 20px;
	background: transparent url(/Images/HomeSearchGoBtnSmall.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -999em;
	border: 0 none;
	cursor: pointer;
}
.lblSearchBoxStandAloneHeader {
    position: absolute;
    top: 13px;
    left: 18px;
    color: #07455d;
    font-size: 12px;
    font-weight: bold;
}
/**** End Search Panel ****/
