@import "datatable.css";

body {
margin: 0 auto 0 auto;
font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #F5F5F5;
color: #5c5c5c;
}

p {
	font-size: 12px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	/* text-align: left; */
	color: #5C5C5C;
	padding: 0;
	margin: 0 0 15px 0;
}	

h1 {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #7C7C7C;
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #980A0A;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #980A0A;
}

a {
	color: #BB1B1B;
	text-decoration: none;
}

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

.Invisible {
display: none;
}
	

.Error {
color: #c00;
}

/* Forms
*********************************/
fieldset {
background-color: #dbdbdb;
border: none;
padding: 20px;
margin-bottom: 1em;
}

input, textarea {
background-color: #fff;
border: 1px solid #7c7c7c;
padding: 3px;
}

input.Button {
background-color: #980a0a;
padding: 5px;
color: #fff;
border: none;
}


input.ButtonSmall {
padding: 2px;
}

input.Radio {
background-color: transparent;
border: none;
}
input.Error, textarea.Error {
border: 1px solid #c00;
}

/*Layout Styles*
*************************************************************************************/
#container {
	margin: 0 auto 0 auto;
	width: 920px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 10px 0;
	background: white;
}

#header {
	height: 230px;
	background: #ffffff;
	padding: 0 20px 0 20px;
	position: relative;
	padding-top: 10px;
}

#HeadImage {
width: 880px;
height: 198px;
background-image: url('../images/layout/Header.jpg');
background-repeat: no-repeat;
}

#maincontentarea {
	background: white;
	margin-top: 1em;
}

#mainleftarea {
float: left;
padding: 0 0 0 20px;
width: 205px;
min-height: 100px;
background: white;
overflow: hidden;
}

#mainleftarea ul {
margin: 0 0 20px;
padding: 0;
}

#mainleftarea li {
border-bottom: 1px dotted #7B7B7B;
color: #7B7B7B;
padding: 3px;
margin: 0;
/* list-style-type: square; */
background-image: url('../images/MenuSquare.jpg');
background-repeat: no-repeat;
background-position: 6px 1em;
padding-left: 24px;
list-style-type: none;
overflow: hidden;
}

#mainleftarea li a {
font-size: 11px;
text-align: left;
font-weight: normal;
padding: 3px 0 0 0;
color: #7B7B7B;
text-decoration: none;
display: block;	
overflow: hidden;
background-position: center top;
}			

#mainleftarea li a:hover {
color: #EE3124;
}

#mainleftarea li a.active, #mainleftarea li a.active:hover {
font-weight: bold; color: #EE3124;
}

#navtrail {
	margin: 0 0 5px 0;
}

#homemidsection {
	float: left;
	padding: 0 20px 0 20px;
	width: 655px;
	background: white;
}

#MainContent {
	float: left;
	width: 426px;
	background: white;
	margin: 0 8px 20px 0; 
	overflow: hidden;
	display: inline;
	padding-left: 1px;
}

#MainContent h1 {
/*color: #7B7B7B;
font-size: 18px !important;
font-weight: normal !important;
margin: 10px 0 10px 0;
*/
}
	
span.redtxt, .redtxt, .redtext  {
	color: #980A0A;
	font-weight: bold;
}

#sitesearch {
	width: 197px;
	padding: 10px 0 10px 8px;
	height: 23px;
	color: white;
	background:  url(../images/layout/g_searchback01.gif) no-repeat top left;
}

#sitesearch p{
	color: white;
}

#sitesearch form, #sitesearch input {
vertical-align: top;
margin: 0;
padding: 0;
}

#sitesearch input {
height: 21px;
}

#sitesearch #search {
padding: 2px 0 0 2px;
}

#sitesearch label {
line-height: 21px;
float: left;
margin-top: 3px;
margin-right: 3px;
}

/*Footer Styles*
*************************************************************************************/
#footer {
	clear: both;
	margin: 20px 0 0 20px;
	padding: 5px 20px 0 20px;
	width: 840px;
	height: 25px;
	background: #EE3124 url(../images/layout/g_footerback.gif) no-repeat bottom right;
}
	#footer a{
		color: white;
		text-decoration: none;
	}
	#footer a:hover, #footer a.active {	
		color: #FEBA01;
		text-decoration: none;
	}
	
	#footerleft {
		float: left;
		color: white;
	}
	#footerright {
		float: right;
		color: white;		
		
	}	

#registered_office {
	clear: both;
	text-align: right;
	margin: 8px 0 0 20px;
	padding: 0;
	width: 880px;
	color: #5C5C5C;
	font-size: .75em;
}

#WebsiteBy {
float: right;
display: inline;
color: #5C5C5C;
font-size: .75em;
line-height: 15px;
margin: 8px 20px 0 0;
}

#WebsiteBy a {
color: #5c5c5c;
text-decoration: none;
}

#compliancy_logos {
float: right;
text-align: right;
margin: 8px 20px 0 0;
}

/*Rightside Third Level Sub Navigation*
*************************************************************************************/

#RightMenu {
float: right;
width: 213px;
/* color: white; */
}

#RightMenu h2 {
font-size: 14px;
font-weight: bold;
/* padding: 0 !important;*/
/* margin: 0 0 35px 0; */
color: white;
padding: 10px;
padding-bottom: 35px;
background: white url(../images/level2/g_3rdnav_titleback.gif) no-repeat top left;
}

#RightMenu ul {
clear: left;
margin: 0;
margin-bottom: 1em;
padding: 0;
}
	
#RightMenu li {
padding: 1px 0 1px 0;
display: block;
margin: 0 0 0 15px !important;
color: #980A0A;
list-style-type: square;
border-bottom: 1px dotted #980A0A;
}		

#RightMenu li a{
font-weight: normal;
color: #980A0A;
}

#RightMenu li a:hover, #RightMenu li a.active{
display: block;
background: #E5C3A8;
}	

/*Call To Action Styles
********************************/		

#call_to_action, #call_to_action p {
font-size: 12px;
color: #980A0A;
}

span.phonenumber {
font-size: 19px;
font-weight: bold;
color: #980A0A;
}
	
#call_to_action_green, #call_to_action_green p {
font-size: 12px;
color: #479A48;
}

span.phonenumbergreen {
font-size: 19px;
font-weight: bold;
color: #479A48;
}	

#PrintPageLink {
line-height: 15px;
position: absolute;
top: 215px;
right: 20px;
display: block;
padding-right: 30px;
background-image: url('../images/layout/Icon_Print.jpg');
background-repeat: no-repeat;
background-position: right center;
}

.PrintLink {
line-height: 15px;
padding-left: 30px;
background-image: url('../images/layout/Icon_Print.jpg');
background-repeat: no-repeat;
background-position: left center;
}

/* Home News Box */
#HomeNewsBox {
/* width: 434px; */
min-height: 60px;
margin: 0 0 20px 0; 
background: #CCCFD6 url('../images/layout/g_welcome01.gif') no-repeat top left; 
padding: 10px;
color: #3c3c3c;
}

#HomeNewsBox h1 {
/* color: #7B7B7B; */
color: #fff;
font-size: 18px !important;
font-weight: normal !important;
margin: 10px 0 10px 0;
border-bottom: 2px solid #fff;
padding-bottom: 0.25em;
}

#HomeNewsBox h2 {
font-weight: bold;
font-size: 1.2em;
color: #7B7B7B;
}

.SideBarGreyBox {
background: #cccfd6 url('../images/layout/RightBarGreyBox.jpg') no-repeat top left;
padding-top: 10px;
margin-bottom: 1em;
}

.SideBarGreyBox p {
color: #3969a4;
padding: 0 10px 0 10px;
margin: 0 0 .5em 0;
}

.SideBarGreyBox h2 {
color: #3969a4;
font-size: 14px;
font-weight: bold;
background: none;
clear: none;
margin-top: 0;
padding: 0;
padding-left: 10px;
}

.SideBarGreyBox .Bottom {
background: #cccfd6 url('../images/layout/RightBarGreyBox.jpg') no-repeat bottom left;
height: 10px;
padding: 0;
margin: 0;
}

#FaqAnswers {
margin: 0;
padding: 0;
list-style-type: none;
}

#AssociatedCompanies {
text-align: center;
}

#AssociatedCompanies a img {
border: none;
}

.PretendInput {
padding: 4px;
border: 1px solid #000;
background-color: #fff;
width: 60px;
text-align: center;
color: #000;
}

.ButtonLink {
padding: 8px;
background-color: #cc0000;
color: #fff;
font-weight: bold;
text-decoration: none;
border: 1px outset #cc0000;
}

.ButtonLink:Hover {
color: #ffffff;
background-color: #aa0000;
}