/*General HTML Tags */
* {font-family:verdana, arial, serif;
	font-size:11px;}

body { margin-top:0px;
	background-color: #323232;}

table {background-color:#ffffff;}

a {
	color: #d68c2b;
	font-weight:bold;
}

a:hover {
	color:#7AA409;
	font-weight:bold;
}

/*classes*/
.blackText {
	font-size:11px;
	color: #000000;
	text-decoration: none;
}

.blackText a{
	font-size:11px;
	color: #000000;
	text-decoration: none;
}

.blackText a:hover{
	font-size:11px;
	color: #000000;
	text-decoration: none;
}

.largeBlackText {
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

.redText {
	font-size:11px;
	font-weight:bold;
	color: #bb1612;
}

.contentHeading {
	font-size: 10pt;
	font-weight:bold;
	color: #d68c2b;
}

/*subHeading*/
.subHeading { 
	background: url(../images/subHeadingBg.jpg) no-repeat;
	color:#ffffff;
	font-size: 16pt;
}

/*bold black arrow links*/
.arrow a { 
	background: url(../images/green_arrow.jpg) left bottom no-repeat;
	padding-left:15px;
	font-weight:normal;
	color:#000000;
}

.arrow a:hover { 
	background: url(../images/orange_arrow.png) left bottom no-repeat;
	padding-left:15px;
	font-weight:normal;
	color:#FFA200;
}

/*non bold black arrow links*/
.blackarrow a { 
	background: url(../images/green_arrow.jpg) left bottom no-repeat;
	padding-left:15px;
	font-weight:normal;
	color:#000000;
}

.blackarrow a:hover { 
	background: url(../images/orange_arrow.png) left bottom no-repeat;
	padding-left:15px;
	font-weight:normal;
	color:#FFA200;
}

/*dashed line*/
.break { background: transparent;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #dddddd;
	margin:5px 0px 5px 0px;}
	
.business { 
	margin-right:30px;
	margin-left:20px;
	margin-top:20px;
}

.content { 
	padding-right:10px;
	margin-right:10px;
}

.footer{padding:5px;}

.footer a{
	margin-left:8px;
	margin-right:8px;
	padding:5px;
	color:#000000;
}

.news {
	padding:5px;
	margin-left:10px;
}

.news_border { 
	border-right: 1px dashed #999999;
	border-left: none;
	border-bottom: none;
	border-top: none;
	height:550px;
	width:270px;
}

.dashed { 
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px dashed #999999;
	margin:5px 0px 5px 0px;
}

.welcome { 
	background-color:#BABABA;
	padding:5px;
	font-weight:bold;
}

.what_we_do { 
	margin-right:10px;
	margin-top:20px;
}

/*These background repeats involve the front page gray box*/
.gray_top_repeat {
	background-image:url('../images/gray_top_repeat.jpg');
	background-repeat:repeat;
	background-color:#BABABA;
}

.gray_bottom_repeat {
	background-image:url('../images/gray_bottom_repeat.jpg');
	background-repeat:repeat;
	background-color:#BABABA;
}

.gray_left_repeat {
	background-image:url('../images/gray_left_repeat.jpg');
	background-repeat:repeat;
	background-color:#BABABA;
}

.gray_right_repeat {
	background-image:url('../images/gray_right_repeat.jpg');
	background-repeat:repeat;
	background-color:#BABABA;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #333;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}

.dtree a.nodeSel {
	background-color: #c0d2ec;
}

.dtree .clip {
	overflow: hidden;
}