﻿/* Common Styles */
	@font-face {
	font-family: 'Helvetica-Roman';
	src: url('fonts/HelveticaNeueLTStd-Roman.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	body{
		font-family:"Helvetica-Roman";
		margin: 0%;
	}
	#container {
		width : 100%;
		height : 100%;
		display: flex;
	}
	
	#first-time-login,
    #password-reset {
      display: none;
    }
	
	.leftdiv {
		width : 26%;
		height : 100%;
		padding : 4% 4% 0% 4%;
		float : left;		
		background-color:#f2F2F2;
		position: relative;
	}
	
	.rightdiv {
		width : 66%;
		height : 100%;
		float : left;
	}
	
	header img {
		width : 100%;
	}
	
	.rightdiv img {
		width : 100%;
	}
	
	.welcome-msg {
		margin-top: 16%;
	}
	
	.content {
      font-size: 18px;
      font-weight: bold;
      color: #626262;
#      color: #FFF;
      text-align: left;
    }
	
	.login-button input {
      margin-top: 0%;
      width: 100%;
	  padding : 5%;
      font-size: 120%;
      color: #FFF;
      background-color: #676e1a;
      font-weight: bolder;
      text-align: center;
    }
	
	.login-button p {
        font-size: 120%;
		margin: 15% 0% 2% 0%;
		text-align: center;
		color: #666666;
		font-family: calibri;
    }
	
	.link-content {
		margin-top:12%;
		font-size:14px;
		text-align: center;
		font-weight: bold;
	}
	
	.link-content a{
	color: #626262;
#	color: #FFF;
	text-decoration:underline;
	white-space: nowrap;
	}
	
	footer {
		margin-top: 20%;
		text-align: center;
		font-size: 14px;
	    position: absolute;
		bottom: 0;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	
	.user-instructions {
      padding: 2%;
      margin-top: 2%;
      font-weight: lighter;
      font-size: 14px;
    }
	
	#first-time-login,#password-reset{
	  color:#FFF;
#	  color:#000;
	  font-size:14px;
	  background-color:#676e1a;
	  padding: 5%;
	  line-height:18px;
	  font-weight: lighter;
	  margin:0%;
	  margin-top: -0.5%;
	}
	
	#first-time-login p,#password-reset p {
		margin-top: 0%;
	}
	
	#scottsdaleImg {
		height : 400px;
	}
	
	.subtext {
		margin-left : 2%;
	}
	
	.close {
    color: #FFF;
    float: right;
    font-size: 40px;
    font-weight: bold;
	}

	.close:hover,
	.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
	}
	
	.first{
	  font-size:18px;
	  font-weight:bolder;
	  text-align:center;
	}
	
	.terms{
	  font-size:18px;
	  font-weight:bolder;
	  padding-left: 2%;
	  text-decoration: underline;
	}
	.term_content{
		padding-left: 2%;
	}
	
	#message {
		color:#000;
	}
	
	footer a{
		color: #000;
		text-decoration:underline;
	}
	
