@charset "UTF-8";
/* CSS Document */

a:link {
	color: #FF6600;
	
}
a:visited {
	color: #FF6600;
	
}
a:hover {
	color: #FF6600;
	text-decoration: none;
	
}
a:active {
	color: #FF6600;
	text-decoration: none;
	
}

body,td,th {
	font-family: "TradeGothicLight", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	color: #333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contentBorder {
	border: 1px solid #CCCCCC;
	padding: 0px;
	min-height: 504px;
	width: 1008px;
}
.navButton {
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
	/*display:inline;*/
	float:left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-decoration:none;
}
.navButton a:link {
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;	
}
.navButton a:visited {
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;	
}
.navButton a:hover {
	font-size: 11px;
	text-transform: uppercase;
	color: #FF6600;
	text-decoration: none;
}
.navButton a:active {
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;	
}
.portfolioLink a:link {
	color: #FF6600;
	
}
.portfolioLink a:visited {
	color: #FF6600;
	
}
.portfolioLink a:hover {
	color: #FF6600;
	text-decoration: none;
	
}
.portfolioLink a:active {
	color: #FF6600;
	text-decoration: none;
	
}
.addressLine {
	text-transform:uppercase;
	color:#999;
	padding-top:10px;
	font-size:10px;
	word-spacing:1px;
	padding-bottom:25px;
}

h1 {
	font-family: "TradeGothicLight", Arial, Helvetica, sans-serif;
	font-size:56px;
	line-height:56px;
	color:#333;
	font-weight: 100;
	margin:0px;
	padding:0px;
}
h2 {
	font-family: "TradeGothicLight", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#333;
	font-weight: 100;
	line-height:28px;
	margin:0px;
	padding:10px 0px;
}

h3 {
	font-family: "TradeGothicLight", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	padding:0px;
	margin:0px;
	color:#936;
	text-transform:uppercase;	
}

#pageBottomLayout {
	background-image: url(/images/bkgd_grayandwhiteBar.gif);
	min-height:190px;
	background-color: #58595b;
	background-repeat: repeat-x;
	text-align:right;
	clear:both;
}

#hpBTN {
	width:280px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align:left;
	margin-top:10px;
	font-size:18px;
	text-decoration:none;
}
#hpBTN a:link {
	text-decoration:none;
}
#hpBTN:hover {
	background-color:#CCC;
}
.purple {
	color:#801566;
}
.green {
	color:#b6c828;
}
.orange {
	color:#f28b2e;
}


/*BC Styles Overwrite*/
.cat_textbox, .cat_listbox {
	width:250px;
}

/* Styles for the TOGGLE of hidden content */
h6.trigger {
	padding: 0 0 5px 25px;
	margin: 0 0 5px;
	background: url(/go/images/img_toggle_closed.gif) no-repeat;
	width: 555px;
	font-family: "TradeGothicLight", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:18px;
	color: #333;
	float: left;
	cursor:pointer;
	border-bottom: 1px solid #d6d6d6;
}
h6.trigger a {
	text-decoration: none;
	display: block;
}
h6.trigger a:hover { color: #ccc; }
h6.active {background: url(/go/images/img_toggle_open.gif) no-repeat;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	clear: both;
	line-height:20px;
}
.toggle_container .block {
	padding-left: 26px;
	padding-bottom: 15px;
}
/*.toggle_spacer {
	border-bottom: 1px solid #d6d6d6;
	height:25px;
	<!--[if lte IE 7]>
		height:10px;
	<![endif]-->
	margin-bottom:10px;
}*/


