/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
* {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1E1E1E;
	color: #333333;
}

img, a img {
	border: none;
}

.handcursor {
	cursor: hand;
	cursor: pointer;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #AF292E;
	text-decoration: none;
}

a:hover {
	color: #FF8200;
	text-decoration: none;
}

p {
	margin: 0;
	color: #333333;
	line-height: 17px;
	padding: 0px 0px 12px 0px;
}

ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
	color: #634134;
}

ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
	color: #634134;
}

ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: disc;
}

li {
	padding-bottom: 5px;
	color: #634134;
}

td {
	vertical-align: top;
}

h1 {
	color: #f79c24;
	font-size: 34px;
	font-weight: normal;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.error {
	color: #FF8200;
}

.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}

#headerbar {
	height: 40px;
	background-color: #333333;
}

#footerbar {
	background-color: #333333;
	min-height: 372px;
	background-image: url(images/back_footerbar.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#maincontent {
	background-image: url(images/back_maincontent.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 756px;
	clear: both;
	overflow: visible;
}

#agencycontent {
	background-image: url(images/agency_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 604px;
	clear: both;
	overflow: visible;
	z-index: 1;
	background-color: #ffffff;
}

#headerbarwidth, #footerbarwidth {
	margin: 0 auto;
	width: 1000px;
}

#maincontentwidth {
	margin: 0 auto;
	width: 1003px;
}

#agencycontentwidth {
	margin: 0 auto;
	width: 1200px;
	background-image: url(images/flintcom_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 604px;
	z-index: 2;
	background-color: #ffffff;
}

#agencyoverlay {
	background-image: url(images/agency_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 604px;
	clear: both;
	overflow: visible;
	z-index: 1;
}

#header_logo {
	float: left;
	width: 40px;
	padding-top: 9px;
	text-align: right;
}

#header_nav {
	margin: 0px 215px 0px 55px;
}

#header_mainnav {
	float: left;
	width: 370px;
}

#header_mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#header_mainnav li {
	float: left;
	padding: 0px 23px 0px 0px;
}

#header_mainnav a {
	color: #99dcd9;
	font-size: 12px;
	display: block;
	padding: 16px 0px 0px 0px;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
}

#header_mainnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header_mainnav a.on {
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	padding: 16px 0px 0px 0px;
	text-decoration: none;
	float: left;
	background-image: url(images/back_navon.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#header_secnav {
	float: left;
	width: 280px;
	padding: 0px;
}

#header_secnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#header_secnav li {
	float: left;
	padding: 0px 20px 0px 0px;
}

#header_secnav a {
	color: #CCCCCC;
	font-size: 10px;
	display: block;
	padding: 18px 0px 0px 0px;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
}

#header_secnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header_secnav a.on {
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	padding: 18px 0px 0px 0px;
	text-decoration: none;
	float: left;
	background-image: url(images/back_navon.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#header_search {
	float: right;
	width: 200px;
	padding-top: 14px;
}

#header_searchleft {
	float: left;
	width: 164px;
}

#header_searchlabel {
	font-size: 10px;
	color: #CCCCCC;
	float: left;
	width: 45px;
	text-align: left;
	height: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

#header_searchbox {
	float: right;
	width: 116px;
}

#header_searchbtn {
	float: right;
	width: 25px;
	text-align: left;
}

#header_searchbox input {
	width: 116px;
	height: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #505050;
	border: none;
	padding: 0px;
	margin: 0px;
}

#breadcrumb {
	padding: 13px 0px 13px 23px;
}

#breadcrumb a {
	font-size: 11px;
	color: #84929D;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(images/breadcrumbspacer.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 10px;
}

#breadcrumb a:hover {
	color: #191C1F;
	text-decoration: none;
}

#footerbarleft {
	float: left;
	width: 340px;
	text-align: left;
}

#footerbarleftpad {
	padding: 20px 0px 0px 25px;
}

.footersocialblock {
	padding-right: 15px;
}

.footersocialicon {
	float: left;
	width: 51px;
}

.footersocialtext {
	/*float: right;
	width: 235px;*/
	padding: 0px 0px 5px 0px;
}

.footersocialtitle {
	font-size: 14px;
	color: #CCCCCC;
}

.footersocialtitle a {
	color: #CCCCCC;
	text-decoration: none;
}

.footersocialtitle a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footerknowlink {
	font-size: 12px;
	color: #CCCCCC;
	width: 218px;
}

#footerknowlink a {
	display: block;
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(images/arrowdot.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
}

#footerknowlink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footersocialdivider {
	clear: left;
	padding: 8px 0px 8px 0px;
}

#footerbarright {
	float: right;
	width: 650px;
	text-align: left;
}

#footeraddress {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 16px;
	width: 150px;
}

#footeraddress a {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(images/footernavarrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

#footeraddress a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footerlinkcolumn {
	float: left;
	width: 175px;
	padding: 20px 0px 0px 0px;
}

.footerlinkcolumn ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.footerlinkcolumn ul li {
	color: #99DCD9;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

.footerlinkcolumn ul li a {
	color: #99DCD9;
	font-size: 11px;
	font-weight: bold;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.footerlinkcolumn ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footerlinkcolumn ul li ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style-type: none;
	list-style-image: none;
}

.footerlinkcolumn ul li ul li {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	clear: left;
}

.footerlinkcolumn ul li ul li a {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	text-transform: none;
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	text-transform: none;
	background-image: url(images/footernavarrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	float: left;
}

.footerlinkcolumn ul li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#pagecontent {
	clear: left;
	padding-top: 20px;
}

/*
	Home Page Styles
*/

#homecontent {
	position: relative;
}

#homemap {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 716px;
	height: 473px;
	z-index: 1;
}

#homelogo {
	position: absolute;
	top: 95px;
	left: 25px;
	width: 140px;
	height: 45px;
	z-index: 2;
}

#hometext {
	position: absolute;
	top: 159px;
	left: 25px;
	width: 480px;
}

#hometext h3 {
	padding-bottom: 16px;
}

#homedesc {
	font-size: 15px;
	line-height: 18px;
}

#homecolheaders {
	position: absolute;
	top: 452px;
	left: 0px;
	width: 100%;
	height: 14px;
	z-index: 10;
}

#homecolumnhead_sol {
	float: left;
	width: 333px;
}

#homecolumnhead_sol a {
	display: block;
	height: 14px;
	line-height: 14px;
	margin-left: 28px;
	background-image: url(images/homehead_solutions.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#homecolumnhead_sol a:hover {
	background-position: bottom left;
	text-decoration: none;
}

#homecolumnhead_blog {
	float: left;
	width: 334px;
}

#homecolumnhead_blog a {
	display: block;
	height: 14px;
	line-height: 14px;
	margin-left: 28px;
	background-image: url(images/homehead_fd_blog.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#homecolumnhead_blog a:hover {
	background-position: bottom left;
	text-decoration: none;
}

#homecolumnhead_exp {
	float: left;
	width: 333px;
}

#homecolumnhead_exp a {
	display: block;
	height: 14px;
	line-height: 14px;
	margin-left: 28px;
	background-image: url(images/homehead_resource.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#homecolumnhead_exp a:hover {
	background-position: top left;
	text-decoration: none;
}

#homecolumns {
	position: absolute;
	top: 475px;
	left: 0px;
	z-index: 2;
}

#homecol_expertise {
	position: absolute;
	top: 475px;
	left: 7px;
	width: 322px;
	height: 228px;
	z-index: 10;
}

#homecol_expertise_pad {
	padding: 12px 14px 12px 14px ; 
}

#featured_products {
	padding-top: 3px;
	padding-left: 12px;
	margin: 0px
}

#featured_products ul {
	padding-top: 3px;
	padding-left: 4px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}

#featured_products li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#homecol_blog {
	position: absolute;
	top: 475px;
	left: 674px;
	width: 322px;
	height: 228px;
	z-index: 10;
}

#homecol_solutions {
	position: absolute;
	top: 475px;
	left: 336px;
	width: 322px;
	height: 228px;
	z-index: 10;
}

.homecolpad {
	padding: 10px;
}

.homecoltitle {
	color: #575a5d;
	font-size: 14px;
	line-height: 15px;
	padding: 5px 0px 5px 0px;
}

.homecoldivider {
	padding: 5px 0px 5px 0px;
}

.homeblogrow {
	clear: both;
	padding-top: 5px;
}

.homeblogdate {
	float: left;
	width: 40px;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 3px;
}

.homeblogtitle {
	float: left;
	width: 245px;
	color: #AF292E;
	font-size: 15px;
	
}

.homeblogtitle a:hover {
	text-decoration: none;
}

.homecollist {
	float: left;
	width: 150px;
	padding-top: 5px;
}

.homeexpitem {
	padding: 0px 0px 8px 14px;
	background-image: url(images/bullet_plusred.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.homeexpitem a {
	font-size: 15px;
	color: #af292e;
	text-decoration: none;
}

.homeexpitem a:hover {
	color: #FF8200;
	text-decoration: none;
}

/*
	Expertise Styles
*/

#expertisebg {
	/* not used any longer, changed to png background image with transparent gif for IE6 */
	position: absolute;
	top: 20px;
	left: -2px;
	height: 474px;
	width: 1000px;
	z-index: 0;
}

#expertisecols {
	background-image: url(images/bg_expertise.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 474px;
}

#expertisepad {
	padding: 3px;
}

#expertiseleft {
	float: left;
	width: 334px;
	/*z-index: 10000000;*/
}

#expertiseleftpad {
	padding: 25px 20px 100px 20px;
}

#expertiseright {
	float: right;
	width: 656px;
	text-align: center;
	padding-top: 15px;
}

#expertisetitle h2 {
	font-size: 34px;
	color: #FFFFFF;
	line-height: 36px;
	padding-bottom: 10px;
}

#expertisedesc p {
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
}

#expertisedesc ul {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 20px 20px;
	color: #FFFFFF;
	list-style-type: circle;
	list-style-image: none;
}

#expertisedesc li {
	color: #FFFFFF;
}

#expertisedesc a {
	color: #FFFFFF;
	text-decoration: underline;
}

#expertisedesc a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*
	Network Styles
*/

#networkleft {
	float: left;
	width: 342px;
}

#networkright {
	float: right;
	width: 660px;
	padding-bottom: 40px;
}

#networklefttop {
	width: 342px;
	background-image: url(images/back_leftorange.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#networklefttoppad {
	padding: 25px 20px 25px 20px;
}

#networktitle h1 {
	font-size: 34px;
	color: #FFFFFF;
	line-height: 36px;
	padding-bottom: 10px;
}

#networkdesc p {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
}

#networkleftmap {
	background-image: url(images/back_mappartners.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 312px;
}

#leftpartners {
	padding: 11px 0px 0px 5px;
}

#partnertitle h2 {
	color: #575a5d;
	font-size: 16px;
	padding: 5px 0px 0px 10px;
}

#partnerlogos {
	padding: 0px 0px 0px 5px;
	position: relative;
}

.partnerdetailoff {
	position: absolute;
	top: -70px;
	left: 35px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.partnerdetail {
	position: absolute;
	top: -70px;
	left: 35px;
	width: 258px;
	height: 77px;
	background-image: url(images/partnerbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px;
}

.partnerdetailpad {
	padding: 10px 15px 5px 15px;
}

.networkfloat {
	float: left;
	width: 329px;
	height: 372px;
	overflow: hidden;
}

.networkfloatpad {
	background-image: url(images/back_networkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	margin: 3px 0px 0px 3px;
	padding: 0px 2px 3px 0px;
	height: 100%;
}

.networkpic {
	height: 223px;
}

.networkpicoff {
	/*visibility: hidden;*/
	height: 0px;
	overflow: hidden;
}

.networkmap {
	height: 223px;
	overflow: hidden;
	display: block;
}

.networkmapoff {
	height: 223px;
	overflow: hidden;
	display: none;
}

.networklogo {
	padding: 15px 0px 12px 12px;
}

.networkcolumns {
	padding: 0px 0px 0px 12px;
}

.networkaddress {
	float: left;
	width: 135px;
}

.networkaddress p {
	margin: 0px;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 5px 0px;
}

.networklinks {
	float: right;
	width: 123px;
}

.networklinks ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.networklinks li {
	margin: 0px;
	padding: 0px;
}

.networklinks a {
	display: block;
	font-size: 12px;
	line-height: 19px;
	padding: 0px;
	background-image: url(images/networkdivider.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #AF292E;
	text-decoration: none;
}

.networklinks a:hover {
	color: #FF8200;
	text-decoration: none;
}

.maplink {
	position: absolute;
	top: 5px;
	right: 11px;
	width: 42px;
	height: 15px;
	z-index: 100;
}

.maplinkoff {
	/*visibility: hidden;*/
	position: absolute;
	top: 5px;
	right: 11px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 100;
}

.officelink {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 62px;
	height: 15px;
	z-index: 100;
}

.officelinkoff {
	/*visibility: hidden;*/
	position: absolute;
	top: 5px;
	right: 11px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 100;
}

/*
	About Styles
*/
#aboutnav {
	background-color: #fa9216;
	text-align: center;	
	height: 39px;
	/*border-bottom: dotted white 1px;*/
	background-image: url(images/about_new.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#aboutnav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 11px 0px 0px 30px;
}
#aboutnav li {
	display: inline;
	color: #fce0ba;
	padding-bottom: 9px;
}
#aboutnav a {
	color: #fce0ba;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 20px;
	background-image: url(images/about.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	display: block;
	float: left;
}
#aboutnav a:hover {
	color: #ffffff;
	background-image: url(images/about_on2.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 1;	
}
#aboutnav a.on {
	color: #ffffff;
	background-image: url(images/about_on2.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 1;	
}	
#aboutright {
	float: right;
	width: 621px;
	padding-top: 15px;
}
#aboutparagraphs {
	padding-top: 21px;
}
#aboutleftcolumn {
	float: left;
	width: 275px;
	padding-right: 25px;
}
#aboutrightcolumn {
	float: left;
	width: 275px;
	padding-right: 25px;
}
.aboutcallout {
	border-top: #e6e6e6 solid 1px;
	border-bottom: #e6e6e6 solid 1px;
	padding-top: 12px;
	padding-bottom: 5px;
	margin-right: 25px;
	margin-top: 0px;
}
.aboutbtn {
}
.aboutbtn a{
	background-image: url(images/about_btn.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 33px;
	width: 137px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
.aboutbtn a:hover{
	background-image: url(images/about_btn_on.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#aboutdescription {
	float: left;
	width: 180px;
	margin-top: 240px;
}
#culturecols {

}
#culturenav {
	background-color: #fa9216;
	text-align: center;	
	height: 39px;
	/*border-bottom: dotted white 1px;*/
	background-image: url(images/about_new.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 333px;
}
#culturenav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 11px 0px 0px 30px;
}
#culturenav li {
	display: inline;
	color: #fce0ba;
	padding-bottom: 9px;
}
#culturenav a {
	color: #fce0ba;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 20px;
	background-image: url(images/about.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	display: block;
	float: left;
}
#culturenav a:hover {
	color: #ffffff;
	background-image: url(images/about_on2.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 1;	
}
#culturenav a.on {
	color: #ffffff;
	background-image: url(images/about_on2.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 1;	
}	
#cultureleft {
	width: 341px;
	background-image: url(images/culture_orange_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#cultureright {
	float: right;
	width: 670px;
	padding-bottom: 40px;
}
.img_bg {
	width: 220px;
	height: 157px;
	background-image: url(images/culture_img_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
.img_bg img {
	width: 214px;
	height: 151px;
	overflow: hidden;
}
.img_bg a .culture_details {
	display: block;
	position: absolute;
	bottom: -60px;
	background-color: #af292e;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	width: 214px;
	visibility: hidden;
}
.img_bg a:hover .culture_details {
	bottom: 6px;
	visibility: visible;
}
.culture_details_pad {
	display: block;
	padding: 9px 12px 9px 12px;
}
#culturepad {
	padding: 0px 3px 3px 3px;
}
/*
	Contact Us Styles
*/
#contactright {
	float: right;
	width: 621px;
	padding: 15px 25px 15px 15px;
}
.office {
	float: left;
	width: 200px;
	height: 175px;
}
.office img {
	padding-bottom: 12px;
}
.formtitle, .formlabel {
	line-height: 17px;
	font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
	padding-bottom: 15px;
}

.formtitleerror, .formlabel_error {
	color: #af292e;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
}
.formright {
	width: 99%;
	padding-bottom: 15px;
}
.formright textarea, .formright input, .formright select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #d0cfcb;
	color: #333333;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
}
.formright input.inputbutton {
	width: 75px;
	height: 24px;
	line-height: 14px;
	background-color: #ffffff;
	color: #f2402a;
	border: none;
	border: 1px solid #3c3020;
	cursor: pointer;
	margin-right: 2px;
	font-size: 12px;
}

.formright input.inputbutton:hover {
	color: #ffffff;
	background-color: #f2402a;
	border: 1px solid #3c3020;
}
.ietextarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #d0cfcb;
	color: #666666;
	font-size: 12px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright select {
	height: 25px;
}
.formright input.radiostyle {
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #f5f3f4;
}
.required {
	font-size: 10px;
	font-style: italic;
	color: #ffffff;
}
.alt_off {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
.alt_on {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}

/*  Career styles  */
#careerpad {
	padding: 49px 30px 49px 3px;
}
#careertitle {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 5px;
}
#careerleftpad {
	padding: 25px 15px 25px 18px;
	/*z-index: 100;*/
	position: relative;
}
.video {
	float: left;
	width: 150px;
	height: 109px;
	/*background-image: url(images/careers_video_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 10000000;*/
}

/*   Agency pages  2 styles above for main content   */
#agencyarrowleft {
	float: left;
	padding-top: 236px;
}
#agencyarrowright {
	float: right;
	padding-top: 236px;
}
#agencyindexcopy {
	background-image: url(images/agency_bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 311px;
}
#agencyindexcopypad {
	padding-left: 126px;
	padding-top: 7px;
}
#agencytitle {
	float: left;
}
#agencyaddr {
	float: left;
	padding-left: 16px;
	padding-top: 15px;
	min-width: 300px;  /* fix SiFR wrapping issue */
}
#agencydesccontainer {
	float: left;
}
#agencydesc {
	width: 290px;
	padding-top: 40px;
}
#solutionscontainer {
	float: left;
	padding-left: 20px;	
	padding-top: 15px;
}
#blogcontainer {
	float: left;
	padding-left: 45px;
	padding-top: 15px;
}
#agencycolumnhead_sol {
	padding-bottom: 10px;	
}

#agencycolumnhead_sol a {
	display: block;
	height: 14px;
	line-height: 14px;
	background-image: url(images/homehead_solutions.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 128px;
}

#agencycolumnhead_sol a:hover {
	background-position: bottom left;
	text-decoration: none;
}

#agencycolumnhead_blog {
}

#agencycolumnhead_blog a {
	display: block;
	height: 14px;
	line-height: 14px;
	/*background-image: url(images/homehead_blog.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 74px;*/
}

#agencycolumnhead_blog a:hover {
	/*background-position: bottom left;
	text-decoration: none;*/
}

/* partners page */
.partnerlogo {
	float: left;
	padding-right: 32px;
}
.partnerdesc {
	float: left;
	padding-bottom: 22px;
	width: 370px;
}
/* Thickbox */
#popupmain, #popupmainphoto {
	background-color: #ffffff;
}
#popupclosebar {
	background-color: #ffffff;
	border-bottom: 1px solid #c3b9a5;
	height: 27px;
	padding-right: 20px;
	text-align: right;
	font-size: 11px;
}
#popupcontentcell {
	padding: 10px 0px 0px 0px;
}
#popupimagecell {
	text-align: center;
	padding: 15px;
}
.popupbody {
	margin: 0px 0px 0px 0px;
	background-image: none;
	line-height: 15px;
	font-size: 12px;
}
.popupbody p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 15px;
	font-size: 12px;
}
#popupphoto_left {
	float: left;
	width: 199px;
}
#popupphoto {
	width: 199px;
	height: 249px;
	
	overflow: hidden;
}
#popupphoto img {
	border: 1px solid #cccccc;
}
#popupright {
	float: right;
	width: 299px;
}
#popupright h2, #popupimagecell h2, #popupmain h2, #popupmainphoto h2 {
	font-size: 15px;
	font-weight: bold;
}
#popupright p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#TB_window img, #inside_content img {
	border: 1px solid #cccccc;
}
#inside_content #pageheader img, #inside_content img.expandimg{
	border: none;
}
#hidelogo {
	display: none;
}
#fg_2col_top {
	background-image: url(images/bg_fg_2col_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 3px;
	overflow: hidden;
}
#fg_2col_rpt {
	background-image: url(images/bg_fg_2col_rpt.png);
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
}
#fg_2col_bottom {
	background-image: url(images/bg_fg_2col_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 5px;
	overflow: hidden;
}
#fg_2col_flame {
	position: absolute;
	background-image: url(images/bg_fg_2col_flame.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 150px;
	height: 200px;
	bottom: 0px;
	left: 184px;
	z-index: 0;
}

.dyndatarow {
	border-bottom: 1px dotted #333333;
}
.dyndata {
	padding: 4px 4px 4px 4px;
	border-bottom: 1px dotted #333333;
}
th.dyndata {
	padding: 4px 4px 4px 4px;
	border-bottom: 1px dotted #333333;
	text-align: left;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
}

#newstitle {
	padding: 15px 15px 5px 28px;
	border-bottom: 1px dotted #FFFFFF;
	position: relative;
	z-index: 100;
}

#newslist {
	position: relative;
	z-index: 100;
}

.newsrow {
	padding: 10px 30px 8px 30px;
	background: none;
}

.newsrow a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
}

.newsrow a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.newsrowon {
	padding: 10px 30px 8px 30px;
	background-image: url(images/back_newsrowon.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.newsrowon a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.newsrowon a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.newsdate {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#newscontact {
	padding: 15px 15px 15px 28px;
	border-top: 1px dotted #FFFFFF;
	position: relative;
	z-index: 100;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}

#newscontact a {
	color: #FFFFFF;
	text-decoration: underline;
}

#newscontact a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#newstitle h1 {
	font-size: 34px;
	color: #FFFFFF;
	line-height: 36px;
	padding-bottom: 10px;
}
.newslink {
	font-weight: bold;
}

#articledate {
	color: #999999;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

h1.articletitle {
	color: #da7c00;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}

#articleimage {
	width: 180px;
	float: right;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin: 0 auto;
}

.articleimagefloat {
	width: 170px;
	float: left;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

.switchgroup1 {
	padding-left: 20px;
}
 
 .switchgroup1 h4 {
 	font-size: 13px;
	font-weight: bold;
	color: #000000;
 }

#portfolio_container {
	clear: both;
	position: relative;
}
#portfolio_container_overview {
	clear: both;
}
#portfolio_imagearea {
	height: 613px;
	width: 1002px;
	overflow: hidden;
}
#portfolio_imagearea ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	height: 613px;
	width: 1002px;
	overflow: hidden;
}
#portfolio_imagearea li {
	margin: 0px;
	padding: 0px;
	height: 613px;
	width: 1002px;
	overflow: hidden;
}
#slidernext a span {
	display: none;
}
#slidernext a {
	background-image: url(/images/btn_portfolio_next.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 59px;
	width: 22px;
	position: absolute;
	top: 289px;
	left: 1002px;
}
#slidernext a:hover {
	background-image: url(/images/btn_portfolio_next_over.jpg);
}
#sliderprev a {
	background-image: url(/images/btn_portfolio_prev.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 59px;
	width: 22px;
	position: absolute;
	top: 289px;
	left: -22px;
}
#sliderprev a:hover {
	background-image: url(/images/btn_portfolio_prev_over.jpg);
}
#sliderprev a span {
	display: none;
}
#portfolio_info {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #ffffff;
	width: 374px;
}
#portfolio_info h1 {
	padding: 12px 18px 10px 18px;
	border-bottom: 1px solid #d0cfcb;
}
#portfolio_info_url {
	padding: 7px 18px 7px 18px;
	border-bottom: 1px solid #d0cfcb;
	color: #333333;
}
#portfolio_info_des {
	padding: 15px 18px 15px 18px;
	border-bottom: 1px solid #d0cfcb;
	color: #333333;
}
#portfolio_info_tags {
	padding: 15px 18px 15px 18px;
	color: #333333;
}
#portfolio_info_close, #portfolio_info_open {
	position: absolute;
	top: -29px;
	right: 0px;
}
#portfolio_info_close {
	display: none;
}
#portfolio_info_back {
	position: absolute;
	top: -20px;
	right: 347px;
}
#portfolio_info_next {
	position: absolute;
	top: -20px;
	right: 249px;
}
#portfolio_info_worklisting {
	position: absolute;
	top: -20px;
	right: 135px;
}				
.portfolio_bg {
	background-image: url(/images/portfolio_bg.png);
	background-repeat: no-repeat;
	width: 231px;
	height: 160px;
}
.portfolio_item {
	float: left;
	padding-right: 9px;
}
.portfolio_bg_padd {
	padding: 7px 0px 0px 7px;
	overflow: hidden;
	position: relative;
}
.portfolio_bg_padd a .portfolio_bg_padd_details {
	position: absolute;
	bottom: 3px;
	display: none;
	background-color: #af292e;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	width: 216px;
}
.portfolio_bg_padd a:hover .portfolio_bg_padd_details {
	bottom: 3px;
	display: block;
}
.portfolio_bg_padd_details_padd {
	display: block;
	padding: 9px 12px 9px 12px;
}
.numpics {
	color: #ffb85a !important;
	font-size: 11px;
}
			
.aboutdescription h2 {
	color: #ff8200;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
}
.portfolio_cat {
	clear: both;
	padding: 0px 8px 16px 0px;
}
.portfolio_cat h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #575a5d;
	font-weight: normal;
	line-height: 22px;
}
.portfolio_cat h3 a, .portfolio_cat h3 a.off {
	display: block;
	height: 22px;
	line-height: 22px;
	background-image: url(images/portfolio_cat.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 13px;
	color: #575a5d;
	padding-left: 10px;
}
.portfolio_cat h3 a.on {
	display: block;
	height: 22px;
	line-height: 22px;
	background-image: url(images/portfolio_cat_selected.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 13px;
	color: #575a5d;
	padding-left: 10px;
}
.portfolio_cat h3 a:hover, .portfolio_cat h3 a.off:hover {
	background-image: url(images/portfolio_cat_over.gif);
}
.portfolio_cat h3 a.on:hover {
	background-image: url(images/portfolio_cat_selected_over.gif);
}
.portfolio_cat h3 .details {
	font-size: 12px;
}
.portfolio_cat_items {
	padding-bottom: 10px;
}
.sortbylinks {
	float: left;
}
.sortbylinks ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.sortbylinks li {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	display: inline;
	float: left;
}
.sortbylinks li.break {
	font-size: 14px;
	color: #999999;
	padding: 9px 5px 0px 5px;
	
}
.sortbylinks a {
	display: block;
	float: left;
	line-height: 20px;
	height: 31px;
	color: #af292e;
	font-size: 14px;
}
.sortbylinks a:hover {
	color: #191c1f;
}
.sortbylinks a.on {
	color: #191c1f;
	background-image: url(images/bg_portfolio_currentsection.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.portaudio {
	margin-top: 274px;
	margin-left: 181px;
	display: block;
}

.portvideo {
	margin-top: 46px;
	margin-left: 181px;
	display: block;
}

.netminimapbox {
	padding-top: 4px;
	padding-left: 4px;
}

#table_body {
	
}

#table_container {
	
}

#leftnav {
	border-top: 1px dotted #FFFFFF;
	padding: 30px 0px 150px 0px;
}

#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#leftnav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#leftnav a {
	display: block;
	padding: 10px 30px 8px 30px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
}

#leftnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.newsrow a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#leftnav a.on {
	display: block;
	padding: 10px 30px 8px 30px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/back_newsrowon.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
