/* default elements */

body {
	background-color: #E58129;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	margin: 0px;
}

img
{
	border-style: none;
}

#divFrame {
	top: 0px;
	bottom: 0px;
	width: 100%;
}

/**
 * Header
 */
.divHeaderTop
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
}

.divHeaderClientSignIn
{
	color: white;
	font-family: Verdana;
	font-size: 13px;
	padding: 9px 12px 9px 12px;
	background: #FFFFFF url(../images/site/client_sign_in_grad.png) repeat-x;
	float: right;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.divHeader {
	background: #FFFFFF url(../images/site/header_grad.png) repeat-x left bottom;
	height: 86px;
}

.divHeaderContents
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.divHeaderLogo
{
	float: left;
	margin: 0px;
}

.divHeaderInfo
{
	float: right;
	color: #002359;
	font: normal 33px Palintino;
	margin-top: 20px;
}

/**
 * Menu navigation
 */
.divNav 
{
	background: transparent url(../images/site/menu_grad.png) repeat-x;
	height: 30px;
	border-top: 1px solid #c6c7c9;
	border-bottom: 1px solid #c6c7c9;
}

.divNav ul
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.divNav li
{
	float: left;
	border-right: 1px solid #f7f7f8;
	border-left: 1px solid #d5d6d6;
	list-style: none;
}

.divNav li a
{
	display: block;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: #494949;
	font: normal 13px Verdana;
	line-height: 30px;
}

.divNav a:hover
{
	text-decoration: none;
	color: #E58129;
}

.divNav .menuSelected
{
	color: white;
	background: transparent url(../images/site/selected_menu_grad.png) repeat-x;
}

.divNavSubMenu 
{
	background: transparent url(../images/site/sub_menu_grad.png) repeat-x;
	height: 30px;
	border-bottom: 1px solid #c6c7c9;
}

.divNavSubMenu ul
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.divNavSubMenu li
{
	float: left;
	list-style: none;
}

.divNavSubMenu li a{
	display: block;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: white;
	font: normal 13px Verdana;
	line-height: 31px;
}

.divNavSubMenu a:hover{
	text-decoration: none;
	color: #E58129;
}

/**
 * Content
 */
#divContainer {
	background: #EBEBEB url(../images/site/header_drop_shadow.png) repeat-x;
	min-height: 600px;
	padding: 20px 0px 40px 0px;
}

#divBody {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.divBodyContents
{
	padding: 5px 10px 50px 10px;
	overflow: auto;
	background: white;
	box-shadow: 0px 0px 5px #888888;
}

.divBodyTop
{
	overflow: auto;
	width: 100%;
}

/* Preload rotating images */
.divBodyQuote
{
	background: transparent url(../images/site/quote2.jpg) no-repeat;
}
.divBodyQuote
{
	background: transparent url(../images/site/quote3.jpg) no-repeat;
}
.divBodyQuote
{
	background: transparent url(../images/site/quote4.jpg) no-repeat;
}

.divBodyQuote
{
	background: transparent url(../images/site/quote1.jpg) no-repeat;
	margin-bottom: 35px;
	width: 690px;
	height: 213px;
	float: left;
}

.divBodyQuoteContents
{
	padding: 20px 20px 20px 250px;
	text-align: right;
}

.divBodyQuoteContents a:link, .divBodyQuoteContents a:visited, .divBodyQuote a:active, .divBodyQuoteContents a:hover
{
	color: #494949;
	font: normal 13px Verdana;
	line-height: 29px;
	text-decoration: none;
}

.divBodyHomeHeader
{
	font: normal 20px Verdana;
	color: white;
	margin-bottom: 5px;
}

.divBodySignIn
{
	background: #E58129 url(../images/site/client_sign_in_box_grad.png) repeat-x;
	margin-bottom: 20px;
	width: 280px;
	height: 213px;
	float: right;
	border-radius: 5px;
}

.divBodySignInContents
{
	padding: 10px;
}

.divBodySignInInputLabel
{
	color: white;
	font: normal 12px Verdana;
	margin: 5px 0px;
}

.divBodySignIn input[type="text"], .divBodySignIn input[type="password"]
{
	width: 250px;
	padding: 2px;
}

.divBodySignInText
{
	color: white;
	font: normal 11px Verdana;
	margin: 4px 0px 4px 0px;
}

.divBodySignInText a
{
	color: #002359;
}

/**
 *	Footer
 */
.divFooter
{
	background: transparent url(../images/site/footer_drop_shadow.png) repeat-x;
}

.divFooter a:link, .divFooter a:visited, .divFooter a:active
{
	font: normal 11px Verdana;
	color: white;
}

.divCopyright 
{
	float: right;
}

.divFooterContent
{
	padding: 30px 0px 15px 0px;
	
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
	font: normal 11px Verdana;
	color: white;
}

/**
 * Buttons
 */
.greyButton
{
	background: transparent url(../images/site/grey_button_grad.png) repeat-x;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border: none;
	height: 29px;
	cursor: pointer;
	border-radius: 5px;
}

.blueButton
{
	background: transparent url(../images/site/blue_button_grad.png) repeat-x;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border: none;
	height: 29px;
	color: white;
	cursor: pointer;
}

h1 {
	color: #002B7D; 
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E58129;
	padding-bottom: 1px;
	width: 100%;
}
h1 span{
	color: #E58129;
	font-size: 14px;
}
h2 {
	color: #002B7D;
	font-size: 16px;
	margin-top: 0px;
}
h3{
	font-size: 14pt;
}
h4{
	font-size: 12pt;
}
h5{
	font-size: 11pt;
}
a:link, a:visited, a:active {
	color: #002B7D;
	text-decoration: none;
}
a:hover, a.current {
	color: #002B7D;
	text-decoration: underline;
}
.imageFloatRight {
	float: right;
}
.imageFloatLeft {
	float: left;
}
#divForm {
	width: 630px;
	height: 300px;
	clear: both;
	font-size: 9pt;
	color: #002E65;
}
.divContact {
	float: left;
	width: 246px;
	height: 100px;
	border: 2px solid #002E65;
	clear: left;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 11pt;
}
.divContact p {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
}
#divContactFlash {
	width: 590px;
	text-align: right;
	float: right;
	height: 330px;
}
/*input.send {
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #002E65;
}
input.clear {
	background-color: #FFFFFF;
	border: 1px solid #002E65;
	font-size: 10pt;
}*/
input {
	margin: 0px;
}
textarea {
	background-color: #FFFFFF;
	border: 1px solid #002E65;
	font-size: 10pt;
}
select {
	border: 1px solid #002E65;
	font-size: 10pt;
	color: #002E65;
}
#enquiry {
	height: 100px;
}
.small {
	font-size: 8pt;
}
#tableServices {
	width: 620px;
	border: none;
	padding: 0;
	margin: 0;
}
#tableServices td {
	height: 150px;
	padding: 0px;
	width: 310px;
}
#divBreadcrumb {
	font-size: 8pt;
	color: #002E65;
	width: 650px;
	text-align: right;
}
.singleSpacing{
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.changepass input, div.changepass label{
float:left;
clear:both;
margin-top:5px;
}

#canvasOverlay{
	display: none;
	background-color: #000000;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 101;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#fullPg{
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 102;
	width: 100%;
	height: 100%;
}
#horizon{
	display: block;
	height:1px;
	left:0px;
	overflow:visible;
	position:absolute;
	top:50%;
	width:100%;
}
#innerCanvas{
	padding: 20px;
	background-color: #FFFFFF;
	margin-left:-330px;
	position:absolute;
	top:-290px;
	left:50%;
	width: 660px;
	height: 550px;
	overflow: auto;
}
#innerCanvasHeader{
	position:relative;
	height: 10px;
	top: -20px;
	right: -20px;
	width: 100%;
	text-align: right;
}
.formEntry{
	border: 1px solid #99BBE8;
	padding: 10px;
	background: none repeat scroll 0 0 transparent;
	background-color: #DFE8F6;
}
.formEntry .subHeading{
	border-bottom: 4px solid #99BBE8;
	font-weight: bold;
}
#divHeaderCentre{
	margin-left:-100px;
	position:relative;
	width: 200px;
	left:50%;
	color: #FFFFFF;
	background-color: #E58129;
	font-weight: bold;
	text-align: center;
	border: 2px solid #1D417D;
}

/* Button link */
.buttonLink
{
	background-color: #E58129;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #002E65;
	font-size: 10pt;
	padding: 1px 6px;
}

/**
 * Request a Quote
 */
 .divRequestQuoteHeading
 {
 	width: 98%;
 	color: white;
 	background: transparent url(../images/site/heading_grad.png) repeat-x;
 	padding: 5px;
 	font-size: 15px;
 	margin-bottom: 10px;
 }
 
 .divRequestQuote h1
 {
 	color: #002459;
 	font-size: 16px;
 	border-bottom: 1px solid #EBEBEB;
 	font-weight: normal;
 	padding: 5px 0px;
 }
 
 .divRequestQuote input[type="text"]
 {
 	border: 1px solid #002459;
 	padding: 2px;
 }
 
 .divRequestQuote table
 {
 	border-spacing: 0px;
 	font-size: 9pt;
 }
 
 .divRequestQuote td
 {
 	padding: 3px 10px 3px 0px;
 }
 
 /**
 * Front page
 */
.frontPageTable
{
	width: 100%;
	text-align: initial;
	padding: 10px;
}

.frontPageTitle
{
	color: #002359;
	font: normal 26px "Times New Roman";
	padding: 10px 0px 20px 0px;	
	border-bottom: 1px solid #EBEBEB;
}

.frontPageQuote
{
	color: #969696;
	font: normal 26px "Times New Roman";
	padding: 10px 0px 20px 0px;	
	border-bottom: 1px solid #EBEBEB;
}

.frontPageSection
{
	width: 33%;
	padding: 10px 5px 20px 5px;
}

.frontPageMiddleCell
{
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}

.frontPageSubtitle
{
	color: #002359;
	font: normal 16px Verdana;
	margin-bottom: 10px;	
}

.frontPageSectionText
{
	color: #606060;
	font: normal 12px Verdana;
}

.frontPageImage
{
	margin-right: 4px;
}
.red{color: #FF0000}
.green{color: #00FF00}

  #gkPageContent {
    width: 100%;
    color:#666;
    font-family: Arial,Helvetica,sans-serif;
}
section#gkContent, section#gkComponentWrap, aside#gkSidebar {
    box-sizing: border-box;
    float: left;
}
#gkPageContent #gkContent {
    width: 100%;
}

#gkPageContent #gkContent > div {
    overflow: visible;
    padding: 12px 0 0;
}

#gkPageContent #gkMainbody {
    padding-bottom: 20px;
}
#gkPageContent fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
#gkPageContent section.login .login-fields {
    padding-bottom: 16px;
}
#gkPageContent section.login .login-fields label {
    display: block;
    float: left;
    line-height: 34px;
    min-width: 100px;
}
#gkPageContent label {
    font-size: 13px;
}
#gkPageContent select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc #e7e7e7 #e7e7e7;
    border-image: none;
    border-radius: 5px;
    border-right: 1px solid #e7e7e7;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #f38a00;
    font-size: 14px;
    height: 34px;
    line-height: 35px;
    max-width: 100% !important;
    min-width: 210px;
    padding: 0 12px;
}

#gkPageContent input[type="checkbox"], .checkbox, input[type="radio"], .radio {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    height: auto !important;
    margin-top: 7px !important;
}

#gkPageContent button, .button{
    background-color: #2f4170;
    border: medium none;
    border-radius: 2px;
    color: #e0e0e0 !important;
	text-decoration:none !important;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    line-height: 35px;
    margin: 0 5px 2px 2px;
    padding: 0 11px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.12s ease-out 0s;
}