@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #E2EAEC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	color: #FF5300;
}
h2 strong {
	color: #FF5300;
}

hr {
	border-top: 1px dotted #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

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

#WS-Container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#WS-TopBanner {
	height: 100px;
	padding: 0;
	margin: 0 20px;	
	text-align: left;
}
#WS-TopBanner-Tel {
	float: right;
	text-align: right;
	padding: 20px 0;
	font-size: 1.5em;
	font-weight: bold;
	color:#F60;
	text-transform: uppercase;
}
#WS-Nav {
	height: 30px;
	padding: 0;
	margin: 0 20px;
	background: url(../graphics/website/menu-bg.gif) repeat-x top;
}
#WS-Content {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	font-size: 0.8em;
	min-height: 500px;
}
#WS-Footer {
	height: 80px;
	padding: 20px 20px 10px 20px;
	border-top: 1px dotted #CCC;
	font-size: 0.7em;
	color: #000;
}
#WS-Footer a {color: #000;}
#WS-Footer a:hover {text-decoration: none;}
#WS-Footer #WS-Footer-Icons {
	float: right;
}
#WS-Footer #WS-Footer-Icons img {
	margin-left: 10px;
}