@charset "UTF-8";
/* --------------- Resets --------------- */
a img {
	border: 0px solid transparent;
}
/* --------------- Layout Styles --------------- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-size: 100.01%;
	line-height: 1.5;
	background: #E6E7E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #header {
	background-image: url(../images/headerGraphic.png);
	height: 190px;
	position: relative;
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.4em;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background: #ffffff;
	font-size: 85%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background: #ffffff;
	font-size: 85%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 15px 15px 20px;
}
.thrColFixHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	margin: 0 200px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/footerGraphic.png);
	height: 46px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	font-size: 0.7em;
	line-height: 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* --------------- Typographic Styles (Global) --------------- */
p,h1,h2,h3,h4,h5,h6,ol,ul,li{
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%
	color: #000
}
a:link,a:visited {
	text-decoration:none;
	color:#26A9E0;
}
a:hover {
	color:#8BC53F;
}
h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:.4em;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
}
p {
	margin-bottom: 1em;
	line-height: 1.4;
}
#mainContent #businessList {
	width: 365px;
	border-bottom: 2px solid #E6E7E8;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 15px;
}
#mainContent #finePrint {
	font-size: 0.55em;
}
#mainContent #businessList h6 a {
	color: #000;
}
#mainContent #businessList h6 a:hover {
	color: #26A9E0;
}
#mainContent #businessProfile img {
	margin-top: 20px;
	margin-bottom: 10px;
}
#mainContent #businessList p a {
	color: #26A9E0;
}
#mainContent #businessList p a:hover {
	color: #8BC53F;
}
/* --------------- Area Specific Type Styles --------------- */
#mainContent h1 {
	margin-top:1em;
	font-size:1.4em;
	font-weight:normal;
	color:#26A9E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent #pressList {
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E7E8;
	padding-top: 10px;
}
#mainContent h2 {
	margin-top:1em;
	font-size:1.2em;
	font-weight:normal;
	color: #8BC53F
}
#mainContent p {
	font-size:0.75em;
}
#mainContent ul {
	margin-left:30px;
	margin-bottom:1em;
}
#mainContent ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#sidebar1 {
	font-size:85%;
}
#sidebar1 h3 {
	margin-top:1em;
	font-size:1.2em;
	font-weight:normal;
	color: #000;
	text-align: center;
}
#sidebar1 p {
	font-size:0.75em;
	line-height:1.3;
}
#sidebar2 {
	font-size:85%;
}
#sidebar2 h3 {
	margin-top:1em;
	font-size:1.2em;
	font-weight:normal;
	color: #000;
	text-align: center;
}
#sidebar2 p {
	font-size:0.75em;
	line-height:1.3;
}
/* --------------- Sidebar1 Styles --------------- */
#sidebar1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#sidebar1 #category ul{
	margin:0;
	padding:0;
}
#sidebar1 #category ul li{
	margin:0;
	padding:0;
}
#sidebar1 #category ul a:link,#sidebar1 #category ul a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#000;
	text-decoration:none;
	line-height:30px;
	margin:0;
	border-bottom:1px solid #E6E7E8;
	display:block;
	width:125px;
	padding-left: 25px;
}
#sidebar1 #category ul a:hover{
	color: #26A9E0;
}
#sidebar1 #category ul a.last{
	border-bottom:none;
}

/* --------------- Sidebar2 Styles --------------- */
#sidebar2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#sidebar2 #community ul{
	margin:0;
	padding:0;
}
#sidebar2 #community ul li{
	margin:0;
	padding:0;
}
#sidebar2 #community ul a:link,#sidebar2 #community ul a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#000;
	text-decoration:none;
	line-height:30px;
	margin:0;
	border-bottom:1px solid #E6E7E8;
	display:block;
	width:130px;
	padding-left: 30px;
}
#sidebar2 #community ul a:hover{
	color: #26A9E0;
}	
#sidebar2 #community ul a.last{
	border-bottom:none;
}
#graphicLink div a img {
	margin-top: 10px;
}
#socialmediaLinks {
	margin-top: 40px;
}
#sidebar1 #socialmediaLinks a img {
	margin-top: 10px;
}
#sidebar1 #socialmediaLinks img a:hover {
	color: #FFF;
}
