/* css style sheet for mobile version of kwservices / marlowwebsites */

.bodybg { background-image: url(../images/bgcol.jpg); background-repeat: repeat; background-color:rgb(171,210,255) }

p,a,li,h1,h2,h3,h4,h5,h6  { color:black }

.bord01 { border: solid 1px rgb(0,0,201) }

/* Set default margin and padding areas. */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,a,pre,form,fieldset,input,textarea,blockquote,th,td
{ margin : 0 ; padding : 0 }
ul,ol { margin: 0; padding: 0 20px 0 20px }
li { margin:10px 5px 10px 5px; padding: 0 }

/* Turn off table borders. */
table { border-collapse : collapse ; border-spacing : 0 }

/* Turn off other borders. */
fieldset,img,abbr,acronym {  border : 0 }

/* Set default style for text  */
address,caption,cite,code,dfn,strong,th,var { font-style : normal ; font-weight : bold } 
h1,h2,h3,h4,h5,h6 { font-weight : bold }
p, li, a { font-weight : normal }
em { font-style : italic } 
strong { color: black;  font-weight : bold }
.norm { font-weight : normal }
.bold { font-weight : bold }

/* Default for list markers. */	
ol { list-style : decimal }
ul { list-style : disc }

/* Left align caption and cell text. */
caption,th,td { text-align : left }

/* Default Vertical Align for cell content */
td { vertical-align:top }

/* Default font-family and line height */

h1,h2,h3,h4,h5 { font-family: Calibri, Arial,"sans serif"; line-height:1.3 }
p,h6,a, li { font-family: Calibri, Arial,"sans serif"; line-height:1.1 }

a { text-decoration:none }

/* font-sizes in separate stylesheet */

/* Background colors */
.content { background: white }

/* Other */
.block {display:block}

hr {width:95%; border: solid 1px rgb(180,180,180); }

.white   {color: white }
.black   {color: black }
.red     {color: red }
.dkred  {color: rgb(135,0,0)}
.green   {color: green }
.dkgreen {color: rgb(0,45,24)}
.grey    {color: rgb(90,90,90) }
.lgrey    {color: rgb(81,81,81) }
.dgrey  {color: rgb(33,33,33) }
.blue    {color:rgb(0,0,255) }
.dkblue    {color:rgb(0,0,45) }
.navy    {color: navy }
.yellow  {color: rgb(255,255,0) }
.purple  {color: rgb(111,48,159) }
.lyell  {color:rgb(255,255,204) }

.bgwhite  {background: white;}
.bgblack  {background: black;}
.bgyell {background: rgb(255,255,153);}
.bglyell {background: rgb(255,255,204);}
.bglblue {background: rgb(213,234,255);}
.bgvlblue {background: rgb(243,249,255);}
.bgdkgreen {background: rgb(0,60,6)}

.pad00   {padding: 0px;}
.pad03   {padding: 3px;}
.pad05   {padding: 5px;}
.pad10   {padding: 10px;}
.pad15   {padding: 15px;}
.pad20   {padding: 20px;}
.pad30   {padding: 30px;}

.padlr05 {padding-left:5pt; padding-right:5pt;}
.padlr10 {padding-left:10pt; padding-right:10pt;}
.padlr20 {padding-left:20pt; padding-right:20pt;}
.padlr30 {padding-left:30pt; padding-right:30pt;}

.mgn00   {margin: 0px;}
.mgn01   {margin: 1px;}
.mgn02   {margin: 2px;}
.mgn03   {margin: 3px;}
.mgn04   {margin: 4px;}
.mgn05   {margin: 5px;}
.mgn10   {margin: 10px;}
.mgn15   {margin: 15px;}
.mgn20   {margin: 20px;}
.mgn30   {margin: 30px;}

.tbord {border-collapse:separate; border-spacing:1px; border-style:solid}
.bsp01 {border-spacing:1px}
.bsp02 {border-spacing:2px}
.bsp03 {border-spacing:3px}

.hidden {visibility:hidden}

.left {text-align:left}
.center {text-align:center}
.right {text-align:right}
.just {text-align:justify}

.autoab { position: absolute; margin:0 auto; }
.auto { margin:0 auto; }

.floatleft {float:left; }
.floatright {float:right; }
.clearleft {clear:left;}
.clearright {clear:right;}

.top {vertical-align:top}
.mid {vertical-align:middle}
.bot {vertical-align:bottom}


.lh10  {line-height:1.0}
.lh13  {line-height:1.3}
.lh15  {line-height:1.5}
.lh20  {line-height:2.0}

.w80 { width:80%; margin:0 }
.w95 { width:95%; margin:auto }
.w100 { width:95%; margin:auto }

.pointer  { cursor:pointer }

td.link1 {background: white; border: solid 1px rgb(0,0,0)}
p.link1 {line-height:1.5}
a.link1 {line-height:1.5}

div.index1 {float:left; width:240px }
div.index2 {height:5px; width:100% }
.blank1 {height:5px;}

#imagepanel { cursor:pointer; position:relative; top:0; left:0 }
#locimagepanel { cursor:pointer; position:relative; top:0; left:0 }

.opacity1 
{
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}