/* CSS Document */
@import url("nav.css");
A:link, A:visited{color:#2E6BB0}
A:hover{
	text-decoration:none;
	color:#FC7E05;
}
body{
	font-family:"Trebuchet MS",  Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../pics/Outertopbar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0;
	padding:0;
	color:#333333
}
p{
	margin:0 0 5px 0;
	padding:0;
	line-height: 150%;
}
h1{
	font-size: 20px;
	color: #1F2F6A;
	padding:0;
	margin:0;
}
h2{
	font-size: 16px;
	color: #000;
	margin:10px 0 5px 0;
}
 ul{
	list-style:none;
	margin:0; 
	padding:0;
	font-size:15px;
}/**/
li{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	padding:5px 0 0 18px;
	list-style:none;
	line-height: 150%;
	background-image: url(../pics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
div{padding:0; margin:0}
.Container{	
	position:relative;/**/
	text-align:left; 
	width:1048px;
	margin:0;
	padding:0;
}
#Header{
	height:225px;
	background-image: url(../pics/Innertopbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#DS{
	background-image: url(../pics/InnerDS.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 20px;
	margin:0;
}
#Content{
	background-image: url(../pics/InnerGrad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:40px 20px 0 17px;
	/*Cross Browser min-height*/
    min-height:500px;
	height: auto !important;
	height: 500px;
	/*END Cross Browser min-height*/
}
#Footer{
	padding:0  60px 24px 60px;
	margin:0;
	background-image: url(../pics/Footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.legal{
	border-top: 1px solid #7CA3CE;
	margin:0;
	padding: 6px 0 0 0;
	display:block;
	color:#666666}
	/*
.legal A:link,
.legal A:visited{
	color:#D1BB21
}
.legal A:hover{
	color:#2E6BB0
}*/
#RHCol{
	float:left;/**/
	width:590px;
	/*border:1px solid #000*/
}
#LHCol{
	float:left;
	width:300px;
	margin:0 30px 0 10px;
}
#blendme{
	z-index:1;
}
div#blendme  { /* random pic*/
	width:248px;
	height:271px;
	margin:0 0 10px 10px;
	overflow: hidden;
	float:right;
}
#newscol{
	position:relative;
	margin-bottom:20px;
	padding: 10px 20px 0 20px;
	background-image: url(../pics/tabBckg.gif);
	background-repeat: no-repeat;
	width: 258px;
	right:0;
}
#newscol p{
	font-size:15px;	
	font-weight: normal;
}
#newscol H2{

}
#ontop{
	position:relative;
	z-index:20;
}
#newscolfooter{
	position:relative;
	z-index:10;
	background-image: url(../pics/RHColFooter.gif);
	height:54px;
	width:298px;
	margin:-44px 0 0 -19px;
	background-position: left bottom;
	background-color: #FFFFFF;
}
/*####### END MAIN elements ####### */

A.bttn175:link,
A.bttn175:visited,
A.bttn131:link,
A.bttn131:visited,
table#enquiryform input.submitbutton,
table#enquiryform input.submitbutton:visited{
	display:inline-block;
	padding:7px 0 14px 15px;
	/*height: 44px;*/
	width: 175px;
	border:none;
	height:23px;
	font-size:14px;
	line-height:24px;
	background-image: url(../pics/button-175px.jpg);
	cursor:pointer;
	vertical-align: middle;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
}
A.bttn175:hover,
.bttn175:hover,
A.bttn131:hover,
.bttn131:hover,
table#enquiryform input.submitbutton:hover{
	color:#990000;
}
A.bttn131:link,
A.bttn131:visited{
	width: 116px;
	background-image: url(../pics/button-131px.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.toptel{
	position:absolute;
	top:227px;
	left:50px;
	color:#336699;
	font-weight: bold;
	text-align: right;
}
.logo{
	position:absolute;
	top:10px;
	left:50px;
}
/* - Service profiles ticker - */
#newsticker li H2{
	/**/font-size: 16px;
	margin:10px 0 5px 0
}
#newsticker {
	position:relative;
	padding:5px;
	overflow:hidden;
	/*height:200px;*/
	margin: 0;
	text-align:left;
}
#newsticker ul {
	padding:0px;
	margin:0;
	overflow:hidden;
	height:210px;
	list-style:none;
}
#newsticker li{
	display:block;
	font-size:15px;	
	font-weight: normal;
	line-height:150%;
	padding:0px;
	margin: 0px;
	background-image: none;
}

div#newsticker {
	padding:4px;
	display:block;
}
/* Service profiles fade rotation*/
#moostick,
	.moostick
{
	display: block;
	height: 1.1em;
	margin: 0;
	padding: 2px 0;
	overflow: hidden;       /* used in css check */
}

#moostick li,
	.moostick li
{
	display: block;         /* used in css check */
	list-style-type: none;  /* used in css check */
	margin: 0 auto 0 auto;
	padding: 0;
}

#moostick .show,
	.moostick .show
{
	visibility: visible;
	filter:alpha(opacity=1);    
	opacity: 1;
}
/*
END  Service profiles ticker  ~~~~~~~~~~~~~~~
*/
/*####### END SUB elements ####### */
/*
#########################
     - Forms -	
#########################
*/
table#enquiryform {
	margin:10px 0;
	/**/background-image: url(../pics/InnerGrad.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top:none;
	border:1px solid #ccc;
	background-color: #FFFFFF;
}
#enquiryform  td.header{
	font-size:14px;
	padding: 0 12px;
	height:30px;
	border-bottom: 4px solid #4687C1;
	background-image: url(../pics/white.gif);
}
#enquiryform  td{
	padding:2px 10px;
}
#enquiryform H2.break{
	border-top:1px solid #333;
	padding-top:5px;
}
#enquiryform input,
#enquiryform textarea{
	width:200px;
	border: 1px solid #4687C1;
	/*background-image:url(../pics/formbckg.gif);
	background-repeat:repeat-x;*/
	background-color:#FFF;
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px
}
#enquiryform textarea{
	width:225px;
	height:165px;
}
#enquiryform input.checkbox{width:20px; background-image:none;border: none;background-color:none;margin: 0;}

#enquiryform input.required,
#enquiryform textarea.required{
	background-color: #9CBEDE;
	background-image: none;
}
#enquiryform input.null,
#enquiryform textarea.null{
	background-image:url(../pics/formbckg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;/**/
}
table#enquiryform input.submitbutton,
table#enquiryform input.submitbutton:visited{
	height:40px;
	text-align: left;
	padding-left:15px;
}

.hide-formselect-message,
.hide{
	display:none;
}
.show-formselect-message{
	display:inline;
	background-color:#FFFF99;
	padding:3px;
}
.formtitles{
	width:160px;
}
/*     - END Forms -
~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Zebra tables*/
table.alternate_rows {
	text-align: center;
	
	border:1px solid #ccc;
	margin:0;
	font-size:14px;
}
table.alternate_rows td{
	padding:5px;
}
table.alternate_rows td{
	/*border-bottom:2px solid #FFF;*/
}
table.alternate_rows tr.falsie,
table.alternate_rows tr.falsie td{
	border-bottom:none;
	line-height:0px;
	height:0px;
	/**/display:none;
	padding:0;
}
.alternate_rows tr.even{
	color: #333333;
	background-color: #E6EFF8;
}
.alternate_rows tr.odd{
	color: #1F2F6A;
	background-color: #97B6D2;
}