@import url(import/reset.css);
@import url(import/sticky-footer.css);
@import url(import/homepage.css);
@import url(import/nav.css);
@import url(import/slider.css);
@import url(import/subpage-slider.css);
@import url(import/twitter.css);
@import url(import/select.css);
@import url(import/twitterSideBar.css);

body {
	background: url(/style/img/bg.jpg) no-repeat #a10102 center fixed;
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #595953;
	padding-top: 80px;
	}

.small { font-size: 10px; color: #a61000;}
.left {	float: left; }
.right { float: right; }	
.clear { clear: both; }
.container { width: 960px; margin: 0px auto; padding: 0px; }
p { line-height: 24px; }

#top-bar {
	background: url(/style/img/top-bar.png) repeat-x;
	width: 100%;
	height: 33px;
	padding: 10px 0 10px 0;
	margin-bottom: 0px;
	position: fixed;
	top: 0px;
	z-index: 9000;
	}
	
#top-left {
	float: left;
	}
	
#top-right {
	float: right;
	}

.divider {
	border-top: 1px solid #bab8b1;
	border-bottom: 1px solid #ffffff;
	margin: 30px auto;
	clear: both;
	}
	
.headingDivider {
	border-top: 1px solid #bab8b1;
	border-bottom: 1px solid #ffffff;
	margin: 10px auto;
	clear: both;
	width: 860px;
	}
	
h1 {
	}

h2 {
	font-weight: bolder;
	font-size: 16px;
	margin-bottom: 5px;
	}
	
h3 {
	margin-bottom: 7px;
	}
	
ul#main-nav {
	list-style: none;
	margin-top: 18px;
	}
	
ul#main-nav li {
	display: block;
	float: left;
	padding: 10px 30px;
	}
	
ul#main-nav li a {
	color: #ffffff
	text-decoration: none;
	}
	
	ul#main-nav li a:active{
	color: #ffffff
	text-decoration: none;
	}
	
ul#main-nav li a:visited {
	color: #ffffff
	text-decoration: none;
	}
	
ul#main-nav li a:hover{
	color: #ffffff
	text-decoration: none;
	}


/* PRODUCT PAGE STRUCTURE */
#productBlockHome {
	background: url(/style/img/productsbg.png) no-repeat;
	width: 960px;
	height: 1223px;
	margin-bottom: 20px;
	}
	
#productBlock {
	background: url(/style/img/productsbg.png) no-repeat;
	width: 960px;
	height: 1223px;
	}
		

.onsite-product-logo {
	position: relative;
	left: 50px;
	top: 120px;
	}
	
.myonsite-product-logo {
	position: relative;
	left: 320px;
	top: 120px;
	}
	
.onsiteh1 {
	background: url(/style/img/onsite-h1.png) no-repeat;
	width: 562px;
	height: 39px;
	display: block;
	text-indent: -9000px;
	float: left;
	margin-left: 45px;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
.companyh1 {
	background: url(/style/img/companyh1.png) no-repeat;
	width: 522px;
	height: 39px;
	display: block;
	text-indent: -9000px;
	float: left;
	margin-left: 45px;
	margin-top: 20px;
	margin-bottom: 5px;
	}

.myonsiteh1 {
	background: url(/style/img/myonsite-h1.png) no-repeat;
	width: 418px;
	height: 39px;
	display: block;
	text-indent: -9000px;
	float: left;
	margin-left: 45px;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	


.blogh1 {
	background: url(/style/img/blogh1.png) no-repeat;
	width: 562px;
	height: 39px;
	display: block;
	text-indent: -9000px;
	float: left;
	margin-left: 45px;
	margin-top: 20px;
	margin-bottom: 15px;
	}


/*SUB PAGE NAVIGATION */

ul#sub-nav {
	float: right;
	list-style: none;
	margin-top: 20px;
	}
	
ul#sub-nav li {
	display: block;
	float: left;
	padding: 0px 20px;
	}
	
	
.sub-img {
	float: left;
	width: 280px;
	height: 200px;
	margin-right: 20px;
	}	
	
.sub-icon {
	float: left;
	width: 125px;
	height: 125px;
	margin-right: 20px;
	margin-top: 10px;
	}
	
.staff-icon {
	float: left;
	width: 100px;
	height: 100px;
	background: #333333;
	margin-right: 10px;
	}
	
.kiosk-type {
	margin-top: 25px;
	margin-left: 50px;
	width: 860px;
	padding-right: 50px;
	}

#contact {
	background: url(/style/img/contact-bg.png) no-repeat;
	width: 960px;
	height: 650px;
	margin-top: 30px;

	}

.contact-us {
      display: block;
      padding: 50px 0 50px 70px;
    }
    .contact-form {
      float: left;
      width: 365px;
      padding: 0 50px 60px 75px;
    }
      #checkFormError {
        border-color: white !important;
        background: #ffcccc !important;
        font-weight: normal !important;
        font-size: 12px;
        width: 260px;
        text-align: center;
      }
      #contact .contact-form p {
        padding-bottom: 30px;
      }
      .contact-form .formField {
        padding: 0px;
        padding-bottom: 10px;
      }
        .contact-form .formField label {
          color: #505747 !important;
          font-weight: normal;
        }
        .contact-form .formField input,
        .contact-form .formField textarea,
        .contact-form .formField select {
          background: #e4eede;
          border: 1px solid white;
          padding: 5px;
          font-size: 12px;
          font-family: Arial;
          width: 290px;
        }
        .contact-form .formField select {
          width: 302px;
          margin-top: 1px;
        }
      .contact-form .formSubmit {
        padding: 0px;
      }
        .contact-form input#submitButton {
          background: transparent url(/style/images/form-btn.png) no-repeat 0 0;
          border: none;
          color: #fff;
          height: 28px;
          font-size: 13px;
          padding: 4px 0 8px 0;
          margin-top: 10px;
          width: 115px;
          text-align: center;
          cursor: pointer;
        }
        .contact-form input:hover#submitButton {
          background: transparent url(/style/images/form-btn.png) no-repeat 0 -28px;
        }
    .contact-info {
      position: relative;
      float: right;
      width: 240px;
      padding: 0 200px 60px 0;
    }
    
.contactLogo {
	position: absolute;
	margin: 280px 235px;
	}
    
.button {
	margin-top: 10px;
	margin-left: 5px;
	
	}

#contact-form {
	width: 450px;
	margin-top: 180px;
	}
#contact-form label {
	margin-top: 10px;
}
#contact-form select {
	margin-bottom: 10px;
}
#contact-form img {
	margin-top: 10px;
	margin-left: 20px;
	cursor: pointer;
}

.joinNowOrb {
	position: absolute;
	margin-top: 855px;
	margin-left: 520px;
	}
	


.blog-post{
	margin: 0px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #bab8b1;
	}	
	
.blog-title {
	line-height: 24px;;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px;
	}
	
.blog-title a {
	color: #a61000;
	text-decoration: none;
	}
	
.blog-title a:visited {
	color: #a61000;
	text-decoration: none;
	}
	
.blog-title a:hover {
	color: #d81500;
	text-decoration: underline;
	}
	
.blog-content {
	line-height: 24px;
	margin: 0px;
	}

.blog-more {
	float: right;
	}

.blog-more a {
	color: #a61000;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;
	}
	
.blog-more a:visited {
	color: #a61000;
	}
	
.blog-more a:hover {
	background: #a61000;
	color: #ffffff;
	}

.dividerSide {
	border-top: 1px solid #bab8b1;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	}

#eventsArea {
	padding: 10px;
	margin-top: 40px;
	background: #eeece2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	}
	
#twitterArea { 
	margin-top: 40px;
	}

.onSiteLogo {
	position: absolute;
	margin-top: 450px;
	margin-left: 35px;;
	}
	
.myOnSiteLogo {
	position: absolute;
	margin-top: 450px;
	margin-left: 520px;
	}
	
#companyInfoHome{
	margin: 15px;
	}

#mediaArea {
	margin-bottom: 30px;
	}
	
#mediaArea a {
	color: #a61000;
	text-decoration: none;
	}
	
#mediaArea a:visited {
	color: #a61000;
	text-decoration: none;
	}
	
#mediaArea a:hover {
	text-decoration: underline;
	}

.label { margin: 0px; padding: 0px;}
.input { width: 190px; height: 18px; display: block; border: 1px solid #d8dcdf; color: #cc0000; margin-top: 5px; margin-bottom: 10px; font-size: 14px; padding:  5px; vertical-align: baseline; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #eeeeee; }
.input:focus { border: 1px solid #d8dcdf; background: #f6f6f6; }
.Contactinput { width: 300px; height: 18px; display: block; border: 1px solid #d8dcdf; color: #cc0000; margin-top: 5px; margin-bottom: 10px; font-size: 14px; padding:  5px; vertical-align: baseline; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #eeeeee; }
.ContactTextArea { width: 300px; height:150px; padding: 5px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #eeeeee; font-family: arial, verdana, helvetica, sans-serif; color: #cc0000; border: 1px solid #d8dcdf; margin-top: 10px;}
#travelAdvantage { background: url(/style/img/travelAdvantage.png) no-repeat; width: 960px; height: 642px; margin: 20px auto 50px;}
#newNeighbor {background: url(/style/img/newNeighbor.png) no-repeat; width: 960px; height: 742px; margin: 20px auto 0;}

#vira {
	margin-right: 10px;
	}
	
.details {
	margin-top: 1000px;
	margin-left: 200px;
	}
	
.productLearnMore {
	margin-top: 1000px;
	margin-left: 100px;
	}
	
.navLink {
	cursor: pointer;
	}
	
#blogBlockHome {
	margin-top: 50px;
	}
	
#ad-list {
	margin-top: 20px;
	}
	
#advertiseCopy {
	width: 350px;
	margin-top: 20px;
	}
	
#starmount {
	margin-right: 10px;
	}
	
.homeLink a {
	color: #a61000;
	text-decoration: none;
	position: relative;
	top: 40px;
	margin-left: -200px;

	}
	
.homeLink a:visited {
	color: #a61000;
	text-decoration: none;
	}
	
.homeLink a:hover {
	color: #a61000;
	text-decoration: underline;
	}
	
.homeLinkMyOnSite a {
	color: #a61000;
	text-decoration: none;
	position: relative;
	top: 40px;
	margin-left: 20px;

	}
	
.homeLinkMyOnSite a:visited {
	color: #a61000;
	text-decoration: none;
	}
	
.homeLinkMyOnSite a:hover {
	color: #a61000;
	text-decoration: underline;
	}
	
	
.homeLinkCompany a {
	color: #a61000;
	text-decoration: none;
	position: relative;
	top: 35px;
	margin-left: -360px;

	}
	
.homeLinkCompany a:visited {
	color: #a61000;
	text-decoration: none;
	}
	
.homeLinkCompany a:hover {
	color: #a61000;
	text-decoration: underline;
	}
	
table.events {
    width: 100%;
    text-align: left; }
th.events {
    font-weight: bold;
    background-color: #acf;
    border-bottom: 1px solid #cef; 

    }
td.events,th.events {

        padding: 10px 2px 10px 2px;
    }
    
a.events{
	color: #595953;
	text-decoration: none; 
	}
	
a:visited.events {
	color: #595953;
	text-decoration: none;	
	}
    
a:hover.events {
	color: #a61000;
	text-decoration: underline;
	}    
    
.oddEvents {
    background: url(/style/img/oddBg.png) repeat-x; }
.oddEvents td.events {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
     }

.dividerSideEvents {
	border-top: 1px solid #bab8b1;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.sideHeading {
	color: #a61000;
	}
	
.prLink {
margin-bottom: 10px;
	}

.osmmailerr {
	color: #a61000;
	}
	
.quad {
	text-align: justify;
	}
	
ul.howitworks li {
	margin: 13px;
	}
	
.col {
	width: 180px;
	float: left;
	margin:10px;
	}
	
a#mickHallEmail {
	color: #a61000;
	text-decoration: none;
	position: absolute;
	margin-top: 370px;
	margin-left: 241px;
	}
	
a#mickHallEmail:hover {
	text-decoration: underline;
	}
	
a#jasonSotoEmail {
	color: #a61000;
	text-decoration: none;
	position: absolute;
	margin-top: 390px;
	margin-left: 241px;
	}
	
a#jasonSotoEmail:hover {
	text-decoration: underline;
	}
	
a#paulPayetteEmail {
	color: #a61000;
	text-decoration: none;
	position: absolute;
	margin-top: 445px;
	margin-left: 241px;
	}
	
a#paulPayetteEmail:hover {
	text-decoration: underline;
	}
	
a#amyMeyersEmail {
	color: #a61000;
	text-decoration: none;
	position: absolute;
	margin-top: 500px;
	margin-left: 241px;
	}
	
a#amyMeyersEmail:hover {
	text-decoration: underline;
	}
	
a#clintonPopeEmail {
	color: #a61000;
	text-decoration: none;
	position: absolute;
	margin-top: 520px;
	margin-left: 241px;
	}
	
a#clintonPopeEmail:hover {
	text-decoration: underline;
	}
	
.joinNowSide {
	margin-top: 40px;
	margin-left: 50px;
	}
	
a.links {
	color: #a61000;
	text-decoration: none;
	}
	
a.links:visited {
	color: #a61000;
	text-decoration: none;
	}
	
a.links:hover {
	color: #d31501;
	text-decoration: underline;
	}
	
.advisor-title {
	font-style: italic;
	font-size: 12px;
	color: #666666;
	}
	
ul.board {
	margin-left: 20px;
	}
	
ul.board li {
	margin-bottom: 8px;
	}
	
ul.board li a{
	color: #a61000;
	text-decoration: none;
	}
	
ul.board li a:visited {
	color: #a61000;
	text-decoration: none;
	}

ul.board li a:hover {
	color: #d31501;
	text-decoration: none;
	}
	
a.totop {
	color: #a61000;
	text-decoration: none;
	}
	
a.totop:visited {
	color: #a61000;
	text-decoration: none;
	}
	
a.totop:hover {
	color: #d31501;
	text-decoration: underline;
	}