/*
Theme Name: 	Globe Custom Theme
Theme URI: 		http://wordpress.org/extend/themes/twentyeleven
Author: 		Donina Asera
Author URI: 	http://donina.com/
Description:	Child theme for the Twenty Eleven theme. Custom & hand coded for Involve Group (www.involvegroup.com.au) and Globe Telecom by Donina Asera, designed by Involve Group (www.involvegroup.com.au).
Template:		twentyeleven
Version:		0.1.0

Colours:
Blue header text	#4F85C4
Grey-blue/text:		#62686E
Orange				#FF9142
*/

/*
@font-face {
	xxfont-family: Gudea;
	xsrc: url('/fonts/Gudea.woff');
}
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

* {-webkit-text-size-adjust: none}

html, body {
	font-family: 'Gudea', sans-serif;
	height:100%;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img {
background: none;
border-color: none;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	right: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

#access {
	background:url(/images/newsite/bg-footer.png) top center repeat-x;
	height:36px;
	position: relative;
	width:100%;
	z-index: 99998;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
#access li {
	height:36px;
}
#access a {
	color:#fff;
	padding:0 15px;
	text-transform: uppercase;
	height:36px;
	line-height: 35px;
}
#access a:hover {
	background: #FF9142;
	color: #fff;
	font-weight:normal;
}
#access li:hover > a, #access a:focus {
	background: #FF9142;
	color: #fff;
	font-weight:normal;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a, #access li.current-page-ancestor a {
	background: #FF9142;
	color: #fff;
	font-weight:normal;
}
#access div {
	margin:0 auto;
	padding:0 20px 0 35px;
	width:950px;
}
#access ul ul {
	top:36px;
	background: none;
}
#access ul ul a {
	width: 128px;
	padding-right: 0;
}
#access ul#menu-main-menu li#menu-item-142 ul {
	left: 0 !important;
	width: 143px !important;
}
#access ul#menu-main-menu li.client-login ul, #access ul#menu-main-menu li.client-login ul li {
	width: 158px !important;
	text-align: center;
}
li#menu-item-305 ul a {
	text-transform: none;
}
#access ul li.client-login ul a {
	padding-left:10px;
	padding-right: 10px;
}
#access li#menu-item-305 {
	float: right;
	width:158px;
	text-align: center;
}
#access li#menu-item-305 {
	float: right;
}
#access li#menu-item-305:hover > a {
	background: #9C9CA1;
}
#access ul li#menu-item-305 ul li:hover {
	background:url(/images/newsite/bg-menu-light-grey.png) repeat;
}
#access li#menu-item-300 {
	float: right;
}
li#menu-item-300 ul a {
	text-transform: none;
}
#access li#menu-item-300:hover > a {
	background: #9C9CA1;
}
#access ul li#menu-item-300 ul li:hover {
	background:url(/images/newsite/bg-menu-light-grey.png) repeat;
}
#access ul ul a {
	background: none;
	padding-left:15px;
	border-bottom:none;
	color: #fff;
}
#access ul ul li {
	background:url(/images/newsite/bg-menu-orange.png) repeat;
}
#access ul ul li:hover {
	background:url(/images/newsite/bg-menu-grey.png) repeat;
}
#access ul ul :hover > a, #access a:focus {
	background:none;
}
.big-button {
	background: url(/images/newsite/bg-big-button.png) top left repeat-x;
	bottom:10px;
	color: #fff;
	font-size: 16px;
	height:25px !important;
	left:10px;
	padding:0px 7px;
	position:absolute;
	text-align: center;
	text-transform: uppercase;
	width:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 100;
}
.big-button:hover {
	background: url(/images/newsite/bg-big-button-hover.png) top left repeat-x;
	text-decoration: none;
	}
.box-link .big-button {
	z-index: 200;
}
.box-link {
	background: none;
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index: 80;
}
.box-link:hover {
	background:url(/images/newsite/bg-box-link-hover.png) top left repeat;
}
.entry-content {
	padding: 0;
}
img.alignright {
	float: right;
	border:none;
}
#branding {
	border-top:none;
	xheight:167px;
	padding-bottom: 0;
	z-index: 99998;
}
.Home #branding {
	xheight:80px;
}
#branding hgroup {
	display: block;
	height:100%;
	margin:0 auto;
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 70;
}

#mainpage-inner {
	width: 984px;
	position: relative;
	min-height: 500px;
	margin: 0 auto;
	padding:0 35px;
	background: #fff;
}

#branding-inner {
	width: 984px;
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding:0 35px;
	width: 954px;
	background: #fff;
}
.Home #branding hgroup {
}
#branding h3 {
	color:#62686E;
	font-size:15px;
	font-style: italic;
	font-weight:normal;
	line-height: 18px;
}
#branding img {
	height:auto;
	width:auto;
}
.page-id-15 #branding .entry-header img {
	display: none;
}
.Contact #branding .entry-header img {
	display: none;
}
#branding #site-title img {
	height: 85px;
	padding: 0;
}
.singular .entry-header {
	width: 780px;
	margin: 0;
}
.singular .entry-header img {
	margin-top: -7px;
}
#colophon {
	background:url(/images/newsite/bg-footer.png) top center repeat;
	clear:both;
	height: 80px;
	xmargin-top: -160px;
	position: relative;
	width:100%;
}
#colophon-inner {
	background: none;
	margin:0 auto;
	padding:0 20px;
	width:950px;
}
#description-box {
	display: none;
	float:left;
	height:auto;
	position:relative;
	width:705px;
}
#details {
	float:left;
	position: relative;
	width:260px;
	font-size: 13px;
}
#details p {
	line-height:18px;
}
#details h2 {
}
#details h3 {
	font-size:13px;
	font-weight:normal;
	line-height: 18px;
	margin-bottom:0;
}
.dotty {
	color:#fff;
	float:left;
	margin-right:5px;
}
.dotty.selected, .dotty:hover {
	color:#FF9142;
}
.dotty:hover {
	cursor: pointer;
}
#form {
	color: #62686E;
	font-size:13px;
	float:left;
	margin-top:12px;
	margin-left:30px;
	position: relative;
	width:370px;
}
#wpcf7-f80-p15-o1 {
	margin-top:-15px;
}
h1, h2, h3 {
	font-weight: bold;
}
.entry-content h1 {
	color: #fff;
	font-size: 0px;
	font-weight: normal;
}
h4 {
	font-weight: bold;
	font-size: 13px;
	color: #62686E;
}
.home-box {
	float: left;
	height:313px;
	position: relative;
	width:238px;
	text-align: center;
}
.home-box h3 {
	color: #FF9142;
	font-size:18px;
	margin-top:0;
	text-align:center;
	font-style: italic;
}
.home-box p {
	margin:6px 18px;
	line-height: 15px;
	font-size: 13px;
}
.home-box a {
	font-style: italic;
	text-decoration: underline;
}
img.hover-fade, li.grey-link {
	opacity:1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
img.hover-fade:hover, li.grey-link:hover {
	opacity: 0.5;
}
.Home #description-box {
	display:block;
}
#layer-bar {
	border-top:1px solid #d9dadc;
	background: none;
	display: block;
	height:1px;
	position:relative;
	width:100%;
	z-index: 100;
}
#layer-text {
	float: right;
	position:relative;
	width:710px;
	z-index: 60;
}
#layer-text h2 {
	color: #62686E;
	font-size:18px;
	font-style: italic;
	line-height: 22px;
	margin-top:20px;
}
.singular #content, .left-sidebar.singular #content, .left-sidebar #content, #content {
	margin: 0;
	width:100%;
}
.left-sidebar #primary, #primary {
	float:right;
	margin:0 0 30px;
	width:690px;
}
.Home.left-sidebar #primary {
	margin-bottom: 30px;
}
.left-sidebar #secondary {
	margin-left:0;
	width:225px;
	margin-right: 0;
	float: left;
}
#logo-box {
	float:right;
	height:auto;
	position:relative;
	width:230px;
}
#main {
	margin:0 auto 0;
	overflow:auto;
	padding:27px 35px 0px 35px;
	width:954px;
	background: #fff;
	clear: both;
}
.Home #main {
	margin:0 auto;
	padding-top: 3px;
}
.more {
	text-decoration: underline;
}
p, .entry-content ul li {
	color:#62686E;
	font-size:13px;
	line-height: 18px;
	list-style-type: square;
}
p {margin-bottom: 1.625em;}
.entry-content ul ul li {
	padding-left: 22px ;
	text-indent: -12px ;
}
.entry-content p, .entry-content h2, .entry-content h3, .entry-content h4 {
	clear: none;
}
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	border: none !important;
	padding: 6px 6px 6px 0;
	display: block;
}
img.extra-padding {
	padding: 6px 6px 6px 15px;
}
.rightalignimage {
	float: right;
}
.entry-content a {
	color:#4F85C4;
}
.entry-content ul {
	margin-left:17px;
}
.orange, .orange a {
	color:#FF9142;
}
.orange a {
	text-decoration: underline;
}
.entry-content h2 {
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	color: #62686E;
	margin-bottom: 20px;
	font-weight: normal;
}
.entry-content h2.orange {
	color: #FF9142;
	width: 420px;
	float:left;
}
.entry-content ul ul li {
	list-style-type: none;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 0;
	margin-right: 10px;
}
.entry-content h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #FF9142;
	letter-spacing: normal;
	clear: both;
	line-height: 2.6em;
	font-weight: normal;
}
#page {
	xbackground: #fff url(/images/newsite/bg-page.gif) top center repeat-x;
	xmin-height: 1000px;
	margin: 0 auto;
	position: relative;
	max-width:100%;
	width:100%;
}
#page-border {
	xbackground: url(/images/newsite/bg-page-border.png) top center repeat-x;
	display: block;
	height:4px;
	margin:0;
	padding:0;
	position: relative;
	width:100%;
}
.Home #primary {
	margin-top:18px;
	width:100%;
}
.Home #content {
	margin: 0;
	width:100%;
}

#phone-number {
	background: none;
	border-top:none;
	color:#fff;
	font-size:30px;
	float:none;
	text-align: left;
	width:240px;
	margin-top:9px;
}
.singular .entry-title {
	color:#FF9142;
	font-size:30px;
	font-style: italic;
	font-weight:normal;
	text-transform: uppercase;
	z-index: 100;
	width: 490px;
	margin: -107px 0 0 252px;
	float: left;
	line-height: 48px;
	padding-top: 15px;
	}
.Contact.singular .entry-title {
	text-transform: none;
	padding-top: 26px;
	font-size: 28px;
	line-height: 33px;
}
.singular .entry-header {
}
.singular .entry-content {
	width:100%;
}
.singular.page .hentry, .singular .hentry {
	padding:0;
}
.singular .entry-header img {
	width: 231px;
	float: left;
}
#site-description {
	color:#62686E;
	font-size:29px;
	font-style: italic;
	margin:25px 0 0 0;
	clear:both;
	float:none;
	width:100%;
}
#site-description h2 {
}
#site-generator {
	background: none;
	border-top:none;
	color:#fff;
	font-size:12px;
	float:right;
	line-height: 15px;
	margin-right:10px;
	padding:15px 0 0 0;
	text-align: right;
	width:300px;
}
#site-generator h2 {
}
#site-generator p {
	color:#fff;
	font-size:12px;
	line-height: 15px;
	text-align: right;	
}
#site-generator a {
	color: #FF9142;
	font-weight: normal;
}
#site-title {
	float:right;
	margin:25px 0 0 0;
	padding:0;
	position:relative;
	width:100%;
	text-align: right;
}
#site-title a {
	float:right;
}
#supplementary {
	border-top: none;
	padding:0;
	float:none;
	text-align: left;
	width:100%;
	clear: left;
	position: relative;
	margin-top: 15px;
}
#supplementary .widget {
	margin:15px 0 0 0;
}
#supplementary .widget ul {
	list-style-type: none;
	margin-top: 23px;
}
#supplementary .widget ul li {
	float:left;
}
#footer-left {
	width: 600px;
	position: relative;
	float: left;
}
#footer-right {
	width: 325px;
	position: relative;
	float: right;
}
#supplementary .widget li a {
	color: #fff;
	float:left;
	font-size:12px;
	font-weight: normal;
	margin-right:7px;
	text-transform: uppercase;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
#supplementary .widget li a:hover {
	text-decoration: none;
	color: #ff9142;
}
.hentry {
	margin:0;
}
#supplementary .widget li:last-child {
	margin-right:0;
}
#secondary .widget ul li {
	background: url(/images/newsite/bg-side-button.png) top left no-repeat;
	display: block;
	height:69px;
	margin-bottom:5px;
	text-align: center;
	vertical-align: middle;
	width:225px;
}
#secondary .widget ul li a {
	color: #4F85C4;
	display: block;
	font-size:16px;
	font-weight: normal;
	padding:30px 0 31px;
	text-transform: uppercase;
	width:100%;
}
#secondary .widget ul li:hover, #secondary .widget ul li.current-menu-item {
	background: url(/images/newsite/bg-side-button-hover.png) top left no-repeat;
	color: #fff;
	text-decoration: none;
}
#secondary .widget ul li.product-overview a {
	background: url(/images/newsite/bg-a-product-overview.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.product-overview.current-menu-item a, #secondary .widget ul li.product-overview:hover a {
	background: url(/images/newsite/bg-a-product-overview-active.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.application-form a {
	background: url(/images/newsite/bg-a-application-form.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.application-form.current-menu-item a, #secondary .widget ul li.application-form:hover a {
	background: url(/images/newsite/bg-a-application-form-active.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.view-faqs a {
	background: url(/images/newsite/bg-a-view-faqs.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.view-faqs.current-menu-item a, #secondary .widget ul li.view-faqs:hover a {
	background: url(/images/newsite/bg-a-view-faqs-active.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.technical-support a {
	background: url(/images/newsite/bg-a-technical-support.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.technical-support.current-menu-item a, #secondary .widget ul li.technical-support:hover a {
	background: url(/images/newsite/bg-a-technical-support-active.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.download-brochure a {
	background: url(/images/newsite/bg-a-download-brochure.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.download-brochure.current-menu-item a, #secondary .widget ul li.download-brochure:hover a {
	background: url(/images/newsite/bg-a-download-brochure-active.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.grey-link {
	background: url(/images/newsite/bg-side-button-grey.png) top left no-repeat;
	display: block;
	height:53px;
	margin-bottom:5px;
	text-align: center;
	vertical-align: middle;
	width:225px;
}
#menu-item-136, #menu-item-173, #menu-item-222, #menu-item-270, #menu-item-75 {
	margin-top: 28px !important;
}
#secondary .widget ul li.grey-link.login a {
	background: url(/images/newsite/bg-a-grey-link-login.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.grey-link.contact a {
	background: url(/images/newsite/bg-a-grey-link-contact.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.grey-link.mysafe-login a {
	background: url(/images/newsite/bg-a-grey-link-mysafe-login.png) no-repeat;
	font-size: 0px;
}
#secondary .widget ul li.grey-link.mysafedial-tutorial a {
	background: url(/images/newsite/bg-a-grey-link-tutorial.png) no-repeat;
	font-size: 0px;
}	
#secondary .widget ul li.grey-link.toolbox-login a {
	background: url(/images/newsite/bg-a-grey-link-toolbox-login.png) no-repeat;
	font-size: 0px;
}
.field-holder {
	margin-bottom: 5px;
}
.field-name {
	margin-bottom: 2px;
}
input[type="text"], input[type="email"]  {
	height:13px;
	width:330px;
	padding: 3px;
	font-size: 13px;
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #444;
}
select, input[type="password"] {
	font-size: 13px;
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #444;
}
textarea {
	font-size: 13px;
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #444;
	height:70px !important;
}
xinput[type="submit"] {
	border:none;
	height:27px;
	background: #FF9142;
	color: #fff;
	cursor: pointer;
	font-family: 'Gudea', sans-serif;
	font-size: 16px;
	outline: none;
	padding:2px 0 6px 0;
	text-transform: uppercase;
	width:55px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
div.wpcf7-response-output {
	margin: 2em 0 1em !important;
	width:306px;
}
xinput[type="submit"]:hover {
	background: #62686E;
	}
textarea {
	width:330px;
}
span.wpcf7-not-valid-tip {
	height:15px !important;
	top:4px !important;
	left:2px !important;
	width:330px !important;
}
.enquiry span.wpcf7-not-valid-tip {
	top:0 !important;
}
.slideshow_container_style-light .slideshow_description {
	background: none !important;
	width: 555px !important;
	color: #fff !important;
	top:0 !important;
	height: auto;
	padding-top:20px;
	clear:both;
}
.slideshow_container_style-light .slideshow_transparent {
	filter: alpha(opacity = 100) !important;
	opacity: 1 !important;
}
.slideshow_container_style-light .slideshow_description h2, .slideshow_container_style-light .slideshow_description p  {
	font-size: 18px !important;
	text-align: left !important;
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	line-height: 20px !important;
	padding: 0 20px;
	background: #FF9142 !important;
	width: 525px;
}
.slideshow_container_style-light .slideshow_description h2 {
	padding-top: 20px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.slideshow_container_style-light .slideshow_description p  {
	padding-bottom: 10px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.slideshow_container img {
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 957px !important;
}
.slideshow_container .slideshow_pagination_center {
	display: table;
	margin: 0 0 0 18px !important;
}
.slideshow_container_style-light .slideshow_pagination .slideshow_currentView { 
	background:url(/images/newsite/light-bullet-current.png) no-repeat !important;
	
}
.slideshow_container .slideshow_pagination_center {
	margin-left: 8px !important;
}
ul.hanging {
	margin-top: -15px;
}
ul.hanging li {
 list-style: none;
 margin-left: -15px;
 padding-left: 1em;
 text-indent: -1em;
}
h2.caps {
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}
.wpcf7-not-valid-tip-no-ajax {
	display: none;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/* =Responsive Structure
----------------------------------------------- */

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
	  #phone-number a {
		  color:#fff !important;
	  }
	  .home-box h3 a {
		  color:#fff;
	  }
	  #page-border, #access, #colophon {
		  min-width: 1034px;
	  }
	  #site-description {
		  font-size: 29px;
	  }
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) { 
	/* For ipad landscape only */
	  #page-border, #access, #colophon {
		  min-width: 1034px;
	  }
	  #site-description {
		  font-size: 29px;
	  }
}

@media (max-width: 800px) {
	/* Simplify the basic layout */
  /* For general iPad layouts */
	  #phone-number a {
		  color:#fff !important;
	  }
	  #carousel .horse-text a {
		  color:#FF9142;
	  }
	  .home-box h3 a {
		  color:#fff;
	  }
	  #page-border, #access, #colophon {
		  min-width: 1034px;
	  }
	  #site-description {
		  font-size: 29px;
	  }
}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	  #phone-number a {
		  color:#fff !important;
	  }
	  #carousel .horse-text a {
		  color:#FF9142;
	  }
	  .home-box h3 a {
		  color:#fff;
	  }
	  #site-description {
		  font-size: 29px;
	  }
	  #page-border, #access, #colophon {
		  min-width: 1034px;
	  }
}
@media (max-width: 450px) {
	  #phone-number a {
		  color:#fff !important;
	  }
	  #carousel .horse-text a {
		  color:#FF9142;
	  }
	  .home-box h3 a {
		  color:#fff;
	  }
	  #site-description {
		  font-size: 29px;
	  }
	  #page-border, #access, #colophon {
		  min-width: 1034px;
	  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	  #phone-number a {
		  color:#fff !important;
	  }
	  #carousel .horse-text a {
		  color:#FF9142;
	  }
	  .home-box h3 a {
		  color:#fff;
	  }
	  #site-description {
		  font-size: 29px;
	  }
	  #page-border, #access, #colophon {
		  min-width: 1034px;
	  }
}


/* =Print
----------------------------------------------- */

@media print {


}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
}
#ie7 section.featured-post {
}
#ie7 section.recent-posts {
}

/* =IE8 
----------------------------------------------- */ 
 
#ie8 section.feature-image.large img { 
}





#nicetable td, #customers th, nicetable td {
    font-size: 9pt;
    border: 1px solid silver !important;
    padding: 3px 7px 2px 7px;
}

#nicetable th, nicetable th {
    font-size: 0.8em;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

#nicetable tr.alt td {
    color: #000000;
    background-color: #EAF2D3;
}

#nicetable2 td, #customers th {
    font-size: 9pt;
    padding: 3px 7px 2px 7px;
}

#nicetable2 th {
    font-size: 0.8em;
    xtext-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

#nicetable2 tr.alt td {
    color: #000000;
    background-color: #EAF2D3;
}