@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #1a608e;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #1a608e;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
p { line-height: 1.6em; }

li {
	list-style: square;
	padding-bottom: .5em;
}
a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover { color: #B4141F; }


/********Layout Styles********/
.signTech #container {
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.signTech #header {
	background: #ffffff;
	padding: 0;
	margin: 0;
	color: #ffffff;
} 
.signTech #header #navBar ul {
	list-style: none;
	margin: 0em;
	padding: 1em;
	background-color: #1b3652;
	border-bottom: solid 1px #000000;
	text-decoration: none;
}
.signTech #header #navBar li {
	display: inline;
	list-style: none;
	padding: .5em;
	text-decoration: none;
}
.signTech #header #navBar a:link, .signTech #header #navBar a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0em 1.5em;
	text-transform: uppercase;
}
.signTech #header #navBar a:hover {
	color: #FF3300;
}
.signTech #container #header .adImg {
	float: left;
	margin-top: -9px;
}
.signTech #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 3px 0; 
}
.signTech #container #header #logoBox .tagline1 {
	padding-top: 32px;
	color: #7498C0;
}

.signTech #header h2 {
	margin: 0;
	padding: 3px 0;
	font-style: italic;
	font-weight: bold;
	color: #ff3333; 
}
.signTech #header #logoBox {
	margin: 0px;
	padding: 5px 40px 40px 0px;
	text-align: right;
	background: #0b2a3f;
}
.signTech #header #logoBox .logoImg {
	padding: 0px 0px 0px 30px;
	float: left;
}
.signTech #sidebar1 {
	float: left;
	width: 214px;
	padding: 15px 10px 15px 24px;
}
.signTech #sidebar1 .services {
	font-size: 1.1em;
	font-weight: bold;
	color: #0b2a3f;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.signTech #sidebar1 .services li {
	line-height: 1.6em;
	list-style: none;
}

.signTech #mainContent {
	margin: -3px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
} 
.signTech #mainContent #mainCopy {
	margin: 0px 0px 0px 249px;
	padding: 20px 20px 0px 21px;
	border-left: 3px solid #CCCCCC;
}
.signTech #mainContent #mainCopy .tblImgOv {
	font-size: .9em;
	color: #003366;
	border: 1px solid #999999;
}
.signTech #mainContent #mainCopy .lrgImgBdr {
	border: 2px ridge #003366;
	padding: 2px;
	margin: 10px 0;
}

.signTech #footer {
	padding: 0 10px 0 20px;
	font-size: 0.9em;
	border-top: 5px solid #CCCCCC;
	margin: 0px 0px -6px;
} 
.signTech #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 
	text-align: center;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.gold { color: #e6c81c;}
.dropcap {
	float: left;
	color: #77A3C4;
	font: bold 4em/38px "Broadway BT", "Arial Black", arial;
	padding-right: 2px;
}
.smaller {
	font-size: 9px;
	font-weight: bold;
}
.employment {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
}


.signTech #mainContent #mainCopy .fabImgs { padding-bottom: 5px; }
.blue { color: #1A608E; }

