@charset "utf-8";
/* Layouts */

.twoColFix #textcontainer {
	width: 870px;
	margin: auto;
}
.twoColFix #right {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(News_back.jpg);
	background-repeat: repeat-x;
	margin-right: 20px;
}
.twoColFix #rightnone {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
.twoColFix #left {
	float: left; /* since this element is floated, a width must be given */
	width: 540px;
	margin-left: 20px;
	padding: 10px;
	clear: both;
}
.threeColFix #textcontainer {
	width: 870px;
	margin: auto;
	background-color: #FFFFFF;
	height: 300px;
}
.threeColFix #rightnone {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
.threeColFix #right {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin-right: 25px;
	margin-left: 10px;
}
.threeColFix #left {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	margin-left: 25px;
	margin-right: 10px;
}
.threeColFix #middle {
	width: 260px;
	margin-left: 10px;
	margin-right:10px;
	float: left;
}
#bottomright  {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin-right: 25px;
	margin-left: 10px;
}
#bottomleft {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	margin-left: 25px;
	clear: both;
	margin-right: 10px;
}
#bottommiddle {
	width: 260px;
	margin-left: 10px;
	margin-right:10px;
	float: left;
}
#footerright {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin-right: 25px;
	margin-left: 10px;
}
#footerleft {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	margin-left: 25px;
	clear: both;
	margin-right: 10px;
}
#footermiddle {
	width: 260px;
	margin-left: 10px;
	margin-right:10px;
	float: left;
}
/* Containers & Wraps */
#container {
	width: 870px;
	margin: auto;
	background-color: #FFFFFF;
}
#shadowbox {
	width: 100%;
	background-image: url(../Images/Backgrounds/shadow.png);
	background-repeat: repeat-y;
	display:table;
	background-position: center top;
}
#notebox {
	width: 100%;
	background-image: url(../Images/Backgrounds/Notes.png);
	background-repeat: no-repeat;
	display:table;
	background-position: center top;
}
#logo {
	background-image: url(../Images/Logos/90x90-Logo.png);
	background-color: #FFFFF;
	z-index: 1;
	position: absolute;
	left: 40px;
	top: 10px;
	height: 90px;
	width: 90px;
	left: 40px;
	position: relative;
}

#topbanner {
	background-color: #CCCCCC;
}


#banner {
	width: 870px;
	background-color: #fff;
	background-image: url(../Images/TitleBanners/shadowframe.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 290px;
}

#banner-secondtier {
	margin:auto;
	width: 830px;
	background-color: #fff;
	background-image: url(../Images/TitleBanners/shadowframe.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 290px;
}

#banner-staff {
	margin:auto;
	width: 830px;
	background-color: #fff;
	height: 255px;
}


#chicagoroots {
	margin: auto;
	background-image: url(../Images/Backgrounds/Chicago-With-Roots.png);
	background-color: #D8D0C2;
	background-repeat: no-repeat;
	padding-top: 380px;
	margin-top:-25px;
	background-position: center top;
	z-index:-1;
}

#portfoliocontainer {
	background-color:#FFFFFF;
	height:480px;
	margin-top:0px;
	text-align:center;
	width:870px;
	padding-bottom:15px;
}
/* Text Styles */
body {
	background-image: url(../Images/Backgrounds/gradient-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #4A5B65;
	margin-top: 20px;
}
h1 {
	height: 255px;
	width: 830px;
	margin: 20px
}
h2 {
	height: 50px;
	width: 500px;
	margin: 0px
}
h3 {
	height: 30px;
	width: 216px;
	margin: 0px
}
p {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sansSerif;
}

p a, a:visited {
	color: #1B75BC;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

.hla-main {
	font-size: 95%;
	line-height: 1.4em;
	color: #333333;
	margin-top: 0px;
}
.hla-blog {
	font-size: 95%;
	line-height: 1.4em;
	color: #333333;
	margin-top: 0px;
}

.rightside {
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	margin-top: 0px;
	padding-bottom: 15px;
}

.rightheading {
	font-size: 120%;
	line-height: 1.5em;
	color: #588514;
	margin-top: 0px;
	font-weight: 700;
}

.newsheadlinestitle {
	color: #981B1E;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
}
.blogtitle {
	color: #1B5C98;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
}



/* Floats */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Forms */
input {
	font-size:100%;
	border=2px;
	border-color:#CCCCCC;
	border-style:solid
	}
input:focus {
	border=4px;
	border-color:#999999;
	border-style:solid;
}
textarea.contactform {
	font-size:100%;
	border=2px;
	border-color:#CCCCCC;
	border-style:solid;
	background:#FFFFFF;
	}
textarea.contactform:focus {
	border=4px;
	border-color:#999999;
	border-style:solid;
}
	

/* Home Page Stuff */
.homepage-links
 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-right: 20px;	
	padding-top:10px;
}

.homepage-links a:hover{
color:#981B1E}


.twoColFix #whoweare {
	float: left; /* since this element is floated, a width must be given */
	width: 540px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #495A64;
	padding-bottom: 10px;
	padding-top: 10px;
}
.twoColFix #whatwedo {
	float: left; /* since this element is floated, a width must be given */
	width: 540px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #495A64;
	padding-bottom: 10px;
	padding-top: 10px;
}
.twoColFix #howwecanhelp {
	float: left; /* since this element is floated, a width must be given */
	width: 540px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #495A64;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.home-icons {
	margin: 0 0 2em;
	padding: 0;
	list-style-type: none;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
ul.home-icons li {
	margin: 0;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
ul.home-icons #home-icon-star {
	background-image: url(../Images/Bullets/star.jpg);
}
ul.home-icons #home-icon-arrows {
	background-image: url(../Images/Bullets/arrows.jpg);
}
ul.home-icons #home-icon-circle {
	background-image: url(../Images/Bullets/DashedCircle.jpg);
}
ul.home-icons #home-icon-boxes {
	background-image: url(../Images/Bullets/boxes.jpg);
}
ul.home-icons #home-icon-northarrow {
	background-image: url(../Images/Bullets/NorthArrow.jpg);
}
#chicagoroots .copyright{
    color: #808080;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 15px;
    text-align: right;
}


/* Service Page Stuff*/
#servicebox{
	margin-top:10px;
}
.serviceslist {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sansSerif;
	font-size: 90%;
	font-weight:normal;
	line-height: 1.6em;
}

li.service{
	list-style:none;
}
li.service a, li.service a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#517088;;
}
li.service a:hover {
	color:#981B1E;
	text-decoration:underline;
	font-weight:bold;
}
#servicesleft {
	float: left;
	width: 300px;
}
#servicesright {
}

#textcolumn {
	width: 870px;
	height: auto;
}

.experience {
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	margin-top: 0px;
	padding-bottom: 15px;
	text-align:right;
}


/* Portfolio Page Stuff */

.projectdescription {
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	margin-top: 0px;
	padding-bottom: 15px;
	text-align: right;
}

h4.communityname {
	color:#517088;
	font-weight:bold;
	font-size:100%;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sansSerif;
	text-align:right;
	margin-bottom:-4px;
	padding:0;
}


h4.projectname {
	color:#1B5C98;
	font-weight:bold;
	font-size:130%;
	text-align:right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}



/* Titles */
h2.titles {
	font-size:24pt;
	margin-bottom: 10px;
	width:500px;
	height:60px;
}
h2.servicestitles {
	font-size:24pt;
	margin-bottom: 10px;
	width:500px;
	height:80px;
}
h2.hometitles {
	font-size:24pt;
	margin-bottom: 0px;
	width:250px;
	height:60px;
}
h2#servicestitle.titles {
	background-image: url(../Images/TitleBanners/Services-Banner.png);
	text-indent: -9999px;
}

h2#portfoliotitle.titles {
	background-image: url(../Images/TitleBanners/Portfolio-Banner.png);
	text-indent: -9999px;
}
h2#profiletitle.titles {
	background-image: url(../Images/TitleBanners/Profile-Banner.png);
	text-indent: -9999px;
}
h2#whowearetitle.hometitles {
	background-image: url(../Images/TitleBanners/Who.png);
	text-indent: -9999px;
}
h2#whatwedotitle.hometitles {
	background-image: url(../Images/TitleBanners/What.png);
	text-indent: -9999px;
}
h2#howwecanhelptitle.hometitles {
	background-image: url(../Images/TitleBanners/How.png);
	text-indent: -9999px;
}
h2#affiliate.hometitles {
	background-image: url(../Images/TitleBanners/affiliate.png);
	text-indent: -9999px;
}
h2#news.hometitles {
	background-image: url(../Images/TitleBanners/news.png);
	text-indent: -9999px;
}
h2#blog.hometitles {
	background-image: url(../Images/TitleBanners/blog.png);
	text-indent: -9999px;
}
h2#contactustitles.titles {
	background-image: url(../Images/TitleBanners/ContactUs.jpg);
	text-indent: -9999px;
}
h2#john.titles {
	background-image: url(../Images/Staff/Banners/houseal.png);
	text-indent: -9999px;
	width:500px;
	height:60px;
}
h2#devin.titles {
	background-image: url(../Images/Staff/Banners/lavigne.png);
	text-indent: -9999px;
	width:500px;
	height:60px;
}
h2#dan.titles {
	background-image: url(../Images/Staff/Banners/gardner.png);
	text-indent: -9999px;
	width:500px;
	height:60px;
}
h2#courtney.titles {
	background-image: url(../Images/Staff/Banners/owen.png);
	text-indent: -9999px;
	width:500px;
	height:60px;
}
h2#brandon.titles {
	background-image: url(../Images/Staff/Banners/nolin.png);
	text-indent: -9999px;
	width:500px;
	height:60px;
}
h2#sara.titles {
	background-image: url(../Images/Staff/Banners/kopinski.png);
	text-indent: -9999px;
	width:500px;
	height:60px;
}
h2#debi.titles {
	background-image: url(../Images/Staff/Banners/nechleba.png);
	text-indent: -9999px;
	width:500px;
	height:60px;
}





#news h3 {
	background-position: right;
	float: right;
}

.newsheadlines {
	background-color: #D2C9B9;
	padding: 5px;
	margin-bottom:10px;
	border-top: 1px solid #C1B59F;
}

.blogentries {
	background-color: #D2C9B9;
	padding: 5px;
	margin-bottom:10px;
	border-top: 1px solid #C1B59F;
}

.datecontainer {
	color:#A75858;
	float: left;
	font-family: Helvetica,sans-serif;
	font-size: 95%;
	height: 25px;
	width: 35px;
	background-color: #C1B59F;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	margin-right: 6px;
}
.blogauthor {
	color: #517088;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
}

/*Profile Page Stuff*/


.staffname {
	font-size: 95%;
	line-height: 1.4em;
	font-weight:bold;
	margin-top: 0px;
}

.stafflinks
 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#staffcontainer {
	width: 100%;
}
#staffleft {
	float: left;
	width: 50%;
}
#staffright {
	float: right;
	width: 50%;
}
.staff {
	margin: 5px;
	clear: both;
	height: 100px;
}
.staffphoto {
	background-color: #CCCCCC;
	float: left;
	height: 75px;
	width: 60px;
	border-color: #999999;
	border-style: solid;
	color: #CCCCCC;
	margin-right:10px;
}

.staffcontact {
	font-size:100%;
	font-weight:bold;
	color:#1B5C98;
	text-align:left;
	margin-top:10px;
	
	}
