﻿/*************************************/
/******* Alltraders Template *******/
/***********************************/
/*** http://www.alltraders.com ***/
/**** support@alltraders.com ****/

/************************/
/*** Core html ***/
/**********************/

html {
	width: 100%;
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	color: #242424;
	background-color: #fff;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* Reset all values */

* {
	margin:0px;
	padding: 0px;
}

h1, .componentheading {
	font-size: 30px;
	font-weight: bold;
	color: #294d72;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #294d72;
	margin: 0px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}
	
h4, h5, h6 {
	font-size: 1.0em;
	font-weight: bold;
}

input.button { 
  cursor: pointer;
}

p { 
}
  
br { 
}

img {
  border: 0 none;
}

.contentpaneopenArticle a:link, .contentpaneopenArticle a:active, .contentpaneopenArticle a:visited, .contentpaneopenArticle a:hover {
	text-decoration: underline;
}
	
.contentpaneopen {
}
  
.clear {
  clear: both;
}
  
a {
  	outline:0;
  	color: #0063b2;
  	text-decoration: none;
	font-weight: bold;
}
  
a:hover, a:focus, a:active{
  	outline:0;
  	color: #f11f1a;
  	text-decoration: none;
}
  
blockquote {
}

.page-header {
	margin: 0px;
	border: none;
}

kbd {
	display: none;
}
  
/***********************************/
/*** Top Section Layout Styling ***/
/*********************************/

#header {
	background: rgb(11,82,174);
	background: -moz-linear-gradient(top,  rgba(11,82,174,1) 0%, rgba(8,75,162,1) 50%, rgba(3,65,142,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,82,174,1)), color-stop(50%,rgba(8,75,162,1)), color-stop(100%,rgba(3,65,142,1)));
	background: -webkit-linear-gradient(top,  rgba(11,82,174,1) 0%,rgba(8,75,162,1) 50%,rgba(3,65,142,1) 100%);
	background: -o-linear-gradient(top,  rgba(11,82,174,1) 0%,rgba(8,75,162,1) 50%,rgba(3,65,142,1) 100%);
	background: -ms-linear-gradient(top,  rgba(11,82,174,1) 0%,rgba(8,75,162,1) 50%,rgba(3,65,142,1) 100%);
	background: linear-gradient(to bottom,  rgba(11,82,174,1) 0%,rgba(8,75,162,1) 50%,rgba(3,65,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b52ae', endColorstr='#03418e',GradientType=0 );
	border-bottom: 1px solid #0d4f9b;
}

#headerMenu {
	background: rgb(2,58,132);
	background: -moz-linear-gradient(top,  rgba(2,58,132,1) 0%, rgba(1,57,131,1) 50%, rgba(2,58,132,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,58,132,1)), color-stop(50%,rgba(1,57,131,1)), color-stop(100%,rgba(2,58,132,1)));
	background: -webkit-linear-gradient(top,  rgba(2,58,132,1) 0%,rgba(1,57,131,1) 50%,rgba(2,58,132,1) 100%);
	background: -o-linear-gradient(top,  rgba(2,58,132,1) 0%,rgba(1,57,131,1) 50%,rgba(2,58,132,1) 100%);
	background: -ms-linear-gradient(top,  rgba(2,58,132,1) 0%,rgba(1,57,131,1) 50%,rgba(2,58,132,1) 100%);
	background: linear-gradient(to bottom,  rgba(2,58,132,1) 0%,rgba(1,57,131,1) 50%,rgba(2,58,132,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023a84', endColorstr='#023a84',GradientType=0 );

}

#nextend-smart-slider-1 .nextend-bar-c .nextend-bar-slide h6 {
	text-align: left;
	padding-left: 10px;
	font-size: 18px;
}

#telephone p {
	margin: 0px;
}

#telephone a {
	color: #fff;
	text-decoration: none;
}

#telephone a:hover {
	color: #f11f1a;
	text-decoration: none;
}

#headerGraphic {
	margin: 0 auto;
}

#requestquote {
	padding-right: 0px;
}

#logo {
    margin: 12px 0;
}

#logo a {
	border: none;
}

#telephone {
	margin-top: 51px;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	padding: 0 18px 0 0;
}

#telephone p {
	font-size: 14px;
	float: right;
	color: #fff;
}

#topNavigation {
	margin: 0 auto;
	padding: 0px;
}

ul.menumain {
	float: left;
	 height: 69px;
	 list-style: none outside none;
	 overflow: hidden;
	 width: 650px;
}

#topNavigation li {
	*display: inline;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

#topNavigation li a {
    background: transparent;
    border-bottom: 0 none;
    color: #FFFFFF;
    display: block;
    padding: 26px 19px 23px 19px;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#topNavigation li a:hover {
    background: url(../images/mainbtns.png) repeat-x ;    
	color: #FFFFFF;
}

#topNavigation li#current a, #topNavigation li.current a {
    background: url(../images/mainbtns.png) repeat-x scroll 0 -71px transparent;
}

#topNavigation li a:hover {
	text-decoration: none;
}

#navborder {

}

#search {
	float: right;
	padding: 21px 0 0 0;
}

#search .inputbox {
	background: url(../images/searchbg.png) no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	height: 26px;
	line-height: 25px;
	padding: 0 10px 0 29px;
	width: 247px;
	margin: 2px 13px 0 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

#search .inputbox:hover, #search .inputbox:focus, #search .inputbox:active {
	background: url(../images/searchbg.png) 0 -31px no-repeat;
}

#mod_search_searchword {
	float: right;
}
    
/************************/
/*** Content Styling ***/
/**********************/
    
#wrapperContent {
	padding: 30px 0 0 0;
}

#wrapperContentInner {
	margin: 0 auto;
	background-color: #fff;
	padding: 0 0 20px;
}

#contentLeft {
}

#contentRight {
}

#gallery {
	margin-top: 18px;
}

#gallery2 {
	margin-top: 18px;
}

.item-title {
	font-family: Arial,Helvetica,sans-serif;
}

#intro {
	margin: 55px;
}

#intro h3 {
	font-size: 21px;
	color: #294d72;
	margin: 10px 0 14px;
}

#intro h4 {
	font-size: 1.6em;
	color: #294d72;
	margin: 20px 0 5px 0;
}

div.moduletablesubmenu h3 {
	background: rgb(226,236,245);
	background: -moz-linear-gradient(top,  rgba(226,236,245,1) 0%, rgba(214,228,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,236,245,1)), color-stop(100%,rgba(214,228,240,1)));
	background: -webkit-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#d6e4f0',GradientType=0 );
	color: #294D72;
	display: block;
	font-size: 20px;
	padding: 20px 0 20px 0;
	text-align: center;
}

p.siteintro {
	margin: 20px 0 0 0;
}

#subwrapperContent {
	padding: 0;
}

#subwrapperContentInner {
	margin: 0 auto;
	background-color: #fff;
}

#subLeft {
	margin: 0 0 20px;
	padding: 0 20px 0 21px;
}

#subLeft p {
	padding-bottom: 15px;
	margin: 0px;
}

#subLeft h1 {
}

#subLeft h2 {
	font-size: 30px;
	margin: 10px 0 10px 0;
}

h2.siteintro {
	margin: 17px 0 !important;
	line-height: 25px;
	font-size: 20px !important;
}

#subLeft .contentpaneopen h1 {
	border-bottom: 0px solid #d6e4ef;
	line-height: 1.2em;
}

#subRight {
	float: right;
	width: 311px;
	border-top: 1px #fff solid;
	margin: 0 0 20px 0;
}

#sectionHeader img {
}

span.jcemediabox-zoom-image {
	display:none !important;
}

#mainImg {
	margin-bottom: 35px;
}

#mainImg img {
}

ul.menusubNavigation  {
	margin: 0px;
}

ul.menusubNavigation li {
	list-style: none;
	font-size: 1.4em;
}

ul.menusubNavigation li a {
	background: rgb(231,239,247);
	background: -moz-linear-gradient(top,  rgba(231,239,247,1) 0%, rgba(224,235,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,239,247,1)), color-stop(100%,rgba(224,235,243,1)));
	background: -webkit-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eff7', endColorstr='#e0ebf3',GradientType=0 );
	border-bottom: #c9d9e7 1px solid;
	color: #023259;
	display: block;
	font-size: 15px;
	padding: 8px 0 8px 23px;
	text-decoration: none;
}

ul.menusubNavigation li a:hover {
	color: #f11c18;
	background: rgb(226,236,245);
	background: -moz-linear-gradient(top,  rgba(226,236,245,1) 0%, rgba(215,228,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,236,245,1)), color-stop(100%,rgba(215,228,240,1)));
	background: -webkit-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#d7e4f0',GradientType=0 );
}

.responsiveMenu {
	background: none;
}
	
/***********************/
/*** Footer Styling ***/
/*********************/
  
#footerWrapper {
	background: #e7eff5 url(../images/auslarge.png) 61% 47px no-repeat;
	border-top: 1px solid #c4d7e5;
}

#footer {
	margin: 0 auto;
	padding: 35px 0 46px 0;
}

#copyrightWrapper a {
	color: #bfcee2;
}

#copyrightWrapper a:hover {
	text-decoration: none;
	color: #fff;
}

#footerLeft p {
	padding: 10px 10px 0 22px;
}

#footerRight p {
	padding: 10px 28px 0 22px;
}

.nspArts, .nspLinksWrap {
	padding: 10px 28px 10px 22px;
}

#copyrightWrapper {
	background: #013983;
	color: #6287b8;
}

#copyright_inner {
	margin: 0 auto;
}

#copyright_left {
	float: left;
	padding: 25px 10px 21px 23px;
}

#copyright_right {
	float: right;
	padding: 25px 25px 12px 0;
	text-align: right;
}

/********************/
/*** Legacy Code ***/
/******************/

/* Search */

.results {
	border-bottom: 2px solid #e3eaf0;
	padding: 10px 0px;
}

.header {
	margin-bottom: 15px;
}

.header a {
	font-size: 18px;
	text-decoration: none !important;
	color: #31373E !important;
	font-weight: normal !important;
}

/* headers */
div.componentheading {
  padding: 0 0 20px 0;
  
}

.contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 30px;
	font-weight: normal;
	vertical-align: bottom;
	color: #ffffff;
	text-align: left;
}

.contentheading, .buttonheading {
	height: 1.3em;
	padding-top: 10px;
	padding-bottom: 3px;
	font-weight: bold;
}
	
span.article_separator {
	display: block;
	height: 20px;
}

table.blog span.article_separator {
	display: block;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }
form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

.pagination span {
	padding: 2px;
}

.pagination a {
	padding: 2px;
}

body.mceContentBody {
	background: #FFFFFF !important;
	color:#000000 !important;
}

.rsform-input-box, .rsform-text-box {
	width: 252px;
	border: 1px solid #d6e4ef;
	padding: 6px 10px;
	outline: none;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0 0 5px 0;
	-webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
     border-radius: 4px;
}

#typeofstructure {
	width: 273px;
	border: 1px solid #D6E4EF;
    border-radius: 4px 4px 4px 4px;
	color: #555555;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 12px;
    margin: 0 0 12px;
    outline: medium none;
    padding: 6px 10px;
}

#captcha34, #captcha35 {
	float: left;
	margin-top: 5px;
}

#captchaTxt34, #captchaTxt35 {
    height: 20px;
	margin: 7px 0 15px 10px;
}

#message {
   outline: none;
   white-space: nowrap;
}

.formError {
	display: block;
    margin: 0;
    padding: 0 0 5px 0px;
}

.formRed {
	display: none;
}

.rsform-input-box {
	height: auto;
}
.rsform-text-box {
	height: 180px;
}

.rsform-input-box:hover,
.rsform-text-box:hover { border: 1px solid #c6d9e9; }
.rsform-input-box:active,
.rsform-text-box:active,
.rsform-input-box:focus,
.rsform-text-box:focus { border: 1px solid #b5cee2; }

.rsform-select-box {
	margin: 10px 0 0 0;
}

.formResponsive input[type="submit"] {
	background: rgb(244,45,52);
	background: -moz-linear-gradient(top,  rgba(244,45,52,1) 0%, rgba(244,45,52,1) 49%, rgba(238,29,37,1) 51%, rgba(238,29,37,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,45,52,1)), color-stop(49%,rgba(244,45,52,1)), color-stop(51%,rgba(238,29,37,1)), color-stop(100%,rgba(238,29,37,1)));
	background: -webkit-linear-gradient(top,  rgba(244,45,52,1) 0%,rgba(244,45,52,1) 49%,rgba(238,29,37,1) 51%,rgba(238,29,37,1) 100%);
	background: -o-linear-gradient(top,  rgba(244,45,52,1) 0%,rgba(244,45,52,1) 49%,rgba(238,29,37,1) 51%,rgba(238,29,37,1) 100%);
	background: -ms-linear-gradient(top,  rgba(244,45,52,1) 0%,rgba(244,45,52,1) 49%,rgba(238,29,37,1) 51%,rgba(238,29,37,1) 100%);
	background: linear-gradient(to bottom,  rgba(244,45,52,1) 0%,rgba(244,45,52,1) 49%,rgba(238,29,37,1) 51%,rgba(238,29,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f42d34', endColorstr='#ee1d25',GradientType=0 );
	border: 0;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 20px;
}

.formResponsive input[type="submit"]:hover {
background: rgb(244,45,52);
}

.rsform-submit-button:hover {
	background-position: 0 -36px;
}

#rsform_1_page_0 input, #rsform_1_page_0 textarea {
	width: 100%;
}

#submit {
	max-width: 150px;
}

.formField {
}

.mapprint {display: none;}

.formResponsive .formHorizontal .formControls {margin-left: 0px;}
#rsform_1_page_0 .formControlLabel, #rsform_1_page_0 .formDescription {display: none;}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {height: auto;
	border: 1px solid #D6E4EF;
	padding: 6px 10px;
	outline: none;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0px 0px 5px;
	border-radius: 4px;
}

.rsform-submit-button {
    background: transparent url("../images/contact-submit-btn.png") no-repeat scroll 0px 0px;
    border: 0px none;
    display: block;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
	border: 1px solid #D6E4EF;
	padding: 6px 10px;
	outline: none;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0px 0px 5px;
	border-radius: 4px;
}

.createdate {
	font-size: 1.2em;
	color: #999;
	padding: 0 0 10px 0;
}

a.latestnews {
	font-size: 13px;
	text-decoration: none;
}
	
ul.latestnews {
	margin-top: 20px;
}
	
ul.latestnews li {
	list-style: none;
	margin-bottom: 10px;
	line-height: 1.8em;
	padding: 0 5px 0 10px;
}

.btn-primary {
	background: rgb(31,103,195);
	background: -moz-linear-gradient(top,  rgba(31,103,195,1) 0%, rgba(31,103,195,1) 50%, rgba(14,86,180,1) 51%, rgba(17,90,184,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,103,195,1)), color-stop(50%,rgba(31,103,195,1)), color-stop(51%,rgba(14,86,180,1)), color-stop(100%,rgba(17,90,184,1)));
	background: -webkit-linear-gradient(top,  rgba(31,103,195,1) 0%,rgba(31,103,195,1) 50%,rgba(14,86,180,1) 51%,rgba(17,90,184,1) 100%);
	background: -o-linear-gradient(top,  rgba(31,103,195,1) 0%,rgba(31,103,195,1) 50%,rgba(14,86,180,1) 51%,rgba(17,90,184,1) 100%);
	background: -ms-linear-gradient(top,  rgba(31,103,195,1) 0%,rgba(31,103,195,1) 50%,rgba(14,86,180,1) 51%,rgba(17,90,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(31,103,195,1) 0%,rgba(31,103,195,1) 50%,rgba(14,86,180,1) 51%,rgba(17,90,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f67c3', endColorstr='#115ab8',GradientType=0 );
	border: none;
}

.btn-primary:hover, .btn-primary:active  {
	background: rgb(34,114,202);
	background: -moz-linear-gradient(top,  rgba(34,114,202,1) 0%, rgba(34,114,202,1) 50%, rgba(13,96,186,1) 51%, rgba(13,96,186,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,114,202,1)), color-stop(50%,rgba(34,114,202,1)), color-stop(51%,rgba(13,96,186,1)), color-stop(100%,rgba(13,96,186,1)));
	background: -webkit-linear-gradient(top,  rgba(34,114,202,1) 0%,rgba(34,114,202,1) 50%,rgba(13,96,186,1) 51%,rgba(13,96,186,1) 100%);
	background: -o-linear-gradient(top,  rgba(34,114,202,1) 0%,rgba(34,114,202,1) 50%,rgba(13,96,186,1) 51%,rgba(13,96,186,1) 100%);
	background: -ms-linear-gradient(top,  rgba(34,114,202,1) 0%,rgba(34,114,202,1) 50%,rgba(13,96,186,1) 51%,rgba(13,96,186,1) 100%);
	background: linear-gradient(to bottom,  rgba(34,114,202,1) 0%,rgba(34,114,202,1) 50%,rgba(13,96,186,1) 51%,rgba(13,96,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2272ca', endColorstr='#0d60ba',GradientType=0 );
}

#requestquote {
}

#requestquote a {
	color: #FFFFFF;
	font-size: 18px;
	margin: 14px 1px 0;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	font-weight: bold;
}

#requestquote a:hover {
}

div.moduletablecontact h3, div.moduletablelatest h3, div.moduletableabout h3 {
	background: rgb(191,210,226);
	background: -moz-linear-gradient(top,  rgba(191,210,226,1) 0%, rgba(206,222,235,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,226,1)), color-stop(100%,rgba(206,222,235,1)));
	background: -webkit-linear-gradient(top,  rgba(191,210,226,1) 0%,rgba(206,222,235,1) 100%);
	background: -o-linear-gradient(top,  rgba(191,210,226,1) 0%,rgba(206,222,235,1) 100%);
	background: -ms-linear-gradient(top,  rgba(191,210,226,1) 0%,rgba(206,222,235,1) 100%);
	background: linear-gradient(to bottom,  rgba(191,210,226,1) 0%,rgba(206,222,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd2e2', endColorstr='#cedeeb',GradientType=0 );
    display: block;
    font-size: 16px;
    padding: 13px 0 13px 22px;
}

div.moduletablemodulenews div.nsp_top_interface {
	position: relative !important;
	left: 0 !important;
	bottom: 0 !important;
}

.formResponsive .formHorizontal .formControlLabel {text-align: left;}

#rsform_2_page_0 .formControlLabel {display: block;float: none;margin-bottom: 10px;width: 100%;}

#rsform_2_page_0 .formDescription {display: none;}

#rsform_2_page_0 .formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px;
}

#rsform_2_page_0 input, #rsform_2_page_0 textarea {width: 100%;}
#message {resize: none;}

.map { margin: 0 !important; }
.gmnoprint { display: none; }
.nspArt {padding: 0px !important;}
.create {font-style: italic; font-size: 11px;}

@media all  
and (max-width : 480px) {
	#telephone {margin:0px; text-align: center;padding-bottom: 15px;}
	#telephone p {float: none;}
	.row {margin: 0px; }
	#subLeft {padding: 0px;}
	#footerWrapper {background: none;}
	#mainImg {margin-bottom: 15px;}
	#copyright_inner {padding: 15px 0px;}
	#copyright_left {padding: 0px;text-align: center;}
	#copyright_right {padding: 0px;float: none;text-align: center;}
	#copyrightWrapper {padding: 0px 10px;}
	#requestquote a {margin-bottom: 15px; font-size: 17px;width: 75%;}
	#requestquote { margin: 0px auto;text-align: center;}
	a.isMobile {display: inline-block; width: 100%; text-align: center; margin-top: 15px; background: rgb(226,236,245);background: -moz-linear-gradient(top,  rgba(226,236,245,1) 0%, rgba(214,228,240,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,236,245,1)), color-stop(100%,rgba(214,228,240,1)));background: -webkit-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);background: -o-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);background: -ms-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);background: linear-gradient(to bottom,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#d6e4f0',GradientType=0 );color: #294D72;font-size: 20px;}
	#topNavigation li a {padding: 10px;}
	#topNavigation li#current a, #topNavigation li.current a {background: none;}
	.responsiveMenu {background: rgb(231,239,247);background: -moz-linear-gradient(top,  rgba(231,239,247,1) 0%, rgba(224,235,243,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,239,247,1)), color-stop(100%,rgba(224,235,243,1)));background: -webkit-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);background: -o-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);background: -ms-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);background: linear-gradient(to bottom,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eff7', endColorstr='#e0ebf3',GradientType=0 );}
	.responsiveMenu li {border-bottom: #c9d9e7 1px solid;}
	#topNavigation li a {color: #023259; font-size: 14px;text-shadow: none;}
	.responsiveMenu.isMobile > li {border-top: none;}
	#contentRight #requestquote a {width: 100%;}
	#gallery {margin-top: 0px;}
	#topNavigation li a:hover {color:#023259; background: rgb(226,236,245);background: -moz-linear-gradient(top,  rgba(226,236,245,1) 0%, rgba(215,228,240,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,236,245,1)), color-stop(100%,rgba(215,228,240,1)));background: -webkit-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);background: -o-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);background: -ms-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);background: linear-gradient(to bottom,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#d7e4f0',GradientType=0 );}
	#subLeft .row {margin: 0px -15px;}
	#subLeft h2 {font-size: 26px;}
	.customcontact, .moduletablemodulenews,.customabout {padding: 10px 0;}
}


@media all  
and (min-width : 481px) 
and (max-width : 767px) {
	#telephone {margin:0px; text-align: center;padding-bottom: 15px;}
	#telephone p {float: none;}
	.row {margin: 0px; }
	#subLeft {padding: 0px;}
	#footerWrapper {background: none;}
	#mainImg {margin-bottom: 15px;}
	#copyright_inner {padding: 15px 0px;}
	#copyright_left {padding: 0px;text-align: center;}
	#copyright_right {padding: 0px;float: none;text-align: center;}
	#copyrightWrapper {padding: 0px 10px;}
	#requestquote a {margin-bottom: 15px; font-size: 17px;width: 75%;}
	#requestquote { margin: 0px auto;text-align: center;}
	a.isMobile {display: inline-block; width: 100%; text-align: center; margin-top: 15px; background: rgb(226,236,245);background: -moz-linear-gradient(top,  rgba(226,236,245,1) 0%, rgba(214,228,240,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,236,245,1)), color-stop(100%,rgba(214,228,240,1)));background: -webkit-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);background: -o-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);background: -ms-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);background: linear-gradient(to bottom,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#d6e4f0',GradientType=0 );color: #294D72;font-size: 20px;}
	#topNavigation li a {padding: 10px;}
	#topNavigation li#current a, #topNavigation li.current a {background: none;}
	.responsiveMenu {background: rgb(231,239,247);background: -moz-linear-gradient(top,  rgba(231,239,247,1) 0%, rgba(224,235,243,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,239,247,1)), color-stop(100%,rgba(224,235,243,1)));background: -webkit-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);background: -o-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);background: -ms-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);background: linear-gradient(to bottom,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eff7', endColorstr='#e0ebf3',GradientType=0 );}
	.responsiveMenu li {border-bottom: #c9d9e7 1px solid;}
	#topNavigation li a {color: #023259; font-size: 14px;text-shadow: none;}
	.responsiveMenu.isMobile > li {border-top: none;}
	#contentRight #requestquote a {width: 100%;}
	#gallery {margin-top: 0px;}
	#topNavigation li a:hover {color:#023259; background: rgb(226,236,245);background: -moz-linear-gradient(top,  rgba(226,236,245,1) 0%, rgba(215,228,240,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,236,245,1)), color-stop(100%,rgba(215,228,240,1)));background: -webkit-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);background: -o-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);background: -ms-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);background: linear-gradient(to bottom,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#d7e4f0',GradientType=0 );}
	#subLeft .row {margin: 0px -15px;}
	#subLeft h2 {font-size: 26px;}
	.customcontact, .moduletablemodulenews,.customabout {padding: 10px 0;}
}

@media all 
and (min-width : 768px) 
and (max-width : 800px) {
	#telephone {margin-top: 22px; padding-bottom: 15px;}
	.row {margin: 0px; }
	#subLeft {padding: 0px;}
	#footer {padding: 35px 0px 20px;}
	#mainImg {margin-bottom: 15px;}
	#copyright_inner {padding: 15px 0px;}
	#copyright_left {padding: 0px;text-align: center;}
	#copyright_right {padding: 0px;float: none;text-align: center;}
	#copyrightWrapper {padding: 0px 10px;}
	#requestquote a {margin-bottom: 15px;width: 97%;padding: 8px 0px;}
	#requestquote { margin: 0px auto;text-align: center;}
	a.isMobile {display: inline-block; width: 70%; text-align: center; margin-top: 15px; background: rgb(226,236,245);background: -moz-linear-gradient(top,  rgba(226,236,245,1) 0%, rgba(214,228,240,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,236,245,1)), color-stop(100%,rgba(214,228,240,1)));background: -webkit-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);background: -o-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);background: -ms-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);background: linear-gradient(to bottom,  rgba(226,236,245,1) 0%,rgba(214,228,240,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#d6e4f0',GradientType=0 );color: #294D72;font-size: 20px;}
	#topNavigation li a {padding: 10px;}
	#topNavigation li#current a, #topNavigation li.current a {background: none;}
	.responsiveMenu {width: 70%; margin-bottom: 15px; background: rgb(231,239,247);background: -moz-linear-gradient(top,  rgba(231,239,247,1) 0%, rgba(224,235,243,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,239,247,1)), color-stop(100%,rgba(224,235,243,1)));background: -webkit-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);background: -o-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);background: -ms-linear-gradient(top,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);background: linear-gradient(to bottom,  rgba(231,239,247,1) 0%,rgba(224,235,243,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eff7', endColorstr='#e0ebf3',GradientType=0 );}
	.responsiveMenu li {border-bottom: #c9d9e7 1px solid;}
	#topNavigation li a {color: #023259; font-size: 14px;text-shadow: none;}
	.responsiveMenu.isMobile > li {border-top: none;}
	#contentRight #requestquote a {width: 100%;}
	#gallery {margin-top: 0px;}
	#topNavigation li a:hover {color:#023259; background: rgb(226,236,245);background: -moz-linear-gradient(top,  rgba(226,236,245,1) 0%, rgba(215,228,240,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,236,245,1)), color-stop(100%,rgba(215,228,240,1)));background: -webkit-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);background: -o-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);background: -ms-linear-gradient(top,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);background: linear-gradient(to bottom,  rgba(226,236,245,1) 0%,rgba(215,228,240,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#d7e4f0',GradientType=0 );}
	#subLeft .row {margin: 0px -15px;}
	#subLeft h2 {font-size: 26px;}

}

@media all 
and (min-width : 801px) 
and (max-width : 900px) {
	.responsiveMenu a {padding: 10px;}
	#topNavigation li a {padding: 26px 10px;}
	#topNavigation li {font-size: 13px;}
	#telephone {margin-top: 20px;}
	#copyright_inner {padding: 15px 0px;}
	#copyright_left {padding: 0px;text-align: center;}
	#copyright_right {padding: 0px;float: none;text-align: center;}
	#copyrightWrapper {padding: 0px 10px;}
	#footer { padding: 35px 0px 40px;}
}

@media all 
and (min-width : 901px) 
and (max-width : 1024px) {
	.responsiveMenu a {padding: 10px;}
	#topNavigation li a {padding: 26px 12px;}
	#topNavigation li {font-size: 13px;}
	#telephone {margin-top: 20px;}
	#copyright_inner {padding: 15px 0px;}
	#copyright_left {padding: 0px;text-align: center;}
	#copyright_right {padding: 0px;float: none;text-align: center;}
	#copyrightWrapper {padding: 0px 10px;}
	#footer { padding: 35px 0px 40px;}
	#subLeft { padding: 0px;}
}

@media all 
and (min-width : 1025px) {

}