/* Stylesheet for Tigerhost - Grey by copyright to Nadia of Perrelink Web Solutions www.perrelink.com.au  */

body {
	background-color:#FFFFFF;
	color: #444444;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 101%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* this is used so that any shorter pages do not jumpt around due to no default scrollbar */
html { min-height:100%; margin-bottom:1px; }

/* main container - holding everything together  */
#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;  /* to offset the center style on the body */
	width: 1024px;
}

img {
border: 0px;
}
/* padding for all paragraphs - give it breathing room away from the edges of the content areas it is in */
p {	
padding-left: 10px;
}

/* general link styles */

}

/* styles the nav menu on the left */
#nav {
float: left;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 0.85em;
margin: 0;
padding: 0;
width: 200px;
}

#nav ul {
list-style: none;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
margin-top: 1px;
padding: 0;
}
/* for IE - so the left navbar sits correctly positioned */

	

/* end navbar styles */

/* holds the large top image */
#strap {
float: left;
margin-left: 1px;
width: 559px; 
}

/* footer div styles */
#footer {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	border-top: 2px solid #B6B6B6;
	clear: both;
	padding-top: 5px;
	width: 1024px
}

/* style the links in the footer */
#footer a:link { 
background-color: inherit; 
color: #E68A00;
font-family: "Trebuchet MS", Helvetica, sans-serif;
/*font-size: 0.85em;*/
text-decoration: none;
}
	
#footer a:visited { 
background-color: inherit; 
color: #E68A00;
font-family: "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
background-color: inherit; 
color: #444444;
text-decoration: underline;
}

/* the right hand side div - holding news */
#guesswhat {
float: left;
width: 275px;
}

#guesswhat a {
background-color: inherit; 
color: #DD9317;
font-family: "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
}

#header {
	clear: both;
	width: 1024px;
}

/* for IE - to make sure the header sits in correct position */
* html #header { margin-top: -4px; }

/* far left div - holding testimonials */
#left {
background-color: #EFEFEF;
border-bottom: 2px solid #444444;
border-top: 1px solid #444444;
color: #282828;
float: left;
font-size: 0.75em;
padding-bottom: 8px;
width: 199px;
}

/*  IE browsers */
* html #left {
width: 198px;
}

/* styles the paragraphs in the left div - giving padding  */
#left p {
padding-right: 6px;
}
/* div holding the company logo */
#logo {
float: left;
height: 90px;
width: 200px;
}

/* grey bar holding the newsletter signup - remove the div in the html if not needed */
#newsletter {
	clear: both;
	background-color: inherit;
	color: #FFFFFF;
	font-size: 0.8em;
	height: 35px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 1024px;  /* 660px */
}
	
/* div holding the hosting package images at bottom of page */
#package {
float: right;
padding-left: 10px;
width: 551px;
padding-bottom: 2px;
}

#package ul {
list-style: none;
margin: 0;
padding: 0;
}

#package li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

/* the rounded search / account bar at top of page */
#quicklinks {
background:  url(../images/top-right.gif) no-repeat;
background-color: inherit; 
color: #DDA647;
display: block;
height: 24px;
font-family: "Trebuchet MS", Helvetica, sans-serif;float: left;
padding-left: 183px;
padding-top: 66px; 
width: 377px;
}

/* TOP NAVBAR STYLES inside the quicklinks div*/
#navBar {
	background-color: inherit;
	margin: 0;
	padding: 0;
	}	
	
#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 
	height: 24px;
}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px; 
	color: white;
	}

#navBar a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 0.80em;
	background: transparent;
	margin: 0px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}

#navBar a:link {
	color: white;
	text-decoration: none; 
	background-color: inherit;
}

#navBar a:visited {
	color: #EDEAED;
	text-decoration: none; 
	background-color: inherit;
}


#navBar a:hover {
	color: #DDA647;
	background-color: inherit;
	background-color: transparent;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
}
/*End NavBar styles */

/* styles the 'current' page links */
#current a:link, #current a:visited, #current a:active {
color: #FFCC00;
text-decoration:none;
background-color: inherit;
}
#current a:hover {
	color: white;
}

/* container div for the right side content */
#right {
	float: left;
	font-size: 0.8em;
	width: 825px;
	background-color: inherit;
}
/* services div on the left side  */
#services {	
float: left;
width: 275px;
background-color: inherit;
}

#services ul {
margin-top: 6px;
color: #999999;
}

#services a {
	color: #E68A00;
}
#services a:hover {
	color: #666666;
}

/* gives a 1px white border above the large image */
.strap { margin-top: 1px; }

/* to keep IE happy with the white spacing */
* html .strap { margin-top: 0px; }

/* placement of the menu in the top and the newsletter div */
.budge { margin-left: 25px; }

.budge a {
background-color: inherit; 
color: #E9A62F;
font-family: tahoma, Verdana, sans-serif;
font-size: 0.80em;
font-weight: bold;
text-decoration: none;
}
/* class float to the right */
.flt-rgt { 
float: right;
margin-top: 5px;
} 

/* class to float right  */
.flt-rgt2 { 
float: right; 
margin-right: 10px; }

/* class to float left */
.flt-lft { 
float: left; 
margin-left: 10px; }

/* basic form style to remove default margins */
.form {	
/*border: 1px solid #000000;*/
margin: 0;
padding: 0;
 }

 /* basic heading styles */
h1 {
border-bottom: 1px solid #949494;    
background-color: inherit; 
color: #428442;
display: block;
font-size: 1.2em;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 5px;
margin-left: 10px;
margin-top: 5px;
padding-bottom: 2px;
}

h2 {
border-bottom: 1px solid #949494;
background-color: inherit; 
color: #428442;
font-size: 1.2em;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 5px;
margin-left: 10px;
margin-top: 2px;
padding-bottom: 2px;
}

h3 {
clear: both;  /* need to clear the div after the guesswhat div so that the heading positions correctly */
border-bottom: 1px solid #B6B6B6;
background-color: inherit; 
color: #428442;
font-size: 1.1em;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 5px;
margin-left: 15px;
padding-bottom: 2px;
padding-top: 0px;
}
h4 {
background-color: inherit; 
color: #428442;
font-size: 1.1em;
font-weight: bold;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 15px;
}
/* class for the bold name in the testimonial box */
.name {
float: right;
font-weight: bold;
margin-top: 2px;
margin-right: 10px;
padding-bottom: 4px;
}

/* for IE */
* html .submit2 {
height: 17px;
width: 28px;
}
/* class to set text to orange */
.orange {
background-color: inherit; 
color: #FF9E0B;
font-size: 1.0em;
border-bottom: 1px dotted #E9A62F;
}

/* button style used for newsletter submit */
.send {
border: 0px;
margin: 0; 
width:52px; 
height: 18px;
text-align: center; 
background-color: #E9A62F;
color: White; 
padding: 0;
border: 1px solid white;
vertical-align: text-bottom;
}

.sendlogin {
margin: 0; 
width:52px; 
height: 20px;
text-align: center; 
background-color: #E9A62F;
color: White; 
padding: 2px;
border: 1px solid black;
vertical-align: middle;
}

/* FORM STYLES */
form#contactform div {
 clear: both; 
 padding-top: 6px; 
 }
 
 form#contactform {
font-size: 90%; 
color: #505050; 
margin: 20px 20px 30px 30px; 
padding: 5px; 
width: 80%;
background-color: #FEFEFE; 

}
#contactform fieldset { 
border: 1px solid black;
padding: 18px;
color: #428442;
}

#contactform legend {
 font-weight: bold; 
 font-size: 1.4em;
color: #FF9E0B;
 }

#contactform label {
 float: left; 
 width: 25%; 
 }
#contactform input,#contactform textarea { 
float: right; 
width: 70%; 
text-align: left;
border: 1px solid black; 
}

#contactform input {
border: 1px #000000 solid;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
height: 20px;
}

#contactform textarea { 
height: 100px; 
}

#contactform #send { 
float: right; 
margin: 0; 
width:40%; 
text-align: center; 
background-color: #EFEFEF;
color: #666666; 
padding: 2px 2px;
}

#contactform textarea:focus, #contactform input:focus, #contactform select:focus {
	background-color: #E6E6E6;
	color: #464545;}
/* end form styles */

/* styles for hosting details table */
.hostingtable{
	width: 540px;
	margin: auto auto;
	margin-bottom: 6px;
	font-size: .85em;
	}
.hostingtable td {
	padding: 2px;
}

.rowcolorg{
	background-color: #f0f0f0;
}

.roworder{
background-color: #A3D1A3;
color: white;	
}

.roworder a {
	color: white;
}
.roworder a:hover{
	color: #252525;
	text-decoration: none;
}
/* WE DO NOT SUPPLY A LOG IN SCRIPT - UP TO YOU TO SOURCE THAT */
/* memberslogin */

#login {
	width: 500px;
	margin: 5px 20px 5px 20px;
	padding: 5px;
}

/* styles the testimonial page divs */
.testimonial {
background-image: url(../images/quotes.gif);
background-repeat: no-repeat;
background-position: top right;
width: 500px;
margin: 5px 10px 10px 5px;
border: 1px solid #CCCCCC;
}
/* a $ background image on the resller page */
#reseller {
	background-image: url(../images/dollars.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* this styles the div on the index page to promote the template 
you can remove the style from the div if you do not want a bordered, coloured box around your text - 
remove the style from the html code */
.templatespiel {
	background-color: #FCFCFC;
	border: 1px solid #E6E6E6;
	margin: auto auto;
	width: 500px;
	margin-bottom: 5px;
	margin-top: 5px;
}



/*BEGIN ORIGINAL CSS BY MIKE*/

.img_display_ctr {
	text-align: center;
	color: #444444;
	}
.Index-Main_hdr-rt {
	font-size: 18px;
	text-align: left;
	color: #444444;
}
.index-location-header-center {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
}

td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	text-align: left;
	color: #444444;
	list-style-position: inside;
	list-style-type: circle;
}

a {
	font-size: 0.8em;
	color: #444444;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
 background-color: #99CC00; color: #444444;}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
 color: #444444;}

.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: left;
	color: #444444;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCFF99;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
	color: #333;
	text-align: left;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	text-align: left;
	background-repeat: no-repeat;
	background-position: left;
	border: 0.09em solid #999;
 }
.box1_thin_border {
	border-top-width: .09em;
	border-bottom-width: 0.09em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;


 }
.box1_thin_border-LEFT {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.box1_thin_border-RIGHT {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}


.box1_thin_border-all-sides {
	border: 0.09em solid #999;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	color: #09151C;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	font-style: normal;
 }

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.box1Copy {
	border: 0.09em solid #999;
	background-image: none;
	background-repeat: no-repeat;
}
#left-center {
	text-align: center;
	color: #444444;
}
center {
	text-align: center;
	color: #444444;
}
.box1 tr td table tr .box1 table tr td p {
	text-align: center;
	color: #444444;
}
.box1 tr td table tr .box1 table tr td p {
	color: #444444;
	text-align: left;
}
.Full_Box {
	border: 0.08em solid #999;
}
.Full_Box_outside_border {
	border: .09em solid #999;
}

.Left_Column {
	text-align: left;
	color: #444444;
	font-family: "Microsoft Sans Serif";
}
.Rt_Column {
	text-align: center;
	color: #444444;
	font-family: Verdana, Geneva, sans-serif;
}
.Main_Font {
	font-size: 0.8em;
	color: #444444;
	text-align: left;
	line-height: 22px;
	font-family: "Microsoft Sans Serif";
}
#Center {
	text-align: left;
	line-height: 18px;
	font-weight: lighter;
	color: #444444;
	font-family: Verdana, Geneva, sans-serif;
}

#package li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

.header {
	text-align: center;
	font-family: Verdana;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #444444;
}
.header-left {
	text-align: left;
	font-family: Verdana;
	font-size: 101%;
	font-style: normal;
	color: #444444;
	font-weight: bold;
}
#home-bottom {
	text-align: center;
	color: #444444;
}
#home-bottom td {
	text-align: center;
	color: #444444;
}
.Full_Box tr td table tr .Left_Column table tr td table {
	text-align: center;
	color: #444444;
}
#bottom-img {
	text-align: center;
}
#bottom {
	text-align: center;
	color: #444444;
}
.bottom {
	text-align: center;
	color: #444444;
}
.Full_Box tr td table tr .Left_Column .box1 tr td .box1 tr td {
	text-align: left;
	color: #444444;
}
.Full_Box tr td table tr .Left_Column .box1 tr td table tr td {
	text-align: center;
	color: #444444;
}
.Full_Box tr td table tr .Left_Column .box1 tr td table tr td table {
	text-align: center;
	color: #444444;
}
.Full_Box tr td table tr .Left_Column .box1 tr td .box1 tr td p {
	text-align: left;
	color: #444444;
}
.bottom-header {
	font-family: "Arial Unicode MS";
	font-size: 19px;
	color: #444444;
	text-align: center;
}
.main_font_left {
	text-align: left;
	color: #444444;
	font-size: 11px;
	font-family: "Arial Unicode MS";
}
.body_hdr_lft {
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
}
.header_left {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
}
.bottom_hdr_ctr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8;
	font-weight: bold;
	color: #444444;
	text-align: center;
}
.main_body_hdr_left {
	text-align: left;
	color: #444444;
}
.bottom_table_ctr {
	text-align: center;
	color: #444444;
}
.bottom_table_ctr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #444444;
	text-align: center;
}
#bottom_table_ctr {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #444444;
}
#bottom_table_ctr-LARGE {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: BOLD;
	color: #444444;
}
#dashed_border {
	border: ..09em dashed #999;
}
.dashed_border {
	border: 0..09 solid #999;
}

.Large_index_hdr_ctr {
	text-align: center;
	color: #444444;
}
#large_index_hdr_ctr {
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #444444;
	text-align: left;
}
#Main_Font {
	color: #444444;
	text-align: left;
	font-size: 0.8em;
	font-family: "Microsoft Sans Serif";
	line-height: 21px;
}
#Main_Font_Index {
	color: #00275B;
	text-align: left;
	font-size: 0.8em;
	font-family: "Microsoft Sans Serif";
	line-height: 26px;
}
.careers-main-hdr {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #444444;
}
.careers_bullet_hdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003F7D;
	text-align: left;
}
#careers_bullet_hdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #069;
	text-align: left;
}
#careers_bullet_hdr {
	color: #003F7D;
}
.Careers_lft_column_hdr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
}
#careers_lft_column_hdr {
	font-family: "Microsoft Sans Serif";
	font-size: 0.8em;
	color: #444444;
	text-align: left;
}
.Careers_img_name {
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
}
.careers_quote-italics {
	font-style: italic;
}
.main_body_hdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}
Image_center {
	text-align: center;
}
#location_hdr-CENTER {
	text-align: center;
	color: #444444;
}
.locations_hdr-CENTER {
	text-align: center;
	color: #444444;
}
.Full_Box tr td table tr .Left_Column table tr td-center {
	text-align: center;
	color: #444444;
}
.Full_Box tr td table tr .Left_Column table tr td-center {
	text-align: center;
	color: #444444;
}
.location_hdr-center {
	text-align: center;
	color: #444444;
}
.gocenter {
	text-align: center;
	color: #444444;
}
.Full_Box tr td table tr .Left_Column table tr td table tr td {
	text-align: left;
	color: #003;
	font-family: Verdana, Geneva, sans-serif;
}
.bottom_table_left {
	text-align: left;
	color: #444444;
	font-size: 101%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.bottom_table_left_Large {
	text-align: left;
	font-size: .7;
	font-weight: bold;
	color: #444444;
}
#bottom_table_left {
	text-align: left;
	font-size: 0.7em;
	color: #444444;
	font-family: "Microsoft Sans Serif";
}
#bottom_table_lft {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #444444;
}
.bold {
	font-weight: bold;
	}
.main_font_bold {
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
	text-align: left;
}
.main_font_bold-sm {
	font-weight: bold;
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
	text-align: center;
}

.bold_center {
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
}
.table_text_center {
	text-align: center;
	line-height: 18px;
	font-family: "Microsoft Sans Serif";
	color: #444444;
	font-size: 0.7em;
}
.bottom_hdr_center {
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	color: #444444;
	font-family: "Microsoft Sans Serif";
}
.Full_Box tr td table tr .Left_Column table tr td table {
	text-align: center;
	color: #444444;
}
#img_display_center {
	text-align: center;
	display: block;
	left: auto;
	right: auto;
}
.Full_Box tr td table tr .Left_Column table tr td table {
	text-align: center;
	color: #444444;
}
.Full_Box tr td table tr .Left_Column table tr td table tr td table tr td {
	text-align: center;
	list-style-position: outside;
	list-style-type: circle;
	color: #444444;
}
.small_font_left {
	line-height: 16px;
	color: #444444;
}
.small_font_left {
	text-align: center;
	color: #444444;
}
.imagecenter img
{
	float: none;
	text-align: center;
}
#bottom_table_ctr_BOLD {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #444444;
}
.Bottom_table_ctr_BOLD {
	font-weight: bold;
	font-size: 0.8em;
	color: #444444;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.table_thin_border {
	border: 0.09em solid #999;
}
table {

}
.index-hdr-BOLD {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #444444;
	text-align: left;
}
.cool_left_align {
	text-align: left;
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
#careers_bullet_hdr-ctr {
	color: #003F7D;
	text-align: center;
}
.cool-jobs-center_HDR {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003F7D;
	text-align: center;
}
.cool-jobs-name-HDR {
	font-weight: bold;
	text-align: center;
}
.main_font_left {
	text-align: left;
	font-size: .8em;
	color: #444444;
	font-family: Verdana, Geneva, sans-serif;
}
.box1_thin_border-all-cells {
	border: 0.09em inset #BFD3D5;
}
.Location_RT-Side-table-BULLET-LEFT {
	text-align: left;
	font-family: "Microsoft Sans Serif";
	font-size: .7em;
	color: #444444;
}
p {
	padding-left: 10px;
	text-align: left;
	font-size: 0.8em;
	color: #444444;
}
.Location_LFT-Side-table-BULLET-LEFT {
	text-align: left;
	font-family: "Microsoft Sans Serif";
	font-size: .7em;
}
.Location_LFT-Side-table-BULLET-LEFT-2 {
	text-align: left;
	font-family: "Microsoft Sans Serif";
	font-size: .8em;
	list-style-position: inside;
	list-style-type: disc;
}
<style> 
.background1 { 
background-image: url(../web_images/employee-login.gif); 
background-repeat: no-repeat; 
} 
</style>

