/*
Theme Name: TMT01 Emulation
Theme URI: http://www.verticalaxion.com
Description: Vertical Axion Base TMT01.
Author: Vertical Axion
Author URI: http://www.verticalaxion.com
Version: 1.3
*/

/*** Reset Browser Settings ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {

}

/*** Main Body ***/
body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000;
	background-color: #fff;
}

/*** Clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	clear: both;
}

/*** Links ***/
a {
	text-decoration: none;
	color: #0099aa;
}

a:hover {
	text-decoration: underline;
}

/*** Styles ***/
p {
	margin: 0 0 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 12px;
	color: #666;
}

/*** Headings ***/
h1, h2, h3, h4, h5, h6 {
	line-height: 140%;
	font-weight: normal;
	color: #14448e;
}

h1 {
	font-size: 1.500em;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}

.postcontent h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.postcontent h2:first-child {
	margin-bottom: 0;
}

.level1 #main .papertop h2:first-child {
	margin-top: 10px;
	margin-left: 20px;
}

h1 {
	margin-bottom: 20px;
	line-height: 1;
}

h1#category-title {
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	font-size: 2em;
}

h1#single-title {
	padding-bottom: 5px;
	margin-bottom: 0 !important;
	font-size: 22px;
	font-weight: bold;
}

.postcontent h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0.5em 0em 0.63em 0em;
	font-style: italic;
}

#respond h3 {
	font-size: 1.43em;
	padding: 10px 0;
}

h2.posttitlehome {
	font-size: 1.57em;
	margin-bottom: 10px;
}

h1.category-title {
	font-style: italic;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

/*** Main Layout ***/
#boxwrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#container {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

#wrap {
	max-width: 960px;
	padding: 10px 0;
	margin: 0 auto;
}

#main {
	float: left;
	width: 68%;
	max-width: 650px;
	padding: 10px 0 10px 20px;
	font-size: 0.750em;
}

.level2 #main, .level3 #main {
	width: 67%;
	max-width: auto;
	padding-left: 0;
}

.full-width {
	width: 100% !important;
	max-width: 100% !important;
}

.static-image {
	border: 10px solid #ECECEC;
	margin-top: 20px;
}

/*** Top ***/
#topwrap {
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	height:5px;
}

#top {
	max-width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

#top .topleft {
	float: left;
	width: 60%;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0;
}

#top .topright {
	float: right;
	width: 40%;
	text-align: right;
}

/*** Header ***/
#headerwrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}

#header {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 10px;
	overflow: hidden;
}

#header-logo {
	width: 40%;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-logo img {
	float: left;
}

/*** Post  ***/
.post {
	float: left;
	width: 100%;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.thumbnail-wrap img {
	float: left;
	margin: 0 20px 10px 0 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #ababab;
	-khtml-box-shadow: 0px 1px 2px #ababab;
	-webkit-box-shadow: 0px 1px 2px #ababab;
	box-shadow: 0px 1px 2px #ababab;
}

.thumbnail-wrap a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-box-shadow: 0px 5px 5px #ababab;
	-khtml-box-shadow: 0px 5px 5px #ababab;
	-webkit-box-shadow: 0px 5px 5px #ababab;
	box-shadow: 0px 5px 5px #ababab;
}

img.single {
	float: left;
	border: 5px solid #ECECEC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #ababab;
	-khtml-box-shadow: 0px 1px 2px #ababab;
	-webkit-box-shadow: 0px 1px 2px #ababab;
	box-shadow: 0px 1px 2px #ababab;
	margin: 0 20px 0 0;
}

.noborder {
	border-bottom: none;
}

/*** Post Content ***/
.postcontent h1 {
    line-height: 1.1em;
    font-weight: normal;
	margin: 0.5em 0px 0.7em;
	font-size: 1.417em;
}
.home .postcontent h1 {
	font-size: 1.500em;
	font-weight: bold;
}
.page h1.pagetitle, .subpage h1.pagetitle {
	font-size: 2em;
	margin-bottom: 0 15px;
	padding-bottom: 0;
}
.postcontent {
	margin-bottom: 10px;
}

h2.entry-title {
	font-size: 1.5em;
	margin-top: 0 !important;
}

h2.entry-title a {
	font-weight: bold;
}

.postcontent ul {
	margin: 10px 0 10px 25px;
	list-style-type: disc;
}

.postcontent ol {
	margin: 10px 0 10px 25px;
	list-style-type: decimal;
}

.postcontent table ul {
	margin: 10px 30px 10px 20px;
}

.postcontent table ul li {
	margin: 5px 0;
}

.postcontent .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.postcontent .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.postcontent .aligncenter, 
.postcontent .center {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.postcontent blockquote {
	padding: 20px;
	margin: 20px 0px;
	border: 1px solid #CCC;
	background-color:transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

 .postcontent blockquote h2 {
	font-family:Georgia,Arial,Helvetica,sans-serif !important;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	color: #383838;
}

.postcontent .quote blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: 0px;
top: 80px;
color: #7a7a7a;
font-family: Georgia, "Times New Roman", serif;
}

.postcontent blockquote.testimonials-text {
	background-color: #eee;
	font-style: italic;
	padding-left: 40px;
	overflow: hidden;
}

.postcontent .quote {
	padding-top: 20px; 
	position: relative;
	margin-bottom: 20px;
}

.postcontent .quote cite {
	display: block;
	width: 100%;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 0;
}

.postcontent .quote span {
	display: block;
	clear: both;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	font-weight: bold;
	font-style: italic;
}

.postcontent img.main-image {
	float: right;
	margin: 0 0 10px 10px;
}

a.read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.93em;
}

/*** Pagination ***/
#pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	text-shadow: 1px 1px 1px #FFF;
}

#pagination span, #pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #666;
	background: #EEE;
}

#pagination a:hover {
	background: #D7D7D7;
}

#pagination .current {
	padding: 6px 9px 5px 9px;
	background: #D7D7D7;
}

/*** Byline ***/
#byline {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #999;
}

#byline a {
	text-decoration: none;
}

#byline a:hover {
	text-decoration: underline;
}

/* ----------------------  Related Posts -------------------------- */
#related-posts{margin:0;padding:0;}
#related-posts img{float:left; margin:0 5px 10px 0; box-shadow: none; border-radius: 0;}
#related-posts ul{list-style:none}
#related-posts li{margin:0 0 10px 0}

#related-posts h3{font-size:12px !important; margin:0 0 5px; font-weight: bold;}
#related-posts h4{font-size:18px; margin:0 0 20px}
#related-posts .relatedimage {
width: 64px;
height: 64px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
float: left;
margin-right: 10px; 
}

/*** Comments ***/
#commentsbox {
	margin: 15px 0 0;
}

h3#comments {
	font-size: 18px;
	margin: 0 0 10px;
}

ol.commentlist {
	margin: 0px 0 0;
	clear: both;
	overflow: hidden;
	list-style: none;
}

ol.commentlist li {
	margin: 10px 0;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #EEE;
}

.bypostauthor {
}

.comment-author {
}

.comment-author a:link, 
.comment-author a:visited {
	font-weight: bold;
	text-decoration: none !important;
}

.comment-author .fn {
}

cite.fn {
	font-weight: 700;
	font-size: 12px;
}

.comment-author .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-meta {
	font-size: 11px;
}

.comment-meta .commentmetadata {
	color: #000;
}

.comment-meta a {
	color: #999;
	border-bottom: 1px solid #EEE;
	text-decoration: none !important;
}

ol.commentlist li p {
	line-height: 22px;
	margin: 5px 0 0;
}

.reply {
	text-align: right;
	margin-top: 10px;
	font-size: 10px;
}

li.odd {
}

li.even {
}

.children {
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}

.children li.depth-2 {
	margin: 0 0 0px 50px;
}

.children li.depth-3 {
	margin: 0 0 0px 50px;
}

.children li.depth-4 {
	margin: 0 0 0px 50px;
}

.children li.depth-5 {
	margin: 0 0 0px 50px;
}

.comment-nav {
	padding: 5px;
	height: 20px;
}

.comment-nav a:link, .comment-nav a:visited {
}

.cancel-comment-reply a {
	color: #F00;
	font-weight: 700;
}

#respond {
	margin: 20px 0px;
}

#respond h3 {
	font-size: 18px;
	margin: 0 0 20px;
}

#commentform {
	margin: 0 auto;
	width: 80%;
}

#commentform p {
	margin: 5px 0px;
}

#respond label {
	display: block;
	padding: 5px 0;
}

#respond label small {
	font-size: 10px;
}

#respond input {
	margin-bottom: 10px;
	padding: 5px 5px;
	margin: 0 10px 10px 0;
	background: #fff;
	border: 1px solid #ddd;
}

#commentform input {
	width: 100%;
}

input#commentSubmit {
	font-size: 14px;
	background: #EFEFEF;
	color: #999;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 10px;
	width: 100px;
	margin: 10px 0px;
	cursor: pointer;
	border: 1px solid #CCC;
	outline: none;
	text-shadow: 1px 1px 1px #FFF;
}

input#commentSubmit:focus, #comment:focus {
	border: 1px solid #C3C3C3;
}

#commentSubmit:hover {
	border: 1px solid #B7B7B7 !important;
}

textarea#comment {
	border: none;
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px;
}

/*** Footer ***/
#footerwrap {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 10px 0;
	overflow: hidden;
	background-color: #121212;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
}
#footer {
	width: 100%;
	max-width: 980px;
	color: #d5d5d5;
	font-size: 0.688em;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

#footer a {
	color: #d5d5d5 !important;
}

#footer-left {
	float: left;
	padding-left: 10px;
}

#footer-right {
	float: right;
	padding-right: 10px;
}

/*** Sidebar ***/
#sidebar {
	float: right;
	width: 30%;
	padding: 10px 0;
	font-size: 0.750em;
}

#sidebar p {
	line-height: normal;
}

#sidebar ul {
	list-style: none;
	margin: 0;
}

#sidebar li {
	margin: 5px 0;
}

#sidebar .box {
	margin: 0 0 20px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #696969;
	overflow: hidden;
}

#sidebar .textwidget {
	padding: 0;
}

#sidebar h4 {
	font-size: 1.333em;
	padding: 0 0 5px;
	margin: 0 0 15px;
	font-weight: bold;
}
#sidebar ul.contact {
	list-style: none;
	margin: 0;
	}
#sidebar ul.contact li {
	height: 32px;
	padding-left: 42px;
	font-size: 16px;
}
#sidebar li.address {
	background: url(images/address.png) no-repeat 0 0; line-height: 16px;
}
#sidebar li.phone {
	background: url(images/phone.png) no-repeat 0 0; margin-top: 20px; line-height: 32px;
}
#sidebar li.phone2 {
	background: url(images/phone2.png) no-repeat 0 0; margin-top: 20px; line-height: 32px;
}
#sidebar li.fax {
	background: url(images/fax.png) no-repeat 0 0; margin-top: 20px; line-height: 32px;
}
#sidebar li.email {
	background: url(images/email.png) no-repeat 0 0; margin-top: 20px; line-height: 32px;
}

/*** WordPress Styles ***/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* calendar widget */
.widget_calendar {
	float: left;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/*** Navigation Bar ***/
#nav-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/navwrap.png);
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #0099aa;
	font-size: 1em;
	clear: both;
}

#navigation {
	max-width: 960px;
	position: relative;
	z-index: 10000;
	margin: 0 auto;
	height: 48px;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 16em;
 /* left offset of submenus need to match (see below) */;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit;
 /* fixes IE7 'sticky bug' */;
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	left: 0;
	top: 47px;
 /* 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: 16em;
 /* 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: 16em;
 /* match ul width */
	top: 0;
}

/*Style From Here On */
.sf-menu {
	margin: 0 auto;
	display: table;
	padding: 0;
	overflow: visible;
}

.sf-menu a {
	display: block;
	outline:medium none;
	font-size: 0.813em;
	padding: 0 0 0 16px;
	text-decoration: none;
}

.sf-menu a, .sf-menu a:visited {
/* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	font-weight: normal;
}

.sf-menu li a span {
	display: block;
	padding: 0 16px 0 0;
	margin: 0;
	line-height: 48px;
}

.sf-menu li {
	display: inline;
	float: left;
}

.sf-menu li li {

}

.sf-menu li ul {
	background-color: #013c42;
	padding: 5px;
}

.sf-with-ul a, 
.sf-menu li a:hover, 
.sf-menu .current_page_item a, 
.sf-menu .current-menu-item a,
.sf-menu li.current-menu-ancestor > a,
.sf-menu li.current-menu-parent > a,
.sf-menu li:hover > a {
	color: #fff !important;
	outline: 0;
	background-repeat: no-repeat;
	background-position: left center;
}

.sf-menu li a:hover span,
.sf-menu li.current_page_item a span, 
.sf-menu li.current-menu-item a span,
.sf-menu li.current-menu-ancestor > a span,
.sf-menu li.current-menu-parent > a span,
.sf-menu li:hover > a span {
	background-repeat: no-repeat;
	background-position: right center;
}

.sf-menu .current_page_item a, 
.sf-menu .current-menu-item a,
.sf-menu li.current-menu-ancestor > a,
.sf-menu li.current-menu-parent > a {
	font-weight: bold;
}

.sf-menu li ul li  a {
	padding: 0.4em 1em;
	font-weight: normal;
	line-height: normal;
	background: none;
}
.sf-menu li ul li.current_page_item a, 
.sf-menu li ul li.current-menu-item a,
.sf-menu li.current_page_item ul li a, 
.sf-menu li.current-menu-item ul li a,
.sub-menu li.current-menu-ancestor > a,
.sub-menu li.current-menu-parent > a {
	font-weight: normal;
	line-height: normal;
	background: none;
}

.sf-menu li ul li a span,
.sf-menu li ul li.current_page_item a span, 
.sf-menu li ul li.current-menu-item a span,
.sf-menu li.current_page_item ul li a span, 
.sf-menu li.current-menu-item ul li a span {
	font-weight: normal;
	line-height: normal;
	font-size: 1em;
	background: none;
}

.sf-menu li.current_page_item ul li a:hover, 
.sf-menu li.current-menu-item ul li a:hover,
.sf-menu li.current_page_item ul li a:hover span, 
.sf-menu li.current-menu-item ul li a:hover span,
.sf-menu li ul li a:hover,
.sf-menu li ul li a:hover span {
	color: #fff;
	background: none;
}

.sf-menu li ul li.current_page_item a:hover span, 
.sf-menu li ul li.current-menu-item a:hover span,
.sf-menu li ul li.current_page_item a:hover, 
.sf-menu li ul li.current-menu-item a:hover {
	background-image: none;
}

#sliderwrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: none;
	background-repeat: repeat;
	background-position: center top;
	background-color: #0099aa;
}

#subwrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#slider {
	max-width: 960px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

#slider img {
	float: left;
}

#slider strong {
	display: block;
	font-size: 1.5em;
}

#slider .imagetext {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 1.5em;
}

#slider .imagetext strong {
	display: inline;
	font-size: 1em;
}

#rsidebar {
	width: 32%;
	margin: 0;
	padding: 0;
	position: absolute;
	height: 100%;
}

#rsidebar .box {
	background-color: #fff;
	padding: 10px;
	max-height: 300px;
	position: relative;
}

#rsidebar h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#boxeswrap {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	background-color: #f9f9f9;
	min-height: 90px;
}
#boxes {
	list-style: none;
	margin: 0 auto;
	max-width: 960px;
	font-size: 0.850em;
}
#boxes li {
	display: block; 
	float: left;
	padding: 0;
	width: 20%;
	text-align: center;
	position: relative;
}
#boxes li img.separator {
	position: absolute;
	left: 0;
	top: 0;
}
#boxes li a {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #333;
	width: 100%;
}
#boxes li a:hover {
	text-decoration: none;
}
#boxes li a img {
	float: none;
	display: block;
	clear: both;
	margin: 0 auto;
}
#boxes li a p {
	margin: 10px 0 0 0;
	padding: 0 10px;
	line-height: normal;
}

#rsidebar .quick_wrapper,
#sidebar .quick_wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#rsidebar .quick,
#sidebar .quick,
#gforms_confirmation_message {
	padding: 0;
	}
#rsidebar #gforms_confirmation_message {

}
#rsidebar .quick .gform_heading,
#sidebar .quick .gform_heading {
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 0.8em;
	line-height: normal;
	text-align: left;
}
#rsidebar .quick .qfield input,
#sidebar .quick .qfield input {
	width: 100% !important;
	padding: 4px 5px;
	margin: 0 4px !important;
	border: 1px solid #999;
	font-size: 0.85em;
}
#rsidebar .quick .gfield_label,
#sidebar .quick .gfield_label {
	font-size: 1em;
	margin: 0 !important;
	padding: 0 !important;
}
#rsidebar .quick .top_label,
#sidebar .quick .top_label {
	width: 100%;
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
}
#rsidebar .quick .gform_footer,
#sidebar .quick .gform_footer  {
	padding: 0; margin: 0;
}
#rsidebar .quick .gform_footer .gform_button,
#sidebar .quick .gform_footer .gform_button {	
	cursor: pointer;
	color: #fff;
	border: 1px solid #0099a6;
	background-color: #33adbc;
	font-weight: bold;
	width: 40%;
	padding: 5px 0;
	margin: 0 0 7px 4px;
	text-transform: uppercase;
	font-style: italic;
}
#rsidebar .quick .validation_error,
#sidebar .quick .validation_error {
	display: none;
}
#rsidebar .validation_message,
#sidebar .validation_message {
	display: none;
}
#rsidebar .quick_wrapper li.gfield.gfield_error,
#rsidebar .quick_wrapper li.gfield.gfield_error .gfield_contains_required {
	padding: 2px 1px !important;
	width: 100% !important;
	margin: 6px 0 0 0 !important;
	text-align: left;
}

#wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 16px;
}

#rsidebar .quick .ginput_container,
#sidebar .quick .ginput_container {
	margin: 0!important;
	width: 92% !important;
}
#rsidebar .quick .qfield {
        padding: 1px 0 !important;
        margin: 6px 0 0 0 !important;
}
#sidebar .quick .qfield {
	/* padding: 1px 0 !important; */
	margin: 6px 0 0 0 !important;
}

#fsidebar {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	color: #d5d5d5;
	font-size: 0.688em;
	line-height: normal;
}
#fsidebar ul {
	list-style: none;
}
#fsidebar ul.menu li {
	margin-bottom: 8px;
}
#fsidebar .phone2footer {
	padding-left: 42px;
}
#fsidebar .box {
	width: 24%;
	float: left;
	margin: 0 4px 20px 4px;
	padding: 0;
}
#fsidebar a {
	color: #d5d5d5;
}
#fsidebar h4 {
	font-size: 1.35em;
	color: #d5d5d5;
	font-weight: bold;
	margin-bottom: 10px;
}
#fsidebar .srp-widget-container {
	width: 100%;
}
#fsidebar .srp-widget-singlepost {
	margin: 0 auto;
	display: block;
	border: 0;
	width: 100%;
}
#fsidebar .srp-content-box {
	width: 100%;
	display: block;
}
#fsidebar h4.srp-post-title {
	font-size: 1em;
	margin-bottom: 0;
}
#fsidebar .nletter, #sidebar .nletter {
	text-align: center;
}
#fsidebar .ns-field, #sidebar .ns-field { 
	width: 95%;
	padding: 5px 3px;
	margin-bottom: 10px;
	border: 1px solid #315d7c;
}
#fsidebar .ns-submit, #sidebar .ns-submit {
	width: 60%;
	padding: 3px 0;
	background-color: #33adbb;
	margin: 0 auto !important;
	color: #fff;
	border: 1px solid #0099aa;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#sidebar .ns-submit {
	width: 50%;
	font-size: 1.2em;
}
.postcontent img, .single img {
    max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

#main .cpage .gform_footer .gform_button {	
	cursor: pointer;
	color: #fff;
	border: 1px solid #0099aa;
	background-color: #33adbb;
	font-weight: bold;
	width: 35%;
	padding: 5px 0;
	margin: 0 0 7px 1px;
	text-transform: uppercase;
	font-style: italic;
	min-width: 145px;
}
#main .cpage_wrapper input[type="text"],
#main .cpage_wrapper textarea,
#main .cpage_wrapper .gfield_select {
	width: 50% !important;
	padding: 5px;
	margin: 0;
	border: 1px solid #999;
	font-size: 0.85em;
}
#responsive-frame {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#responsive-frame iframe,   
#responsive-frame object,  
#responsive-frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.share {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0;
}

/*** Header Sidebar ***/

#hsidebar {
	width: 50%;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#hsidebar .box {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#hsidebar .menu {
	list-style: none;
	font-size: 0.688em;
}
#hsidebar .menu li {
	display: inline;
	padding: 0 6px 0 0;
	margin: 0 0 0 4px;
	border-right: 1px solid #000;
}
#hsidebar .menu li:last-child {
	border-right: none;
}
#hsidebar .menu li  a {
	color: #000;
}

#hsidebar h4 {
	display: none;
}

#hsidebar img.socialimage {
	max-width: 18px;
}

/***Search***/
#searchbar {
	width: 149px;
	height: 20px;
	margin: 0.3em auto 0 auto;
	background: url(images/bg_input_search.png) no-repeat left top;
	border: 0;
}

#search {
	border:0;
	width:120px;
	height:14px;
	margin:1px 0 0 10px;
	float:left;
}

#searchsubmit {
	width:12px;
	height:12px;
	background:url(images/btn_search.gif) no-repeat left top;
	border:0 none;
	margin:3px 4px 0 0;
	outline:0 none;
	text-indent:-5000px;
}

#phonenumber {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 80px;
	overflow: hidden;
}

#phonenumber img.phonetopicon {
	position: absolute;
	left: 0;
	top: 0;
}
#phonenumber strong {
	display: block;
	clear: both;
	font-size: 1.1em;
}
#phonenumber span {
	display: block;
	clear: both;
	font-size: 1.4em;
	font-style: italic;
}

#phonenumber span a {
	color: #000;
}

#phonenumber span a:hover {
	text-decoration: none;
}

/*** Areas Covered ***/
.areascovered {
padding: 1.2em 0px;
line-height: 1.2em;
font-size: 0.8em;
color: rgb(136, 136, 136);
border-top: 1px solid rgb(212, 212, 212);
}

/*** Icon Box ***/
.icon-box {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0;
	background-color: #e1e1e1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.icon-box .icon-title {
	width: 100%;
	clear: both;
	min-height: 42px;
	background-color: #f0f0f0;
	overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
}

.icon-box .icon-title .icon {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
	height: 42px;
	width: 52px;
}

.icon-box .icon-title .icon img {
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
}

.icon-box .icon-title h3 {
	line-height: normal;
	margin: 10px 0 0 0;
	padding: 0;
}

.icon-box .description {
	padding: 10px;
}

.icon-box a.cta{background:url(images/bg_cta_left.png) no-repeat left top;border:0;line-height:38px;margin:1em 0;padding:12px 0 12px 20px;}
.icon-box a.cta span{background:url(images/bg_cta_right.png) no-repeat right top;line-height:38px;padding:12px 50px 12px 10px;margin:0;font-weight:bold;}
.icon-box a.cta:hover{background-position:left -38px; text-decoration: none; }
.icon-box a.cta:hover span{background-position:right -38px;}


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */


.cform {
	margin: 10px auto 0 auto;
	max-width: 550px;
}

.cform fieldset {
	margin-top: 10px;
	padding: 5px 0 15px 0;
	border: 1px solid #adadad;
	border-left-color: #ececec;
	border-top-color: #ececec;
	background: #f7f7f7;
}

.cform .cf_hidden {
	display: none;
	border: none!important;
	background: none!important;
	padding: 0!important;
	margin: 0!important;
}

.cform legend {
	margin-left: 10px;
	padding: 0 2px;
	font: normal 20px Times;
	color: #01669a;
}

ol.cf-ol {
	margin: 0!important;
	padding: 0!important;
}

ol.cf-ol li {
	background: none!important;
	margin: 5px 0!important;
	padding: 0;
	list-style: none!important;
	text-align: left;
	line-height: 1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */


ol.cf-ol li.textonly {
	margin: 5px 0 !important;
	padding: 5px 0 10px 0;
	text-align: left;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */


.cform label {
	/* width: 90px; */
	margin: 4px 10px 0 0;
	display: -moz-inline-box;
 /*for mozilla*/
	display: inline-block;
 /*for Opera & IE*/
	text-align: right;
	vertical-align: top;
}

.cform label span {
	/* width: 90px; */
 /* must be the same as above!*/
	display: block;
}

label.cf-before {
	margin: 4px 10px 0 0;
}

label.cf-after {
	margin: 4px 15px 0pt 6px;
	text-align: left;
	/* width: 115px; */
}

label.cf-after span {
	/* width: 115px; */
	display: block;
}

label.cf-group-after {
	margin: 3px 4px 0 2px;
	/* width: 72px; */
	text-align: left;
}

label.cf-group-after span {
	/* width: 72px; */
	display: block;
}


/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */


.cform input,
.cform textarea,
.cform select {
	padding: 3px;
	background: #f9f9f9;
	border: 1px solid #888888;
	vertical-align: top;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover {
	background: #CEDDDF;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus {
	background: #F3F8F8;
}

.cform textarea,
.cform input {
	/* width: 150px; */
}

.cform select {
	/* width: 158px; */
 /* attempt to have equal length */
	padding: 2px 0;
}

.cform select.cfselectmulti {
	height: 7.5em;
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow: auto;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */


ol.cf-ol li.cf-box-title {
	font-weight: bold;
	padding: 8px 0 0 100px;
 /* check with label 'width' incl. */;
}


/*                                                    */
/*   check boxes                                      */
/*                                                    */


.cform input.cf-box-a,
.cform input.cf-box-b {
	margin: 2px 0 0 0;
	width: 14px;
	height: 22px;
	border: none!important;
	background: none!important;
}

.cform input.cf-box-a {
	/* margin-left: 100px; */
 /* check with label 'width' incl. */;
} 

/*                                                    */
/* check box groups                                   */
/*                                                    */


ol.cf-ol li.cf-box-group {
	margin: 10px 0pt 0px !important;
	padding-left: 100px;
} 


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */


span.reqtxt,
span.emailreqtxt {
	margin: 3px 0 0 3px;
	font-size: 0.9em;
	display: -moz-inline-box;
	vertical-align: top;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */


p.cf-sb {
	text-align: right;
	padding: 0!important;
	margin: 0;
}

.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton {
	width: 100px;
	padding: 5px;
	margin: 10px 0 0 5px;
	font-size: 0.8em;
	background: url(../images/button-bg.gif) repeat-x #E3E3E3;
}

.cform input.resetbutton {
	width: auto;
	padding: 5px 1em;
}

.cform input.backbutton {
	width: auto;
	padding: 5px 1em;
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */

ol.cf-ol li.cf_li_err {
	background: #FFDFDF url(li-err-bg.png) repeat!important;
	border-color: #DF7D7D;
	border-style: solid;
	border-width: 1px 0pt;
	padding: 5px 0!important;
	margin: 5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height: 1%;
	min-height: 1%;
	margin: 0 0 0 100px;
	padding: 0;
	color: #333;
}

ol.cf-ol ul.cf_li_text_err li {
	background: url(icon-alert.png) no-repeat left 1px!important;
	list-style: none!important;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 2px!important;
	padding-left: 15px;
}

ol.cf-ol ul.cf_li_text_err li:before {
	content: '';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */


label.secq,

label.seccap {
	vertical-align: text-bottom;
	margin-bottom: 4px;
}

input.secinput {
	vertical-align: text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height: 15px;
	width: 50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha {
	vertical-align: text-bottom;
	margin: 0 0 0 10px!important;
	padding: 0!important;
	border: none!important;
	float: none!important;
}

img.captcha-reset {
	vertical-align: text-bottom;
	background: url(captcha_reset_gray.png) no-repeat;
	margin: 0 0 2px 3px;
	width: 50px;
	height: 34px;
	border: none;
}

img.imgcalendar {
	border: none;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */


div.cf_info {
	color: #333;
	display: none;
	padding: 10px 15px!important;
	/* width: 380px; */
	line-height: 1.3em;
	margin: 10px auto;
}

div.cf_info ol {
	margin: 0;
	padding: 5px 15px 0 30px;
}

div.cf_info ol li {
	padding: 1px 0;
	margin: 2px 0;
}

div.cf_info a {
	color: #ad2929!important;
	text-decoration: underline!important;
}

div.success {
	background: #F7F7F7 none repeat scroll 0% 50%;
	color: #444444;
	display: block;
}

div.failure {
	display: block;
	background: #FFDFDF url(li-err-bg.png) repeat!important;
	border-color: #DF7D7D;
	border-style: solid;
	border-width: 1px 0pt;
}

div.waiting {
	background: #F9F9F9;
	color: #AAAAAA;
	display: block;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error {
	color: #ad2929;
	border: 1px solid #ad2929;
}

div.mailerr {
	display: block;
}

.mailerr,
.cform .cf_errortxt {
	color: #ad2929;
}


/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color: #dddddd;
	border-color: #dddddd!important;
	background: none!important;
}

.disabled {
	border-color: #dddddd!important;
}


/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload {
	max-width: 220px;
	background: #f9f9f9;
	border: 1px solid #888888;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */

* html .cform fieldset {
	position: relative;
	margin-top: 15px;
	padding-top: 25px;
}

* html .cform legend {
	position: absolute;
	top: -10px;
	left: 10px;
	margin-left: 0;
}

*+html .cform fieldset {
	position: relative;
	margin-top: 15px;
	padding-top: 25px;
}

*+html .cform legend {
	position: absolute;
	top: -10px;
	left: 10px;
	margin-left: 0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt {
	display: inline-block;
  /*for ie6*/;
}

*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block;
 /*for ie7*/;
}

* html img.captcha {
	margin-bottom: 1px!important;
}

*+html img.captcha {
	margin-bottom: 1px!important;
}


#main .cform{position:relative;}
#main .cform legend{display:none;}
#main .cform fieldset{border:0;background:none;margin:0;padding:0;}
#main .cform label{display:block;text-align:left;}
#main .cform textarea, #main .cform input {border:1px solid #d4d4d4;}
#main .cform input.sig, 
#main .cform span.reqtxt, #main .cform span.emailreqtxt {text-align:right;display:block;color:#ccc;position:absolute;right:0;font-size:9px;padding:0 4px 0 0;}
*:first-child+html #main .cform span.reqtxt, *:first-child+html #main .cform span.emailreqtxt{bottom:0;} 

#main .cform input.sendbutton{width:auto;}
#main ol.cf-ol li.textonly{text-align:left;background-color:transparent;}

#main .cform ol.cf-ol li{overflow:hidden;margin:0.2em 0 0 0 !important;padding:0 0 0.8em 0 !important;}
*:first-child+html #main .cform ol.cf-ol li{position:relative;}
#main .cform ol.cf-ol li.cf_li_err{margin:0 0 1em 0 !important;padding:0 0 1.8em 0 !important}
#main .cform ol.cf-ol li.textonly {background:none !important; margin-top:1em !important;}
#main .cform ol.cf-ol label span{display:block;margin:0;padding:2px 0;}

#main .cform ol.cf-ol label.cf-group-after, #main .cform ol.cf-ol label.cf-after {display:block;margin:0;padding:0 0 3px 0;float:left;}
#main .cform ol.cf-ol label.cf-group-after span,#main .cform ol.cf-ol label.cf-after span {margin-left:5px;}

#main .cform ol.cf-ol label.cf-before{display:block;height:22px;margin:0;float:left;}
#main .cform ol.cf-ol label.cf-before span {margin-left:0;}

#main .cform input.cf-box-a, #main .cform input.cf-box-b {height:22px;margin:0;float:left;padding:0;}
#main .cform ol.cf-ol li.cf-box-group {padding-left:0;}
#main .cform ol.cf-ol li.cf-box-title {padding:0;}


#main .cform {clear:both;margin:1em auto;padding:25px;overflow:hidden;}
#main .cform ol.cf-ol,  #main .cform label, #main .cform p.cf-sb, #main .cform .emailreqtxt {max-width:415px;}
#main .cform ol.cf-ol {margin:0 auto;position:relative;}
#main .cform ol.cf-ol li{text-align:left;overflow:hidden;padding:0 0 1em 0;}
*:first-child+html #main .cform ol.cf-ol li{position:relative;}
#main .cform ol.cf-ol li.cf_li_err{margin:0 0 1em 0 !important;padding:0 0 1.8em 0 !important}
#main .cform ol.cf-ol li.cf-box-title{padding:0;}
#main .cform ol.cf-ol li.textonly {background:none !important;}
#main .cform ol.cf-ol label span{display:block;max-width:415px;margin:0;padding:2px 0 4px 0;border:1px solid transparent;}
#main .cform ol.cf-ol label.cf-before {max-width:400px;margin:0;float:left;}
#main .cform ol.cf-ol label.cf-group-after, #main .cform ol.cf-ol label.cf-after{width:390px;margin:0 0 0 5px;float:left;}
#main .cform label {margin:0;padding:0;overflow:hidden;text-align:left;}
#main .cform label span{padding:0;text-align:left;float:left;}
#main .cform input[type="text"], #main .cform textarea, #main .cform select {max-width: 404px; width: 94%; margin:0;border-color:#ccc;} 
#main .cform select{margin:0;border-color:#ccc;}
#main .cform fieldset{border:0;clear:both;margin:0;padding:1em 0;background:none;}
#main .cform fieldset legend{display:block;margin:0;padding:0;font-family:inherit;}
*:first-child+html #main .cform fieldset legend {margin:0 0 0 -20px;}

#main .cform .reqtxt, #main .cform .emailreqtxt{display:block;margin:0;padding:0 4px 0 0;text-align:right;color:#ccc;position:absolute;right:0;font-size:9px;}
*:first-child+html #main .cform .reqtxt, *:first-child+html #main .cform .emailreqtxt{bottom:0;}

#main .cform input.cf-box-a{height:22px;margin:0;float:left;padding:0;}
#main .cform input.cf-box-b{height:22px;margin:0;float:left;padding:0;}
#main .cform input.sendbutton {margin:0;border:0 !important;height:36px;font-size:1.2em;}
#main .cform p.cf-sb{text-align:left;}

#main input.secinput {
	max-width: 180px !important;
	display: inline;
}

#main .cform {background:url(images/bg_subcontentshade.jpg) no-repeat scroll 0 0 transparent;}
#main .cform textarea{max-width:400px !important;}

#main .cform input.sendbutton {background: url(images/bg_button2.jpg) repeat-x scroll 0 0 #0682D2;border: 1px solid #0692D3 !important;border-radius: 6px 6px 6px 6px;color: #FFFFFF;height: 34px;padding: 0 15px 1px;width: auto;font-family: Georgia,Times,TimesNewRoman,serif !important;font-size: 15px;cursor: pointer;}
#main .cform input.sendbutton:hover {background: url(images/bg_button_hover2.jpg) repeat-x scroll 0 0 #0F96DC; width: auto;}


.linklove { display: none !important; }

.txtcenter{text-align:center; padding: 0; }

#sidebar .box .cform{margin-top:0; background: none; border: 0;}
#sidebar .box .cform fieldset { background: none; border: 0; }
#sidebar .box .cform ol li{margin:0 0 5px 0 !important;padding:0 !important; min-height: 45px; width: 100%; clear: both; overflow: hidden;}
#sidebar .box .cform ol li input[type="text"], #sidebar .box .cform ol li textarea, #sidebar .box .cform ol li .cformselect {max-width:160px; width: 100%; padding:5px;float: right;}
#sidebar .box .cform ol li .cformselect { max-width: 172px; }
#sidebar .box .cform p.cf-sb{text-align: center;}
#sidebar .box .cform input.sig, #sidebar .box .cform span.reqtxt, #sidebar .box .cform span.emailreqtxt {clear:both;position:relative;color:#505050; display: block; text-align: right;}
#sidebar .box .cform ol li label, #sidebar .box .cform ol li label span{font-size: 12px; float:left;font-weight:bold;margin:2px 15px 0 0;width:65px; text-align: left;}
#sidebar .box .cform input.sendbutton {background: url(images/bg_button3.jpg) repeat-x scroll 0 0 #0682d2;height: 34px;width: auto;padding:0 15px 1px;color:#fff; font-size: 1.2em; border:1px solid #ff6f02 !important;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;}
#sidebar .box .cform input.sendbutton:hover {background: url(images/bg_button_hover3.jpg) repeat-x scroll 0 0 #ff7803;width: auto;}
#sidebar .box .cform ol.cf-ol, #sidebar .box .cform select{max-width:266px;}
#sidebar .box .cform ol.cf-ol li.textonly{ clear: both; padding-bottom: 10px !important; }
#sidebar .box .cform ol.cf-ol label.cf-group-after, .#sidebar .box .cform ol.cf-ol label.cf-after, #sidebar .box .cform ol.cf-ol label.cf-before, #sidebar .box .cform ol.cf-ol label span{  }

#sidebar .cform ol.cf-ol li.cf-box-group label.cf-group-after,
#sidebar .cform ol.cf-ol li.cf-box-group label.cf-group-after span,
#sidebar .cform ol.cf-ol label.cf-after,
#sidebar .cform ol.cf-ol label.cf-after span,
#sidebar .cform ol.cf-ol label.cf-before,
#sidebar .cform ol.cf-ol label.cf-before span { width: 95%; max-width: 220px; float: right; font-weight: normal; margin-top: 3px; margin-bottom: 0; font-size: 12px; }

#sidebar .cform input.cf-box-a{height:24px;margin:0;float:left;padding:0; clear: left;}
#sidebar .cform input.cf-box-b{height:24px;margin:0;float:left;padding:0; clear: left;}

#sidebar .widgetcform .cform legend{display:none;}

#sidebar .pagenav { background-color: #ddd; line-height: normal; }
#sidebar .pagenav li { background: url(images/bg_sectionnav.gif) no-repeat left bottom; margin: 0 0 0 5px; padding-bottom: 5px; }
#sidebar .pagenav li a { display: block; padding: 8px 0 10px 15px; background: url(images/bullet_arrow.png) no-repeat 0 13px; }
#sidebar .pagenav li a:hover { background: url(images/bullet_arrow.png) no-repeat 0 13px;}

#sidebar .pagenav  ul ul,
#sidebar .pagenav .current_page_item ul ul,
#sidebar .pagenav .current_page_ancestor ul ul,
#sidebar .pagenav .current_page_ancestor .current_page_item ul ul,
#sidebar .pagenav .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
	}
#sidebar .pagenav .current_page_item ul,
#sidebar .pagenav .current_page_ancestor ul,
#sidebar .pagenav .current_page_ancestor .current_page_item ul,
#sidebar .pagenav .current_page_ancestor .current_page_ancestor ul,
#sidebar .pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
#sidebar .pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
	}
#sidebar .pagenav ul li.current_page_item ul li, #sidebar .pagenav ul li ul li { background: none; }
#sidebar .pagenav ul li ul li.current_page_item a { font-weight: bold; }
#sidebar .pagenav ul li.current_page_ancestor ul li a, #sidebar .pagenav ul li.current_page_item ul li a, #sidebar .pagenav ul li.current_page_ancestor ul li.current_page_item a { margin: 0; padding-top: 0; padding-bottom: 0; }
#sidebar .pagenav ul li.current_page_ancestor ul li a , #sidebar .pagenav ul li.current_page_item ul li a { font-weight: normal; background: url(images/bullet_arrow.png) no-repeat 0 5px; }
#sidebar .pagenav ul li.current_page_ancestor ul li.current_page_item a { font-weight: bold; background: url(images/bullet_arrow.png) no-repeat 0 5px; }
#sidebar .pagenav ul li.current_page_item a, #sidebar .pagenav ul li.current_page_parent a { font-weight: bold; background: url(images/bullet_arrow.png) no-repeat 0 13px; }
#sidebar .pagenav ul li.current_page_item ul li a, #sidebar .pagenav ul li ul li a { font-weight: normal; background: url(images/bullet_arrow.png) no-repeat 0 5px; }
#sidebar .pagenav ul li.current_page_item ul li a:hover, #sidebar .pagenav ul li ul li a:hover { background: url(images/bullet_arrow.png) no-repeat 0 5px; }

#hpsidebar { font-size: 1em; margin: 0 auto; }

#hpsidebar .box .cform{margin-top:0; background: none; border: 0;}
#hpsidebar .box .cform fieldset { background: none; border: 0; }
#hpsidebar .box .cform ol li{margin:0 0 5px 0 !important;padding:0 !important; width: 100%; clear: both; overflow: hidden;}
#hpsidebar .box .cform ol li input[type="text"]{max-width:150px; width: 96%; padding:5px 10px;float:left;}
#hpsidebar .box .cform p.cf-sb{text-align: center;}
#hpsidebar .box .cform input.sig, #hpsidebar .box .cform span.reqtxt, #hpsidebar .box .cform span.emailreqtxt {position:relative;color:#505050; display: block; text-align: right;}
#hpsidebar .box .cform ol li label, #hpsidebar .box .cform ol li label span{float:left;font-weight:bold;margin:2px 15px 0 0;width:65px; text-align: left; font-size: 12px;}
#hpsidebar .box .cform input.sendbutton {background: url(images/bg_button3.jpg) repeat-x scroll 0 0 #0682d2;height: 34px;width: auto;padding:0 15px 1px;color:#fff; font-size: 1.2em; border:1px solid #ff6f02 !important;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;}
#hpsidebar .box .cform input.sendbutton:hover {background: url(images/bg_button_hover3.jpg) repeat-x scroll 0 0 #ff7803;width: auto;}
#hpsidebar .box .cform ol.cf-ol, #hpsidebar .box .cform select{max-width:266px;}
#hpsidebar .box .cform ol.cf-ol li.textonly{ clear: both; padding-bottom: 10px !important; }
#hpsidebar .box .cform ol.cf-ol label.cf-group-after, .#hpsidebar .box .cform ol.cf-ol label.cf-after, #hpsidebar .box .cform ol.cf-ol label.cf-before, #hpsidebar .box .cform ol.cf-ol label span{  }

#hpsidebar .cform ol.cf-ol li.cf-box-group label.cf-group-after,
#hpsidebar .cform ol.cf-ol li.cf-box-group label.cf-group-after span { width: 90%; max-width: 220px; float: right; font-weight: normal; margin-top: 3px; margin-bottom: 0; line-height: 12px; }

#hpsidebar .cform input.cf-box-a{height:24px;margin:0;float:left;padding:0; clear: left;}
#hpsidebar .cform input.cf-box-b{height:24px;margin:0;float:left;padding:0; clear: left;}

#hpsidebar .widgetcform .cform legend{display:none;}


/*
.checklist a {
	margin: 0 auto;
	padding: 10px;
	background-color: #ff9900;
	color: #fff !important;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.checklist a:hover {
	text-decoration: none;
}*/

.paperbody h3 {margin:0 0 5px}
.postcontent .papertop {
clear: both;
    background-image:none;
border-top:solid 1px #dedede;
border-left:solid 1px #dedede;
border-right:solid 1px #dedede;
background-color: #efefef;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.postcontent .paperbody{
    background-image:none;
border-bottom:solid 1px #dedede;
border-left:solid 1px #dedede;
border-right:solid 1px #dedede;
padding: 10px 25px;
background-color: #efefef;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.partner { width: 100%; margin: 0 0 40px 0; background: url(images/innerbg.jpg) repeat-x 0 0; padding: 20px 0; overflow: hidden; clear: both; }
.partner .pmiddle { max-width: 580px; width: 100%; padding: 10px; overflow: hidden; }
.partner .pmiddle .image { float: left; width: 20%; background-color: #fff; border: 1px solid #e5e5e5; padding: 0 13px 20px 13px; margin-left: 10px; }
.partner .pmiddle .text { float: right; width: 70%; padding-right: 0; line-height: 1.385em; }
.partner .pmiddle .text h2 { font-size: 1.308em; font-weight: normal; color: #cc0003; margin: 0; }

/* checklist for techtip on landingpage*/

.landing .postcontent ol{margin-left:23px;}
.landing .postcontent ol.redcheck li{background: url(images/bg_checklist_red.png) no-repeat scroll 0 0 transparent;list-style: none outside none; margin: 0 0 1.5em; min-height:35px;padding-left: 35px;}
.landing .postcontent ol.greencheck li{background: url(images/bg_checklist_green.png) no-repeat scroll 0 0 transparent;list-style: none outside none; margin: 0 0 1.5em; min-height:35px;padding-left: 35px;}
.landing .postcontent ol.xbox li{background: url(images/bg_checkbox_x.png) no-repeat scroll 0 5px transparent;list-style: none outside none; margin: 0 0 1.5em; min-height:35px;padding-left: 35px;}
.landing .postcontent ol.no_checkmark{margin: 0;}
.landing .postcontent ol.no_checkmark li{background: none; list-style: decimal inside none; margin: 0 0 0.5em; min-height: 0; padding: 0;}
.landing .postcontent h1 { font-size: 2em; }

#main .contact { max-width: 560px; margin: 0 0 20px 0; background: url(images/innerbg.jpg) repeat-x 0 0; padding: 40px 20px; overflow: hidden; clear: both; }
#main .contact h4 { font-size: 1.154em; margin-bottom: 10px; }
#main .contact .contacttext { width: 40%; }
#main .contact .contactmap { width: 50%; }

/*
 * Easy Buttons
 */

/* Default Styling */

[class~="axion"][class*="button"] {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  text-decoration:none;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333 !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

[class~="axion"][class*="button"]:hover, [class~="axion"][class*="button"]:active, [class~="axion"][class*="button"].active, [class~="axion"][class*="button"].disabled, [class~="axion"][class*="button"][disabled] {
  color: #333333 !important;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-image:none;
}

[class~="axion"][class*="button"]:hover {
  color: #333333 !important;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

[class~="axion"][class*="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

[class~="axion"][class*="button"].active, [class~="axion"][class*="button"]:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

[class~="axion"][class*="button"].disabled, [class~="axion"][class*="button"][disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Color: Blue (btn-primary) */
[class~="axion"][class*="button"].blue {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


[class~="axion"][class*="button"].blue:hover, [class~="axion"][class*="button"].blue:active, [class~="axion"][class*="button"].blue.active, [class~="axion"][class*="button"].blue.disabled, [class~="axion"][class*="button"].blue[disabled] {
  color: #ffffff !important;
  background-color: #0044cc;
  *background-color: #003bb3;
  background-image: none;
}

[class~="axion"][class*="button"].blue:active, [class~="axion"][class*="button"].blue.active {
  background-color: #003399 \9;
}

/* Color: pink (btn-primary) */
[class~="axion"][class*="button"].pink {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #FD44A9;
  background-image: -moz-linear-gradient(top, #d0388b, #FD44A9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0388b), to(#FD44A9));
  background-image: -webkit-linear-gradient(top, #d0388b, #FD44A9);
  background-image: -o-linear-gradient(top, #d0388b, #FD44A9);
  background-image: linear-gradient(to bottom, #d0388b, #FD44A9);
  background-repeat: repeat-x;
  border-color: #FD44A9 #FD44A9 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0388b', endColorstr='#ffFD44A9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[class~="axion"][class*="button"].pink:hover, [class~="axion"][class*="button"].pink:active, [class~="axion"][class*="button"].pink.active, [class~="axion"][class*="button"].pink.disabled, [class~="axion"][class*="button"].pink[disabled] {
  color: #ffffff !important;
  background-color: #FD44A9;
  *background-color: #003bb3;
  background-image: none;
}

[class~="axion"][class*="button"].pink:active, [class~="axion"][class*="button"].pink.active {
  background-color: #003399 \9;
}

/* Color: Yellow (btn-warning) */
[class~="axion"][class*="button"][class*="yellow"] {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[class~="axion"][class*="button"][class*="yellow"]:hover, [class~="axion"][class*="button"][class*="yellow"]:active, [class~="axion"][class*="button"][class*="yellow"].active, [class~="axion"][class*="button"][class*="yellow"].disabled, [class~="axion"][class*="button"][class*="yellow"][disabled] {
  color: #ffffff !important;
  background-color: #f89406;
  *background-color: #df8505;
  background-image: none;
}

[class~="axion"][class*="button"][class*="yellow"]:active,[class~="axion"][class*="button"][class*="yellow"].active {
  background-color: #c67605 \9;
}

/* Color: Red (btn-danger) */
[class~="axion"][class*="button"].red {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[class~="axion"][class*="button"].red:hover, [class~="axion"][class*="button"].red:active, [class~="axion"][class*="button"].red.active, [class~="axion"][class*="button"].red.disabled, [class~="axion"][class*="button"].red[disabled] {
  color: #ffffff !important;
  background-color: #bd362f;
  *background-color: #a9302a;
  background-image: none;
}

[class~="axion"][class*="button"].red:active,
[class~="axion"][class*="button"].red.active {
  background-color: #942a25 \9;
}

/* Color: Green (btn-success) */
[class~="axion"][class*="button"].green {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[class~="axion"][class*="button"].green:hover, [class~="axion"][class*="button"].green:active, [class~="axion"][class*="button"].green.active, [class~="axion"][class*="button"].green.disabled, [class~="axion"][class*="button"].green[disabled] {
  color: #ffffff !important;
  background-color: #51a351;
  *background-color: #499249;
  background-image: none;
}

[class~="axion"][class*="button"].green:active, [class~="axion"][class*="button"].green.active {
  background-color: #408140 \9;
}

/* Color: Light pink (btn-info) */
[class~="axion"][class*="button"].lightpink {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #fc44a8, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fc44a8), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #fc44a8, #2f96b4);
  background-image: -o-linear-gradient(top, #fc44a8, #2f96b4);
  background-image: linear-gradient(to bottom, #fc44a8, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc44a8', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[class~="axion"][class*="button"].lightpink:hover, [class~="axion"][class*="button"].lightpink:active, [class~="axion"][class*="button"].lightpink.active, [class~="axion"][class*="button"].lightpink.disabled, [class~="axion"][class*="button"].lightpink[disabled] {
  color: #ffffff !important;
  background-color: #2f96b4;
  *background-color: #2a85a0;
  background-image: none;
}

[class~="axion"][class*="button"].lightpink:active, [class~="axion"][class*="button"].lightpink.active {
  background-color: #24748c \9;
}

/* Color: Black (btn-inverse) */
[class~="axion"][class*="button"].black {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[class~="axion"][class*="button"].black:hover, [class~="axion"][class*="button"].black:active, [class~="axion"][class*="button"].black.active, [class~="axion"][class*="button"].black.disabled, [class~="axion"][class*="button"].black[disabled] {
  color: #ffffff !important;
  background-color: #222222;
  *background-color: #151515;
  background-image: none;
}

[class~="axion"][class*="button"].black:active, [class~="axion"][class*="button"].black.active {
  background-color: #080808 \9;
}

/* Color: Pink (btn-sweet) For Kaia FIT*/
[class~="axion"][class*="button"].pink {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff45aa;
  *background-color: #fd44a9;
  background-image: -moz-linear-gradient(top, #d0388b, #fd44a9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0388b), to(#fd44a9));
  background-image: -webkit-linear-gradient(top, #d0388b, #fd44a9);
  background-image: -o-linear-gradient(top, #d0388b, #fd44a9);
  background-image: linear-gradient(to bottom, #d0388b, #fd44a9);
  background-repeat: repeat-x;
  border-color: #fd44a9 #fd44a9 #c83686;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0388b', endColorstr='#fffd44a9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

[class~="axion"][class*="button"].pink:hover, [class~="axion"][class*="button"].pink:active, [class~="axion"][class*="button"].pink.active, [class~="axion"][class*="button"].pink.disabled, [class~="axion"][class*="button"].pink[disabled] {
  color: #ffffff !important;
  background-color: #fd44a9;
  *background-color: #da3b91;
  background-image: none;
}

[class~="axion"][class*="button"].pink:active, [class~="axion"][class*="button"].pink.active {
  background-color: #da3b91 \9;
}

/* Size: Large (btn-large) */
.large[class~="axion"][class*="button"] {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.large[class^="icon-"][class~="axion"][class*="button"], .large[class*=" icon-"][class~="axion"][class*="button"] {
  margin-top: 2px;
}

/* Size: Small (btn-small) */
.small[class~="axion"][class*="button"] {
padding: 2px 10px;
font-size: 11.9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.small[class~="axion"][class*="button"][class^="icon-"], .small[class~="axion"][class*="button"][class*=" icon-"] {
  margin-top: 0;
}

/* Corner: Squared */

.squared[class~="axion"][class*="button"]{
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;

}

/*** Chrome Temp Fix ***/
body
{
    -webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	to{	opacity: 1; }
}
