/*
-----------------------------------------------
signworks screen style
version:  2003.08.12
----------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	background-color: #0062AC;
	}
html, body, textarea {
	font: small Verdana, Arial, Helvetica, sans-serif;
	}
h1, h2, h3, h4 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	}
h1	{
	font-size: 200%;
	color: #F93;
	background: transparent url(/images/nav_bullet.gif) no-repeat center right;
	border-bottom: 1px solid #0062AC;
	}
h2	{
	font-size: 170%;
	color: #00477C;
	background: transparent url(/images/nav_bullet.gif) no-repeat center right;
	border-bottom: 1px solid #F93;
	}
h1, h2 {
	clear: both;
	}
h3, h4 {
	color: #0062AC;
	background-color: transparent;
	margin-bottom: .3em;
	padding-bottom: 0;
	}
h3	{
	font-size: 140%;
	}
h4	{
	font-size: 120%;
	}
p	{
	margin: 0 1em 1em 1em;
	line-height: 1.5em;
	position: relative;
	}
ul	{
	list-style-image: url(/images/bullet.gif);	
	}
ul li {
	margin-bottom: .3em;
	}
acronym, abbr {
	color: #666;
	border-bottom: 1px dashed #DDD;
	cursor: help;
	}

/* Content Sections
----------------------------------------------- */
div#container {
	background-color: #FFF;
	margin: 0 25px;
	background: white url(/images/left_col_bg.gif) repeat-y 1px 1px;
	}
div#header {
	border: 1px solid white;
	background: #DDD url(/images/bg_header.jpg) repeat-x;
	padding: 0;
	height: 100px;
	}
img#sw_logo {
	float: left;
	margin: 5px 0 0 15px;
	}
img#im_logo {
	float: right;
	margin: 15px 15px 0 0;
	}
div#slogan {
	position: relative;
	font-style: italic;
	font-size: 120%;
	font-weight: bold;
	color: #00477C;
	text-align: center;
	padding: 5px;
	}
div#body {
	margin: 0 1px;
	padding-bottom: 1px;
	} 
div#content {
	margin-left: 180px;
	background-color: #FFF;
	padding: 1px 10px 0 10px;
	}
p#footer {
	clear: both;
	margin: 1em -9px 0 -13px;
	border: 1px solid #999;
	padding: .3em;
	text-align: center;
	background-color: #DDD;
	color: #777;
	font-size: .9em;
	}
div#collage {
	position: relative;
	margin: 0 0 1em -247px;
	width: 494px;
	left: 32%;
	} html>body div#collage { left: 50% }
div#collage a {
	display: block;
	height: 228px;
	background: transparent no-repeat;
	}
div#collage a span {
	display: none;
	}
a#home_sw {
	background-image: url(/images/home_signworks.gif) !important;
	width: 238px;
	margin-right: 20px;
	}
a#home_im {
	background-image: url(/images/home_imagemaker.gif) !important;
	width: 236px;
	}
div#creditCards {
	height: 59px;
	margin: 1em 0;
	padding: 0;
	background: transparent url(/images/credit_cards.gif) no-repeat top center;
	}
div#creditCards p {
	display: none;
	}
p#award {
	width: 71px;
	height: 110px;
	background: transparent url(/images/award.gif) no-repeat;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	cursor: help;
	}
p#award strong {
	display: none;
	}

/* Navigation
----------------------------------------------- */
div#nav {
	position: absolute;
	top: 102px;
	left: 26px;
	width: px;
	margin: 0;
	padding: 0;
	z-index: 10;
	} html>body div#nav { top: 92px; }
div#nav ul{
	width: 175px;
	background-color: #78B5F2;
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid white;
	}
div#nav li {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 1px solid #069;
	}
div#nav ul a, div#nav ul a:visited, div#nav ul a:active {
	color: black;
	padding: 6px 5px 6px 25px;			
	text-decoration: none;
	display: block;
	background: transparent url(/images/nav_bullet.gif) no-repeat center left;
	margin: 0;
	width: 145px;
	}
div#nav ul a:hover, div#nav ul a:visited:hover, div#nav ul a:active:hover {
	background-color: #DDD;
	background-image: url(/images/nav_bullet_over.gif);
	}

/* Forms
----------------------------------------------- */
form {
	margin: 0 2em;
	padding: 0;
	}
input, select, textarea {
	border: 1px solid #069;
	margin-left: 1em;
	}
label, div.label {
	display: block;
	font-weight: bold;
	color: #0062AC;
	background-color: transparent;
	border-top: 1px dashed #CCC;
	margin-top: 1em;
	padding-top: 1em;
	}
label.inline {
	display: inline;
	border: none;
	font-size: 90%;
	}
span.req {
	color: #F00;
	font-weight: bold;
	}
div.formButtons input {
	background-color: #DDD;
	margin: 1em;
	}
div#formErrors {
	font-weight: bold;
	color: #F00;
	}

/* Columns
----------------------------------------------- */
.col {
	width: 45%;
	float: left;
	}
.col3 {
	width: 30%;
	float: left;
	}
.colRight {
	float: right;
	}
.insert {
	background-color: #EEE;
	border: 1px solid #999;
	}
.insert h3 {
	margin-top: 0;
	padding: .3em;
	font-size: 100%;
	text-align: center;
	border-bottom:1px solid #999;
	background-color: #DDD;
	}

/* Misc
----------------------------------------------- */
p#mapImage {
	text-align: center;
	}
.clear {
	clear: both;
	}
div.right {
	margin-right: 1em;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}
span.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 90%;
	font-style: italic;
	color: #999;
	text-decoration: none;
	}
a img {
	border: none;
	}
.u	{
	text-decoration: underline;
	}
.co {
	font-weight: bold;
	color: #0062AC;
	}
.important {
	font-size: 110%;
	}
.note {
	color: #0062AC;
	font-style: italic;
	padding-top: 1em; 
	}
.center {
	text-align: center !important;
	}
.tRight {
	text-align: right;
	}
.nobr {
	white-space: nowrap;
	}