@charset "UTF-8";

/* Layout Large Screens */

#header {
	height: 207px;
	height: 150px; /*also changed h1 margin height*/
	background-image: url(../img/lrgBanner.png);
	background-repeat: no-repeat;
	background-position: top;
}

#nav {
	height: 30px;
	padding: 20px 0 13px 0;

}



#nav a {
	border: 0px solid #fff; /* dots added for rwd*/
}

#nav ul {
	padding-left: 35px; /*correction for offcenter nav*/
}

#nav ul li {
	padding-left: 30px;
	padding-right: 30px; /* this gets smaller with rwd */
}
	
#main {  
	width: 690px;
	width: 900px; /*not rwd - see wrapper width */
	margin-left: -355px;  /* goes w 690x width, changes w rwd, half width, w -10 px correction*/
	margin-left: -480px;  /* goes w 900px width, changes w rwd, half width, w -30 px correction*/
	height: 743px;
	height: 100%; /*needed for fit content*/
	height: 575px;
	padding: 20px 13px 20px 13px;
	padding: 20px 30px 20px 30px; 
}


