/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: url(_gfx/cmn/body_bg_square.gif) 0 0 repeat;
	text-align: left;
}

body,select,input,textarea, table
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
	line-height:20px;
	color: #524d40;
}

a img
{
	border: 0;
}

a
{
	color: #c7950e;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

a[name], a[name]:hover
{
	color:#524d40;
	text-decoration:none;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;
	margin-top: 10px;
	display: block;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.dropshadow:after, 
.contentheader:after,
.contentheader_banner:after, 
.content:after, 
.content_wrapper:after,
.container:after,
.width_container:after, 
.title:after,
.home_columns:after,
.home_buttons:after,
.search_result:after,
.search_result_alternate:after,
.component_listitem:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0px;
}

.clearfix, 
.mainSpan,
.dropshadow,
.contentheader, 
.contentheader_banner,
.content,
.content_wrapper,
.container,
.width_container,
.title,
.title_right,
.home_columns,
.home_buttons,
.search_result,
.search_result_alternate,
.component_listitem
{
	display:inline-block;
}

.clearfix, .mainSpan, .dropshadow,  .contentheader, .contentheader_banner, .content, .container, .width_container, .content_wrapper, .title,  .title_right, .home_columns, .home_buttons,  .search_result, .search_result_alternate, .component_listitem
{
	display:block;
}

/* Containing frame for the site */
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review,
.mainSpan_wrapper_home
{
	width: 100%;
	background: url(_gfx/cmn/body_bg_strip.gif) 0 0 repeat-x;
}

.mainSpan
{
	width: 940px;
	margin: 0 auto;
	background: #ffffff;
}


/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/
.width_container
{
	padding: 0 19px;
}

.content_wrapper
{
	background: url(_gfx/home/content_bottom.gif) bottom left no-repeat;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
	line-height: 0px;
}

#FrontEndForm
{
	padding: 0;
	margin: 0;
}

.content iframe
{
	width: 98%;
	border: 0;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header
{
	height: 137px;
	position: relative;
	background: url(_gfx/cmn/header_bg.gif) 0 0 no-repeat;
}

.header_left a.home_link
{
	width: 180px;
	position: absolute;
	top: 27px;
	left:34px;
	display:block;
	overflow: hidden;
	height: 85px;
	text-indent: -4000px;
}

.header_logo
{
	height: 1px;
	width: 1px;
}

/* Top line of links */
.header_nav
{ 
	text-align: right;
	color: #c27c6e;
	padding: 18px 0px 0px 0px;
}

.header_nav a
{	
	color: #dba000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.header_nav a:hover
{
	text-decoration: underline;
}

/* Container for search field and go button */
.searchbox
{ 
	width: 233px;
	float: right;
	padding: 16px 12px 7px 14px;
}

.searchbox_textbox
{
	float:left;
	padding: 4px 0 0px 8px !important;
	height: 20px;
	line-height: 16px!important;
	width:198px;
	margin: 0;
	background: url(_gfx/cmn/search_bg.gif) 0 0 no-repeat;
	border: 0;
	color: #8e4131;
}

.searchbox_button
{	
	width: 27px;
	height: 25px;
	float: left;
}

/************************************************
DHX Combo Box
************************************************/
#combo_zone
{
	/* Also need to set width in Modules\SearchBox.ascx */
	/* var dhx = new dhtmlXCombo("combo_zone", "alfa2", 198); */
	width:198px;
	height:24px; 
	float:left;
}

.dhx_combo_box{
	position:relative;
	text-align:left;
	height:24px;
	_height:24px;
	overflow:hidden;
    background: url(_gfx/cmn/search_bg.gif) 0 0 no-repeat !important;
    border:0;
    color: #8e4131;
    line-height: 16px!important;
}

.dhx_combo_input{
	color:#8e4131;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border:0px;
	margin:2px 0px 0px 5px;
	position:absolute;
	top:0px;
	width:198px;
	height:18px;
}

.dhx_combo_img{
	top:0px;
	right:0px;
	/* hide the dropdown button */
	width:0px;
	height:0px;
}

.dhx_combo_option_img{
	position:relative;
	top:1px;
	margin-left:2px;
	left:0px;
	width:18px; height:16px;
}

.dhx_combo_list{
   position:absolute;
   z-index:230;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid black;
   height:100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
   background-color: white;
}


.dhx_combo_list div{
	cursor:default;
	padding:2px 2px 2px 2px;
}
.dhx_selected_option{
	background-color:navy;
	color:white;
}


.dhx_combo_img_rtl{
	position:absolute;
	top:0px;
	left:1px;
	width:17px;
	height:20px;
}
.dhx_combo_option_img_rtl{
	float:right;
	margin-right :0px;
	width:18px; height:18px;
}

.dhx_combo_list_rtl{
	direction: rtl;
	unicode-bidi : bidi-override;
   position:absolute;
   z-index:230;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid black;
   height:100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
   background-color: white;
}
.dhx_combo_list_rtl div{
	direction: rtl;
	unicode-bidi : bidi-override;
	padding:2px 2px 2px 2px;
}
.dhx_combo_list_rtl div div{
	float :right !important;
	cursor:default;
}
.dhx_combo_list_rtl div img{
	float :right !important;
}
.dhx_combo_list_rtl div input{
	float :right !important;
}



/************************************************
Left navigation 
************************************************/
.leftnav_wrapper
{
	display: none;
}

.mainSpan_wrapper .leftnav_wrapper
{
	width: 204px;
	float: left;
	display: block;
	padding-bottom: 10px;
}

.leftnav
{
	padding: 22px 0 29px 13px;
	width: 191px;
}

.leftnav a
{
	display:block;
	width: 179px;
	padding: 5px 7px 4px 5px;
	line-height: 14px;
	color: #694c01;
	text-decoration:none;
	overflow: hidden;
	font-family: Tahoma, geneva, sans-serif;
}

.leftnav_node_wrapper_root, .leftnav_node_wrapper
{
	background: url(_gfx/nav/leftnav_divider.gif) bottom left repeat-x;
	padding: 2px 0 3px 0;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background: #f1ece4;
}

.leftnav_node_wrapper .leftnav_node_iscurrent a
{
	color: #c7950e;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a
{
	color: #ffffff;
	background: #e8a815;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	background: #e8a815;
	color: #ffffff;
}

.leftnav a:hover
{
	background:  #fce1a2;
	text-decoration:none;
	color: #694c01;
}

.leftnav a span{
	padding-left: 14px;
	display: block;
}

.leftnav_node_haschildren a span
{
	background: url(_gfx/nav/arrow_down.gif) no-repeat 1px 6px;
}

.leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right.gif) no-repeat 3px 2px;
	font-weight: bold;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right_root.gif) no-repeat 3px 2px;
}

.leftnav_node_haschildren a:hover span
{
	background: url(_gfx/nav/arrow_down_over.gif) no-repeat 1px 6px;
}

.leftnav_node_iscurrent a:hover span
{
	background: url(_gfx/nav/arrow_right_over.gif) no-repeat 3px 2px;
}

/** leftnav quotes**/
.leftnav_quote .listcomponent td
{
	padding: 0;
}

.leftnav_quote .quote_item
{
	background: url(_gfx/nav/start_quote.gif) 8px 0 no-repeat;
	padding: 15px 0px 0px 13px;
	margin: 0px 0 80px 0;
}

.leftnav_quote img.quote1,
.leftnav_quote img.quote2
{
	display: none;
}

.quote_text
{
	 font-style:italic;
	 background: url(_gfx/nav/end_quote.gif) bottom right no-repeat;
	 font-size: 13px;
	 line-height: 19px;
	 color: #6f5411;
	 padding: 0 0 6px 0;
	 margin: 0 14px 10px 0;
}

.quote_info
{
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	color: #6f5411;
}

.quote_info .quote_author
{
	font-weight: bold;
}

/*** Testimonial List ***/
.testimonial_container
{
	padding: 0 38px;
}

.testimonial_container img.quote1
{
	position: relative;
	top: 10px;
	left:-36px;
	z-index:0;
}

.testimonial_container img.quote2
{
	position: relative;
	top: -18px;
	left: 524px;
	z-index:0;
}

.testimonial_container .quote_text
{
	padding:0;
	background:none;
	position: relative;
	z-index: 1;
}

.project_detail_quote a
{
	display: none;
}

.project_detail_quote a.mb
{
	display: inline-block;
}

.project_detail_quote
{
	margin: 15px 0;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.mainSpan_wrapper .container, 
.mainSpan_wrapper_noleftnav .container, 
.mainSpan_wrapper_review .container
{ 
	float:left;
	width: 698px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-bottom: 30px;
}

IMG.deptbanner, .banner_holder IMG
{
	display: block;
}

.contentheader, .contentheader_banner
{
	padding: 16px 12px 15px 30px;
}

.breadcrumb_wrapper
{	
	margin-bottom: -13px;
	padding: 0px 0px 0px 0px;
	line-height: 13px;
	font-size: 11px;
	color: #ae9e6f;
}

.breadcrumb a
{
	color: #ae9e6f;
	text-decoration: none;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.mobile, .tweet
{
	text-indent: -4000px;
	overflow: hidden;
	display: block;
	width: 27px;
	height: 35px;
	background: url(_gfx/home/mobile.gif) 0 0 no-repeat;
	float: right;
	margin-left: 11px;
}

.tweet
{
	width: 30px;
	height: 36px;
	background: url(_gfx/home/tweet.gif) 0 0 no-repeat;
	margin-left: 7px;
}

#share ul 
{
	background-color:#fff;
	display:none;
	width:220px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	position:absolute;
	z-index:1000;
	line-height: 18px;
}

#share div:hover ul, #share div.over ul
{
	display: block;
}

#share ul li, #share div:hover ul li, #share div.over ul li
{
	float:left;
	margin:0;
	padding:0 !important;
	width:110px;
	position:relative;
}

#share li a 
{
	text-decoration:none;
	color:#666;
	margin:4px;
	padding:0px 0px 0px 20px;
	display:block;
	font-size: 11px;
}

#share li a:hover
{
	color:#000;
}

.shareemail {background:url(_gfx/int/share/email.jpg) no-repeat 0 0;}
.sharefacebook {background:url(_gfx/int/share/facebook.jpg) no-repeat 0 0;}
.sharedel {background:url(_gfx/int/share/del.jpg) no-repeat 0 0;}
.sharegoogle {background:url(_gfx/int/share/google.jpg) no-repeat 0 0;}
.sharedigg {background:url(_gfx/int/share/digg.jpg) no-repeat 0 0;}
.sharetwitter {background:url(_gfx/int/share/twitter.jpg) no-repeat 0 0;}
.sharestumble {background:url(_gfx/int/share/stumble.jpg) no-repeat 0 0;}
.sharemyspace {background:url(_gfx/int/share/myspace.jpg) no-repeat 0 0;}
.sharelive {background:url(_gfx/int/share/live.jpg) no-repeat 0 0;}
.sharereddit {background:url(_gfx/int/share/reddit.jpg) no-repeat 0 0;}
.shareyahoo {background:url(_gfx/int/share/yahoo.jpg) no-repeat 0 0;}

.printer_friendly
{
	width:53px;
	margin: 17px 0 0 0;
	float:right;
}

#share
{
	width:129px; 
	cursor: pointer;
	margin: 13px 0 0 6px;
	float:right;
}

.rss
{
	width:47px;
	float:right;
	margin: 17px 0 0 11px;
}

.printer_friendly a, .rss a
{
    display:block;
    padding-left:26px;
	height:17px;
	font-size: 11px;
	line-height: 15px;
	color: #766448;
	text-decoration: none;
}

 .rss a
 {
 	padding-left: 22px;
}

.printer_friendly a:hover, .rss a:hover
{
	text-decoration: underline;
}

.sharelink a
{
	display: block;
	text-indent: -4000px;
	overflow: hidden;
	background: url(_gfx/home/share.gif) 0 0 no-repeat;
	height: 22px;
}

.printer_friendly a{background: url(_gfx/int/print.gif) 0 0px no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) 0 0px no-repeat;}

.title
{
	border-bottom: 1px solid #eccc6c;
	padding: 25px 0 0 14px;
	margin-bottom: 4px;
}

.title_left
{
	float: left;
	width: 311px;
	margin: 9px 0 -5px 0;
}

.title_right
{
	padding: 0px 0px 4px 8px;
	float: right;
	width: 321px;
}

.contentheader h1,
.contentheader_banner h1
{
	font-weight: bold;
	color: #dba000;
	margin: 0px;
	padding: 0px;
	line-height: 34px;
	font-size: 23px;
	font-family: Arial, helvetica, sans-serif;
}

.sIFR-hasFlash h1
{
	visibility: hidden;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:0px 0px 0px 14px;
    margin:0px;
	font-size:16px !important;
	letter-spacing: -1px;
	font-weight: bold;
	color: #694c01;
	line-height: 22px;
	font-family: Arial, helvetica, sans-serif;
	/*for ie6*/
	width: 642px;
	overflow: hidden;
}

.sIFR-hasFlash .contentheader h2, .sIFR-hasFlash .contentheader_banner h2
{
	visibility: hidden;
}

/************************************************
Content: main content area
************************************************/

.last_updated
{
	display: none;
}

/* Content: padding should be on content class NOT container */
.mainSpan_wrapper .content,
.mainSpan_wrapper_noleftnav .content,
.mainSpan_wrapper_review .content
{ 
	padding: 0px 13px 0 45px;
	width: 640px;
	/*UG*/
	/*overflow: hidden;*/
}

/************************************************
Content header and Content: No leftnav pages and review pages
************************************************/

.mainSpan_wrapper_noleftnav .container, .mainSpan_wrapper_review .container
{
	width: 902px;
}

.mainSpan_wrapper_noleftnav .content, .mainSpan_wrapper_review .content
{
	width: 848px;
	padding: 0 27px;
}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	padding: 16px 12px 15px 13px;
}

.mainSpan_wrapper_noleftnav .title_left
{
	width: 532px;
}

.mainSpan_wrapper_noleftnav .contentheader h2,
.mainSpan_wrapper_noleftnav .contentheader_banner h2
{
	width: 848px;
}

/* Review, error and home pages */
.mainSpan_wrapper_review .contentheader, .mainSpan_wrapper_review .contentheader_banner, .mainSpan_wrapper_home .contentheader
{
	display:none;
}

/* Hide review title for all except .mainSpan_wrapper_review*/
.component_title_review
{
	display:none;
}

.mainSpan_wrapper_review  .component_title_review, .mainSpan_wrapper_review .special_title
{
	display: block;
	padding: 43px 0px 0px 14px;
	margin: 0 -12px 40px -14px;
	line-height: 30px;
	border-bottom: 1px solid #eccc6c;
	font-weight: bold;
	color: #dba000;
	font-size: 25px;
	font-family: Arial, helvetica, sans-serif;
}

/**************************************************
Standard content styles
****************************************************/
.content p
{ 
	margin-top: 0px;
}

.content textarea
{
	width: 550px;
}

.content input
{
	line-height: 14px !Important;
}

.content ul, .content ol
{
	padding:0px 0 0 auto;
	margin-top: 8px;
	margin-bottom: 18px;
}

.content ul li, .content ol li
{
	padding: 0px;
}

.content ul ul, .content ol ol, .content ul ol, .content ol ul
{
	padding:0px;
	margin:2px 0 0px 30px;
}

.content ul
{
	list-style:none;
	margin-left: 25px;
	padding-left: 0;
}

.content ul li
{
	padding-left: 16px;
	background: url(_gfx/home/bullet.gif) 0 8px no-repeat;
}

.downloadmessage
{
	clear: both;
	background: #ffffff;
	border:solid 1px #eed079;
	text-align:center;
	width: 85%;
	margin: 10px auto;
}

.downloadmessage img
{
	margin:0px 2px;
}

.downloadmessage p
{
	font-size:11px;
	padding:5px 0px;
	margin:0px;
	line-height: 16px;
}

.paging
{
	margin:10px 0;
}

/************************************************
Footer
************************************************/

.footer_wrapper
{
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.footer
{
	padding: 29px 30px 20px 33px;
	width: 877px;
	margin: 0px auto;
	min-height: 69px;
	height: auto !Important;
	height: 69px;
	color: #ae9e6f;
	font-size: 11px;
	line-height: 15px;
	background: #ffffff url(_gfx/cmn/footer_bg.gif) bottom right no-repeat;
}

 .footer p
{
	margin: 0;
	padding: 0;
}

.footer a
{
	color: #ae9e6f;
}

.footericons
{
	float: right;
	width: 319px;
	margin-right: -3px;
	height: 35px;
	padding: 1px 0 0 10px;
}

.footericons p
{
	text-indent: -4000px;
	overflow: hidden;
	background: url(_gfx/cmn/follow_us.gif) 214px 0 no-repeat;
	padding-bottom: 2px;
}

.footericons img
{
	float: left;
	margin: 1px 20px 0 0;
}

.twitter
{
	display: block;
	float: left;
	width: 33px;
	height:34px;
	background: url(_gfx/cmn/twitter.gif) 0 0 no-repeat;
	text-indent: -4000px;
	overflow: hidden;
}

.youtube
{
	display: block;
	float: left;
	width: 33px;
	height:33px;
	background: url(_gfx/cmn/youtube.gif) 0 0 no-repeat;
	text-indent: -4000px;
	overflow: hidden;
	margin: 0 0px 0 8px;
}

.facebook
{
	float: left;
	width: 34px;
	height:33px;
	background: url(_gfx/cmn/facebook.gif) 0 0 no-repeat;
	text-indent: -4000px;
	overflow: hidden;
	margin: 0 7px 0 2px;
	display: inline;
}

/************************************************
page with right sidebar
************************************************/
.content_left
{
	width:457px;
	float: left;
	overflow: hidden;
}

.mainSpan_wrapper_noleftnav .content_left
{
	width: 687px;
}

.content_right
{
	float:right;
	width:154px;
	overflow: hidden;
}

.content_right ul
{
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.content_right ul li
{
	margin: 0;
	padding: 0 0 18px 0 !important;
	background-image: none;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */
.home_collage img
{
	display: block; 
}

.home_collage .slideshow_master, .home_collage .slideshow_inner
{
      z-index: 1;
	  position: absolute;
	  height: 246px !important;
	 width: 902px !important;
}

.home_collage .slideshow_post
{
      z-index: 0;
	  position: absolute;
}

.home_collage
{
	height: 246px;
	width: 902px;
	z-index: 0;
	position: relative;
	overflow: hidden;
	padding: 0;
	background: url(home/6.jpg) no-repeat;
}

.home_columns
{
	clear: both;
}

.home_left
{
	width:221px;
	padding: 32px 30px 21px 13px;
	float:left;
	overflow: hidden;
}

.home_right
{
	float: right;
	overflow: hidden;
	width: 627px;
	padding: 12px 0px 21px 0px;
}

.home_buttons ul, .home_buttons_right ul
{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;
}

.home_buttons ul li, .home_buttons_right ul li
{
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
}

.home_buttons li a, .home_buttons_right li a
{
	display:inline-block;
	display:block;
}

.home_buttons_right
{
	width: 251px;
	float: right;
}

.home_buttons_right li
{
	padding: 0 0 18px 29px !important;
}

.home_buttons_right .share_icons
{
	border-bottom: 1px solid #eccc6c;
	float: left;
	width: 201px;
	padding: 0 0 4px 50px;
	margin-bottom: 18px;
}

.share_icons .mobile, .share_icons .tweet
{
	float: left;
	margin-right: 8px;
	margin-left: 0;
}

.share_icons .tweet
{
	margin-right: 6px;
}

.home_buttons_right #share
{
	float: left;
	margin-top: 13px;
	margin-left: 0;
}

/************************************************
Home boxes
************************************************/
/*** all boxes ***/
.new_clients .box_title,
.home_news .box_title,
.home_featured .box_title
{
	text-indent: -4000px;
	overflow: hidden;
	position: relative;
	height: 24px;
	border-bottom: 1px solid #eccc6c;
}

.home_columns .box_bottomlink a, .home_columns .box_bottomlink a:hover
{
	float: right;
	font-size: 11px;
	color: #9a8144;
	text-decoration: none;
	background: url(_gfx/cmn/double_arrows.gif) right center no-repeat;
	padding-right: 14px;
}

.home_columns .box_bottomlink a:hover
{
	text-decoration: underline;
}

/*** new clients list ***/
.new_clients
{
	padding-top: 48px;
}

.new_clients .box_title
{
	background: url(_gfx/home/new_clients_title.gif) 13px 0 no-repeat;
}

.new_clients ul
{
	margin: 0;
	padding: 19px 0 31px 13px;
	list-style-type: none;
	list-style-image: none;
}

.new_clients li
{
	margin: 0;
	padding: 0 0 3px 13px !important;
	background: url(_gfx/home/bullet.gif) 0 7px no-repeat;
}

/***** news box*****/
.home_news
{
	float: left;
	width: 376px;
	padding-top: 17px;
}

.home_news .box_title
{
	background: url(_gfx/home/news_title.gif) 13px 0 no-repeat;
	height: 23px;
}

.home_news .box_list
{
	padding: 17px 0px 0 14px;
}
  
  .home_news ul
{
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	line-height: 15px;
	font-size: 13px;
}

  .home_news ul li
  {
	padding: 4px 0 15px 13px;
	margin: 0;
	background: url(_gfx/home/arrow.gif) 0 9px no-repeat;
  }
 
.home_news ul a,  .home_news p
{
	color: #524d40;
	padding: 0px 0 15px 0px;
	margin: 0;
	text-decoration: none;
}

.home_news ul a:hover
{
	text-decoration:underline;
}
 
/*** featured projects box***/
.home_featured
{
	clear: both;
	padding-top: 4px;
	width: 100%;
}

.home_featured .box_title
{
	background: url(_gfx/home/featured_title.gif) 13px 0 no-repeat;
}

.home_featured .box_bottomlink a, .home_featured .box_bottomlink a:hover
{
	margin-right: 12px;
	display: inline;
}

/************************************************
Forms
************************************************/
.form div /* used on login page*/
{
	margin:5px 0;
	clear: both;
	float: left;
	width:100%;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label /* used on forward link page and login page*/
{
	padding-top:3px;
	font-weight: bold;
	height:17px;
	float: left;
	width: 150px;
	line-height: 15px !important;
	clear: left;
}

.form_textarea
{
	width: 587px !important;
	border:solid 1px #eed079;
}

legend
{
	font-weight: bold;
	color:#694c01;
}

fieldset
{
	border:solid 1px #eed079;
}

hr
{
	color: #eed079;
	background-color: #eed079;
	border: 1px solid #eed079; /*ie8*/
}

.form_normaltextbox /* used on login page*/
{
	width:300px;	
	border: 1px solid #eed079;
}

.form_smalltextbox /* used on enotifier page*/
{
	border: 1px solid #eed079;
	margin: 2px 0;
	padding-left: 2px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #eed079;
	padding-left:3px;	
}

.form_button
{
	background: #e8a815;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #eed079;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
	display: inline-block;
	line-height: 14px;
	text-decoration: none;
}

.form_calendarbutton
{
	border:0;
	cursor: pointer;
}

/*email form*/
.forwardlink br
{
	display: none;
}

.forwardlink input
{
	margin: 5px 0 5px 150px;
	display: block;
	width: 200px;
}

.forwardlink .recaptcha
{
	margin: 10px 0;
}

.forwardlink .form_button
{
	margin: 10px 0 0 0;
	display: inline;
}

.forwardlink .recaptcha input
{
	margin: 0;
	display: inline;
}

.forwardlink textarea
{
	display: block;
	clear: both;
}

/************************************************
Search
************************************************/
.search
{
	width: 902px;
	overflow: hidden;
}

.search .paging
{ 
	text-align:center; 
}

.search .paging span.linkpage
{
	margin: 2px;
	font-size:11px; 
}

.search_result,
.search_result_alternate
{
	padding: 10px 30px 10px 30px;
	background: url(_gfx/int/search_dots.gif) bottom left repeat-x;
	margin-top: 2px;
}

.search_result_alternate
{
	background: #f1ece4 url(_gfx/int/search_dots.gif) bottom left repeat-x;
}

.search_result_title
{
	font-weight:bold;
	font-size:13px;
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #000;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
}

span.search_result_info
{
	padding: 0 0 0px 25px;
}

.autosuggestion div
{
	padding: 0 0 20px 30px;
}

a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}

.search_features a.advanced_search_link
{
	margin-top: -35px;
}

/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:11px;
	padding:0px 30px 6px 30px;
	background: url(_gfx/int/dots.gif) bottom left repeat-x;
}

.search_features
{
	padding: 10px 40px;
	background: #f1ece4 url(_gfx/int/search_dots.gif) bottom left repeat-x;
	margin-top: 2px;
}

.advanced_searchbox
{
	float: left;
	width: 40%;
	position: relative;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 217px;
	border: solid 1px #eed079;
	line-height:13px;
	padding: 2px 0 1px 3px;
	height: 15px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 338px;
}

.sort_container
{
	float: left;
	font-weight: bold;
}

div.sort_items
{
	border-top: dashed 1px #C8C8BC;
	border-bottom: dashed 1px #C8C8BC;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	line-height: 18px;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 1px 0 1px 22px;
	background: url(_gfx/cmn/arrow.gif) 0px 2px no-repeat;
	line-height: 18px !important;
}

div.sort_items span.item IMG /*for ie6, inline image bug*/
{
	vertical-align: middle;
	margin: 4px 0 5px 0;
}

div.sort_items span.item a
{
	line-height: 18px;
}

.sort_container_inline
{
	font-weight: bold;
	width: 100%;  /** for IE6/7 **/
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: both;
	width: 145px;
	line-height: 18px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0;
	clear: right;
	width: 400px;
}

/************************************************
Google Search
************************************************/
#cse-search-results
{
}

#cse-search-results iframe
{
	width: 902px;
}

/************************************************
Lists, including DataGrid classes and Image-using item list 
************************************************/

/* For links on top of page and dropdown filters */
.topselector, .filter, .alphabetfilter, .alphabetpicker, .timing_link
{
	margin: 10px 0;
}

.filter select
{
	width:193px;
	font-family: tahoma, geneva, sans-serif;
}

.listDiv
{
	width: 100%;
	clear: both;
}

.listtable
{
	width:100%;
	border:1px solid #eed079 !important;
	background-color:#ffffff;
	border-collapse: collapse;
	margin: 10px 0;
	empty-cells: show;
}

.righttable
{
    width:250px;
	border:1px solid #eed079;
	border-collapse: collapse;
	background-color: #ffffff;
}

.listtable th, .righttable th
{
	padding: 7px 4px 6px 9px;
	text-align:left;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	border: 0px !important;
	background: #e8a815;
}

.listtable th a, .righttable th a
{
	color: #ffffff;
}

.listtable td, .righttable td
{
	border:0 !important;
	border-top:1px solid #eed079 !important;
	border-right: 1px solid #eed079 !important;
	padding:4px 4px 3px 9px;
	color: #694c01;
}

.listtable tr:hover, .righttable tr:hover, div.followTwitter:hover
{
	background-color:#fce1a2;
}

/************************************************
Lists without table grid, like News
************************************************/
.listcomponent
{
	border:0px !important;
	border-collapse: separate !important;
	width: 100%;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px !important;
	padding:4px 4px 10px 0;
}

.listdocument
{
	width: auto !important;
}

.posted_date
{
	font-style: italic;
	font-size: 90%;
}

/*************************************************
Component detail 
*************************************************/
.component_title, .survey_title
{
	font-size:17px;
	color: #dba000;
}

.component_subtitle, .component_subtitle span, h3, h2
{
	font-weight: bold !important;
	color: #694c01;
	font-size: 13px !important;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px 0;
}

.component_listitem div
{
	clear: both;
}

.component_listitem_header_narrow
{
	font-weight: bold;
	width:40px;
	display:block;
	float:left;
}

.component_listitem_header, .component_listitem_header_wider
{
	font-weight: bold;
	width:100px;
	display:block;
	float:left;
}

.component_listitem_header_wider
{
	width:150px;
}

.component_listitem_content
{
	width:300px;
	display:block;
	float:left;
}

.component_content
{
	clear: both;
}

.outlookcalendar
{
	display: block;
	padding-top: 10px;
	width: 200px;
}

/* ****************************************
Component list pagers
******************************************/
.listtable_pager, .listcomponent_pager, .listfaq_pager,
.listtable_pager span, .listcomponent_pager span, .listfaq_pager span
{
	text-align:right;
	font-size:11px;
	font-weight:bold;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a,
.search .paging a
{
	padding:3px; 
	border:1px solid #eed079;
	background-color:#ffffff;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover,
.search .paging a:hover
{
	background:#fce1a2;
}

.listcomponent_pager
{
	text-align:left;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
    width:180px;
}

.calendar_wrapper, .calendar
{
	width:100%;
	border-collapse: collapse;
}

.calendar_dayheader
{
	line-height: 30px;
	color: #ffffff;
	background: #e8a815;
	padding: 2px 0px 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}

.calendar_title td
{
	padding: 11px 0px 10px 0px;
	font-size: 20px;
	width: 50% !important;
	font-weight: normal;
	color: #694c01;
	overflow: visible;
	font-family: tahoma, geneva, sans-serif;
}

.calendar_title td.calendar_nextprev
{
	width: 25% !important;
	text-align: center;
	padding: 8px 0px 0px 0px;
}

td.calendar_nextprev a
{
	color: #c7950e !important;
	font-size: 12px;
	text-decoration: underline;
}

td.calendar_nextprev a:hover
{
	color: #c7950e!important;
	text-decoration: none;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	padding: 3px 8px;	
	height:105px;
	border: 1px solid #C8C8BC;
}

.calendar_day,
.calendar_weekendday
{
	color: #694C01;
	background: #ffffff;
}

.calendar_othermonthday
{
	background: #f1ece4;
	color:#cec6b1;
}

.calendar_today
{
    background: #694C01;
	color:#ffffff;
}

.calendar_eventtime
{
	line-height:12px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.calendar_eventlink
{	
	line-height:12px;
	font-size: 11px;
	display:block;
	margin:0px 0px 10px 0px;
	font-weight: normal;
}

.calendar_today .calendar_eventlink, .calendar_today .calendar_eventtime
{
	color: #ffffff;
}

td.calendar_day br,
td.calendar_today br,
td.calendar_weekendday br,
td.calendar_othermonthday br
{
	display: none;
}

/************************************************
Site map
************************************************/
.sitemap img
{
	margin: 0 5px 0 0;
}


.rootnode a,
.parentnode a
{ 
	color: #694c01;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);
}

.indexview ul li
{
	background: none;
	padding-left: 0;
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}

/************************************************
Link List
************************************************/
.link_content
{
	display:block;
}

.listlink
{
	width: 100%;
	padding:0;
	border-collapse: separate !important;
}

.listlink td
{
	padding: 0 0 14px 0 !important;
	border:0 !important;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:100%;
	border-collapse: separate !important;
	background-color:#ffffff;
	border:1px solid #eed079;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width:100%;
	margin-top: 20px;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px 4px 14px 4px;
	border: 0;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_q_js
{
 	font-weight:bold;
 	cursor: pointer;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:96%;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px 0;
}

.area_div
{
	padding: 5px 0;
	clear: both;
	line-height: 15px !important;
}

.area_div span
{
	width: auto !Important;
	float: none !Important;
}

.area_div label,  .area_div div,  .area_div td
{
	line-height: 15px !important;
}

.area_div span label
{
	line-height: 17px !important;
	padding-top: 3px;
	width: 150px !Important;
	display: block;
	float: left;
	clear: left;
}

.area_div td label
{
	line-height: 17px !important;
	display: block;
	padding-top: 1px;
}

.area_div td input
{
	margin-right: 0;
}

.area_div  input
{
	margin-right: 3px;
}

/************************************************
Form/Survey Component
************************************************/
.survey_container INPUT[type="checkbox"]
{
	margin-bottom: 0px;
}

.survey_container span, .survey_container TABLE tr, .survey_container TABLE
{
	background: transparent !important;
	font-size: inherit !Important;
	font-size: 12px !important;
}

.survey_container table, .survey_container td
{
	padding: 0px !important;
	margin: 0px !important;
}

/*add correct padding, then remove it from the nested tables */
.survey_container table tr td
{
	padding: 8px 0px !important;
}

/*following  style reduces the gap at the top of the page in Firefox and Safari, caused by the padding on two empty table rows*/
.survey_container table tr:first-child td
{
	padding: 0px !important;
}

.survey_container table table tr td, .survey_container table table table tr td, .survey_container table table table table tr td
{
	padding: 0px !important;
}

.survey_container table table table table tr td, .survey_container table table table table tr:first-child td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table table td br
{
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
}

/*for when the recaptcha error is present above the button*/
.survey_container .form_button
{
	margin-top: 10px;
	display: block;
}

.forwardlink .form_button
{
	margin-top: 10px;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	width:100%;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:110px;
}

.staff_thumbnail_span img
{
	margin:0px 5px 10px 0px;
	border:1px solid  #eed079;
}

.staff_component_title
{
	font-size:16px;
	font-weight: bold;
	color: #694c01;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin: 5px 5px 20px 5px;
	text-align:center;
}

.album_thumb
{
	background: url(_gfx/album/exported_group.jpg) top center no-repeat;
	overflow: hidden;
	width: 260px;
	height:130px;
	padding-top:22px;
}

.album_thumb img
{
	width: 160px;
	height: 110px;
	position:relative;
	left:0px; 
	border:0px;
	display:block;
	margin:0px auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:9px;
	line-height: 15px;
}

.photo_item
{
    padding:20px;
    text-align:center;
	margin: 5px;
}

.photo_thumb
{
    background: url(_gfx/album/single_photo.gif) top center no-repeat;
    overflow: hidden;
    width:240px;
    padding-top:50px;
    height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.slideshow_link
{
    float:right;
    width:140px;
	background: #e8a815;
   	border: 1px solid #eed079;
 	text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #ffffff;
    background: url(_gfx/album/slideshow.gif) 7px 7px no-repeat;
    font-size:11px !important;
	font-weight:bold;
}

.slideshow_nav
{
    text-align:center;
}

#photo_single
{
	margin-top: 5px;
}

/************************************************
Official's Corner 
************************************************/
.official_list
{
	width:100%;
	clear:both;
}

.official_list:after { content: ""; display: block; height: 0; clear: both; }

.official_list_thumbnail
{
	float:left;
	width:70px;
}

.official_list_info
{
	float:left;
	padding:25px 0px 0px 0px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	width: 100%;
}

.official_top:after { content: ""; display: block; height: 0; clear: both; }

.official_image
{
	float: left;
	width:auto;
	height:auto;
	margin:10px 0px 0px 0px;
	border: solid 1px #eed079;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	margin:10px 0px 0px 0px;
	padding:5px;
	border:solid 1px #eed079;
}

.mainSpan_wrapper_noleftnav .official_info 
{
	width: 600px;
}

.official_info_div
{
	clear:both;
}

.official_info_div:after { content: ""; display: block; height: 0; clear: both; }

.official_info_header
{
	font-weight:bold;
	float: left;
	width:120px;
}

.official_info_content
{
	float: left;
	padding:0px 0px 0px 5px;
}

.official_info_noimage
{
	width:99%;
	padding:10px 0px 0px 0px;
}

.mainSpan_wrapper_noleftnav .official_info_noimage
{
	width: 860px;
}

.official_message
{
	clear:both;
	width:99%;
	padding:5px 0px 0px 0px;
}

.official_message:after { content: ""; display: block; height: 0; clear: both; }

.official_message_list
{
	float: left;
	width:20%;
	padding:5px 0px 0px 0px;
}

.official_message_message
{
	float: right;
	width:78%;
}

.official_message_subject
{
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.official_message_body
{
	padding: 3px;
	border:solid 1px #eed079;
}

.official_bio
{
	padding: 3px;
	border:solid 1px #eed079;
	width:99%;
	clear:both;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }

/************************************************
Weather component
************************************************/
.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #eed079;
	height: 180px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#ffffff;
	width: 17.5%;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.clear
{
	clear: both;
}

/************************************************
Facility component
************************************************/
.facility_header_cell, .facility_name{
	font-weight:bold;
	font-size: 15px;
}

td.facility_detail li {
	margin: 0px;
	padding:0px;
}

td.facility_thumbnail img {float:left;margin:0px 10px 10px 0; border:1px solid #eed079;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail {margin:0px;float:left;}

.facility_detail span
{
	display: block;
}

.facility_map
{
	width: 250px;
}

 .facility_map ul,  .facility_map li
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
}

img.markerimg
{
	float: right;
	margin: 20px 0 0 5px;
	width: 100px;
	height: 85px;
}

/************************************************
Business Directory
************************************************/
.business_list_name
{
	font-size: 14px;
	font-weight: bold;
}

.business_image_container
{
	float: left;
	clear: left;
	margin-top: 10px;
}

.business_image_container IMG
{
	margin:0px 10px 10px 0; 
	border:1px solid #eed079;
}

.business_list_container
{
	width: 290px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.business_list_title
{
	width:60px;
	display:block;
	float: left;
	clear: left;
	font-weight: bold;
}

.business_thumbnail_span
{
	float: left;
	margin-right: 15px;
	padding-bottom: 20px;
}

.business_thumbnail_span IMG
{
	border:1px solid #eed079;
}

.business_listitem_span
{
	float: left;
	width: 290px;
}

.business_listitem_span .component_listitem_content
{
	width: 190px;
}

/************************************************
Poll component
************************************************/
.poll
{
	margin: 20px 0px 0px 0px;
	width: 100%;
}

.poll_q
{
	font-weight: bold;
}

.poll_choices
{
	padding-bottom: 10px;
}

.poll_choices INPUT
{
	float: left;
	clear: left;
	margin: 3px 10px 0px 0px;
	height: 13px;
	width: 13px;
	padding: 0;
}

.poll_choices label
{
	float: left;
	width: 620px;
}

.mainSpan_wrapper_noleftnav .poll_choices label
{
	width: 820px;
}

.poll_result_answer table tr
{
	height: 12px !important;
}

.poll_result_answer table
{
	border:1px solid #eed079 !important;
}

/************************************************
Follow Twitter
************************************************/
.followTwitter
{
	border-bottom:dashed 1px #eed079;
	padding:8px;
	border-top:dashed 1px #eed079;
}

.followTwitter .img
{
	float:left;
	width:48px;
	margin-right:12px;
}

.followTwitter .summary
{
	float:left;
}

.followTwitter .button
{
	float: right;
	margin-top: 3px;
}

.followTwitter .summary span
{
	font-size:110%;
	margin-right:7px;
}

.accountFullName
{
	font-weight: bold;
}

.accountStatus
{
	font-style:  italic;
}

/************************************************
Rss Feed Viewer
************************************************/
.rssitem
{
	padding:4px 4px 10px 0;
}

.rssitem span.time
{
	font-style:italic;
	display:block;
}

/**********************************************
Blog
***********************************************/
.newsBlog .blog_title
{
	border-bottom: solid 1px #eed079;
	margin-bottom: 5px;
}

.newsBlog .component_title
{
	margin-bottom: 5px;
}

.newsBlog .component_listitem
{
	padding: 0 0 6px;
}

.newsBlog .component_listitem_header
{
	margin-right:3px;
	font-weight:lighter;
	width:auto;
}

.newsBlog .component_listitem_content
{
	width:auto;
}

.blog_left
{
	float:left;
	width:320px;
	overflow: hidden;
	padding-bottom: 15px;
}

.mainSpan_wrapper_noleftnav .blog_left
{
	width: 530px;
}

.blog_right
{
	float:right;
	width:300px;
	overflow: hidden;
	padding-bottom: 20px;
}

.blog_right .box_bottomlink
{
	display:none;
}

.blog_right .archiveButton
{
	text-align: right;
}

.blog_news_box .box_title
{
	font-size: 23px;
	color: #dba000;
	border-bottom: 1px solid #eed079;
	padding: 0px 0 4px 14px;
}

.blog_news_box .box_list a
{
	color: #524D40;
	text-decoration: none;
}

.blog_news_box .box_list a:hover
{
	text-decoration: underline;
}

.blog_news_box .box_list
{
	padding: 10px 10px 0 0;
}

.blog_news_box .box_list ul
{
	padding-left: 30px;
	margin-left: 0;
	line-height: 25px;
}

.blog_box .subtitle
{
	display: block;
	font-size: 23px;
	color: #dba000;
	border-bottom: 1px solid #eed079;
	padding: 0px 0 4px 14px;
	margin: 0 -10px 10px -14px;
	font-weight: normal;
	position: relative;
}

.blog_box .subtitle .subtitle
{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	position: static;
	height: auto !important;
	width: auto;
	border: 0;
}

.blog_right .blog_box
{
	padding: 0 10px 0 14px;
	margin-bottom:20px;
}

/**********************************************
reCAPTCHA
**********************************************/
.recaptcha
{
	clear: both;
}

#recaptcha_image
{
	border: 1px solid #eed079;
	float:left;
}

.recaptcha_icons
{
	margin:3px;
	display:block;
	float:left;
}

.recaptcha_response_area
{
	clear:both;
}

.recaptcha_reload, .recaptcha_only_if_image, .recaptcha_only_if_help
{
	margin:2px 2px 2px 0;
	font-weight:lighter !important;
}

.survey_container .recaptcha
{
	margin-bottom: 10px;
}

/**********************************************
Testimonials /guestbook
***********************************************/

.testimonial_text
{
	padding:0 0 0 50px;
	width:85%;
	font-style: italic;
}

.open_quotation
{
	left:15px;
	position:relative;
	top:10px;
}

.close_quotation
{
	bottom:18px;
	left:93%;
	position:relative;
}

.testimonial_writer
{
	margin:0 40px 0px 35px;
	text-align:right;
	font-weight: bold;
	color: #694c01;
	font-size: 85%;
}

.testimonial_date
{
	text-align:right;
	font-size: 85%;
	margin:0 40px 0px 35px;
	color: #694c01;
}

/************************************************
Portfolio Component
************************************************/
.spotlight_wrapper
{
	padding: 18px 33px 33px 30px;
}

.spotlight_title
{
	font-weight: bold;
	font-size: 16px;
	color: #c7950e;
	/*UG: Changed to border bottom to accomodate Steve's request (solid color)*/
	/*background: url(_gfx/int/dots.gif) bottom left repeat-x;*/
	border-bottom: solid 1px #ECCC6C;
}

.spotlight_thumbs img
{
	margin: 24px 16px 0 17px;
	width: 106px;
	height: 91px;
	border: 1px solid #e9ad23;
}


.clientlist
{
	width: 190px;
	float: left;
	padding-left: 0px!important;
	margin-left: 0!important;
	padding-right: 20px!important;
	list-style:none;
}

.clientlist li
{
	padding-left: 16px !important;
	background: url(_gfx/home/bullet.gif) 0 8px no-repeat;
	line-height: 14px;
	margin: 0 0 5px 0;
	/*
	height: 25px;	
	display: block;
	overflow: hidden;
	margin: 0 0 4px 0;
	*/
}

.clientlist li a
{
	color: #524d40;
	text-decoration: none;
}

.clientlist li a:hover
{
	text-decoration: underline;
}

.clientlist_title
{
	font-weight: bold;
	padding-bottom: 2px;
}

/*
.clientlist
{
	margin: 0;
	padding: 0;
}

.clientlist li
{
	margin: 0;
	padding: 0;
	width:160px;
	display: block;
}

.clientlist li a
{
	color: #524d40;
	text-decoration: none;
}

.clientlist li a:hover
{
	text-decoration: underline;
}

.clientlist li.col1 
{
	margin-left: 3em;
}
 
.clientlist li.col2 
{
	margin-left: 18em;
}
 
.clientlist li.col3 
{
	margin-left: 33em;
}
*/

a.project_leftnav
{
	display:block;
	margin: 20px auto 40px auto;
	width:134px;
}

/************************************************
Featured Projects Component
************************************************/

.portfolio_list
{
	float: left;
	clear: both;
	padding: 11px 0 0px 0;
	width: 100%;
}

.screenshot
{
	float: left;
	margin: 5px 27px 0 0;
	border: 1px solid #e8a815;
	width: 200px;
	height: 170px;
}

.screenshot-noborder
{
	float: left;
	margin: 5px 27px 0 0;
	border: none;
	width: 200px;
	height: 170px;
}

.portfolio_detail
{
	float: left;
	width: 407px;
}

.portfolio_detail h2
{
	background: url(_gfx/int/dots.gif) bottom left repeat-x;
	margin: 0;
	padding: 0 0 3px 14px;
}

.portfolio_detail h2 a
{
	font-size: 16px;
	line-height: 17px;
	text-decoration: none;
	font-weight: bold;
}

.portfolio_detail h2 a:hover
{
	text-decoration: underline;
}

.portfolio_detail h3
{
	font-weight: bold;
	color:#694c01;
	margin: 0;
	padding: 0 0 14px 14px;
	font-size: 12px !important;
	line-height: 17px;
}

.portfolio_awards
{
	padding: 0 0 0 14px;
	margin-bottom: 10px;
}

.portfolio_awards .awards_title
{
	font-weight: bold;
	color:#c7950e;
	padding-bottom: 7px;
}

.portfolio_awards img
{
	vertical-align: middle;
	margin-right: 5px;
}

.portfolio_awards .divider
{
	color: #dba000;
	font-weight: bold;
	padding: 0 5px;
}

.portfolio_awards .author
{
	font-size: 10px;
	color: #c7950e;
}

.portfolio_awards p
{
	margin: 0;
}

/*** Project detail ***/

.award_box 
{
	background: url(_gfx/cmn/awardsBG.jpg) top no-repeat #ffffff;
	font-family: verdana;
	color: #594e30;
	width: 509px;
	min-height: 144px;
	height: auto !Important;
	height: 144px;
	/*float: left;*/
	padding: 0px;
	/*margin: 15px 0 0 13px;*/
	margin: 15px auto;
	text-align: left;
}

.award_box img 
{
	padding:0; margin:20px 5px 0 20px;
	border:0;
	float:left;
}

.award_box h3 
{
	font-size:15px;
	font-weight: bold;
	font-style: italic;
	color: #a27333;
	margin:20px 0 8px 10px; padding:0;
	float:left;
}

.award_box ul 
{
	margin:0 0 0 10px; padding:0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	font-size:13px;
	width:400px;
}

.award_box ul li
{
	padding-left: 12px;
	background: url(_gfx/cmn/bullet_c.gif) no-repeat 0 50%;
	line-height:13px;
	margin-bottom: 8px;
}

.project_bottom_link
{
	margin: 10px 0;
}

.project_website_link
{
	float: left;
	color: #917b3e;
	font-size: 11px;
	font-weight:bold;
	padding: 0 12px 0 0;
	margin-left:0px;	
	text-decoration: none;
}

.project_next_fproject
{
	float: right;
	background: url(_gfx/cmn/arrows_dbl.gif) right 8px no-repeat;
	color: #917b3e;
	font-size: 11px;
	font-weight:bold;
	padding: 0 16px 0 0;
	margin-right:15px;
}

.project_image
{
	margin: 15px auto;
	display: block;
}

.project_related h4
{
	font-size: 13px;
}


/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*** mobile view ***/
#SwitchToMobile
{
	background: #fff9a5 url(_gfx/cmn/mobile/mob_visionlink_strip.gif) bottom left repeat-x;
}

#SwitchToMobile a
{
	display: block;
	background: url(_gfx/cmn/mobile/mob_visionlink_bg.jpg) center bottom no-repeat;
	text-align: center;
	font-size: small;
	color: #000000;
	padding: 5px 0 4px 0;
	border: 1px solid #bdbdbd;
	text-decoration: none;
}

/*** Why Vision? page**/

.whyvision{position: relative; margin-left: -13px;margin-right: -16px;}

.whyvision_info
{
	width: 401px !important;
	height: 148px !important;
}

.whyvision_quote_container_wide .whyvision_info
{
	width: 851px !important;
	height: 116px !important;
}

.whyvision_quote
{
	width: 382px !important;
	height: 60px !important;
	padding: 16px 7px 0 12px;
}

.whyvision_quote_container_wide .whyvision_quote
{
	width: 832px!important;
	height: 48px!important;
}

.whyvision a.mb
{
	position: absolute;
	top: 0;
	left: 0; 
	width: 426px;
	height: 222px;
	z-index: 1;
	display: block;
	background: url(_gfx/spacer.gif) 0 0 repeat;
}

.whyvision_quote_container_wide a.mb
{
	width: 877px;
	height: 190px;
}

.featuredProjects_table
{
	margin: 15px 0 0 0;
}

.featuredProjects_table td
{
	text-align: center;
	vertical-align: top;
}

.featuredProjects_table a
{
	font-weight: bold;
}

.featuredProjects_table .projectname
{
	text-align: center;
}