* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

body {
	background: #6f6b4d;
	width: 902px;
	margin: 10px auto;
	font: normal normal normal 12px/1.5em Verdana, Arial, sans-serif;
	position: relative;
}

div#branding {
	clear: both;
	overflow: auto;
}

h1#logo a{
	float: left;
	display: block;
	background: url(../images/bren_logo.gif) no-repeat 7px top;
	text-indent: -9999px;
	height: 39px;
	width: 180px;
}

h2#tic a {
	float: right;
	display: block;
	background: url(../images/tic_logo.gif) no-repeat top right;
	text-indent: -9999px;
	/*height: 40px;
	width: 184px;*/
	height: 35px;
	width: 237px;
}

ul.sitenav {
	background: #333;
	height: 35px;
}

ul.sitenav,
ul#targetedLinks,
ul#secondaryNavigation {
	overflow: hidden;
	clear: both;
}

ul.sitenav li,
ul#targetedLinks li,
ul#secondaryNavigation li {
	float: left;
	display: block;
}

ul.sitenav li a,
ul#targetedLinks li a,
ul#secondaryNavigation li a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 8px 20px;
	font-size: 11px;
	text-decoration: none;
}

ul.sitenav li a:hover,
ul.sitenav li a.selected {
	color: #a8c27d;
}

ul#secondaryNavigation {
	background: #444;
	height: 28px;
}

ul#targetedLinks {
	background: #514f40;
	height: 28px;
}

ul#secondaryNavigation li a,
ul#targetedLinks li a {
	color: #a3a3a3;
	font-weight: normal;
	padding: 5px 10px;
}

ul#secondaryNavigation li a.copy { padding-right: 0; font-weight: normal; }
ul#secondaryNavigation li.rss a { padding: 7px 7px 0 0; }
ul#secondaryNavigation li.rss { float: right; }
#flash { height: 542px; width: 621px; float: left; overflow: hidden; }

div#secondaryContent {
	float: right;
	width: 281px;
	background: #fff;
	position: relative;
	height: 542px;
}

blockquote {
	height: 338px;
	padding: 15px 25px;
}

blockquote p {
	height: 259px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 24px;
}

cite {
	color: #a8c27d;
	border-top: 1px solid #a8c27d;
	padding-top: 8px;
	font-style: normal;
	display: block;
}

cite span { display: block; }
cite span.name { font-size: 14px; font-weight: bold; color: #333; }
cite span.company { font-size: 12px; padding-top: 5px; }

a#learnMore {
	background: #d7c489 url(../images/learn_more_button.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 281px;
	height: 39px;
}

div#observations {
	color: #c09716;
	padding: 6px 25px;
	height: 123px;
	position: absolute;
	bottom: 0;
	right: 0;
}

div#observations h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 4px 0;
}

div#observations p,
div#observations a.readMore {
	font-size: 10px;
	line-height: 15px;
}

div#observations a.readMore {
	color: #c09716;
	position: absolute;
	bottom: 10px;
	left: 25px;
}

observationHead {
	color: #c09716;
	text-decoration:none;
}
observationHead:hover {
	color: #c09716;
	text-decoration:none;
}
.maintext{
	color: #666666;
	font: 12px Verdana, Arial, Geneva, Helvetica, san-serif;
	font-weight: normal;
	line-height: 15px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 15px;
	background-color: #fff;
}
div.maintext p {
	padding-bottom: 10px;
}
.headertext{
	color: #666666;
	font: 12pt Verdana, Arial, Geneva, Helvetica, san-serif;
	font-weight: bold;
	line-height: 12pt;
	background-color: #fff;
	padding: 5px;
}
.header2text{
	color: #59839D;
	font: 10pt Verdana, Arial, Geneva, Helvetica, san-serif;
	font-weight: bold;
	line-height: 12pt;
	background-color: #fff;
	/*padding: 5px;*/
}
blockquote.landingQuote {
	height: auto;
	padding: 15px 25px;
}
.quote{
	font: 10px Verdana, Arial, Geneva, Helvetica, san-serif;  
	font-weight: bold;
	text-align: left;
	color: #4070BA;
	text-decoration : none;
	background-color : #EDF2F6;
	line-height: 11pt;
}
.quotetag{
	font: 10px Verdana, Arial, Geneva, Helvetica, san-serif;  
	font-weight: bold;
	text-align: right;
	color: #4070BA;
	text-decoration : none;
	background-color : #EDF2F6;
}
blockquote.landingQuote ul {
	display: block;
	margin: 0;
	padding: 0;
}
blockquote.landingQuote ul li {
	list-style: disc;
}
.quoteleft {
	width: 19px;
	border: 0;
	background: url(../../images/quote_left.gif) repeat;
}
.quoteright {
	width: 25px;
	background: url(../../images/quote_right.gif) repeat;
	border: 0;
}
.quotetop {
	width: 346px;
	background: url(../../images/quote_top.gif);
	border: 0;
}
div#container {
	background-color: #414B4B;
}
div#container.bluegray {
	background-color: #59839D;
}
div#container.green {
	background-color: #2BAB7C;
}
div#container.red {
	background-color: #DA212B;
}
div#container.lightblue {
	background-color: #7590C7;
}
div#container.navyblue {
	background-color: #263178;
}
div#mainImage {
	float: left;
	width: 281px;
	height: 100%;
}
div#mainContent {
	float: left;
	width: 621px;
}
div#bottomQuote {
	clear: both;
	height: 173px;
}
div.leftQuote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #fff;
	margin: 0 27px 0 27px;
}
a {
	color: #6F6B4D;
}
img.textimg {
	border: 0;
	margin: 0 0 5px 5px;
}
dd div.title, dd div.definition {
	font-family: Arial,Helvetica,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 16px; 
	color: rgb(102, 51, 0); 
	font-size-adjust: none; 
	font-stretch: normal;
}
dd div.title {
	border: 1px solid #fff;
	float: left;
	width: 75px;
	display: block;
}
dd div.definition, dd div.definition a {
	/*border: 1px solid red;*/
	display: block;
	margin-left: 40px;
	text-indent: 0;
}
dd {
	padding-bottom: 10px;
	overflow: hidden;
	clear: left;
	display: block;
}
ul li {
	padding-bottom: 10px;
/*	margin-left: 15px;*/
	list-style: disc;
}
table.sitemap {
	width: 780px;
	margin: 5px 0 15px 65px;
	border: 0;
	text-align: center;
}
div.sitemapcol ul.sitemap li {
	list-style: none;
}
div.maintext li {
	margin: 0;
	padding: 0;
	list-style: disc;
}
div.sitemapcol {
	FONT: bold 12px/24px Arial,Helvetica,sans-serif; 
	COLOR: #006699;
	width:300px;
	float: left;
	margin-left: 40px;
	line-height: 24px;
}
div.sitemapcol ul.sitemap li a img {
	border: 0;
	margin: 2px;
	padding: 0;
}