* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	color: #000;
	font-family: "helvetica", "arial", sans-serif;
	font-size: 76%;
	margin: 0;
	background-color: #fffccc;
}
.infobox {
	background-image: url( '/img/info_box_back.jpg' );
	background-repeat: repeat-x;
	background-color: #fffccc;
	border: 1px solid #ccc;
	margin: 2px;
	padding: 5px;
}
table.infobox {
	width: 100%;
}
table.featured {
	border: 2px solid #000;
}
div.companyname {
	font-weight: bold;
	font-size: 1.2em;
}
div.featured-name {
	font-size: 1.5em;
}
div.float_left {
	float: left;
}
div.moreinfo a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: .5em;
	border: 1px solid #ccc;
	background: url('/img/top_background.jpg') repeat-x;
	color: #000;
}
div.contactcompany a {
	display: block;
	width: 12em;
	background: url('/img/top_background.jpg') repeat-x;
	float: left;
	margin: 1px;
	padding: 2px;
	border: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	text-align: center;
}
div.contactcompany a:hover {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.services {
	margin: 0; 
	margin-bottom: 0; 
	padding-left: 20px; 
	padding-bottom: 0; 
	padding-top: 0; 
	list-style-image: url('/img/icons/arrow.gif');
}
table.data {
	width: 100%;
	margin: 0;
}
table.data th {
	background-color: #6E7487;
	color: #fff;
	padding: 2px;
}
table.data th a {
	color: #fff;
}
table.data td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
}
table.data th.service {
	width: 7em;
}
table.data tr.inactive {
	color: #888;
	background-color: #eee;
}
	
#header{
	background-color: #363942;
	border: 1px solid #363942;
	padding: 0;
	margin: 0;
	height: 60px;
}
#header h1 { 
	color: #ffffff;
	line-height: 20px;
	height: 30px;
	padding-left: 5px;
	padding-top: 2px;
}
#header h1 a { 
	color: #ffffff;
	text-decoration: none;
}
#header h1 a:hover { 
	color: #fffccc;
	text-decoration: none;
}
div#menu {
	height: 30px;
	background: url('/img/top_background.jpg') repeat-x;
	width: auto;
	padding: 2px 2px 0 15px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
div#menu_bottom {
	clear: both;
	border-top: 2px solid #ccc;
	margin: 20px 0 0 0;
	padding: 25px;
}
ul#nav {
 	text-align:left;
 	/* display:table-cell; */
}
#nav, #nav ul, #nav_bottom, #nav_bottom ul { /* all lists */
	width: 100%;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#nav a {
	border-right: 1px solid #ccc;
	display: block;
	width: 100%;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 4px 0;
	line-height: 16px;
}
ul#nav_bottom li {
	font-weight: bold;
	color: #888;
	text-decoration: none;
}
ul#nav_bottom li ul li a {
	font-size: 0.9em;
	color: #aaa;
	font-weight: normal;
	text-decoration: none;
}
#nav a img, #nav_bottom a img {
	border: 0;
}
#nav li a {
	border-bottom: 1px solid transparent;
}
#nav li a:hover {
	border-bottom: 1px solid #000;
}
#nav li ul a {
	width: 100%;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 1px 0 1px 0;
}
#nav li ul a:hover {
	background-color: #fffccc;
}
#nav_bottom li {
	float: left;
	width: 14em;
	margin: 0 1px 0 1px;
}
#nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
	margin: 0 1px 0 1px;
}
#nav_bottom li ul {
	text-align: left;
	width: 12em;
	padding: 2px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	text-align: left;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 2px;
}
#nav li ul li {
	width: 100%;
	margin: 0;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.1em 0 0 12em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.sfhover {
}

#nav li.daddy a {
	/* background: url("images/rightarrow.gif") center right no-repeat; */
	font-weight: bold;
	color: #666;
}
#nav li.daddy, #nav li.daddy:hover {
}
#nav li.daddy a:hover {
}

/* Layout */
#container {
	text-align: left;
	margin: 0;
	padding: 0;
}

#content{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 10px 40px 40px 40px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	color: #888;
}
#footer a {
	color: #888;
}
div#flashMessage {
	color: #660000;
	font-weight: bold;
}
div.message {
	margin: 2em;
	padding: 1em;
	background-image: url( '/img/info_box_back.jpg' );
	border: 1px solid #ccc;
}
div.error-message {
	color: #990000;
	border: 0;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
div.actions {
	height: 30px;
}
div.actions ul {
	list-style: none;
}
div.actions ul li {
	float: left;
}
div.actions ul li a, a.action {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 2px .5em 2px .5em;
	border: 1px solid #ccc;
	background: url('/img/top_background.jpg') repeat-x;
	color: #000;
	margin: 2px;
}
div.actions ul li a img, a.action img{
	border: 0px;
}
div.actions ul li a:hover {
	background-color: #fffccc;
}
div.paging div {
	display: inline;
}
	

/* Forms */
form {
	margin-top: 0;
	margin-right: 20px;
	padding: 0;
	width: 50%;
}
form div {
	border: 1px solid #ddd;
	clear: both;
	margin-bottom: 1em;
	padding: .8em 2em 1em 1.4em;
	vertical-align: text-top;
}
form div.noborder {
	border: 0;
	padding: 0;
	margin: 0;
}
form div.note {
	background-image: url( '/img/info_box_back.jpg' );
	background-repeat: repeat-x;
	background-color: #fffccc;
	border: 1px solid #ccc;
}
div.required {
	color: #333;
	background: #f2f2f2;
	font-weight: bold;
}
form div.optional, form div.input {
	background: #f6f6f6;
	color: #444;
}
form div.input input.dateInput {
	width: auto;
	display: inline;
	margin-right: 3px;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 14px;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 14px;
	width: 100%;
	background-color: #fff;
}
select {
	clear: both;
	font-size: 14px;
	vertical-align: text-bottom;
	color: #000;
	background-color: #fff;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 14px;
	padding: 0 0.3em;
}
select[multiple=multiple] {
	width: 100%;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 0 .4em;
	width: auto;
	vertical-align: bottom;
}
div.auto_complete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.auto_complete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.auto_complete ul li.selected { background-color: #ffb;}
div.auto_complete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
}

/* Front Page */
div.front_left {
	width: 220px;
	float: left;
}
div#front_map {
	margin-left: 240px;	
}
div#searchbox {
}
div#searchbox form {
	width: 95%;
	clear: none;
	float: left;
}
div#searchbox form div {
	border: 0;
	clear: none;
	margin: 0;
	padding: 0;
}
div#searchbox div.input {
	background: transparent;
	color: #666;
	float: left;
}
div#searchbox label {
	display: inline;
	font-size: 12px;
	padding: 0 5px 0 10px;
	clear: none;
}
div#searchbox input {
	display: inline;
	clear: none;
	width: 6em;
}
div#searchbox div.submit {
	clear: none;
}
div#searchbox div.submit input {
	margin: 0 0 0 5px;
	width: auto;
}

/* HTML */
h3 {
	padding: 8px 0 8px 0;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}


/* Order Priorities */
tr.super_rush td {
	color: #d22020;
}
tr.rush td {
	color: #ec9f9f;
}
tr.hold, tr.hold td {
	color: #ccc;
}
tr.selected td {
	background-color: #fffccc;
}

tr.denied {
	background-color: #ffbfbf;
}
tr.allowed {
	background-color: #ccff99;
}
.numeric {
	text-align: right;
}
tr.share td {
	background-color: #eee;
}
.date-input {
	width: 9em;
	float: left;
	margin-right: 10px;
}
div.news-post {
	margin-left: 10px;
	clear: right;
}
div.news-post h3 a {
	color: #333;
	text-decoration: none;
}
div.news-post a:hover {
	text-decoration: underline;
}
h2.news {
	border-bottom: 1px solid #ccc;
	background: transparent url(/img/top_background.jpg) repeat-x scroll 0 0;
	padding-left: 10px;
}
div.news-post h3 {
	border-bottom: 2px solid #363942;
}
div.news-post .information {
	float: right;
	font-size: 12px;
	color: #666;
}
div.news-post p {
	margin-top: 15px;
}
div.news-post blockquote {
	color: #666;
	width: 75%;
	padding-left: 60px;
	background-image: url('/img/left_apostrophe.gif');
	background-repeat: no-repeat;
}
div.news-post blockquote .right-apostrophe {
	margin-top: 10px;
	width: 40px;
	background-image: url('/img/right_apostrophe.gif');
	background-repeat: no-repeat;
	height: 40px;
	float: right;
}
div.captcha {
	display: none;
}
.pricing {
	font-size: 1.4em;
	clear: both;
}
.pricing p {
	margin: 10px;
}
.pricing .details {
	margin-left: 255px;
}
.pricing .cost {
	font-size: 1.2em;
	float: left;
	width: 250px;
	height: 100px;
	text-align: center;
}
.screen {
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

div.third-column {
	width: 265px;
	float: left;
	padding: 10px;
}
