@charset "UTF-8";
		/* CSS Document */
@media screen and (min-width:1101px) and (max-width:1448px){
	* {
			margin: 0; 	
		}
		 /* site grid setup*/
		.container {
			width:85%; /*sets the width of the entire website*/
			margin-left:auto;/*margin-left and right are set to auto-center the container*/
			margin-right:auto;
			margin-top: -1em;
			padding: 5px;
			overflow:auto;
			-webkit-box-shadow: 0px 0px 22px 17px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 22px 17px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 22px 17px rgba(0,0,0,0.75);
			background-color:tan;
		}

	html {
		font-family: 'Roboto', sans-serif;
		
	}
	body {
	/*	background-image:url(/Images/deskTexture.jpg); */
		font-family: Arial;
	}	
	footer {
		position: fixed;
		margin-right: 0;
		bottom: 0px;
		margin-left: 0;
		height:50px;
		text-align: center;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,0a2f7a+100&0+0,0+0,1+25,1+100 */
    	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(25,77,145,1) 25%, rgba(10,47,122,1) 100%); /* FF3.6-15 */
    	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(25,77,145,1) 25%,rgba(10,47,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
    	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(25,77,145,1) 25%,rgba(10,47,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#0a2f7a',GradientType=0 ); /* IE6-9 */
		color:white;
		width:100%;
	}
	
	footer p {
		padding-top:20px;
	}
	
	/* Style the tab */
	div.tab {
		overflow: hidden;
		z-index: 1;
	/*    background-color: #f1f1f1;
	*/	
		
	}
	
	/* Style the buttons inside the tab */
	div.tab button {
		background-color: #ED1B1E;
		float: left;
		border: #238E68;
		outline: none;
		cursor:pointer;
		
	   
		transition: 0.3s;
		
		
	}
	
	/* Change background color of buttons on hover */
	div.tab button:hover {
		background-color: #ccc;
	}
	
	/* Create an active/current tablink class */
	div.tab button.active { 
		background-color: red;
	}
	
	/* Style the tab content */
	.tabcontent {
		display: none;
		/*padding: 6px 12px;*/
		
		/*border: 1px solid #ccc;*/
		border-top: none;
		
	}

	#Sform{
		padding:7px;
		background:#DDD0A0;
		padding-left:35%;
		padding-right:20%;
	  margin: 0 auto;
		}
	
	#Sform td{
		padding-bottom:12px;}

}