﻿@import url("/css/century21sweyer.css");
/* Layout 2 */

/*
#content { border: 1px solid black;}
#leftcol {border: 1px solid orange;}
#widecol {border: 1px solid red;}
#midcol {border: 1px solid green;}
#rightcol {border: 1px solid blue;}
#breadcrumb {border: 1px solid yellow;}

/*    -----------------------   Content    -----------------------   */  
#content {
	text-align: left;
	float:left;
	background: url(/imgs/content_bg3.gif) no-repeat 0px 0px;
}


/*    -----------------------   Left Column    -----------------------   */  

#leftcol {
	font: normal 11px/13px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 920px;
	margin: 7px 0 0 10px;
	float:left;
}

/*    -----------------------   Wide Column    -----------------------   */  

#widecol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 930px;
	float: left;
	margin:0 0 0 10px;
}

img{
	border:none;
}

/*    -----------------------   Mid Column    -----------------------   */  

#midcol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #666666;
	width: 700px;
	float: left;
}
#midcol p.news{
	float:left;
	width:45%;
	margin-right:20px;
	text-align:justify;
}
#midcol a, #midcol li a {
	color: #ce5f16;
	border-bottom:1px dotted #ce5f16;
	text-decoration:none;
}	
#midcol a:hover, #midcol li a:hover {
	text-decoration:none;
	border-bottom:1px dotted black;
	color:black;
}
#midcol a{
	clear:left;
}
#midcol ul  {
	margin: 0 0 0 15px;
	padding: 0;
}
#midcol ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #666666;
	list-style-image: url(../imgs/a_bullet.gif);
	margin:0 0 0 15px;
	padding: 0;
}
#midcol ol {
	margin:0px 0 0 0;
	padding: 0;
}
#midcol ol li {
	margin:10px 0 0 20px;
	padding: 0;
}

#midcol .bubblewrap{
list-style-type:none;
margin:10px 0px 0px 0px;
padding:0;
}

#midcol .bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
width: 35px;
height:60px;
}

#midcol .bubblewrap li img{
position:absolute;
width: 34px; /*default width of each image.*/
height: 46px; /*default height of each image.*/
left:0;
top:0;
border:0;
}

#midcol .bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 12px Arial;
padding:2px;
width:100px;
text-align:center;
background:white;
}

#squares li{
	width:50px;
	height:40px;
}

#squares li img{
	width:31px;
}
#social a, #social a:hover, #social a:visited{
	text-decoration:none;
	border-style:none;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*    -----------------------   Right Column    -----------------------   */  

#rightcol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 200px;
	float: right;
	margin: 0 18px 0 0;
}
#rightcol a {
	color: #ae852a;
	text-decoration:none;
}
 #rightcol a:hover {
	color: #ae852a;
	text-decoration:underline;
}
