/* CSS Document */
/* 
Title:     Around the Sound Transportation Specialists (around-the-sound.net) master styles for screen media 
Author:    eric@ivycat.com
Updated:   Sept 27, 2007
*/
body {
	margin: 0.5em;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background: url(../images/top-back.gif) repeat-x top;
	overflow: -moz-scrollbars-vertical; 
}

a {
	color: #b7561f;
	text-decoration: underline;
}

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

a.document {
	background: url(../images/documents_24.png) no-repeat 0 50%;
	padding: 10px 30px;
	font-size: 130%;
	display: block;
	height: 1.4em;
}

p {
	margin: 6px 0 10px 0;
}

blockquote {
	margin: 16px;
	padding: 8px;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

blockquote p {
	margin: .2em;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
}

li {
	margin: 0 0 0 25px;
	list-style-type: disc;
}

dt {
	font-weight: bold;
	margin-top: 12px;
}

dd {
	margin: 5px 20px;
}

#wrapper {
	margin: 17px auto;
	padding: 0;
	width: 780px;
	text-align: left;
	vertical-align: middle;
	position: relative;
}

/* Content Styles */
#content {
	font-size: 120%;
	width: 440px;
	float: left;
	line-height: 150%;
	margin-top: -15px;
	border-top: 1px solid #7e99c7;
}

#content h3 {
	margin-top: 10px;
	padding: 6px 0;
	font-size: 120%;
	color: #2d63a9;
	font-weight: bold;
}

#content h4 {
	margin-top: 10px;
	padding-top: 6px;
	font-size: 110%;
	color: #666666;
	font-weight: bold;
}

div.hilite {
	background-color: #d1daeb;
	padding: 0 20px 10px 20px;
	margin: 20px 15px 15px 15px;
	font-size: 90%;
	border-top: 1px solid #7e99c7;
	border-bottom: 1px solid #7e99c7;
}

div.hilite h3 {
	margin-top: 0;
	padding-top: 0;
}

/* Header Styles */
#header {
	margin: 0;
	padding: ;
	height: 190px;
	width: 100%;
	display: block;
}

#header h1#toplogo a{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/ats-logo.gif) no-repeat top left;
	height: 140px;
	width: 350px;
	display: block;
	text-indent: -9999px;
}

#header h2 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	position: absolute;
	top: 165px;
	left: 465px;
	width: 286px;
}

/* Sidebar Styles */
#sidebar {
	position: relative;
	float: right;
	margin: 10px 0 0 .5em;
	padding: 0;
	width: 250px;
	font-size: 0.9em;
	color: #ffffff;
	line-height: 150%;
	background: url(../images/sidebar-top.gif) #436193 no-repeat top;
}

#sidebar dl{
	margin-top: 0;
	padding: 0;
	background: url(../images/sidebar-back-300.jpg) #6c87b6 repeat-x top;
}

  #sidebar dt {
	color: #ffe27c;
	font-weight: normal;
	margin-top: .5em;
	font-size: 180%;
	padding: 3px 15px;
}

 #sidebar dd {
	margin: .2em 0;
	font-size: 140%;
	padding: 3px 15px;
	line-height: 130%;
}

#sidebar dd.last {
	padding: 0;
	margin: 0;
	background: url(../images/sidebar-bottom.gif) #6c87b6 no-repeat bottom;
}

/* Navigation Styles */
ul#nav {
	margin: 0;
	font-size: 150%;
	list-style: none;
	position: absolute;
	top: 20px;
	left: 480px;
	width: 290px;
}

ul#nav li {
	height: 35px;
	list-style: none;
	display: block;
}

ul#nav li a {
	text-decoration: underline;
	padding: 10px 0 10px 30px;
	display: block;
}

ul#nav li.home a {
	background: url(../images/home_24.png) #ffffff no-repeat 0 50%; padding-left: 35px;
}

ul#nav li.contact a {
	background: url(../images/help_24.png) #ffffff no-repeat 0 50%; padding-left: 35px;
}

ul#nav li.scheduler a {
	background: url(/images/icon-scheduler.jpg) #ffffff no-repeat 0 50%; padding-left: 35px;
}

ul#nav li.dispatch a {
	background: url(/images/icon-dispatch.png) #ffffff no-repeat 0 50%; padding-left: 35px;
}

ul#nav li a:hover{
	text-decoration: none;
}

/* Image Styles */
img.side-img-top {
	margin-top: 5px;
	padding: 0 5px;
}

/* Footer Styles */
#footer {
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	clear: both;
	font-size: 80%;
	width: 720px;
}

#footer p {
	padding: 15px;
	color: #2d63a9;
	border-top: 1px solid #7e99c7;
}
#scheduler-form {
	font-size:12px;
	font-weight:normal;
}
th {
	font-size:14px;
	font-weight:bold;
	padding:3px;
	border:1px solid #6c87b6;
	margin-bottom:3px;
	margin-top:3px;
}

.error {
	text-align:center;
	color:#FF0000;
	font-weight:bold;
}
