/* HTML TAG OVERRIDES */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	color: #e97217;
	font-size: 18px;
	margin-bottom: 20px;
}
h2 {
	/*border-bottom: 1px solid #ccc;*/
	color: #666;
	font-size: 14px;
}
hr {
	background-color: #fff;
	border-bottom: 1px dashed #ececec;
	clear: both;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}
ul li {
	list-style-type: square;
}
/*--------------------*/

/* LINKS */
/*-------*/

/* CONTAINER DEFINITIONS */
#main-container {
	background-color: #fff;
}
#top-container {
}
#top-menu-container {
	background-image: url(/assets/images/top-menu-background.png);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 40px;
}
#top-menu-container .menu-item {
	float: left;
	margin-right: 25px;
}
#top-menu-container .menu-item a {
	color: #ffffff;
	text-decoration: none;
}
#top-menu-container .menu-item a:hover {
	text-decoration: underline;
}
#footer-container {
	background-color: #f1f1f1;
	background-image: url(/assets/images/footer-background.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 10px;
	position: static;
	bottom: 0px;
}
#footer-container a {
	color: #333;
}
/*-----------------------*/

/* CUSTOM DEFINITIONS */
#social-media-buttons > div {
	float: left;
	margin-right: 5px;
}
#highlight-box {
	background-color: #eeeeee;
	margin-bottom: 30px;
}
#side-info-box {
	background-color: #eeeeee;
	float: right;
	margin: 15px;
	width: 190px;
}
#side-info-box #photos {
	padding: 20px;
	padding-top: 10px;
}
#side-info-box #photos div {
	margin-bottom: 10px;
}
#twitter-feed-box {
	background-color: #ddeef6;
	color: #666;
	float: right;
	margin: 15px;
	width: 270px;
}
#twitter-feed-box hr {
	margin-bottom: 5px;
	margin-top: 5px;
}
#facebook-feed-box {
	clear: right;
	float: right;
	margin: 15px;
	width: 270px;
}
#facebook-comment-box {
	margin-top: 20px;
	width: 600px;
}
/*--------------------*/

/* PAGE DEFINITIONS */
#home h1 {
	color: #e97217;
	font-size: 14px;
}
#home #our-clients img {
	margin-bottom: 15px;
}
/*--------------------*/

/* SIFR STYLES */
.sIFR-active h1 {
	visibility: hidden;
}
/*-------------------*/

/* RECAPTCHA STYLES */
#recaptcha-container {
	border: 1px solid #dfdfdf;
	padding: 4px;
}
#recaptcha-container #recaptcha-image {
	border: 1px solid #dfdfdf;
}
/*------------------------*/

/* PRINT MEDIA DEFINITIONS */
@media print {
}
/*-------------------------*/

