/*
Theme Name: Cal Biz Central
Theme URI: http://www.thesearchagents.com/
Description: Theme created for CalBizCentral Micro-sites.
Version: 1.0
Author: Frank Eybsen
Author URI: http://audiomuffin.com/
Tags: tsa, cbc

	Cal Biz Central v1.0
	 http://www.thesearchagents.com/

	This theme was built by Frank Eybsen,
	whose blog you will find at http://audiomuffin.com/

	The CSS, XHTML and design is property of The Search Agency.

*/

body {
	margin:0;
	font-family:Arial, Helvetica, Verdana, Trebuchet MS, Tahoma;
	font-size:12px;
}

a {
	color:#ff8500;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#maincontainer {
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

.topMenu {
	background-color: #e9f3f8;
	background-image: url(images/topmenu.gif);
	background-repeat: no-repeat;
	height: 35px;
}

.topMenu-left {
	float:left;
	margin-top:6px; 
	margin-left:13px;
	font-size:12px;
	color:#173768;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

.topMenu-left a:link, .topMenu-left a:visited, .topMenu-left a:active   {
	font-size:12px;
	color:#173768;
	font-family: Arial, Verdana, Geneva, sans-serif;
	text-decoration:none;
}

.topMenu-left a:hover {
	text-decoration:underline;
}

.topMenu-right  {
	float:right;
	margin-top:6px; 
	margin-right:13px;
	font-size:12px;
	color:#173768;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

.topMenu-right a:link, .topMenu-right a:visited, .topMenu-right a:active   {
	font-size:12px;
	color:#173768;
	font-family: Arial, Verdana, Geneva, sans-serif;
	text-decoration:none;
}

.topMenu-right a:hover   {
	text-decoration:underline;
}

#topsection {
	height: 83px;
}

.logo  {
	margin-top:22px;
	float:left;
}

.slogan  {
	margin-top:22px;
	float:right;
}

.box {
	padding:0 12px 0 0;
	background:#fff url("images/border_right.gif") 100% 0 repeat-y;
}

.bi {
	padding:0 0 0 12px;
	background:#fff url("images/border_left.gif") 0 0 repeat-y;
}

.bt {
	height:17px;
	margin:0 -12px;
	background:url("images/box.gif") 100% 0 no-repeat;
}

.bt div {
	width:18px;
	height:17px;
	background:url("images/box.gif") 0 0 no-repeat;
}

#wrapper { 
	 margin: 0 auto;
	 width: 935px;
	 margin-top:-5px;
}

#storeNav  {
	width: 184px;
	margin-left:15px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333;
}

#storeNav h1 {
	font-weight: bold;
	font-size:13px;
	margin-top:12px;
}

#storeNav .Heading  {
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color: #ff8500;
	margin-top:27px;
	margin-bottom:0;
	padding-bottom:6px;
	border-bottom: 1px solid #cddce7;
}

#storeNav h2  {
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color: #ff8500;
	margin-top:21px;
	margin-bottom:0;
	padding-bottom:6px;
	border-bottom: 1px solid #cddce7;
}

#storeNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#storeNav li {
	border-bottom: 1px solid #cddce7;
	margin: 0;
}

#storeNav li a {
	display: block;
	padding: .3em 1px .3em 0.8em;
	color: #072a5e;
	text-decoration: none;
	width: 100%;
	background:url("images/nav_arrow.gif") 0 50% no-repeat;
}

/*html>body #storeNav li a {
	width: auto;
}*/

#storeNav li a:hover {
	color: #ff8500;
	background:url("images/nav_arrow_r.gif") 0 50% no-repeat;
	background-color: #fff;
	display: block;
}

#leftcolumnBackdrop {
	 background: url("images/backdrop.gif");
	 overflow: auto;
	 width: 100%;
	 vertical-align:top;
}

#leftcolumn { 
	 display: inline;
	 color: #333;
	 margin: 0px;
	 padding: 0px;
	 width: 210px;
	 float: left;
}

#rightcolumn { 
	 float: right;
	 color: #333;
	 padding: 0px;
	 width: 707px;
	 display: inline;
	 position: relative;
	 vertical-align:top;
}

#SearchBox { 
	width: 233px;
	height:17px;
	border-left:#103264 1px solid;
	border-top:#103264 1px solid;
	border-bottom:#fff 1px solid;
	border-right:#fff 1px solid;
	margin-top:9px;
	background:url("images/icon_magnify.gif") 0 50% no-repeat;
	background-color:#fff;
	text-indent:20px;
}

.SearchModule  {
	height:40px;
	background-color:#2b8ebe;
	width:auto;
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#fff;
	clear: both;
}

.SearchButton{
	cursor: pointer; 
	margin-bottom:.3em;
	vertical-align: middle;
}

.txtHelpContactPosition {
	float: right;
	margin-right:15px;
	margin-top:-17px;
	color:#fff;
}	

.txtHelpContact a:link, .txtHelpContact a:visited, .txtHelpContact a:active  {
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#fff;
	text-decoration:none
}	

.txtHelpContact a:hover  {
	text-decoration:underline
}

.bb {
	height:17px;
	margin:0 -12px;
	background:url("images/box.gif") 100% 100% no-repeat;
}

.bb div {
	width:18px;
	height:17px;
	background:url("images/box.gif") 0 100% no-repeat;
}

#FooterWrapper { 
	 margin: 0 auto;
	 width: 960px;
	 border-bottom:#d6d6d6 1px solid;
	 font-family:Helvetica, Arial, sans-serif
}

.clear { clear: both; background: none; }

.CopyrightContainer {
	margin:0 auto;
	width:960px;
	margin-top:9px
}

.CopyrightContainer .txt {
	float:right; 
	color:#a9a9a9; 
	font-size:11px;
}

#post h2 a, h2, h1  {
	color: #ff8500;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: -moz-use-text-color;
	margin-left: 0px;
	text-decoration:none;
}

#post blockquote {
	border-top:#ffdab2 1px solid; 
	background-color:#fffbc6;
	height:auto;
	padding:7px 12px 10px 12px;
	margin:12px 0px 12px 0px;
}

.entry a {
	color:blue;
}


