@charset "UTF-8";
/* CSS Document */

body 		{margin-left: auto;
	  	 	margin-right: auto;
	  	 	width: 375px;
		 	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		 	font-size: 12px;
	  		}

.banner 	{height: 100px; background-image:url(iphone6bannerp.png); background-repeat: no-repeat; border-radius: 5px;}
.bannertext	{display: block; font-size: 14px; text-align:left; margin-left:5px;  color: #FFF;}

.sub 		{border-radius: 5px; height: 40px; margin-top: -10px; margin-bottom:2px; background-color: #FF6600;}

.leftbar 	{width: 375px; height:280px; float: left;  padding-top: 5px;}

ul.navbar 	{list-style-type: none; /* Removes link bullets */
		   	padding-left: 0px;
		   	margin-top:2px; 
		   	}
			
ul.navbar a {display: block; /* makes each button same width and entire area clickable */
			text-decoration: none;
			}
			
li a 		{font-size:18px; text-align:center; border-radius: 5px; background-color: purple; width: 177px; height: 35px; padding: 2px; color: white; margin-bottom:5px;}

li.one a 	{float:left;}
li.two a 	{float:right;}
li.three a 	{float:left;}
li.four a 	{float:right;}
li.five a 	{float:left;}
li.six a 	{float:right;}
li.seven a 	{float:left;}
li.eight a 	{float:right;}
li.nine a 	{float:left;}
li.ten a   	{float: right; border-radius: 5px; background-color: orange; width: 177px; height: 35px; padding: 2px; color: white;}

.facebook a	{margin-left: 130px; float: left; margin-top: 3px; height: 50px; width: 50px; }
.twitter  a	{margin-left: 120px; float: left; margin-top: 3px; height: 50px; width: 50px; }

.wrapper 	{float: left; border-radius:5px; background-color: white; margin-top:7px; height:950px; width: 375px;}
.leftcont 	{width: 375px; float: left; padding-left:1px;}  
.rightcont 	{width: 375px; float: right; padding-left:1px;}

.emergq 	{width:365px; margin-left:2px; margin-top: 7px; color: white; font-size: 16px; padding-left: 5px;  background-color: purple; border-radius: 3px;}
.openq 		{width:365px; margin-left:2px; color: white; font-size: 16px; padding-left: 5px; background-color: purple; border-radius: 3px; }
.registerq 	{width:365px; margin-left:2px; color: white; font-size: 16px; padding-left: 5px; background-color: purple; border-radius: 3px; }
.email 		{width:365px; margin-left:2px; color: white; font-size: 16px; padding-left: 5px;  background-color: purple; border-radius: 3px; }

.emerga 	{margin-left:2px; padding-left: 5px; text-align: left; margin-top:-5px; font-size:16px; line-height:20px;}
.opena 		{margin-left:2px; padding-left: 5px; text-align: left; margin-top:-5px; font-size:16px; line-height:20px;}
.registera 	{margin-left:2px; padding-left: 5px; text-align: left; margin-top:-5px; font-size:16px; line-height:20px;}
.emaila 	{margin-left:2px; padding-left: 5px; text-align: left; margin-top:-5px; font-size:16px; line-height:20px;}

.closedq 	{margin-left:2px; width:365px; margin-top: 7px; color: white; font-size: 16px; padding-left: 5px;  background-color: purple; border-radius: 3px; }
ul.holidays {width: 356px; padding-left:10px; list-style-type: none; margin-top:-5px; font-size: 16px;}

.number1 	{margin-left:2px; width:365px; margin-top: 7px; color: white; font-size: 16px; padding-left: 5px;  background-color: purple; border-radius: 3px; }
.number3 	{margin-left:2px; width:365px; margin-top: 7px;  color: white; font-size: 16px; padding-left: 5px;  background-color: purple; border-radius: 3px; }
.number5 	{margin-left:2px; width:365px; margin-top: 7px; color: white; font-size: 16px; padding-left: 5px;  background-color: purple; border-radius: 3px;}

.number2 	{margin-left:2px; padding-left: 5px; text-align: left; margin-top:-5px; font-size:16px; line-height:20px;}
.number4 	{margin-left:2px; padding-left: 5px; text-align: left; margin-top:-5px; font-size:16px; line-height:20px;}
.number6 	{margin-left:2px; padding-left: 5px; text-align: left; margin-top:-5px; font-size:16px; line-height:20px;}

.copyright 	{float: left; height: 25px; width: 100%; background-color: purple; margin-top:-40px; border-radius: 5px; width: 365px;}
.update 	{text-align:center; margin-top: 0px; margin-left: 5px; color: white; font-size: 12px; }

