/* CSS Document */


html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: arial,sans-serif;
	font-size: 12px;
}

#container	{
	width: 936px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	/* min-height: 100%;  */
}

*html #container	{
	height: 100%;
}

/* global elements */

a	{
	color: #424242;
}

a:hover	{
	color: #424242;
}

h1	{
	color: #302a26;
	font-size: 28px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

h2	{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #9c9c9c;
	font-size: 17px;
	line-height: 20px;
}

h3	{
	color: #868686;
	font-size: 15px;
	line-height: 18px;
}

h4	{
	color: #6c6c6c;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
}

h5	{
	color: #6c6c6c;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 8px 0px 5px 0px;
}

.timeLineLink	{
	padding: 0px 25px 0px 0px;
	font-size: 14px;
	color: #424242;
	text-decoration: none;
}

#pullQuote	{
	float: right;
	width: 180px;
	margin: 0px 0px 20px 20px;
}

#pullQuote .pullQuoteBottom	{
	height: 15px;
}

#pullQuote .pullQuoteContent	{
	padding: 8px;
}

#pullQuote p	{
	margin: 0px;
	padding: 5px 6px 0px 6px;
	font-size: 14px;
	color: #424242;
	line-height: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pullQuote .name	{
	padding: 5px 6px 0px 6px;
	color: #7b7b7b;
	font-weight: bold;
}

#pullQuote .title	{
	font-size: 11px;
	color: #989898;
	padding: 0px 0px 0px 6px;
}

#pullQuote .link	{
	font-size: 11px;
	text-align: right;
	padding: 5px 5px 0px 0px;
}

#inlineQuote	{
	border-top: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	padding: 0px 10px 10px 0px;
	margin: 0px 0px 10px 0px;
}

#inlineQuote blockquote	{
	padding: 0px 0px 0px 22px;
    text-indent: -22px;
	color: #424242;
	margin: 8px 10px 8px 10px;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
}

#inlineQuote blockquote:first-letter	{
	padding: 5px 0px 10px 22px;
}

#inlineQuote .name	{
	text-align: right;
	color: #7b7b7b;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
}

#inlineQuote .title	{
	text-align: right;
	color: #989898;
	font-size: 11px;
	padding: 0px 10px 0px 0px;
}


#contentMain li	{
	list-style: square;
	padding: 2px 0px 4px 10px;
}


/* page layout */

#leftColumn	{
	width: 239px;
	padding: 0px 0px 0px 0px;
}

#rightColumn	{
	width: 697px;
}

#rightColumnHeader	{
	height: 57px;
	display: none;
}

#rightColumnHeader .topTab	{
	background: url(../images/topTabBkgrd.gif) no-repeat;
	float: right;
	width: 171px;
	height: 24px;
	color: #fff;
	margin: 33px 3px 0px 0px;
}

#rightColumnHeader .topTab ul	{
	padding: 1px 0px 0px 6px;
	margin: 0px;
}

#rightColumnHeader .topTab ul li	{
	display: inline;
	font-size: 10px;
	padding: 0px 0px 0px 3px;
}

#rightColumnHeader .topTab a	{
	color: #fff;
	text-decoration: none;
}

#rightColumnHeader .topTab a:hover	{
	text-decoration: underline;
}


#content	{
	padding: 19px 0px 0px 0px;
}


#contentMain	{
	width: 500px;
	float: left;
	padding: 0px 0px 30px 0px;
}

#teichertLogo	{
	text-align: center;
	display: none;
}

.printLogo	{
}

#shadowBottom	{
	width: 199px;
	height: 10px;
	display: none;
	background: url(../images/shadowBottom.gif) no-repeat bottom;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#shadowBottom2	{
	width: 218px;
	height: 10px;
	display: none;
	background: url(../images/shadowBottom2.gif) no-repeat top;
	padding: 0px 0px 0px 0px;
}

#shadowTop	{
	width: 199px;
	height: 12px;
	display: none;
	background: url(../images/shadowTop.gif) no-repeat bottom;
	margin: 0 auto;
	
}

/* nav */

#nav {
	margin: 10px 0px 10px 12px;
	font-size: 11px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a {
	color: #b1ada4;
	text-decoration: none;
	display: block;
	width: 154px;
	padding: 7px 0px 6px 35px;
	background: url(../images/navLines.gif) no-repeat;
}

#nav a:hover	{
	color: #fff;
	background: url(../images/navOver.gif) no-repeat;
}

#subNav {
	padding: 0px 0px 10px 0px;
}

#subNav a{
	padding: 2px 0px 3px 45px;
	color: #ffffff;
}

#subNav a:hover	{
	color: #cecece;
}

.navOn	{
	background: url(../images/navOn.gif) no-repeat 0px 0px
}

#ctaArea {
	text-align:center;
	color: #28221e;
	display: none;
	margin: 0px 0px 0px 12px;
}

#ctaArea h1	{
	color: #aea59f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

#ctaArea p	{
	margin: 5px 25px 0px 25px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}

#ctaArea .ctaOne	{
	background: url(../images/ctaBkgrd01.gif) no-repeat;
	width: 217px;
	display: none;
	height: 155px;
	padding: 25px 0px 0px 0px;
}

#ctaArea .ctaTwo	{
	background: url(../images/ctaBkgrd02.gif) no-repeat;
	width: 218px;
	display: none;
	height: 122px;
	padding: 20px 0px 0px 0px;
}

#ctaArea .learnMoreBtn	{
	margin: 10px 0px 0px 0px;
}

#teichertInfo	{
	padding: 15px 0px 0px 0px;
}

#teichertInfo h1	{
	color: #454545;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	font-size: 21px;
}

#teichertInfo p	{
	margin: 0px;
	color: #6b6b6b;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
}

/* home page area */

.homeImage	{
	position: relative;
}

.homeImage h1	{
	position: absolute;
	top: 20px;
	padding: 0px;
	margin: 0px;
	left: 17px;
	width: 235px;
	color: #302a26;
	font-size: 34px;
	line-height: 32px;
}

.homeImage h2	{
	position: absolute;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 18px;
	width: 190px;
	font-weight: normal;
	top: 125px;
	left: 17px;
}

#homeBlueBar	{
	width: 500px;
	height: 36px;
	margin: 5px 0px 0px 0px;
}

#homeBlueBar h3	{
	color: #717171;
	font-size: 13px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}

.homeArea1	{
	width: 141px;
	float: left;
	padding: 0px 15px 0px 0px;
}

.homeArea2	{
	width: 131px;
	float: left;
	padding: 0px 15px 0px 14px;
}

.homeArea3	{
	width: 135px;
	float: left;
	padding: 0px 15px 0px 14px;
}

#homeContent	{
	color: #302a26;
	font-size: 12px;
	line-height: 17px;
	padding: 10px 0px 20px 0px;
}

.homeContentButtons	{
	margin: 0px 0px 20px 0px;
	display: none;
}

#homeQuickLinks	{
	padding: 0px 0px 0px 0px;
}

#homeQuickLinks	h4{
	color: #302a26;
	font-size: 20px;
	border-bottom: 1px dotted #d1d1d1;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#homeQuickLinks	ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	float: left;
	font-size: 12px;
}

#homeQuickLinks ul li	{
	padding: 4px 0px 4px 0px;
	list-style: none;
}

#homeQuickLinks .list1	{
	width: 160px;
}

#homeQuickLinks .list2	{
	width: 200px;
}

#homeQuickLinks .list3	{
	width: 125px;
}

.clearLeft	{
	clear: left;
}


.clearBoth	{
	clear:both;
}

/* right side */

#contentMainRight	{
	width: 157px;
	float: right;
	padding: 0px 10px 0px 0px;
	color: #302a26;
	font-size: 11px;
	line-height: 16px;
}

#contentMainRight span	{
	color: #686868;
}

#contentMainRight .content	{
	border-bottom: 1px solid #d6d4d4;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 8px 0px;
}

#contentMainRight .link	{
	padding: 6px 0px 0px 0px;
}

#contentMainRight h1	{
	font-size: 14px;
	color: #575757;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	width: 144px;
	height: 25px;
}

#contentMainRight h2	{
	font-size: 14px;
	color: #575757;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	width: 144px;
	height: 25px;
}


#contentMainRight h3	{
	font-size: 14px;
	color: #575757;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	width: 144px;
	height: 25px;
}	


#contentMainRight .featuredProject img	{
	padding: 2px;
	border: 1px solid #706b61;
}

#contentMainRight .featuredProject h4	{
	color: #302a26;
	font-size: 18px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}


/*footer area */

#footerArea	{
	width: 100%;
	clear: left;
}

#footerFakeColumn {
	width: 239px;
	border-right: 1px solid #ffffff;
}

#footerInfo {
	width: 695px;
	padding: 40px 0px 0px 0px;
	font-size: 11px;
}

#footerInfo a	{
	color: #d3ecfa;
	text-decoration: none;
}

#footerInfo .footerLeft	{
	width: 445px;
	padding: 0px 0px 0px 0px;
}

#footerInfo .footerRight	{
	display: none;
}

#footerInfo ul	{
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	display: none;
}

#footerInfo ul li	{
	border-bottom: 1px solid #76c4f1;
	padding: 5px 0px 1px 0px;
	list-style: none;
}

#footerInfo .footerList1	{
	width: 110px;
}

#footerInfo .footerList2	{
	width: 125px;
}

#footerInfo .footerList3	{
	width: 130px;
}

#footerInfo .copyright	{
	color: #aeaeae;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#footerAreaContainer {
	height: 181px;
	width: 936px;
}

#footerAreaContinued {
	float: right;
	background: #ff3300;
}


