/* GENERAL PAGE SPECS FOR STANDARD HTML ELEMENTS */

body{
	margin: 0px;
	background-color:#FFFFFF;
	font-family:tehoma, verdana,arial,helvetica,sans-serif;
	font-size:11px;
	line-height:14px;
	color:#924017;
}

img{border:none;}

a:link, a:active, a:visited{font-weight:bold;text-decoration:none;}

a:link{color:#9C322A;}
a:active{color:#000000;}
a:visited{color:#9C322A;}
a:hover{font-weight:bold;text-decoration:underline;color:#e68a39;}


p,td{
	font-family: Tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	margin-top:0px;
	margin-bottom:15px;
	color:#924017;
}

h1{
	font-family: Tehoma, Verdana, Arial;
	font-size: 20px;
	font-weight: normal;
	font-style:italic;
	color: #FFFFFF;
	margin-top:20px;
}

h2{
	font-family: Tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #9C322A;
}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #9C322A;
}

.footer{
	font-family: Tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
	color: #999999;
}
/*
.footer a:link, .footer a:visited, .footer a:active{
	color: #FF0000;
	text-decoration:none;
}

.footer a:hover{
	color: #FF0000;
	text-decoration:underline;
}*/

img.png{behavior:url(http://www.centralpointchamber.org/pngbehavior.htc);}

/* SPECS FOR STANDARD NETVIS SIDE NAVIGATION LINK TABLE */

#staff {height:auto !important;height/**/: 100px;min-height:100px;}

#sidecolumn{
	position:relative;
	margin-left:15px;
	margin-bottom:15px;
	margin-right:5px;padding:5px;		
	border:1px #333333 solid;
	width:150px;
	overflow:hidden;
	float:right;
	background-color:#EFEFEF;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#sidecolumn a{
	font-family:tehoma, verdana, arial, geneva, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	color:#000000;
}


#sidecolumn a:hover{text-decoration:underline;}

#sidecolumn .current{
	padding:5px;
	margin-bottom:5px;
	color:white;
	background-color:#1E497E;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}

/* SPECS FOR STANDARD NETVIS SIDE NAVIGATION LINK TABLE */

#sidenav{
	position:relative;
	margin-left:15px;
	margin-bottom:15px;
	border:1px #333333 solid;
	width:125px;
	overflow:hidden;
	float:right;
	background-color:#EFEFEF;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#sidenav a{
	font-family:Tehoma, verdana, arial, geneva, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	color:#000000;
	width:125px;
	margin:0px;
	text-align:center;
	display:block;
	padding:5px 5px 5px 5px;
	border-top:1px #EFEFEF solid;
	border-bottom:1px #EFEFEF solid;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}


#sidenav a:hover{
	color:white;
	background-color:#333333;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}

#sidenav .current{
	color:white;
	background-color:#333333;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}

/* SPEC FOR STANDARD NETVIS CALLOUT AND FOOTER BOX */

.callout{
	border:#999999 1px solid;
	background-color:#DDDDDD;
	padding: 5px 10px 5px 10px;
	font-family: Tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 18px;
	text-align:left;
}

/* SPECS FOR STANDARD FORM ELEMENTS, INCLUDING STATE CHANGES FOR FORM ELEMENT ONFOCUS AND ONBLUR */

input.off{
	font-family: Tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1F4581;
	border:1px #1F4581 solid;
	background:#F1EFE6 url(/gw-templates/centralpoint/images/bg_fieldbg.jpg) left top repeat-x;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFFFF, EndColorStr=#FFF1EFE6);*/
	height:20px;
	padding:2px;
	width:300px;
}

input.on{
	font-family: Tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1F4581;
	border:1px #1F4581 dotted;
	background-color:white;
	height:20px;
	padding:2px;
	width:300px;
}

input.submit{
	font-family: Tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: white;
	background:#1F4581 url(/gw-templates/centralpoint/images/bg_submitbg.jpg) left top repeat-x;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FF5681A5, EndColorStr=#FF1F4581);*/
	height:30px;
}

select.off{
	font-family: tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F4581;
	background-color:#F9F7F3;
	width:300px;
}

select.on{
	font-family: tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F4581;
	background-color:white;
	width:300px;
}

textarea.off{
	font-family: tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F4581;
	border:1px #1F4581 solid;
	background:#F1EFE6 url(/gw-templates/centralpoint/images/bg_fieldbg.jpg) left top repeat-x;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFFFF, EndColorStr=#FFF1EFE6);
	padding:2px;
	width:300px;
	height:150px;
}

textarea.on{
	font-family: Tehoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F4581;
	border:1px #1F4581 dotted;
	background-color:white;
	padding:2px;
	width:300px;
	height:150px;
}

/*
/// SEARCH STYLES
*/

p.query, p.paginate
{
	position:relative;
	/* 
	background-color:#5A85A8;
	*/
	background-color:/*cbg_searchHeaders*/; 
	color:#FFFFFF;
	padding:5px;
	padding-left:10px;
	margin-bottom:0px;
}
p.paginate
{
	position:relative;
	color:/*cbg_searchPageLinks*/; 
	background-color:/*cbg_searchNumbers*/; 
	margin-top:0px;
	margin-bottom:10px;
	border-top:0px;
}
p.paginate a:visited{color:/*cbg_searchPageLinks*/;}

p.paginate a:hover{}

div.result p.query strong{
	color:#E6FDFF;}

div.number{
	position:relative;
	float:left;
	margin-right:10px;
	border:2px white solid;
	background-color:/*cbg_searchNumbers*/;#e2d3b3
	padding:10px;
	font-size:24px;
	color:white;
}

div.result{
	margin-left:60px;
	padding:10px;
	background-color:white;
}

div.result h3{margin:0px;}

div.result h3 a{color:#924017;}

div.result p.desc, div.result p.desc-link{
	position:relative;
	background-color:#F1EFE6;
	padding:5px;
	margin:0px;
}

div.result p.desc-link{
	position:relative;
	background-color:#E5E2D3;
	margin-bottom:0px;
}

div.resultmls{
	color:#E6FDFF;
	margin-left:165px;
	padding:10px;
	background-color:white;
}

div.resultmls h3{
	margin:0px;
}

div.resultmls h3 a{
	color:white;
}

div.resultmls p.desc, div.result p.desc-link
{
	position:relative;
	background-color:#F1EFE6;
	padding:5px;
	margin:0px;
}
div.resultmls p.desc-link
{
	position:relative;
	background-color:#E5E2D3;
	margin-bottom:0px;
}





/*  MAIN LAYOUT STYLES */


#bg-top{
	position:absolute;
	top:0px;
	left:0px;
	height:570px;
	width:100%;
	background:url(/gw-templates/centralpoint/images/bg_top.jpg) left top repeat-x;
}
/* OPTIONAL DEPENDING ON BG IMAGES / EFFECT NEEDED
#bg-bottom
{
	position:absolute;
	top:202px;
	left:0px;
	height:376px;
	width:100%;
	background:#e2d3b3 url(/gw-templates/centralpoint/images/bg_sand.jpg) left top repeat-x;
}
*/
#container{
	position:relative;
	left:50%;
	margin-left:-375px;
	width:750px;
	padding-top:137px;
	padding-bottom:5px;
}

#logo{
	position:absolute;
	top:0px;
	left:0px;
	width:196px;
	height:137px;
	background:url(/gw-templates/centralpoint/images/header_logo.gif) left top no-repeat;
	overflow:hidden;
}

#logo a{
	display:block;
	width:100%;
	padding-top:196px;
}

#title{
	position:absolute;
	top:0px;
	left:196px;
	width:554px;
	height:137px;
	background:url(/gw-templates/centralpoint/images/header_titlebg.gif) left top no-repeat;
	overflow:hidden;
	padding-top:95px;
}

#title h1{
	margin:0px;
	margin-right:25px;
	color:white;
	text-align:right;
	font-size:26px;
	line-height:normal;
}
#content
{
	position:relative;
	background:#FFFFFF url(/gw-templates/centralpoint/images/bg_content.gif) left top repeat-y;
	height:auto !important;
	min-height:431px;
	height/**/:431px;
}

#text{
	position:relative;
	display:inline;
	float:right;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e2d3b3, EndColorStr=#e2d3b3);	*/
	background:#e2d3b3 url(/gw-templates/centralpoint/images/bg_contentgrad.gif) left top no-repeat; 
	width:550px;
	height:auto !important;
	min-height:441px;
	height/**/:441px;
	margin-right:5px;
}

#breadcrumb{
	height:auto !important;
	min-height:22px;
	height/**/:30px;
	background-color:white;
	text-align:right;
	padding-right:20px;
	font-size:10px;
	padding-top:8px;
	color:#924017;
	margin-bottom:10px;
	line-height:normal;
}

#breadcrumb a{color:#9C322A;}

#text-content{margin:0px 10px 10px 10px;}

/* HOMEPAGE STYLES */

/*
body.home #text-content
{
	margin:0px 10px 10px 10px;
	background:url(/gw-templates/centralpoint/images/bg_homecontent.gif) left top repeat-y;
}*/
#homecontent-left{
	position:relative;
	float:left;
	display:inline;
	width:370px;
}

#homeimg{
	background-color:white;
	width:370px;
	height:244px;
}

#hometext{
	padding:10px;
	padding-bottom:1px;
	background-color:white;
}

#hometext h3{color:#9C322A;}

#homecontent-right{
	position:relative;
	float:right;
	display:inline;
	width:150px;
	background-color:#DCB263;
	padding:5px;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#homecontent-right div.info, #homecontent-right div.info-weather{
	background-color:#DFC38B;
	padding:5px;
	margin-bottom:10px;
	text-align:center;
	font-size:10px;
}

#home-news-box{
	height:120px;
	width:130px;
	overflow:hidden;
}

#datacontainer{
	position:relative;
	margin:0px 2px 2px 2px;
}

#datacontainer p{
	margin:0px;
	margin-bottom:15px;
}

#datacontainer a{
	color:#924017;
	text-decoration:none;
	font-weight:normal;
}

#datacontainer a:hover{
	color:#924017;
	text-decoration:none;
	font-weight:normal;	
}
div.newsheadline{
	background-color:white;
	padding:5px;
	margin-bottom:15px;
}

div.eventheadline{
	background-color:#e2d3b3;
	padding:5px;
	margin:5px 20px 15px 0px;
}

#homecontent-right div.info img{
	border:10px white solid;
	margin-bottom:5px;
}

#homecontent-right div.info strong{font-size:11px;}

#subpic{
	position:relative;
	display:inline;
	float:left;
	margin:-40px 15px 5px -15px;
}


#nav{
	position:relative;
	display:inline;
	float:left;
	background:url(/gw-templates/centralpoint/images/bg_navbar.jpg) left top no-repeat;
	margin-left:5px;
	width:185px;
	height:auto !important;
	min-height:441px;
	height/**/:441px;
}

#bizsearch{margin:0px 0px 15px 18px;}

#bizsearch input.off{
	width:125px;
	height:30px;
	border:1px #924017 solid;
	padding:7px 0px 0px 5px;
	filter:none;
	background:#A7C2D5 url(/gw-templates/centralpoint/images/bg_searchfield.jpg) left top repeat-x !important;
	position:relative;
	float:left;
	display:inline;
	margin-right:3px;
	color:#924017;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#bizsearch input.on{
	width:125px;
	height:30px;
	border:1px red solid;
	padding:7px 0px 0px 5px;
	filter:none;
	background:#FFFFFF !important;
	position:relative;
	float:left;
	display:inline;
	margin-right:3px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#navlinks{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	list-style-type:none;
	width:185px;
}

#navlinks li{
	position:relative;
	display:inline;
	float:left;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#navlinks a{
	display:block;
	width:100%;
	padding:5px;
	padding-left:18px;
	color:#924017;
	background:transparent url(/gw-templates/centralpoint/images/nav_bgarrow.gif) -20px center no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#navlinks a:hover, #navlinks a.on{
	background:#FFFFFF url(/gw-templates/centralpoint/images/nav_bgarrow.gif) 2px center no-repeat;
	color:#9C322A;
	font-family:Tehoma, Verdana, Arial, sans-serif;
	font-style:italic;
	text-decoration:none;
}

#navlinks li:hover, #navlinks li.sfhover{background:#FFFFFF url(/gw-templates/centralpoint/images/nav_bgarrow.gif) 2px center no-repeat;}
#navlinks li ul{
	position:absolute;
	/*width:185px;*/
	left:-999em;
	padding:0px;
	margin:0px;
	margin-top:-24px;
	list-style-type:none;
	width:185px;
	background-color:white;
	border-top:5px white solid;
	border-bottom:3px white solid;
}

#navlinks li ul li{
	border-left:5px white solid;
	border-right:5px white solid;
	margin-bottom:2px;
	background-color:#e2d3b3;
}

#navlinks li:hover ul, #navlinks li.sfhover ul{left:185px;}

#footer{
	position:relative;
	clear:both;
	height:auto !important;
	min-height:1px;
	height/**/:1px;
	background-color:#e2d3b3;
	margin:5px;
	margin-left:196px;
	padding:10px;
	text-align:center;
	font-size:10px;
}

div.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}

#nav div.clear{
	height:10px !important;
	height/**/:1px;
}

#contact-address{
	position:relative;
	display:inline;
	float:right;
	padding:10px;
	background-color:#F7F5F0;
	width:200px;
	margin-top:15px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#alphalist{
	padding:10px;
	margin-bottom:15px;
	background-color:#F7F5F0;
	position:relative;
}

/*
/// PRODUCTS PAGE / LINKS PAGE
*/

td.bizsite-prodtitle, div.bizsite-prodtitle{
	position:relative;
	padding:5px;
	font-weight:bold;
}

td.bizsite-prodpic, div.bizsite-prodpic{
	position:relative;
	padding:5px 5px;
}

td.bizsite-prodtext, div.bizsite-prodtext{
	position:relative;
	padding:5px;
}

td.bizsite-prodlink, div.bizsite-prodlink{
	position:relative;
	padding:5px 0px 5px 0px;
	font-size:10px;
}

td.bizsite-prodspace, div.bizsite-prodspace{
	position:relative;
	padding-top:10px;
}

td.bizsite-prodtitle, div.bizsite-prodtitle{
	background-color:#E6EDF2;
	border-top:1px #D3DEE5 solid;
}

td.bizsite-prodlink, div.bizsite-prodlink{border-top:1px #D3DEE5 solid;}


/* GATEWAY BLOCK */

/*

*/

#gwpreview-container
{
	margin:10px 0px 10px 0px;
	font-size:11px;
}

#gwpreview-container img.left{
	position:relative;
	float:left;
	display:inline;
	margin:0px 5px 0px 0px;
}

div.gwpreview{
	position:relative;
	border:5px #DFC38B solid;
	padding:5px;
	background-color:#DCB263;
}

div.gwpreview h4{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:5px;
	padding-left:5px;
	line-height:normal;
	font-family:Tehoma,verdana,arial;
}

div.gwleft{
	position:relative;
}

div.gwbizfeature a.visit{
	display:block;
	margin-top:5px;
	padding:3px;
	background-color:#e2d3b3;
	border-top:1px #e2d3b3 solid;
	text-transform:uppercase;
	font-size:10px;
}

div.gwright{
	position:relative;
}

div.gwtext{
	position:relative;
	border:1px #BFBECE solid;
	background-color:white;
	padding:5px;
	margin-bottom:5px;
	_height:1%;
}

div.gwtext h5, div.gwtext h5 a, div.gwtext h5 a:hover{
	margin:0px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

div.gwtext form{margin:0px;}

div.gwtext input.gwsearch, div.gwtext input.off, div.gwtext input.on{
	border:1px #1F4581 solid;
	background-color:#F1EFE6;
	height:18px;
	width:120px;
	margin-right:5px;
	position:relative;
	float:left;
	font-family:tehoma, verdana, arial, geneva, helvetica, sans-serif;
	font-size:11px;
}

div.gwtext input.on{
	background-color:white;
	border:1px red solid;
}

div.gwtext input.gwsearch-submit{
	background-color:#1F4581;
	height:18px;
	font-family:tehoma, verdana, arial, geneva, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:white;
}

div.gwprodserv{
	position:relative;
	font-size:10px;
}

div.gwtext div.gwprodserv-photo{
	position:relative;
	float:left;
	display:inline;
	width:40px;
	overflow:hidden;
	margin-right:5px;
}

div.gwtext span.gwbizname{text-transform:uppercase;}

div.gwpreview-sub{
	position:relative;
	float:right;
	display:inline;
	margin-left:10px;
	margin-bottom:5px;
	border:5px #e2d3b3 solid;
	border-bottom:4px #e2d3b3 solid;
	background-color:#e2d3b3;
	width:175px;
}

div.gwpreview-sub div.title{
	text-align:center;
	background-color:black;
}

div.gwpreview-sub div.gwtext div.gwprodserv-photo{width:40px;}

div.gwpreview-sub div.gwtext{
	border:0px;
	margin-bottom:1px;
}

div.gwsidebar{
	position:relative;
	float:right;
	display:inline;
	width:150px;
	margin-left:10px;
}

#newhome div.title{background-color:black;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* MLS FEATURE */

#gwmls-searchform td{padding-bottom:3px;}
#gwmls-link a{text-transform:none !important;}
td.gwmls-label{
	font-weight:bold;
	font-size:10px;
	padding-right:5px;
}

#text
{
	background:#e2d3b3;
}
#bizsite-biztitle
{
	background-color:#F1EFE6;
}
#bizsite-credits
{
	background-color:#F1EFE6;
}
#bizsite-navlinks
{
	background-color:#e2d3b3;
}
#bizsite-navlinks a
{
	display:block;
	width:100%;
	padding:5px;
	padding-left:18px;
	color:#1F4581;
	background:transparent url(http://brookings.trivekta.com/images/nav_bgarrow.gif) -20px center no-repeat;
	overflow:hidden;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#bizsite-navlinks a:hover, #bizsite-navlinks a.on
{
	background:#FFFFFF url(http://brookings.trivekta.com/images/nav_bgarrow.gif) 2px center no-repeat;
	color:#8E824B;
	font-family:Tehoma, Verdana, Arial sans-serif;
	font-style:italic;
	text-decoration:none;
}
#bizsite-navlinks li.logo a, #bizsite-navlinks li.logo a:hover
{
	padding:0px;
	display:inline;
	background:transparent;
}
#bizsite-address, #bizsite-address a
{
	color:#1F4581;
}

#bizsite-address
{
	padding:5px;
	background-color:white;
	padding-left:18px;
	font-size:10px;
	font-weight:bold;
	color:#1F4581;
}

/*
/// PRODUCTS PAGE / LINKS PAGE
*/

td.bizsite-prodtitle, div.bizsite-prodtitle
{
	background-color:#F1EFE6;
	border-top:1px #E5E2D3 solid;
}
td.bizsite-prodlink, div.bizsite-prodlink
{
	border-top:1px #E5E2D3 solid;
}

#content
{
	background:white !important;
}
#text-content
{
	margin:10px;
	margin-top:0px;
}
#text-content form
{
	margin:0px;
}
#bizsite-container
{
	position:relative;
	border:1px white solid;
	background-color:white;
	height:auto !important;
	min-height:350px;
	height/**/:350px;
}
#bizsite-biztitle
{
	padding:3px;
	padding-left:15px;
}
#bizsite-biztitle h1
{
	margin:5px 0 10px 0;
	color:#8E824B;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#bizsite-pagetitle
{
	padding:7px;
	padding-left:15px;
}
#bizsite-pagetitle h2
{
	margin:0px;
	color:#8E824B;
	font-weight:normal;
	font-size:12px;
}
#bizsite-textcontainer
{
	margin:0px 15px 10px 15px;
}
#bizsite-homephoto
{
	position:relative;
	float:right;
	display:inline;
	margin-left:10px;
	margin-bottom:5px;
	border:1px solid #1f4581;
}

#bizsite-credits
{
	position:relative;
	text-align:center;
	padding:10px;
	font-size:10px;
	margin-top:5px;
}

#bizsearch
{
	margin-bottom:8px;
}
#bizsite-logo
{
	background-color:#FFFFFF;
	width:185px;
	/* height:75px; */
	text-align:center;
	overflow:hidden;
	margin:5px 0px 5px 5px;
	border:1px white solid;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#bizsite-navlinks
{
	border-top:5px white solid;
	padding:0px;
	padding-bottom:5px;
	margin:0px;
	list-style-type:none;
	width:190px;
}
#bizsite-navlinks a
{
	display:block;
	width:100%;
	padding:5px;
	padding-left:18px;
	color:#1F4581;
	background:transparent url(http://brookings.trivekta.com/images/nav_bgarrow.gif) -20px center no-repeat;
	overflow:hidden;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#bizsite-navlinks a:hover, #bizsite-navlinks a.on
{
	background:#FFFFFF url(http://brookings.trivekta.com/images/nav_bgarrow.gif) 2px center no-repeat;
	color:#8E824B;
	font-family:Georgia, Times New Roman, New York, Times, serif;
	font-style:italic;
	text-decoration:none;
}
#bizsite-navlinks li.logo a, #bizsite-navlinks li.logo a:hover
{
	padding:0px;
	display:inline;
	background:transparent;
}


/*
/// PRODUCTS PAGE / LINKS PAGE
*/

td.bizsite-prodtitle, div.bizsite-prodtitle
{
	position:relative;
	padding:5px;
	font-weight:bold;
}
td.bizsite-prodpic, div.bizsite-prodpic
{
	position:relative;
	padding:5px 5px;
}
td.bizsite-prodtext, div.bizsite-prodtext
{
	position:relative;
	padding:5px;
}
td.bizsite-prodlink, div.bizsite-prodlink
{
	position:relative;
	padding:5px 0px 5px 0px;
	font-size:10px;
}
td.bizsite-prodspace, div.bizsite-prodspace
{
	position:relative;
	padding-top:10px;
}

/*
/// CONTACT PAGE
*/

div.contactmsg
{
	padding:10px 0px 10px 0px;
	border-top:1px #5A85A8 solid;
	border-bottom:1px #5A85A8 solid;
	margin-bottom:10px;
}

