/* MAIN CONTENT DIVS */
body{
	font-size: 12px;
	line-height:140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background: #000000 url(../images/background.gif) repeat-x fixed center top;
}

#container {
	margin: 0 auto;
	width: 720px;
	background-color: #000000;
	background-image: url(../images/bodytile.gif);
}

#header {
/*	padding-left: 8px;
	padding-right: 8px;*/
	background-image: url(../images/topback.gif);
	height: auto;
}

/* ________TOP________ */

#logotop{
	background-image: url(../images/logotop.gif);
	height: 100px;
}

#flashtop{
	height: 220px;
	background-color: #FFFFFF;	
}

#newspic{
	height: 220px;
}

#mainbody {
/* 	padding-left: 8px;
	padding-right: 8px;*/
	width:720px;
	height:auto;
	background-image: url(../images/bodytile.gif);
    clear:inherit;
}

#shadow{
	height:7px;
	background-image: url(../images/undernav_shadow.gif);
	background-repeat: no-repeat;	
}

/* ________LEFTSIDE________ */

.leftside{
	width:460px;
	text-align:left;
	padding-left: 22px;
	padding-top: 0px;
	clear:left;
}

.bullets{
	/*height: 31px;*/
	background-repeat: repeat-x;
}

.bullets ul{
	margin: 0 16px;
	padding: 17px;
	font-size: 1.1em;
	font-weight: bold;
	list-style-image: url(../images/blue_minibullet.gif);
	line-height: 30px;
	height:inherit;
}

.bullets li{
	color: #000000;
	display: list-item;
}


/* ________RIGHTSIDE________ */

#rightside{
	width:210px;
 	padding: 0px 12px 10px 0px;
	margin-top: 0px;
	float: right;
	background-color: #F0F0F0;
	font-size:0.9em;
	text-align:right;
}

#rightsidesector{
	width:210px;
 	padding: 0px 12px 10px 0px;
	margin-top: -2px;
	float: right;
	background-color: #F0F0F0;
	font-size:0.9em;
	text-align:right;
}

.rightside img {
	border: 4px solid #1C60AB;
	/*	margin-bottom: -4px;*/
}

a:hover rightside.img_border{
	border: 4px solid #1C60AB;
}

img.img_border, a img.img_border {
	border: 4px solid #23518C;
}

a:hover img.img_border{
	border: 4px solid #c0094e;
}


/* ________FOOTER________ */

#footer {
	background-image: url(../images/footer.gif);
	height: 43px;
	background-repeat: no-repeat;
	clear:both;
	padding-left: 18px;
}

.footerleft{
	float:left;
	font-size:0.75em;
	color: #000000;
	text-align: right;
}

.footerright{
	float:right;
	padding: 69px 60px 10px 10px;
	margin: 0px;
}

#footer a{
	color:#1C60AB; 
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}



/* ________MAIN NAV________ */

#topnav{
	background-image: url(../images/navback.gif);
	height: 30px;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif
}

#topnav ul{
	margin: 0;
	list-style-type: none;
	padding: 7px 0;
	font-size: 11px;
	font-weight: bold;
}

#topnav li{
	color: #000000;
	display: inline;
}

#topnav li a{
	color: #000000;
	background-image: none;
	text-decoration: none;
	padding: 9px 6px;
}

#topnav li a:hover, #topnav li#current a{
	background-image: url(../images/navbut_hover.gif);
	color: #FFFFFF;
}

/* ________SUB NAV________ */

#subnav{
	height: auto;
	margin-bottom: 5px;
	padding-left: 0px;
}

#subnav ul{
	margin: 1px 5px 0px 9px;
	list-style-type: none;
	padding: 2px;
	font-size: 0.75em;
	font-weight: bold;
}

#subnav li{
	color: #000000;
	display: inline;
	padding-left: 2px;
}

#subnav li a{
	color: #000000;
	background-image: none;
	text-decoration: none;
	border-left: solid 1px #1C60AB;
	padding-left: 8px;
	/*padding: 8px 11px;*/
}

#subnav li a:hover, #subnav li.current a{
	color: #1C60AB;
}

#subnav ul a.first {
  border-left: none;
} 

/* Text Styles */ 

h1 {
	color:#ffffff;
	font-size: 1.2em;
	background: #4c4c4c url(../images/h1_back.gif) repeat-x fixed center top;
	height: auto;
	padding-top: 5px;
	padding-left: 22px;
	margin-left: -22px;
	padding-bottom: 7px;
}

h2{
	color:#ffffff;
	font-size: 0.95em;
	background: #113966 url(../images/h2_back.gif) repeat-x fixed center top;
	height: auto;
	padding-top: 1px;
	padding-left: 22px;
	padding-bottom: 4px;
	margin-left: -22px;
}

h3{font-size: 1.1em;}
h4{font-size: 1.05em;}

a{
	color:#1C60AB;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}
a:visited {

}
a.underline {text-decoration:underline}

.bluetext{
	color:#1C60AB;
	font-weight:bold;
}

.testimonial{
	color:#1C60AB;
	font-weight:bold;
	font-size: 1.25em;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
fieldset {padding:6px 3px 8px 8px; margin:10px 0}
label {width:200px; float:left}

table {margin:10px 0}
table th {background:#ebebeb; text-align:left; font-weight:bold}
table td {background:#fbfbfb; text-align:left;}

.paypal {background:#f0f0f0;}

ul.tips {margin:0; padding:0 0 10px 10px; list-style:none}
ul.tips li {padding:0; margin:20px 0}
li.image {height:85px}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Accessiblity */

#access{
display:none;
}

small {font-size:80%}


/* */

form.laundrycard {}
form.laundrycard label {float:left; font-size:11px; font-weight:bold; line-height:13px}
form.laundrycard div {clear:left; margin:15px 0;}
form.laundrycard strong {color:#cc0000}
form.laundrycard select option {line-break: auto}

label.smallerwidth {width:80px;}
/* Homepage */
