/* 
	Document Order:
		1) XHTML Selector Elements & XHTML Elements with Class Selectors
		3) Global Class Selectors
		4) ID Selectors
		* All rules alphabetically ordered for each group
	
	Naming Schema for CSS:
		All words lowercase
		All words separated by underscore character '_'
*/


/* ################### GLOBAL - START ################### */

body {
	color: #292929;
	//color: #373737; 
	background: #b1c4c9;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 135%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
a { 
	color: #2c6eb7;
	/*color: #0156af; Original color*/ 
	text-decoration: none;
	font-weight: normal;
	}
a:visited {
	color: #2c6eb7;
	text-decoration: none;
	}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

/* ################### GLOBAL - END ################### */



/* ################### NEW HOME PAGE STYLES - BEGIN ################### */

#Wrap {
	position: relative;
	width: 970px;
	margin: 30px auto 0px auto;
	}
#Jeff_Speck_AICP {
	position: relative;
	text-align: left;
	}
#Jeff_Speck_AICP h1{
	width: 220px;
	font-size: 140%;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 20px 0px;
	}	
#Contact_Information {
	float: left;
	}	
#Contact_Information p{
	margin: 0px 0px 0px 10px;
	}	
#Jeff_Speck_AICP p.About{
	width: 720px;
	margin: 0px 0px 10px 240px;
	text-align: justify;
	}
#Jeff_Speck_AICP a.Book{
	font-style: italic;
	}
#Recommended_Links {
	float: left;
	margin: 35px 0px 200px 0px;
	text-align: left;
	}	
#Recommended_Links h2{
	width: 230px;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	}	
#Recommended_Links li{
	width: 230px;
	list-style-type: none;
	margin: 0px 0px 10px 10px;
	}
#Recommended_Links h3{
	font-size: 100%;
	}
#Recommended_Links img {
	margin: 15px 0px 0px 0px;
	}	
#Recommended_Links img.culturehall{
	margin: 35px 0px 20px 10px;
	}	
#Architecture_Urban_Planing {
	clear: left;
	}	
#Projects ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#Projects li{
	width: 230px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#Projects img{
	margin: 0px 10px 10px 0px;
}
#Projects img.end{
	margin: 0px 0px 10px 0px;
}

