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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/BG.jpg) top left repeat-x;
	background-color: #1855a0;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

/*---------- Structure ----------*/

#wrapper {
	width: 730px;
	margin: 7px auto;
}

#header {
	width: 730px;
	height: 119px;
}

#header img {
	border: none;
}

#header a {
	text-decoration: none;
}

#nav {
	background: url(../images/navigationBG.jpg);
	width: 730px;
	height: 27px;
}

#contentWrap {
	background: url(../images/contentRepeat.gif) top center repeat-y;
	width: 730px;
	clear: both;
}

#footer {
	background: url(../images/Footer.gif);
	width: 730px;
	height: 55px;
}

#header h1 {
	display: none;
}

.empty {
	clear: both;
}

/*---------- Navigation ----------*/

#nav ul {
	display: inline;
	float: right;
	margin-right: 10px;
}

#nav li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

#nav span {
	display: none;
}

#newConst a:link, #newConst a:visited {
	background: url(../images/newConst.jpg);
	width: 125px;
	height: 27px;
	float: left;
}

#newConst a:hover, #newConst a:active {
	background: url(../images/newConst.jpg);
	width: 125px;
	height: 27px;
	float: left;
}

#remodeling a:link, #remodeling a:visited {
	background: url(../images/Remodeling.jpg);
	width: 125px;
	height: 27px;
	float: left;
}

#remodeling a:hover, #remodeling a:active {
	background: url(../images/Remodeling.jpg);
	width: 125px;
	height: 27px;
	float: left;
}

#historical a:link, #historical a:visited {
	background: url(../images/historical.jpg);
	width: 125px;
	height: 27px;
	float: left;
}

#historical a:hover, #historical a:active {
	background: url(../images/historical.jpg);
	width: 125px;
	height: 27px;
	float: left;
}

#ryerson a:link, #ryerson a:visited {
	background: url(../images/RyersonGreen.jpg);
	width: 125px;
	height: 27px;
	float: left;
}

#ryerson a:hover, #ryerson a:active {
	background: url(../images/RyersonGreen.jpg);
	width: 125px;
	height: 27px;
	float: left;
}


#contact a:link, #contact a:visited {
	background: url(../images/contact.jpg);
	width: 125px;
	height: 27px;
	float: left;
}

#contact a:hover, #contact a:active {
	background: url(../images/contact.jpg);
	width: 125px;
	height: 27px;
	float: left;
}

/*---------- Content ----------*/

#content {
	text-align: left;
	float: left;
}

#content h2 {
	padding: 20px 5px 5px 5px;
	font-size: 18px;
	color: #333333;
}

#content p {
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color:#333333;
} 

#left {
	float: left;
	width: 230px;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-left: 5px;
	border-right: 1px solid #666666;
}

#left a {
	width: 210px;
	text-decoration:none;
	display: block;
	padding: 2px;
	
	margin-left: 5px;
}


#left h2 {
	padding: 5px 0 2px 5px;
}

#left img {
	border: none;
}

#right {
	float: left;
	width: 482px;
	margin-left: 10px;
}

#right img {
	padding: 2px;
	border: 1px solid #999999;
	margin-left: 5px;
}

#right img:hover {
	border: 1px solid #000000;
}

/*---------- New Const ----------*/

#construction {
	text-align: left;
	float: left;
}

#construction h2 {
	padding: 5px;
	margin-top: 15px;
	font-size: 18px;
	color: #333333;
}

#construction p {
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color:#333333;
} 

#construction img {
	padding: 2px;
	border: 1px solid #999999;
	margin-right: 10px;
}

#construction img:hover {
	border: 1px solid #000000;
}


#construction ul {
	list-style: none;
	
	padding: 10px 0 5px 15px;
}

#construction li {
	display: block;
	width: 700px;
	height: 180px;
	border-top: 1px dotted #999999;
	padding-top: 10px;
}

.viewProj {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	float: right;
}

.viewProj:hover {
	color:#000000;
	
}

#subleft {
	float: left;
	width: 240px;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-left: 5px;
	border-right: 1px solid #666666;
	margin-bottom: 10px;
	text-align: center;
}

#subleft img {
	padding: 2px;
	border: 1px solid #999999;
}

#subleft img:hover {
	border: 1px solid #000000;
}

#subleft ul {
	list-style: none;
}

#subright {
	float: left;
	width: 450px;
	margin-left: 10px;
}

#subright p {
	margin: 20px 0 0 0;
}

.align_left {
	margin-top: 30px;
	padding-left: 10px;
	font-size: 12px;
	float: left;
	color:#333333;
	text-decoration: none;
}

.align_left:hover {
	color: #000000;
}

.align_right {
	margin-top: 30px;
	padding-right: 5px;
	font-size: 12px;
	float: right;
	color:#333333;
	text-decoration: none;
}

.align_right:hover {
	color: #000000;
}

/*---------- Ryerson's Green ----------*/

#ryersonGreen {
	padding: 2px;
	border: 1px solid #333333;
	margin: 0 0 15px 15px;
}

#ryconstruction {
	text-align: left;
	float: left;
}

#ryconstruction h2 {
	padding: 5px;
	margin-top: 15px;
	font-size: 18px;
	color: #333333;
}

#ryconstruction p {
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color:#333333;
} 

#ryconstruction img {
	padding: 2px;
	border: 1px solid #999999;
	
}

#ryconstruction img:hover {
	border: 1px solid #000000;
}


#ryconstruction ul {
	list-style: none;
	
	padding: 10px 0 0 15px;
}

#ryconstruction li {
	display: inline;
	padding: 0;
	margin: 0;
}

/*---------- Contact Page ---------- */

#address {
	margin-top: 15px;
	padding: 5px;
	float: left;
	text-align: left;
	border-right: 1px solid #999999;
}

#map {
	float: right;
	margin: 10px 10px 0 2px;
}

#contactus {
	margin: 5px;
	border-top: 1px solid #999999;
}

#contactus form {
	padding-left: 15px;
}

#contactus form dt {
	font-size: 14px;
}

/*---------- Footer ----------*/

#footerContent {
	border-top: #969696 solid 1px;
	width: 722px;
	margin-left: 4px;
}

#footerContent ul {
	list-style: none;
	padding: 5px;
}

#footerContent li {
	padding: 5px;
	display: inline;
}

#footerContent a {
	text-decoration: none;
}

#footerContent img {
	border: none;
}

#copyright {
	font-size: 12px;
	color:#333333;
	padding-top: 5px;
}

#copyright a {
	text-decoration: none;
	color: #333333;
}

#copyright a:hover {
	text-decoration: underline;
	color: #000000;
}
