@charset "UTF-8";
/* CSS Document */

/*-------------------------------Global------------------------------------------*/
body  {
	font: 12px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 16px;
	background: #ffffff;
	margin: 0;
	color: #505050;
	text-align: center;
}

ul {
	margin:0px;
	padding-left:18px;
	list-style-image:url(../img/chev_o_rght.gif);
}

ul.clientlist {
	list-style:none;
	padding-left:24px;
	list-style-image:none;
}


/*-------------------------------LinkStyles------------------------------------------*/
a:link {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}


a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.navbar {
	color: #505050;
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;
}

a.navbar:hover {
	color: #f26522;
	text-decoration: underline;
}

a.clearlink:link {
	border:none;
	outline:none;
	text-decoration: none;
}

a.clearlink:hover {
	border:none;
	outline:none;
	text-decoration: none;
}

a.clearlink:visited {
	border:none;
	outline:none;
	text-decoration: none;
	color:none;
}


a.clearlink img { border-style: none; }

.navbarlocal {
	color: #000000;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}


a.chevtext:link {
	font-weight:normal;
	text-decoration: none;
}

a.chevtext:visited {
	color: #FF6600;
	text-decoration:none;
}

a.chevtext:hover {
	text-decoration:underline;

}

a.orangelink {
	color: #ec481e;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a.orangelink:hover {
	color: #ec481e;
	text-decoration: underline;
}

a.graylink {
	background-color: #363636;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: 2px;
}

a.graylink:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: underline;
	padding: 2px;
}


.inputbtn {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #363636;
	background-repeat: no-repeat;
	background-image: url(../img/chev_o_rght.gif);
	background-position: right;
	text-align: left;
	vertical-align: middle;
	border: none;
	padding: 2px;
	text-decoration: none;
}

.inputbtn:hover {
	text-decoration:underline;
	background-color: #000000;
}

.inputbx {
	background-color: #363636;
	background-repeat: no-repeat;

}

/*-------------------------------PageStructure------------------------------------------*/
#header { 
	height: 71px;
	margin: 0;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	padding-top:26px;
	padding-right: 32px;
}

#flashmedia {
	/*background-color:#968a37;
	height:300px;*/
}

#pageheaders {
	text-align: center;
}

#cap {
	height: 44px;
	background-image: url(../img/cap.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#content { 
	width: 607px;
	height: 200px;
	border: 1px solid #666666;
	text-align:left;
}

#contenttemp { 
	text-align: center;
}

.homeleftcol {
	width: 627px;
	border-right: 1px solid #c2c2c2;
	text-align:left;
	vertical-align:top;
}

.homerightcol {
	width: 222px;
	text-align:left;
	vertical-align:top;
}

.rightcolpara {
	margin:0px 0px 0px 24px;
}

.leftcolpara {
	margin: 0px 24px 0px 0px;
}


/*-------------------------------TypeFormatting------------------------------------------*/

h1 {
	font-size: 40px;
	font-weight: bolder;
	color: #505050;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h2 {
	font-size: 24px;
	font-weight: bolder;
	color: #505050;
	line-height: 26px;
}

h3 {
	font-size: 24px;
	font-weight:lighter;
	color: #ec481e;
	line-height: 24px;
}
.orangesubhead {
	font-size: 24px;
	font-weight:lighter;
	color: #ec481e;
	line-height: 24px;
}
.drkgreylarger {
	color: #202020;
	font-size: 14px;
	line-height: 16px;
}

.bolding {
	font-weight:bold;
	color: #202020;
}

.orangetype {
	color: #ec481e;
}

.quote {
	color: #707070;
	font-weight: lighter;
	font-size: 18px;
	line-height: 20px;
}

.quotee {
	color: #C2C2C2;
	font-size: 14px;
	line-height: 18px;
}


.largerblackbold {
	color: #000000;
	font-weight: bolder;
	font-size: 14px;
	line-height: 16px;
}

