/* horizontal rule with short leading */
hr.shortHR {
	background:#ddd;
	color: #ddd;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	margin:0 0 .75em;
	border:none;
}

hr.noleadHR {
	background:#ddd;
	color: #ddd;
	clear:both;
	float:none;
	width:100%;
	height:0.1em;
	border:none;
	margin:0 0 0 0;
}
hr.header {
	color: #ddd;
	clear:both;
	float:none;
	width:100%;
	height:0.1em;
	border:none;
	margin-bottom:10px;
}

/* Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */
/** {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }*/
a.tooltip span {display:none; padding:2px 3px; margin-left:4px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; border:3px ridge #0099ff; background:#ffffff; color:#6c6c6c;}

/* Demo styles */
#header{		padding:20px 0 10px 0; border-bottom:1px solid #ccc; margin-bottom:10px;}
#sidebar-1{		 }
#sidebar-1 div.one{	padding:0 10px 10px 10px;background:#eee; margin-bottom:10px; }
#sidebar-1 div.two{	padding:10px;background:#ccc; }

.style3 {
	color: #CC3300;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style4 {color: #333333}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}

#headline .headline {color: #CC3300;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
#quicklinks {
	background:#CCCCFF;
	margin-left: 5px;
	padding-left: 5px;
}

img.imgnope {
	border: 1px solid #000000;
	padding: 5px;
}
img.imgleft {
	border: 1px solid #000000;
	padding: 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
} 
img.imgright {
	border: 1px solid #000000; 
	padding: 5px; 
	float: right; 
	margin-left: 15px;
	margin-bottom: 5px;
} 
.simpleborder {
	border: 1px solid #000000;
}
.hotbox {
	border: 2px solid #CC0000;
}

.grid {margin-top:1.5em
		margin-left:.5em;}

p.tight {line-height:1.0em;
		}
a.redund {
	color:#ffffff;
	text-decoration:none;
}

a.redund:hover {
	color:#a21800;
	text-decoration:none;
}

a.white {
	color:#ffffff;
	text-decoration:none;
}

a.white:hover {
	color:#d18416;
	text-decoration:none;
}
a.black {
	color:#000000;
	text-decoration:none;
}

a.black:hover {
	color:#a21800;
	text-decoration:none;
}
a.menu {
	color:#ffffff;
	text-decoration:none;
}
a.menu-active {
	color:#FFCC00;
	text-decoration:none;
}	
a.menu:hover {
	color:#d18416;
	text-decoration:none;
}
.vspace125 {height:125px;}
.vspace75 {height:75px;}
.vspace40 {height:40px;}

.social-media {
  text-align: right;
  width: 768px;
  height: 30px;
  padding: 10px 42px 0 40px;
}

.social-media img {
  padding-left: 5px;
  vertical-align: middle;
}

.social-media .follow-us {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #6d6f71;
  padding-right: 3px;
}

.location-bottom {
  position: relative;
}

.location-bottom #find-us {
  position: absolute;
  top: 0;
  right: 5px;
}

.location-bottom #find-us p {
  font-weight: bold;
}

.location-bottom #find-us a {
  color: #000000;
  font-weight: normal;
}

a.email {
  color: #000000;
}

#subscribe p {
  font-weight: bold;
  margin-bottom: 10px;
}

#subscribe label {
  font-weight: normal;
}

#subscribe input[type=text] {
  width: 420px;
}

#subscribe input[type=image] {
  padding-top: 10px;
}
