/*****************************
 HTML Reset
*****************************/
* {
	background: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: inherit;
}
/* Focus Reset */
:focus {
	outline: 0;
}
/*****************************
 Selection
*****************************/
::selection {
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}
::-moz-selection {
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}
::-webkit-selection {
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}
/*****************************
 Body
*****************************/
body {
	background: #ffffff;
	font-family: 'open_sansregular';
	font-size: 13px;
	line-height: 125%;
	color: #777777;
}
/*****************************
 Fonts
*****************************/
@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-light-webfont.woff') format('woff'),
         url('opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'open_sanslight';
src: url('opensans-light-webfont.svg#open_sanslight.svg') format('svg');
}
}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'open_sansregular';
src: url('opensans-regular-webfont.svg') format('svg');
}
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.eot');
    src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibold-webfont.woff') format('woff'),
         url('opensans-semibold-webfont.ttf') format('truetype'),
         url('opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'open_sanssemibold';
src: url('opensans-semibold-webfont.svg') format('svg');
}
}
/*****************************
 Hyperlinks
*****************************/
a {
	color: #48454D;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:active {
	color: #F47621;
	text-decoration: none;
}
a img {
	border: 0px;
}
/*****************************
 Paragraph and Headings
*****************************/
p {
	margin: 0px 0px 15px 0px;
}
span.intro {
	font-size: 16px;
	color:#48454D;
}
body.home .heading {
	width:640px;
}
/*body.home h1 {
	font-size: 26px;
    font-family: 'open_sanslight';
	font-weight: normal;
	color: #F47621;
	line-height: 100%;
	text-align: center;
}*/
h1 {
	font-size: 26px;
    font-family: 'open_sanssemibold';
	font-weight: normal;
	color: #000000;
	line-height: 100%;

}
h2 {
	font-size: 22px;
    font-family: 'open_sanslight';
	font-weight: normal;
	color: #F47621;
	margin: 0px 0px 15px 0px;
	line-height: 175%;

}
h3 {
	font-size: 18px;
    font-family: 'open_sanslight';
	font-weight: normal;
	color: #343136;
	margin: 0px 0px 15px 0px;
	line-height: 175%;

}
h4 {
	font-size: 16px;
	font-family: 'open_sansregular';
	font-weight: normal;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	line-height: 175%;
	background:#F47621 ;
	text-align: center;
}
h5 {
	font-size: 16px;
	font-family: 'open_sansregular';
	font-weight: normal;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
	padding: 5px;
	background: #222222;
}
h6 {
	font-size: 16px;
	font-family: 'open_sanssemibold';
	font-weight: normal;
	color: #444444;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
	padding: 5px;
}
/*****************************
 List Styling
*****************************/
/* Unordered Lists */
#wrapper ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 15px 15px;
	text-indent: -12px;
}
#wrapper ul li {
	margin-bottom: 3px;
}
#wrapper ul ul{
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px 0px 15px 15px;
	text-indent: -12px;
}
/* Ordered Lists */
#wrapper ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 15px 16px;
}
#wrapper ol li {
	margin: 0px 0px 3px 0px;
}
#wrapper ol ol{
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin: 0px 0px 15px 16px;
}
/* Definition Lists */
#wrapper dl {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	display: inline-block;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#wrapper dl dt {
	clear: left;
	float: left;
	width: 18%;
	margin: 0px;
	padding: 2%;
	border-top: 1px solid #dddddd;
	font-weight: normal;
	color: #333333;
}
#wrapper dl dd {
	float: left;
	width: 74%;
	margin: 0px;
	padding: 2%;
	border-top: 1px solid #dddddd;
}
/*****************************
 Form Elements
*****************************/
#regbox {
    max-width: 400px;
}
input[type="text"],
input[type="password"],
textarea,
select {
	margin: 0px;
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 168px;
	padding: 10px;
    font-family: 'open_sansregular';
	font-size: 12px;
}
label {
	color: #000000;
    font-family: 'open_sansregular';
    margin-right:10px;
}
/*****************************
 Contact Form
 ****************************/
 .page20 #share, .page37 #share, .page33 #share {
 	display: none;
 }
#share{
	margin-top: 20px;
}
#contact-right {
	width:250px;
	float:right;
}

.logout {
    float: right;
    margin-top: -50px;
}

body.home .contact-form {
	margin-top:-66px;
}
.contact-form {
	width: 100%;
	line-height: 100%;
	display: inline-block;
	background: linear-gradient(to bottom, #FAFAFA 0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
	box-shadow:0 5px 5px 0 #666666;
	padding:5px 10px 5px 10px;
	margin-top:-51px;
	margin-left: -20px;
}
.required {
	color: #ff0000;
	font-size: 12px;
}
.form-element {
	width: 100%;
	margin: 0px 0px 10px 0px;
	display:inline-block;
}
.form-element:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Contact Form Elements */
.form-element label {
	float: left;
	margin: 11px 0px 0px 0px;
}
.form-element input[type="text"] {
	float: right;
}
.form-element textarea {
	width: 100%;
	line-height: 150%;
	height: 169px;
	max-width:100%;
  	max-width: 227px\9; /* IE FIX */
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  .box-sizing: border-box;
}
/* Submit Button */
#regbox input[type="submit"][style]{
	width: 100%!important;
}
.form-element input[type="submit"],
#regbox input[type="submit"] {
	cursor:pointer;
	width: 100%;
	background:#F47621;
	color: #ffffff;
	font-size: 14px;
	padding: 10px;
    font-family: 'open_sansregular';
	border: 1px solid #E46611;
}
.form-element input[type="submit"]:hover {
	background:#777777;
	color: #ffffff;
	border: 1px solid #666666;
}
/* Submit Elements */
.confirm {
	color: #8ED334;
	font-size: 12px;
	background: #EAF7D9;
	border: 1px solid #BBDF8D;
	padding: 10px;
	display: block;
	clear: both;
}
#invoiceForm{
	position: relative;
	top: 30px;
	/*width: 490px;
	margin-left: 230px;*/
}
/*****************************
 Tables 
*****************************/
/* table {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 0px;
	border-right: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
th {
	margin: 0px;
	padding: 5px;
	background: #009FE3;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	text-shadow: 1px 1px 1px #1879c6;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
td {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}*/
/*****************************
 Other HTML elements
*****************************/
/* Bold */
strong,
b {
	font-weight: normal;
}
/* Italic */
em,
i {
	font-style: italic;
}
/* Horizontal Rule */
hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #dddddd;
	background: none;
	height: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
/*****************************
 Website Structure
*****************************/
.container {

}
/*****************************
 Header
*****************************/
#topbar {
	width:100%;
	height:15px;
	background:#E0E0E0;
	display:none;
}
#container-header {
	width:100%;
	background:url('/files/bg_header.png') ;
	box-shadow: 0 2px 2px 0 #CFCFCF;
}
#header {
	width: 980px;
	margin: 0px auto;
	padding: 5px 0px 30px 0px;
	background: none;
	position: relative;
}
/* Logo */
.logo {
	margin: 0px;
	text-align: left;
}
.logo img {
	height: 116px;
	width: 230px;
	text-align: left;
	padding:0px 0px 0px 0px;
	margin-left: -13px;
}
.logo a {
	display: inline-block;
}
/*****************************
Register
*****************************/
#register {
	position:absolute;
	top:56px;
	right:182px;
}
#register a {
	color:#F47621;	
	margin-left: 5px;
}
#register a:hover {
	color:#48454D;
}

a.register {
	padding-left: 25px;
	background: url('/files/register.png') no-repeat left center;
}
a.login {
	padding-left: 25px;
	background: url('/files/login.png') no-repeat left center;
}
a.invoice {
	padding-left: 25px;
	background: url('/files/invoice.png') no-repeat left center;
}
/*****************************
Tagline
*****************************/
#tagline {
	color:#F47621;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	position:absolute;
	left:0;
	top:126px;
	width:300px;
	text-align: left;
	line-height:110%;
	font-style: italic;
}
/*****************************
 Call To Action
*****************************/
.call-to-action {
	position: absolute;
	width: auto;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 86px;
	text-align: left;
	color:#48454D;
}
.call-to-action a{
	color:#F47621;

	}
	.call-to-action a:hover{
	color:#48454D;
	}
.call-to-action div {
	margin: 0px;
}
.call-to-action div > span {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	background: none;
	color: #48454D;
	font-weight: normal;
}
/* .call-to-action .contact-name {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin: 30px 0px 15px 0px;
} */
.call-to-action .contact-phone {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	margin: 0px 15px 5px 0px;
	padding: 5px 0px 5px 25px;
	background: url(/files/social/phone-dark.png) left center no-repeat;
	float:left;
}
.call-to-action .contact-email {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 30px;
	background: url(/files/social/email-dark.png) left center no-repeat;
	height:12px;
	float:right;
}
.call-to-action .contact-social {
	position: absolute;
	top:-35px;
	left:188px;
	width:180px;
	margin-top: 0px;
}
.call-to-action .contact-social a {
	margin-right: 0px;
	display: inline-block;
	position: relative;
}
.call-to-action .contact-social a:hover > .title,
#recaptcha_widget .captchaImgs-contain .captchaImgs a:hover > .title {
	display: block;
	visibility: visible;
}
.call-to-action .contact-social a .title,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title {
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	text-align: center;
	padding: 3px;
	background: #333333;
	top: -23px;
	left: 11px;
	margin-left: -26px;
	width: 50px;
	display: none;
	visibility: hidden;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title {
	left: 8px;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs .recaptcha_get a .title {
	top: -53px;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs .recaptcha_only_if_image a .title,
#recaptcha_widget .captchaImgs-contain .captchaImgs .recaptcha_only_if_audio a .title {
	top: -43px;
}
/* Arrow */
.call-to-action .contact-social a .title:after,
.call-to-action .contact-social a .title:before,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:after,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.call-to-action .contact-social a .title:after,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:after {
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333333;
	border-width: 3px;
	left: 50%;
	margin-left: -3px;
}
.call-to-action .contact-social a .title:before,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:before {
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333333;
	border-width: 3px;
	left: 50%;
	margin-left: -3px;
}
/*****************************
 Navigation Bar
*****************************/
#menu {
	background: transparent;
	width: 555px;
	position:absolute;
	bottom:8px;
	right:0;
}
/* Level 1 */
#menu #top {
	background: none;
	line-height: 100%;
	margin: 0px auto;
	padding: 0px;
	width: 555px;
	z-index: 99;
	display: inline-block;
	float:right;
}
#menu #top li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 99;
}
/* Top Level Link Styling */
#menu #top li a {
	color: #48454D;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 8px 0px 8px 25px;
	font-size: 13px;
	line-height: 100%;
    font-family: 'open_sanssemibold';
}
#menu #top li a:hover,
#menu #top li a:active,
#menu #top li.current a,
#menu #top li:hover > a {
	color: #F47621;
}
/* Level 2 */
#menu #top li:hover > ul {
	display: block;
}
#menu #top ul {
	background: #ffffff;
	border: 1px solid #dddddd;
	display: none;
	left: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 28px;
	width: 185px;
	z-index: 99;
}
#menu #top ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}
/* Second Level Link Styling and Onwards */
#menu #top li > ul li a {
	background: none;
	color: #777777;
	font-weight: normal;
	padding: 9px 9px 9px 9px;
	font-size: 12px;
	line-height: 100%;
}
#menu #top li > ul li a:hover {
	background: #F47621 !important;
	color: #FFFFFF !important;
}
/* Level 3 */
#menu #top ul ul {
	left: 181px;
	top: 0px;
	z-index: 99;
}
/* Menu Clearfloat */
#menu #top:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#menu #top {
	display: block;
}
* html #menu #top {
	height: 1%;
}
*+html #menu #top {
	height: 1%;
}
/*****************************
 Site Content
*****************************/
#wrapper {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	background: none;
	min-height:330px;
}
/* Breadcrumbs */
.breadcrumb {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	background: none;
	color: #bbbbbb;
	font-size: 11px;
	line-height: 100%;
	display:none;
}
.breadcrumb a {
	color: #bbbbbb;
}
.breadcrumb a:hover,
.breadcrumb a:active {
	color: #333333;
}
/* Page Headings */
.heading {
	width: 920px;
	background: none;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	display: inline-block;
}
/* Sidebar */
.sidebar {
	background: none;
	margin: 0px 30px 30px 0px;
	padding: 0px;
	float: left;
}
/* Widgets */
/*.sidebar {
	display: block;
}
.sidebar{
	margin: 15px 0px 0px 0px;
}*/
.widget-title {
	font-size: 16px;
	font-family: 'open_sansregular';
	font-weight: normal;
	color: #48454D;
	margin: 0px 0px 15px 0px;
	line-height: 175%;
}
/* Main Pages */
.content {
	width: 980px;
	background: none;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.content_top {
}
/* Content With Sidebar */
.content-left {
	width: 680px;
	background: none;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	float: left;
}
.content-middle {
	margin-bottom: 30px;
}
.content_bottom {
  padding: 10px 30px;
}
/*****************************
Home Content
*****************************/
#home-bottom-container {
	width:100%;
	padding:30px 0px; 
	background: url('/files/bg_bottom.png');
}
#home-bottom {
	width:980px;
	margin: 0 auto;
}
#home-bottom-left {
	width:47%;
	float:left;
	margin-right:5%;
}
#home-bottom-right {
	width:47%;
	float:right;
	margin-top: 0px;
}
#home-bottom-right .widget {
	float:left;
}
#home-bottom-right .widget-title {

	font-size: 22px;
    font-family: 'open_sanslight';
	font-weight: normal;
	color: #F47621;
	margin: 0px 0px 15px 0px;
	line-height: 175%;

}
}


/*****************************
 Photo Gallery
*****************************/
.gallery-container {

}
.gallery-text {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.overview_thumbnail_all {
	float: left;
	padding: 0 15px 0 0;
}
/* Photo Gallery Thumbnails */
.thumbnail-all {
	margin: 15px;
	background: none;
	width: 200px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	*zoom: 1;
  *display: inline;
}
.thumbnail-all:hover {
	margin: 5px;
	padding: 7px;
	border: 3px solid #eeeeee;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.thumbnail {
	margin: 0px;
	width: auto;
	height: auto;
	background: none;
	overflow: hidden;
}
.image-title {
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}
.image-title a {
	width: auto;
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-family: 'open_sansregular';
	background: #dddddd;
	color: #333333;
	padding: 5px;
}
.image-title a:hover {
	color: #ffffff;
	background: #777777;
}
.image-description {
	margin: 0px;
	padding: 0px;
	background: none;
	width: 100%;
	color: #999999;
	font-size: 11px;
}
.thumbnail img {
	margin: auto;
	display:block;
	min-width: 160px;
}
.thumbnail img:hover {
	margin: auto;
	display:block;
}
/*****************************
 Overview
*****************************/
/* .content.overview ul > li{
	list-style: none;
} */
.content.overview ul li {
	margin-bottom: 7px;
	margin-top: 4px;
}
.content.overview ul ul li ul {
	list-style-type: square !important;
}
/*****************************
 404 Page
*****************************/
/* Google Search */
#goog-fixurl {
	width: 100%;
	display: inline-block;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#goog-wm {
	width: 100%
}
#goog-wm .content {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#goog-wm .content h3.other-things {
	display: none;
}
#goog-wm .content ul {
	list-style: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#goog-wm .content li.search-goog {
	list-style: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #444444;
	margin: 0px;
	line-height: 100%;
	text-align: center;
}
#goog-wm .content li.search-goog form {
	display: block;
}
#goog-wm .content li.search-goog input {
	margin: 15px auto 0px auto;
	display: block;
	text-align: center;
	font-family: 'open_sansregular';
}
#goog-wm .content li.search-goog input#goog-wm-qt {
	border: 1px solid #c6c6c6;
	padding: 9px;
	width: 552px;
	font-size: 14px;
	line-height: 14px;
}
#goog-wm .content li.search-goog input#goog-wm-qt:active,
#goog-wm .content li.search-goog input#goog-wm-qt:focus {
	border: 1px solid #4D90FE;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
#goog-wm .content li.search-goog input#goog-wm-sb {
	width: auto;
	padding: 10px;
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #c6c6c6;
	color: #444444;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	font-weight: normal;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#goog-wm .content li.search-goog input#goog-wm-sb:hover,
#goog-wm .content li.search-goog input#goog-wm-sb:active {
	color: #222222;
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
/*****************************
 Blog
*****************************/
/* Blog Page */
.blog-container {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	background: #ffffff;
	border: 1px solid #dddddd;
	/* -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); */
}
.blog-image {
	width: 200px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.blog-image a {
	display: block;
}
.blog-content.image-left {
	margin: 0px 0px 0px 200px;
	padding: 30px;
}
.blog-title {
	padding: 0px;
	margin: 0px;
	background: none;
	color: #aaaaaa;
	position: relative;
}
.blog-title a {
	/* color: #000000; */
	font-weight: normal;
	font-size: 14px;
}
/* .blog-title a:hover,
.blog-title a:active {
	color: #777777;
} */
.blog-social {
	/*width: 300px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;*/
	margin: 15px 0px 0px 0px;
}
.blog-body {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background: none;
}
.blog-social .gplus {
	width: 70px;
	float: left;
}
.blog-social .fb {
	width: 85px;
	float: left;
}
.blog-social .twitter {
	width: 80px;
	float: left;
}
/* Latest Posts - Home */
#home-blog .blog-container {
	width: 156px;
	float: left;
}
#home-blog div.blog-container + div.blog-container {
	margin: 0px 0px 30px 30px;
}
#home-blog .blog-image {
	width: 156px;
	height: 156px;
	float: none;
}
#home-blog .blog-image img {
	width: 156px;
	height: 156px;
}
#home-blog .blog-image a {
	display: block;
}
#home-blog .blog-content {
	margin: 10px 0px 0px 0px;
}
#home-blog .blog-title {
	text-align: center;
	width: 136px;
}
#home-blog .blog-title a {
	display: block;
}
#home-blog .blog-all {
	display: block;
	clear: both;
}
#home-blog .blog-all a {
	display: inline-block;
	padding: 10px;
	margin: 0px;
	background: #333333;
	color: #ffffff;
}
#home-blog .blog-all a:hover,
#home-blog .blog-all a:active {
	background: #000000;
}
/* Latest Posts - Module */
.blog-post {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.blog-post .img {
	width: 60px;
	float: left;
}
.blog-post .titleimg {
	margin: 0px 0px 0px 70px;
}
.blog-post .date {
	display: block;
	width: 100%;
	color: #aaaaaa;
	font-size: 10px;
}
/*****************************
 Footer
*****************************/
#footer-contain {
	width: 100%;
	background: none;
	display: inline-block;
	background: #48454D;
}
#footer {
	margin: 0px auto;
	width: 940px;
	font-size: 10px;
	background: none;
	color: #fff;
	padding: 30px 20px;
	vertical-align: top;
	display: none;
}
.footer-mywork {
	margin: 0px auto;
	width: 980px;
	font-size: 10px;
	line-height: 10px;
	background: none;
	color: #ffffff;
	padding: 8px 30px;
	text-align: center;
}
.footer-mywork-container {
	background:#343136;
}
.footer-mywork-bottom {
	margin: 0px auto;
	width: 980px;
	font-size: 10px;
	line-height: 10px;
	background: none;
	color: #ffffff;
	padding: 8px 30px;
	text-align: center;
}
.footer-mywork-bottom a{
	color:#ffffff;
}
.footer-mywork-bottom a:hover{
	text-decoration: underline;
}
.footer-mywork-container-bottom {
	background:#343136;
}
.footer-mywork span.right-footer {
	float:right;
}
.footer-mywork-bottom span.left {
	float: left;
}
.footer-mywork-bottom span.right-footer {
	float: right;
}
.footer-mywork-bottom span.center {
	text-align: center;
	margin-left: -94px;
}
.footer-mywork span.left {
	float: left;
}
.footer-mywork span.center {
	text-align: center;
}
/* Footer Links */
#footer h3 {
/*	border-bottom: 1px solid #ffffff;*/
	/*border-top: 1px solid #ffffff;*/
}
#footer a {
	color: #ffffff;
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
}
.footer-mywork a {
	color: #ffffff;
}
.footer-mywork a:hover,
.footer-mywork a:active {
	text-decoration: underline;
}
/*****************************
 Standard Footer Sitemap
*****************************/
.mini_sitemap {
	width: 100%;
	display:none;
}
.mini_sitemap ul.top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
/* Level 1 */
.mini_sitemap ul.top li {
	width: 136px;
	margin: 0px 0px 10px 0px;
	padding: 0px px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
}
.mini_sitemap ul.top > li > a {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #222222;
	display: block;
}
/* IE 7 Hack */
.mini_sitemap ul.top > li {
	zoom: 1;
	*display: inline;
	_height: 100%;
}
/* Level 2 */
.mini_sitemap ul.top ul {
	width: 100%;
}
.mini_sitemap ul.top ul li {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}
/* Level 3 */
.mini_sitemap ul.top ul ul {
	width: auto;
	margin: 10px 0px 0px 10px;
	display: block;
}
.mini_sitemap ul.top ul ul li {
}
/* Level 4 */
.mini_sitemap ul.top ul ul {
}
.mini_sitemap ul.top ul ul li {
}
/*****************************
 Custom Footer
*****************************/
.footer-custom {
	margin: 0px 10px;
}
.footer-custom div {
	vertical-align: top;
}
/* IE 7 Hack */
.footer-custom > div {
	zoom: 1;
	*display: inline;
	_height: 100%;
}
/* About */
.footer-about {
	width: 45%;
	float:left;
/*	display: inline-block;*/
	*zoom: 1;
  *display: inline;
}
/* Sitemap */
.footer-custom .mini_sitemap {
	width: 23%;
	display: none;
	margin: 0% 4%;
	*zoom: 1;
  *display: inline;
}
.footer-custom .mini_sitemap ul.top ul {
	display: none; /* Hide all level 2 footer nav items */
}
.footer-custom .mini_sitemap ul.top li {
	width: 100%;
	margin: 7px 0px;
	padding: 0px;
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
  *line-height:14px;
  *margin-bottom:0;
	*zoom: 1;
  *display: inline;
}
.footer-custom .mini_sitemap ul.top > li > a {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
}
/* Contact */
.footer-contact {
	width: 23%;
	float:right;
/*	display: inline-block;*/
	*zoom: 1;
  *display: inline;
}
.footer-contact div {
	margin: 0px;
	padding: 5px 0px 5px 30px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
}
/* .footer-contact div + div {
	margin: 10px 0px 0px 0px;
} */
.footer-contact div > span.label {
	margin: 0px 5px 0px 0px;
	display: none;
}
.footer-contact .contact-email {
	background-image: url(/files/footer/footer-email-white.png);
}
.footer-contact .contact-phone {
	background-image: url(/files/footer/footer-phone-white.png);
}
.footer-contact .contact-fax {
	background-image: url(/files/footer/footer-fax-white.png);
}
.footer-contact .contact-mobile {
	background-image: url(/files/footer/footer-mobile-white.png);
}
.footer-contact .contact-address {
	background-image: url(/files/footer/footer-address-white.png);
	display:none;
}
/*****************************
 Float Properties
*****************************/
.clearfloat:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfloat {
	display: block;
}
/* Hides from IE-mac */
* html .clearfloat {
	height: 1%;
}
*+html .clearfloat {
	height: 1%;
}

/*****************************
 pagination
*****************************/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
    list-style: none outside none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
    float: right;
    display:none;
}
.pager:before, .pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager:before, .pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    background-color: #FFFFFF;
    color: #999999;
    cursor: not-allowed;
}

#disqus_thread {
	margin-top: 20px;
}
