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

html {
	/*this makes the Nav bar all the way to the top and to each side.*/
    margin: 0;
    padding: 0;
}


body {
	padding:0;
	margin: 0;
	background:#ffffff;
	/*color:#333;*/
	/*background-image:url(images/images/Background_01.png);
	background:url(../images/images/background_01.png)*/
	/*background-image:url(../images/images/background_01.png);
	background-repeat:repeat-x;*/
	background-image: url(../images/15_autumn-skyline-hr.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

h1 { color: #F30;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

h2 { color: #39F;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

h3 { color:#333;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

p {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	font-size:15px;
	
}

/*Start Footer Style*/
#footer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#footer ul li { display: inline; }

#footer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #333;
/*background-color: #036;*/
}

#footer ul li a:hover
{
color: #333;
/*background-color: #369;*/
}

#topper{
	border:hidden;
	position:fixed; /*Keeps at top of page when scrolling*/
	padding:3px;
	height: 20px;
	width: 100%;
	background: #333; /*Background color of topper*/
	
}

#login{
	text-align: right;
	margin:auto 0 auto;
	display:inline-table;
	right:5%;
	top:5px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /*Font famil of topper*/
	color:#FFF; /*Font color of Topper*/
	font-size:11px; /*Font Size*/
	border:hidden; /*Hids border*/
	position:fixed; /*Keeps on top of Screen */
	/*width:1424px; /*sets text starting at left side of screen*/*/
	padding-top:7px; /*Distance from top*/
	padding-right: 100px;
	
		
}

#login a,
#login a:visited,
#login a:link,
#login a:hover,
#login a:active
{
	color:#fff; /*Link color*/
	display:inline; /*Diplays the link inline*/
	text-decoration:none;
	
}

#topperText{
	text-align:center;
	margin:0 auto;
	display:inline-table;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /*Font famil of topper*/
	color:#FFF; /*Font color of Topper*/
	font-size:11px; /*Font Size*/
	
	border:hidden; /*Hids border*/
	position:fixed; /*Keeps on top of Screen */
	/*width:1024px;*/
	padding-top:5px; /*Distance from top*/
	padding-left:50px;
	
	
	
	}


.Content{
	margin-left:100px;
	margin-right:100px;
}
