@charset "utf-8";
body {
	font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-family: Georgia;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #46545d;

}

#container {
	width: 940px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(http://www.baropinions.com/images/sitebg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%;

}

#mainContent {
	width: 890px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(http://www.baropinions.com/images/contentbg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}

#footer {
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	font-size:10px;
	line-height:14px;
	background-image: url(http://www.baropinions.com/images/footerskyline.gif);
	background-repeat: no-repeat;
	background-color: #3e4d54;
	position: relative;
	padding: 0px;
	height: 350px;
}

#footer p {
	
	padding-top:10px;
	color: #CCC;

}
#homeHeader {
	padding: 20px 0px 50px 0px;
	margin: 0;
}

#header {
	padding: 25px 0px 10px 0px;
	margin: 0;
	height: 115px;
}

#search_box {
    width: 658px;
    height: 45px;
	margin: 0 auto;
    background: url(http://www.baropinions.com/images/homesearchbox.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 10px;
    border: 0;
    width: 574px;
    background: none;
	font-family: Georgia;
	font-size: 30px;
	
}
#search_box #go {
    float: right;
    margin: 3px 0px 0 0;
	width: 54px;
    background: none;
}

/* TAG CLOUD STYLES */

.word {
font-family: Georgia;
font-weight:bold;
line-height: 34px;
padding: 4px 4px 4px 4px;
color: #507387;
}

.word a {
text-decoration: none;
color: #507387;
}

.word a:hover{
text-decoration: underline;
color: #507387;
}


span.size1 {
font-size: 34px;
}
span.size2 {
font-size: 31px;
}
span.size3 {
font-size: 28px;
}
span.size4 {
font-size: 25px;
}
span.size5 {
font-size: 22px;
}
span.size6 {
font-size: 19px;
}
span.size7 {
font-size: 16px;
}
span.size8 {
font-size: 13px;
}
span.size0 {
font-size: 10px;
}
#homeCloud {
	margin: 0 auto;
	clear: both;
	width: 660px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}
#leftCloud {
	margin: 0 auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}
#leftCloud .size1 {
font-size: 24px;
}
#leftCloud .size2 {
font-size: 22px;
}
#leftCloud .size3 {
font-size: 20px;
}
#leftCloud .size4 {
font-size: 18px;
}
#leftCloud .size5 {
font-size: 16px;
}
#leftCloud .size6 {
font-size: 14px;
}
#leftCloud .size7 {
font-size: 12px;
}
#leftCloud .size8 {
font-size: 10px;
}
#leftCloud .size0 {
font-size: 8px;
}

#homeNav {
	font-weight:bold;
	font-size: 11px;
	line-height: 24px;
	color: #3e4d54;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 210px;
	padding-left: 20px;
}

#homeNav a {
text-decoration: none;
color: #3e4d54;
}

#homeNav a:hover{
text-decoration: underline;
color: #3e4d54;
}
#header #leftHead {
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}
#header #rightHead {
	float: right;
	padding-right: 25px;
	padding-top: 16px;
}

#head_search_box {
	width: 590px;
	height: 45px;
	margin: 0px;
	background: url(http://www.baropinions.com/images/headsearchbox.gif);
	margin-top: 20px;
}
#head_search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 10px;
    border: 0;
    width: 506px;
    background: none;
	font-family: Georgia;
	font-size: 30px;
	
}
#head_search_box #go {
    float: right;
    margin: 3px 0px 0 0;
	width: 54px;
    background: none;
}
#rightHead #headNav {
	font-size: 12px;
	color: #FFF;
	background-color: #46545d;
	height: 32px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
}

#rightHead #headNav p {
	margin: 0;
	padding: 8px;
	;
}
#headNav a {
text-decoration: none;
color: #FFFFFF;
}

#headNav a:hover{
text-decoration: none;
color: #faa833;
}

.clear {
	clear: both;
	/*padding: 0px 0px 10px 0px;*/
}

.leftMid {
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	width: 225px;
	text-align: left;
	font-size: 12px;
}
.rightMid {
	float: right;
	padding-right: 25px;
	/*padding-top: 16px;*/
	width: 590px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}

#titleRow .leftMid .topLeft {
	font-size: 11px;
	color: #3E4D54;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
}

h1 {
	font-size: 32px;
	color: #b37724;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 36px;
	color: #3E4D54;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h3{
	color: #b37724;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
}

.contentBlock {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;

}
#mainRow {
	padding-top: 5px;
	color: #507387;
}
#map_canvas {
	margin-top: 0px;
	margin-bottom: 20px;
		font-size: 7px;
	font-weight: normal;
}
.contentBlock .moreLinks {
	font-size: 10px;
	color: #507387;
}

.leftMid a {
	text-decoration: none;
	color: #507387;
}

.rightMid a {
	text-decoration: none;
	color: #b37724;
}

.rightMid a:hover, .leftMid a:hover{
text-decoration: underline;
	/*color: #507387;*/
}

.fontTwelve {
	font-size: 12px;
}
.fontEleven {
	font-size: 11px;
	line-height: 12px;
}
.fontTen {
	font-size: 10px;
}
.opinion .opPic {
	float: left;
	width: 75px;
	font-size: 10px;
}
.opinion .opText {
	float: right;
	width: 515px;
}
.opinion {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #46545f;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear:both;
}

.divider a {
	font-size: 10px;
	height: 16px;
	text-align: right;
	background-color: #46545f;
	float: right;
	position: relative;
	top: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	right: 0px;
	text-transform: uppercase;
}

.divider a:hover {
	color: #faa833;
	text-decoration: none;
}

.ad_300x250 {
	float: right;
	margin: 5px 0px 15px 15px;
}

.ad_468x15 {
	float: left;
	margin: 5px 0px 0px 115px;
	padding: 0px;
}

/* begin css tabs */
 
ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0 0 20px 0; /* set margins as desired */
	font: bold 14px georgia; /* set font as desired */
	border-bottom: 1px solid #46545f; /* set border COLOR as desired */
	height: 31px;
	line-height: 15px;
	list-style-type: none;
	padding: 5px 0px 0px 0px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
	display: inline;
}
 
ul#tabnav li.active { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}
 
ul#tabnav li.active a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #b37724; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 6px; /* must change with respect to padding (X) above and below */
	margin: 0px;
}
 
ul#tabnav li a { /* settings for all tab links */
	padding: 5px 9px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #46545f; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #507387; /* set unselected tab background color as desired */
	color: #FFF; /* set unselected tab link color as desired */
	margin-right: 2px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;

}
 
ul#tabnav a:hover { /* settings for hover effect */
/*background: #fff;*/ /* set desired hover color */
	color: #faa833;
	text-decoration: none;
}
 
/* end css tabs */

