@import url(leftNav.css);
body{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #33425a;
	background-image:  url(../web-design-chicago/bg-mainBody.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
p{
margin:0;
padding:3px 0 3px 0 ;
}
form {
margin:0;
padding:0;}	
/*td {
	font-size: 10px;
}*/

.frm {
	border: 1px solid #D3D3D3;
	font-size: 11px;
}
.frmck {
	/*border: 1px solid #D3D3D3;*/
	background-color: #FFFFFF;
	font-size: 10px;
}
a {
	text-decoration: none;
	color:  #911111;
	}
	
a:visited {
	text-decoration: none;
	color:  #911111;
	}
	
a:active {
	text-decoration: none;
	color:  #911111;
	}
	
a:hover {
	text-decoration: none;
	color:  #FF6600;
	}

#top {
	width: 100%;
	padding: 0;
	margin: auto;
	height: 46px;
	background: #33425a;
	background-image:  url(../web-design-chicago/bg-Top.gif);
	}
	
#bottom {
	width: 100%;
	padding: 0;
	margin: auto;
	height: 46px;
	background: #33425a;
	background-image:  url(../web-design-chicago/bg-Top.gif);
	}
	
#headerWrap {
	width: 100%;
	background-image:  url(../web-design-chicago/bg-headSide.gif);
	}
	
#logotext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 0 37px;
	color: #666666;
}

#logotext a:link {color: #666666; text-decoration: none;}
#logotext a:visited {color: #666666;	text-decoration: none;}
#logotext a:hover {color: #666666; text-decoration: none;}

#header {
	width: 760px;
	margin: auto;
	padding: 0;
	border-left: 1px solid #636F87;
	border-right: 1px solid #636F87;
	text-align:left;
	height: 135px;
	background-image:  url(../web-design-chicago/bg-headCenter.gif);
	}
	
#headerLeft {
	width:230px;
	float: left;
	text-align:left;
	margin: 0;
	padding: 50px 10px 10px 20px;
	}
	
#headerRight {
	margin: 0 0 0 230px;
	text-align:right;
	padding: 45px 30px 10px 10px;
	}

.fboxGray {
	font-size: 11px;
	color: #5C5C5C;
}
#main {
	width: 760px;
	text-align: left;
	margin: auto;
	background-image:  url(../web-design-chicago/bg-topShade.gif);
	background-repeat: repeat-x;
	background-position: left top;

	}

#mainLeft {
	width:260px;
	padding: 0;
	text-align:left;
	float:left;
	}

#mainRight {
	margin: 0 0 0 260px;
	padding: 0;
	text-align:left;
	}
	
#mainRight-full {
	margin: 0 0 0 20px;
	padding: 0;
	text-align:left;
	}
	
#footerWrap {
	background-image:  url(../web-design-chicago/bg-footSide.gif);
	width: 100%;
	background-color: #333333;
	clear:both;
	}
	
#footer {
	width: 720px;
	text-align: left;
	padding: 20px;
	border-left: #636f87 solid 1px;
	border-right: #636f87 solid 1px;
	height: auto;
	background-image:  url(../web-design-chicago/bg-footCenter.gif);
	background-color: #999999;
	margin:auto;
	font-size: 11px;
	}

#bottom	{
	width: 100%;
	padding: 0px;
	margin: auto;
	height: 20px;
	background: #33425a;
	background-image:  url(../web-design-chicago/bg-Bottom.gif);
	}

#mainBgImage{
	background-image:  url(../web-design-chicago/mainImage5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 230px;
	width: auto;
}

#topNav {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 0px;
	margin: 0 0 0 0px;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;

}

#topNav-sm {
	padding-left: 0px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-top: 0px;
	margin: 0 0 0 0px;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	background-image: url(../web-design-chicago/bg-topNav-sm.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #666666;
}
#topNav-lg {
	padding-left: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0 0 0 0px;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	background-image: url(../web-design-chicago/bg-topNav-lg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #666666;
}
#divH {
	background-image:  url(../web-design-chicago/divH.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px 0 10px 0;
}

.divV-lt {
	background-image:  url(../web-design-chicago/divV-lt.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px 0 10px 0;
}
.divH-lt {
	background-image:  url(../web-design-chicago/divH-lt.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px 0 10px 0;
}
.divH-ltNoSpace {
	background-image:  url(../web-design-chicago/divH-lt.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 0;
	margin:0;
}

#mainBody{
	padding: 20px 30px 20px 20px;
	margin: 0;
	width: auto;
	height:auto;
	font-size: 12px;
}

#mainBodyHome{
	padding: 10px 30px 20px 20px;
	margin: 0;
	width: auto;
	height:auto;
	font-size: 12px;
	/*background-image: url(../web-design-chicago/divV-lt.gif);
	background-repeat: repeat-y;
	background-position: 0 -20px;*/
}
#mainBody-full{
	padding: 20px 30px 20px 25px;
	margin: 0;
	width: auto;
	height:auto;
	font-size: 12px;
}
#mainBody-small{
	padding: 20px 150px 20px 100px;
	margin: 0;
	width: auto;
	height:auto;
	font-size: 12px;
}
.headerHome {
	font-size:14px;
	color: #333333;
}

#leftContent {
	margin: 20px 10px 20px 10px;
	width: 220px;
	text-align:left;
	float:left;
	}
	
html>body #leftContent {
  margin: 20px 10px 20px 20px;
} 


#leftContentHome {
	margin: 10px 10px 20px 10px;
	width: 220px;
	text-align:left;
	float:left;
	}
	
html>body #leftContentHome {
  margin: 10px 10px 20px 20px;
} 

.header{
	font-size: 13px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #5E809D;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0 25px 0 25px ;
	padding:20px 0 0 0;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E18C70;
}

.subheader{

	font-size: 12px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #5E809D;
	font-style: normal;
	margin: 0 ;
	padding:20px 0 0 0;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E18C70;
}

#news {
padding: 0 10px 0 0;

}
.header-news{
	font-size: 12px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #5E809D;
	font-style: normal;
	margin: 40px 0 20px 0;
	padding:0;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99AFC4;
}

.W3C{
	font-size: 11px;
	margin: 0;
	padding: 20px 13px 0 13px;
	/*background-image:  url(../web-design-chicago/bg-Box.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
	background-image:url(../web-design-chicago/bg-w3.gif);
	background-repeat:no-repeat;
		background-position: center top;
	
}
.pdfBox{
	font-size: 11px;
	margin: 10px 0 10px 0;
	padding: 25px 13px 0 13px;
	/*background-image:  url(../web-design-chicago/bg-Box.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
	background-image:url(../web-design-chicago/bg-pdf.gif);
	background-repeat:no-repeat;
	background-position: center top;
}

.rBoxTop {
	background-image:url(../web-design-chicago/roundBoxTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
	height:14px;
	background-color: #000000;
}
.rBoxMid {
	background-image:url(../web-design-chicago/roundBoxMid.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin:0;
	padding:0 12px 0 12px;
	font-size:11px;
}
.rBoxBot {
	background-image:url(../web-design-chicago/roundBoxBot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:0;
	padding:0;
	height:14px;
}



.content-featured{
	font-size: 11px;
	margin: 0;
	padding: 15px 13px 0 13px;
	height:auto;
	background-image:url(../web-design-chicago/bg-featuredBox.gif);
	background-repeat:no-repeat;
	background-position: center top;	
}


.mainContact{
	font-size: 11px;
	margin: 0;
	padding: 20px 13px 0 13px;
	height:auto;
	background-image:url(../web-design-chicago/bg-quickForm.gif);
	background-repeat:no-repeat;
	background-position: center 6px;	
}



.header-feature{
	font-size: 11px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #5E809D;
	font-style: normal;
	margin: 30px 0 10px 0;
	padding:0;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99AFC4;
}

.featuredB{
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-image:url(../web-design-chicago/featuredBoxB.gif);
	background-repeat:no-repeat;
	background-position: bottom;	
}

.smCopy{
font-size: 11px;
}
.news{
	font-size: 11px;
	margin-left: 62px;
}

.newsHead{
	font-size: 11px;
}
#special {
	float: left;
	color: #003366;
	background-color: #F4FAFD;
	font-size: 11px;
	background-image: url(../web-design-chicago/bgtab.gif);
	background-repeat: repeat;
	padding: 10px;
	margin: 0;
	width: 200px;
}

html>body #special {
  width: 190px;
} 

#border {

	border: 1px solid #B6DEF1;
	background-color: #ffffff;
	float: right;
	padding: 5px;
	margin: 35px 10px 20px 20px;
}

#border2 {

	border: 1px solid #B6DEF1;
	background-color: #ffffff;
	float: right;
	padding: 5px;
	margin: 20px 10px 20px 20px;
}




/* version with rounded box background

	.contactBox{
	font-size: 11px;
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
	text-align:center;
	background-image: url(../web-design-chicago/contBox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #006699;
	height:50px;
}*/

.contactBox{
	font-size: 11px;
	margin: 30px 10px 0 0;
	padding: 20px 0 0 0;
	text-align:center;
	color: #006699;
	height:50px;
	background-color:#E8E8E8;
}

.contactBox a:link {color: #006699; text-decoration: underline;}
.contactBox a:visited {color: #006699;	text-decoration: underline;}
.contactBox a:hover {color: #FF6600; text-decoration: none;}


.marginTB{
margin:0;
padding:20px 0 10px 0 ;
}
.headerList {
	color: #003366;
	font-size: 11px;
	margin: 0 0 10px -10px;
		
}

.wide{
	letter-spacing: 1px;
	word-spacing: 2px;
	font-size: 11px;

		
}
.portfolio{
	padding: 10px 0;
	margin: 0 0 15px 0px;
	clear: none;
	height: 260px;
}
/*.portfolio_img{
	padding: 0;
	margin: 0 0 0 15px;
	float: right;
}*/

.portfolio_img{
	padding: 10px 30px 10px 0 ;
	margin: 0;
	text-align:left;


}


.req {
	color:#FF6600;
	font-size: 9px;

}
.button {
	border: none #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	color:#FFFFFF;
	height: 24px;
	width:70px;
	display:block;
	background-color: #FFFFFF;
	background-image: url(../web-design-chicago/button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	margin:-5px 10px 0 5px;
	}
