/*css for final project*/

/*basic global page reset*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: Normal;
}

ul {
	list-style: none;
}

/*begin styling the page*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background: transparent url("images/ALCC01BUMP.png");
}
#pagewrapper {
	background-color: #e5e5e5;
	margin: 5px auto;
	width: 989px;
	border: 1px solid #fff; 
	box-shadow: 0 3px 15px #000; /*X, Y, Blur, color*/
}
#pagewrapper fieldset {
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 7.5px;
}
#pagewrapper legend.section {
	text-transform: uppercase;
	color: #1e90ff; /*Dodger Blue*/
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 2px 1px 1px #fff;
	
}
#pagewrapper label {
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-san-serif;
	font-size: 17px;
	margin-bottom: 2px;
	padding: 5px 0 3px 0;
}
#pagewrapper input[type="text"],
#pagewrapper input[type="password"],
#pagewrapper textarea, 
#pagewrapper select {
	border: 2px solid #fff;
	color: #3f3f3f;
	display: block;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	padding: 8px;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.33);
	box-sizing: border-box;
}
#pagewrapper .required {
	text-align: right;
	font-style: italic;
	color: #ff4500; /*fiery orange*/
	text-shadow: 2px 1px 1px #fff;
}
.separated {
	margin-top: 20px;
}
.separated h3 {
	font-family: Arial, Helvetica, sans-san-serif;
	font-size: 17px;
	
}
#pagewrapper input[type="submit"],
#pagewrapper input[type="reset"] {
	background-color: #1e90ff; /*Dodger Blue*/
	border: 1px solid #257c9e;
	color: #fff;
	font-family: serif;
	font-weight: normal;
	font-size: 14px;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255,255,255, 0.17);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	cursor: pointer;
	Margin-Left: 80px;
	Margin-Bottom: 20px;
}
#pagewrapper input[type="reset"] {
	background-color: #ff4500; /*fiery orange*/
	border: 1px solid #8a8a8a;
}
#pagewrapper input[type="submit"]:hover {
	background: #336699;
	box-shadow: inset 0 2px 2px rgba(255,255,255,0.28);
}
#pagewrapper input[type="reset"]:hover {
	background: #660000;
	box-shadow: inset 0 2px 2px rgba(255,255,255,0.28);
}

header {
	background: #fff;
	margin-bottom: 2px;
	height: 300px;
	border-bottom: 2px solid #000;
}
/*header.logo {
	background: #fff no-repeat;
	margin: auto 0;
}*/
header h1, header h2,
header h3 {
	text-transform: uppercase;
	letter-spacing: .125em;
	text-shadow: 2px 1px 2px #bbb;
}
header h1 {
	font-family: "times new roman";
	font-size: 2.25em;
	color: #222;
	padding-top: 50px;
	padding-left: 105px;
}
header h2 {
	font-size: 1.75em;
	color: #222;
	padding-top: 10px;
	padding-left: 125px;
}
header h3 {
	font-size: 1.5em;
	color: #222;
	padding-top: 75px;
	padding-left: 125px;
}
header img {
	margin-top: 20px;
	margin-left: 180px;
    
}
aside {
	float: left;
	width: 140px;
	padding: 20px;
	
}
aside nav li a {
	display: block;
	position: relative;
	margin: 10px;
	border: 1px solid #FFF;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-size: .8em;
	box-shadow: 0 1px 3px #000;
}
aside nav li a:hover, 
aside nav li a:active {
	background-color: #000; 
	color: #ffdead; /*Navajo white*/
	border: 1px solid #ffdead;
}
aside h4 {
	text-transform: uppercase;
	text-align: center;
	margin: 5px;
	padding-top: 30px;
}
aside p.info {
	border: 1px solid #fff;
	font-size: .75em;
	background-color: #d3d3d3;
	padding: 5px;
	box-shadow: 0 1px 3px #000;
}
#content {
	float: left;
	width: 660px;
	padding: 20px;
}
#content h2 {
	text-transform: uppercase;
	text-align:center;
	color: #ff4500; /*fiery orange*/
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 2px 1px 1px #fff;
}
#content img.about {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #000;
	box-shadow: 0 3px 15px #000; /*X, Y, Blur, color*/
}
#content img.residential {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
#content img.commercial {
	float: right;
	margin-left: 10px;
	border: 1px solid #000;
}
#content img.receptionist {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
	}
#content h2.welcome {
	text-transform: uppercase;
	color: #b30000; /*Strong Red*/
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 2px 1px 1px #fff;
}
#content h3, a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #000; 
	margin-top: 20px;
	margin-bottom: 10px;
}
table { 
	border-collapse: collapse; 
	width: 660px;  
} 
table, th, td { border: 1px solid #000; 
} 
th, td { padding: 10px;
} 
td { text-align: center; 
}
#content 
a:hover,
a:active {
	text-decoration: none;
	color: #ff0000; 
}
#content p {
	font-size: .9em;
	line-height: 1.65;
	margin-bottom: 20px;
}

#content ul li {
	padding: 15px 0 15px 0
}

footer {
	clear: both;
	background-color: #f5f5f5; /*Smoke-White*/
	text-align: center;
	padding: 10px;
}
footer li {
	display: inline-block;
	margin: 0 5px;
}
footer li a:hover,
footer li a:active {
	text-decoration: none;
	color: #ff0000; 
}
.return
a:hover,
a:active {
	text-decoration: none;
	color: #ff0000; 
}
.return {
	text-align: center;
	padding: 20px 0 5px 0;
}
.center {
	text-align: center;
	margin-bottom: 10px;
}
.right {
	text-align: right;
	margin-bottom: 10px;
}
.justify {
	text-align: justify;
}
.Upper-red {
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	text-transform: uppercase;
	color:#f60d0b
	}
.underline-red {
	text-decoration: underline;
	color: #f60d0b
}
#jsDate {
	display: block;
	text-align: right;
	padding: 20px 0 5px 0;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 1em;
}
#construction {
	background-color: #fff;
	margin: 5px auto;
	width: 989px;
	border: 1px solid #000; 
	box-shadow: 0 3px 15px #000; /*X, Y, Blur, color*/
}