@charset "UTF-8";
#container /* CSS Document */
#content  #maincontent #contact li {
height:100%
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	LETTER-SPACING:-.01em;
	color: #000000;
}
body {
	background-image: url(../images/bg_slice.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e7e7e7;
}
#container {
	height: auto;
	width: 850px;
	min-height: 600px;
}
#container #header {
	background-image: url(../images/header.png);
	height: 140px;
	width: 850px;
}
#container #header #nav {
	float: left;
	height: auto;
	width: 650px;
	margin-top: 110px;
	padding-left: 300px;
}

#container #header #nav li{
	float:left;
	list-style:none;
}
#container #header #nav li a, #container #content #maincontent #contact table tr td #submit{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#39b7e4;
	padding: 7px 15px 7px 15px;
	margin:10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#38b7e4), to(#269bc4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #38b7e4,  #269bc4 ); /* for firefox 3.6+ */
	/*	text-shadow: 0 1px 0 rgba(61, 61, 61, .8);*/
	border:none;
}
#container #header #nav li a:hover, #container #content #maincontent #contact table tr td #submit:hover{
	background-color:#ff7200;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7200), to(#ff7200)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff7200,  #ff7200); /* for firefox 3.6+ */
	cursor:pointer;
}

#container #content {
	height: auto;
	width: 850px;
	min-height: 200px;
	background-repeat: repeat-y;
	float: left;
	background-color:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: #CCC 1px solid;

}
#container #content #maincontent {
	float: left;
	width: 525px;
	text-align:left;
	height: auto;
	padding: 10px;
	margin-left: 30px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: normal;
	padding-top:20px;
}
#container #content #maincontent h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #ff7200;
	text-align: left;
}
#container #content #sidecontent {
	height: auto;
	width: 220px;
	float: left;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 16px;
}
#container #bottomcontent {
	background-image: url(../images/bg_bottomcontent.png);
	float: left;
	height: 15px;
	width: 850px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
#footer {
	width: 100%;
	background-color: #BEBEBE;
	height: 30px;
	bottom: 0%;
	color: #FFFFFF;
	font-size: 10px;
	float: left;
	text-align: left;
	padding-top: 20px;
	text-align:center;
	margin-top:20px;

}
#footer #content {
	text-align: left;
	width: 800px;
	padding-top: 20px;
}
#footer   a,a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#container #content #sidecontent img {
	margin: 2px;
}
#container #content #maincontent a {
	color: #2187B6;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-color: #2187B6;
}
#container #content #maincontent a.nohover {
	text-decoration: none;
	border:none;
}
#container #content #maincontent ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	text-indent: 0px;
	list-style-position: outside;
}
#container #content #maincontent #contact table tr {
	padding-bottom: 10px;
	display: block;
}
#container #content #maincontent #contact table tr td .text.style5 {
	display: block;
}
#container #content #maincontent #contact table tr td .text.style5 .label, .label {
	font-weight: bold;
	text-transform:uppercase;
}
#container #content #maincontent #contact table tr td .shift {
	display:block;
	padding-right:10px;
}
#container #content #maincontent #contact table tr td .shift_disabled {
	display:none;
	padding-right:10px;
	
}

#container #content #maincontent #contact table tr .day {
	width: 150px;
}
#container #content #maincontent #contact table tr .day .text.style5 .nowork {
	text-decoration: line-through;
}
#container #content #maincontent #contact table tr .day .text.style5 .date {
	font-weight: bold;
}

