@charset utf-8;
html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{
  margin:0;
  padding:0;
  vertical-align:baseline;
}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
  display:block;
}
body{
  background:url("../images/tail-bg.gif") center;
  color:#626262;
  font:75%/1.5em Arial, Helvetica, sans-serif;
  position:relative;
  overflow:auto;
}
textarea{
  font:101%/1.5em Arial, Helvetica, sans-serif;
}
blockquote{
  quotes:none;
	border-left: 1px solid #CCCCCC;
	font-style: italic;
	margin-left: 2em;
}
q{
  quotes:none;
	font-style: italic;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';content:none;
}
:focus{
  outline:none;
}

/* Baseline and common looks - Sets a vertical rhythm and styles the different elements.
 */
a{
  text-decoration:underline;
  color:#3f8aed;
  border:0;
}
a:hover,a:focus{
  text-decoration:none;
}
a img{
  border:0;
}
abbr,acronym{
  border-bottom:1px dotted;
  cursor:help;
  font-variant:small-caps;
}
address,cite,em,i{
  font-style:italic;
}
blockquote p{
  margin:0 1.5em 1.5em;
  padding:0.75em;
}
code,kbd,tt{
  font-family:"Courier New", Courier, monospace, serif;
  line-height:1;
}
del{
  text-decoration:line-through;
}
dfn{
  border-bottom:1px dashed;
  font-style:italic;
}
dl{
  margin:0 0 1.5em;
}
dt{
  font-weight:700;
}
dd{
  margin-left:1.5em;

}
h1,h2,h3,h4,h5,h6{
  font-weight:700;
  padding:0;
}
h1{
  font-size:2em;
  margin:0 0 0.75em;
}
h2{
  font-size:1.5em;
  margin:0 0 1em;
}
	h2 a {
		color:#000;
		text-decoration:none;
		}
	h2 a:hover {
		border-bottom:1px solid #000;
		}
h3{
  font-size:1.1666em;
  margin:0 0 1.286em;
	clear:both;
}
h4{
  font-size:1em;
  margin:0 0 1.5em;
}
h5{
  font-size:0.8333em;
  margin:0 0 1.8em;
}
h6{
  font-size:0.666em;
  margin:0 0 2.25em;
}
img{
  display:inline-block;
  vertical-align:text-bottom;
}
ins{
  text-decoration:overline;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
ol{
  list-style:outside decimal;
}
p{
  font-weight:300;
  margin:0 0 1.5em;
}
pre{
  font-family:"Courier New", Courier, monospace, serif;
  margin:0 0 1.5em;
	border-left: 1px solid #CCCCCC;
	margin-left: 2em;
	padding-left: 2em;
}
sub{
  top:0.4em;
  font-size:0.85em;
  line-height:1;
  position:relative;
  vertical-align:baseline;
}
sup{
  font-size:0.85em;
  line-height:1;
  position:relative;
  bottom:0.5em;
  vertical-align:baseline;
}
strong,b{
  font-weight:700;
}
ul{
  list-style:outside disc;
}
ul,ol{
  margin:0 0 1.5em 1.5em;
  padding:0;
}
li ul{
  padding:0;
  margin:0 0 0 2em;
	list-style-position:outside;
	list-style-type:circle;
}
li ol {
  padding:0;
  margin:0 0 0 2em;
	list-style-position:outside;
}
table{
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 1.5em;
  padding:0;
	width:100%;
	border:none;
}
caption{
  font-style:italic;
  text-align:left;
}
tr.alt td{
  background:#eee;
}
td{
  border:0;
  padding:0.5em 1em;
  vertical-align:middle;
	border-bottom:1px solid #eee;
	line-height:1.5em;
}
th{
  font-weight:700;
  padding:0.5em 1em;
  vertical-align:middle;
	background:#eee;
	text-align:left;
}
button{
  -x-system-font: none;
  cursor:pointer;
  display:block;
  font-size:0.99em;
  height:2em;
  line-height:1.5em;
  margin:0.8em 0 0;
  padding:0 0.5em;
}
button::-moz-focus-inner {
  border: 0;
}
fieldset{
  border:0;
  margin:0 0 1.5em;
  position:relative;
  padding:1.5em 0 0;
}
fieldset fieldset{
  clear:both;
  margin:0 0 0.75em;
  padding:0 0 0 1.5em;
}
input{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  font-size:1em;
  line-height:1.5em;
  padding:0.29em 0;
  margin:0 0 0.75em;
}
input[type=file]{
  height:2.25em;
  font-size:1em;
  padding:0;
  border:0;
  border:1px solid #ccc !ie;
}
textarea{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  margin:0;
  padding:0.29em 0;
}
select{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  font-size:1em;
  line-height:1.5em;
  margin-bottom:0.75em;
  padding:0.25em;
  height:2.25em;
}
optgroup {
  font-weight:700;
  font-style:normal;
  text-indent:0.2em;
}
optgroup + optgroup {
  margin-top:1em;
}
option{
  font-size:1em;
  height:1.5em;
  padding:0;
  text-indent:1em;
}
label{
  cursor:pointer;
  display:block;
  margin:0;
  padding:0;
}
label input{
  background:0;
  border:0;
  line-height:1.5em;
  margin:0 0.5em 0 0;
  padding:0;
  width:auto;
}
legend{
  font-size:1.1666em;
  font-weight:700;
  left:0;
  margin:0;
  padding:0;
}


/* General
---------------------------------------- */
#main {}
.container {
	position:relative;
	width: 886px;
	margin: 0 auto;
}




/* Header
---------------------------------------- */
header {
	background:url("../images/header-splash.jpg") no-repeat center top #e2e2e2;
	position:relative;
	z-index:99;
}
header .container {
	height:102px;
}

/* Logo */
.logo {
	position:absolute;
	left:8px;
	top:20px;
	float:left;
}
	.logo h1,
	.logo h2 {
		font-size:3em;
		line-height:1.2em;
		margin-bottom:0;
	}
		.logo h1 a,
		.logo h2 a {
			background:url("../images/logo.png") no-repeat left top;
			width:228px;
			height:59px;
			display:block;
			text-indent:-9999px;
		}
		.logo h2 a:hover {
			border:0 none;
		}
	.logo p.description {
		color:#797979;
		position:absolute;
		right:11px;
		bottom:-1px;
		margin:0;
	}


/* Header widget */
#widget-header {
	
}

/* Request a quote */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
	}
	
	.box {
		background:#eee;
		border:1px solid #dbdbdb;
		padding:20px;
		margin-bottom:20px;
		overflow:hidden;
		zoom:1;
		}
	.box-button {
		float:right;
		background:#dbdbdb;
		font-size:21px;
		color:#fff;
		text-decoration:none;
		padding:10px;
		}
	.box-text {
		float:left;
		width:75%;
		}
	.button-outdent {
		
		}



/* Slider
---------------------------------------- */
#slider {
	height:443px;
	overflow:hidden;
	position:relative;
	padding-top:23px;
	background:url("../images/slider-tail.jpg") no-repeat center top;
	width:100%;
}
#slider.extra {
	height:60px;
	margin-bottom:40px;
}
	#faded {
		width:886px;
		height:408px;
		overflow:hidden;
		position:relative;
		background:url("../images/slider-bg.png") no-repeat left 225px;
	}
		#faded .slide {
			margin:0 auto;
			width:870px;
			padding-top:8px;
		}
	ul.pagination { 
		list-style:none; 
		padding:0; 
		margin:0;
		text-align:center;
		line-height:9px;
		font-size:0;
		height:9px;
	}
		ul.pagination li {
			display:inline;
		}
			ul.pagination li a {
				width:9px;
				height:9px;
				overflow:hidden;
				background-image:url("../images/pagi-sprite.png");
				background-repeat:no-repeat;
				background-position:-11px top;
				display:inline-block;
				margin:0 1px;
				font-size:9px;
				text-indent:15px;
				padding:0;
				text-decoration:none;
			}
			ul.pagination li.current a, ul.pagination li.current a:hover { background-position:left top;}
			ul.pagination li a:hover { background-position:-22px top;}
	/*
	 * Required: If fixed height, state it here
	*/
	#faded .rap {width:870px;
			height:392px;
			margin:0 auto;
			margin-bottom:7px;
			overflow:hidden;
	}
	
/* Carousel
---------------------------------------- */
.carousel-box {
	position:relative;
	width:870px;
	height:109px;
	overflow:hidden;
	margin-bottom:40px;
}
.carousel-box .prev,
.carousel-box .next {
	width:24px;
	height:82px;
	background-repeat:no-repeat;
	background-position:-24px top;
	display:block;
	position:absolute;
	top:0;
}
.carousel-box .prev {
	background-image:url("../images/prev-sprite.png");
	left:0;
}
.carousel-box .prev:hover {
	background-position:left top;
}
.carousel-box .next {
	background-image:url("../images/next-sprite.png");
	background-position:left top;
	right:0;
}
.carousel-box .next:hover {
	background-position:-24px 0;
}
.carousel-box .carousel {
	width:790px !important;
	margin-left:40px;
}
.carousel-box ul {
	width:100%;
	overflow:hidden;
}
.carousel-box ul li {
	width:150px !important;
	height:275px;
	float:left;
	margin-right:10px;
}
.carousel-box ul li .thumb {
	padding:3px;
	width:142px !important;
	float:left;
	background:white;
	border:1px solid #c1c1c1;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	height:74px;
}
.carousel-box ul li h3 {
	font-size:11px;
	line-height:1.2em;
	font-weight:normal;
	padding-top:12px;
}
	.carousel-box ul li h3 a {
		background:url("../images/marker.png") no-repeat left top;
		padding:0 0 0 20px;
		display:inline-block;
		text-decoration:none;
		color:#626262;
	}
	.carousel-box ul li h3 a:hover {
		text-decoration:underline;
	}
#content h4 {
	font-size:22px;
	line-height:1.2em;
	margin:0 0 13px 0;
	background:url("../images/title-line.gif") repeat-x left bottom;
}
#content h4 span {
	padding:5px 0 14px 40px;
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
}
	.carousel-title h4 span {
		background-image:url("../images/icon1.png");
	}


/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:absolute;
	right:30px;
	top:25px;
	background:url("../images/divider.gif") no-repeat left top;
	padding:2px 0 0 10px;	
}

div.languages {
	position:absolute;
	right:0px;
	top:25px;
	padding:10px 0 0 10px;	
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	left:0;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	background:url("../images/divider.gif") no-repeat right top;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#3e3e3e;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			43px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			152px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {}
.sf-menu a {
	text-decoration:none;
	width:93px;
	height:29px;
	font-size:11px;
	line-height:1.09em;
	text-indent:13px;
	padding-top:12px;
}
.sf-menu a span {
	display:block;
	color:#aeaeae;
	font-size:10px;
}
.sf-menu > li > a:hover,
.sf-menu > li.current-menu-item > a,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-page-parent > a {
	background:url("../images/nav-act.png") no-repeat left top;
	color:#fff;
	padding-top:7px;
	height:34px;
}
.sf-menu li {
	background:url("../images/divider.gif") no-repeat right top;
	padding-right:3px;
	margin-right:1px;
}
.sf-menu li ul,
.sf-menu li li a {
	width:149px;
}
.sf-menu li li a,
.sf-menu li li li a,
.sf-menu li li.sfHover li a {
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("../images/sub-nav-sprite.png");
	height:36px;
	line-height:33px;
	padding:0;
	color:#fff;
}
.sf-menu li li a:hover,
.sf-menu li li.sfHover a,
.sf-menu li li li a:hover {
	background-position:left -36px;
	color:#2d2d2d;
}
.sf-menu li li { background:none;}
.sf-menu li li li {}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:15px;
	}
	#top-search .input-search {
		width:160px;
		margin-right:10px;
		}
	#top-search #submit {
		width:50px;
		cursor:pointer;
		}






/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding-bottom:10px;
}
	
#content {
	float:left;
	width:710px;
}
	#content .indent {
		padding:0 30px 0 0;
	}
	#content p {
		line-height:22px;
	}

#full-width #content {
	float:none;
	width:100%;
}
	article {
		margin-bottom:30px;
		overflow:hidden;
		width:100%;
	}
		.featured-thumbnail {
			float:left;
		}
			.featured-thumbnail img {
				margin:5px 20px 10px 0;
				}
			.featuredThumbnail {
				width:100%;
				overflow:hidden;
			}
			.featuredThumbnail img {
				float:left;
				margin:5px 20px 10px 0;
			}
		.post-content {
			
		}
			.pagination {
				
			}
				.pagination a {
					display:inline-block;
					padding:0 5px;
					background:#eee;
					}
	.post-meta {
		
	}
	.post-navigation {
		
	}
	p.gravatar {
		float:left;
		margin-right:20px;
		}
	
	ul.posts-list { margin:0;}	
	ul.posts-list li { list-style-type:none; padding-top:20px;}
	ul.posts-list li:first-child { padding:0;}
	
	
	.alignleft {
		float:left;
		margin:0 20px 10px 0;
		}
	.alignright {
		float:right;
		margin:0 0 10px 20px;
		}
	.aligncenter {
		text-align:center;
		margin:0 auto;
		}
	article .post-content img {
		max-width:710px;
		}
		
.more-link {
	display:inline-block;
	background:url("../images/link-tail.gif") repeat left top;
	border:1px solid #bebebe;
	font-size:15px;
	text-decoration:none;
	color:#424242;	
	padding:0 10px;
	line-height:26px;
	height:26px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.more-link:hover {
	border-color:#424242;
}

.title { margin-bottom:20px;}
.title h2 {
	margin:0 0 5px 0;
}

#page-content ul.partners li:first-child { padding-top:0;}
#page-content ul.partners li { background:none; padding:10px 0 0 0; width:100%; overflow:hidden; vertical-align:top; list-style-type:none;}

ul.services { padding-bottom:20px;}

span.required { color:red;}

/* Banners */
#banners ul { overflow:hidden; margin:-28px 0 0 0; padding:0;}
#banners ul li { padding-top:28px;}
#banners ul li .more-link { margin-top:20px;}
#banners ul li h4.title-4 span {background-image:url("../images/icon2.png");}
#banners ul li h4.title-3 span {background-image:url("../images/icon3.png");}
#banners ul li h4.title-2 span {background-image:url("../images/icon4.png");}
#banners ul li h4.title-1 span {background-image:url("../images/icon5.png");}



/* Comments
---------------------------------------- */
#comments {
	
}
#comments ol {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	li.comment {
		overflow:hidden;
		position:relative;
		zoom:1;
		padding:10px 10px 10px 60px;
		margin-bottom:20px;
		background:#fafafa;
		border:1px solid #eee;
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			font-size:11px;
			color:#999;
		}
			li.comment p.gravatar {
				float:none;
				margin:0;
				position:absolute;
				left:10px;
				top:10px;
				padding:1px;
				border:1px solid #dbdbdb;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment p.gravatar img {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
	
	.allowed_tags {
		background:#dcdbdb;
		padding:15px;
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Tahoma, Geneva, sans-serif;
			}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}



/* Page
---------------------------------------- */
.page {}
	#page-content { padding-top:10px;}
	#page-content ul { margin:0;}
	#page-content ul li,
	#post-content ul li,
	.page-box .widget ul li {
		list-style-type:none;
		padding:0 0 10px 25px;
		background:url("../images/marker.png") no-repeat left 5px;
	}
	#page-content h4 {
		padding-bottom:10px;
		margin-bottom:20px;
	}
	
	#page-meta {
		
	}
	
	.page-box .widget ul li { 
		line-height:22px;
		border:0 none;
	}
		.page-box .widget ul li a {
			background:none;
			padding:0;
			line-height:22px;
			color:#3f8aed;
			text-decoration:underline;
		}
		.page-box .widget ul li a:hover {
			text-decoration:none;
		}
	.page-box blockquote {
		border:0 none;
		margin:0;
		line-height:22px;
	}
	.page-box .name-testi {
		display:block;
		text-align:right;
	}
		.page-box .name-testi .user {
			font-weight:bold;
		}
	
	.testimonials .cycle {
		padding-bottom:30px;
	}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}
		
.header-title h1 {
	color:#fff;
	font-size:24px;
	font-weight:normal;
	padding-top:10px;
}



/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		width:100%;
		overflow:hidden;
		
	}
	.post-info {
		color:#3f8aed;
	}
		.post-info span {
			color:#fff;
			text-transform:capitalize;
		}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
nav.oldernewer a {
	color:#3f8aed;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}

.search {
	
}

.author {
	
}




/* Author
---------------------------------------- */
#post-author {
	width:100%;
	overflow:hidden;
	}

/* Recent author posts */
#recent-author-posts {
	
}

/* Recent author comments */
#recent-author-comments {
	
}




/* 404
---------------------------------------- */
#error404 {
	
}





/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */
#gallery {
	
	}
	#gallery .portfolio-details {
		width:287px;
		float:left;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#gallery .portfolio li {
			float:left;
			width:280px;
			height:270px;
			margin-right:13px;
			padding-bottom:45px;
		}
		#gallery .portfolio li.nomargin {
			margin-right:0;
		}
		#gallery .portfolio li .image {
			padding:3px;
			float:left;
			background:white;
			border:1px solid #c1c1c1;
			border-radius:2px;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			display:block;
		}
			#gallery .portfolio li .image img {
				float:left;
			}
			#gallery .portfolio li .pf-desc {
				display:block;
				clear:both;
				padding-top:10px;
			}
			#gallery .portfolio li .pf-desc a {
				background:url("../images/marker.png") no-repeat left top;
				padding:0 0 0 20px;
				display:inline-block;
				text-decoration:none;
				color:#626262;
				font-size:11px;
				line-height:1.2em;
			}
	#gallery .portfolio li .pf-desc a:hover {
		text-decoration:underline;
	}





/* Sidebar
---------------------------------------- */
#sidebar {
	float:left;
}
.home #sidebar {
	padding-top:5px;
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			margin-bottom:30px;
		}
		.widget a, .widget-area a {color:#626262;}
			.widget h3 {
				font-size:22px;
				line-height:1.2em;
				margin:0 0 13px 0;
			}
			.widget ul {
				margin:0;
			}
				.widget ul li {
					margin:0 0 5px 0;
					padding:0 0 0 10px;
					list-style-type:none;
					background:url("../images/tail-bg1.gif") repeat-x left top #dcdcdc;
					border:1px solid #cbcbcb;
					border-radius:5px;
					-moz-border-radius:5px;
					-webkit-border-radius:5px;
				}
					.widget ul li a {
						line-height:22px;
						display:block;
						text-decoration:none;
						padding-left:17px;
						background:url("../images/marker1.gif") no-repeat left center;
					}
					.widget ul li a:hover {
						text-decoration:underline;
					}
		ul.children {
			margin:0 0 0 20px;
		}
		.widget-list {
			margin:0;
			padding:0;
		}
		.widget-list li {
			padding-top:30px;
		}
			.widget-list li:first-child {
				padding:0;
			}

/* Calendar */
#calendar_wrap {}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
		}
		footer #wp-calendar caption {
			color:white;
		}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
		}
		#wp-calendar #today {
			font-weight:bold;
			background:white;
			color:black;
		}
		footer #wp-calendar td {
			padding:2px 0;
		}
		#wp-calendar a {
			color:#3f8aed;
		}
		#wp-calendar thead th {
			text-align:center;
		}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:white;
			color:#000;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
		}

#recentcomments a { background:none; text-decoration:underline;}
#recentcomments a:hover { text-decoration:none;}



/* Footer
---------------------------------------- */
#footer {
	background:url("../images/footer-bg.jpg") no-repeat center top #000;
	overflow:hidden;
}
	#footer .container {
		padding:30px 0 32px 0;
	}
	#footer p.copyright,
	#footer p.copyright a {
		color:#fff;
	}
	#footer .wp-link {
		text-decoration:none;
	}
	#footer .wp-link:hover {
		color:#3f8aed;
	}
	#footer article {
		padding:0;
	}
	#footer .boxslideshow p a {
		text-decoration:none;
		display:block;
	}
	#footer .boxslideshow p a:hover {
		color:#fff;
	}

	/* Footer widget */
	#widget-footer {
		
	}
	
	/* Footer navigation */
	nav.footer {
		float:right;
	}
		nav.footer ul {
			
			}
			nav.footer ul li {
				list-style-type:none;
				float:left;
				padding-left:15px;
				}



/* Misc
---------------------------------------- */
.no-results {
	
}

.widget-area {
	list-style-type:none;
}
	footer .widget-area h4,footer .widget-area h4 a {
		color:#fff;
		font-size:22px;
		font-weight:normal;
		text-decoration:none;
		margin:0 0 10px 0;	
	}
	footer .widget-area p {
		line-height:22px;
		margin-bottom:10px;
	}
	footer .widget-area ul {
		margin:0;
	}
	footer .widget-area ul.children {
		padding:0 0 5px 20px;
	}
		footer .widget-area ul.children li { background:none; padding:0;}
		footer .widget-area ul.children li a { text-decoration:underline;}
		footer .widget-area ul li {
			list-style-type:none;
			background:url("../images/divider1.gif") repeat-x left top;
			padding-top:7px;
			margin-top:5px;
		}
		footer .widget-area ul li:first-child {
			background:none;
			padding:0;
			margin:0;
		}
			footer .widget-area ul li a {
				text-decoration:none;
			}
			footer .widget-area ul li a:hover {
				color:#fff;
			}
	
	footer .widget-area ul.social-networks {
		width:100%;
		overflow:hidden;
		padding:5px 0 36px 0;
	}		
		footer .widget-area ul.social-networks li {
			float:left;
			background:none;
			padding:0 3px 0 0;
			margin:0;
		}



/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/* Comment form */
#commentform {
	
	}
	#commentform p.field {
		margin-bottom:5px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform input[type=text] {
		width:250px;
		padding:4px;
		}
	#commentform textarea {
		width:460px;
		height:150px;
		padding:4px;
		overflow:auto;
		}
	#commentform #submit {
		background:#000;
		height:30px;
		line-height:30px;
		padding:0 10px;
		color:#fff;
		cursor:pointer;
		border:none;
		}
	#commentform #submit:hover {
		background:#bdbdbd;
		color:#000;
		}
	
	#commentform input[type=text]:hover,
	#commentform input[type=text]:focus,
	#commentform textarea:hover,
	#commentform textarea:focus {}


/* Sidebar search form */
#searchform {
	
	}
#searchform .searching {
		width:160px;
		margin-right:10px;
		}
	#searchform .submit {
		width:50px;
		cursor:pointer;
		}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last_col { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
}

.right-indent,
#banners ul li p {
	padding-right:42px;
}

.googleMap { margin-bottom:20px;}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */
