
/**************************************************************************************************************/
/* Flip Studios CSS                                                                                           */
/**************************************************************************************************************/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #363636;
	background:#707070;
	line-height: 16px;
}
html,body {
	margin: 0;		 
	text-align: center;
	margin-left: auto;	/* HCS Added */
	margin-right: auto;	/* HCS Added */
	height: 100%; /* the html and body tags need to be at 100% height because references to a percent
					of the height in #page needs a value to reference. */
}
h1, h2, h3, h4 {
	color: #003663;
}
h1 {
	font-size: 18px;
	padding-bottom: 12px;
}

h2 {
	font-size: 18px;
	font-weight: normal; /* HCS Added */
	padding-bottom: 6px;
	clear: left;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: 10px; /* HCS Added */
	font-weight: bold;
	font-style: italic;
	padding-bottom: 4px;
}

p {
	padding-bottom: 30px;
}
a:link, a:visited, a:active{
	color:#F58026;
	text-decoration:underline;
}
a:hover{
	color:#F58026;
	text-decoration:underline;
}
.hilite {
	color: #F58026;
}

/* page structure */
.shadow-right {
	width: 812px;
	margin:0 auto 0 auto;
	background:transparent url(../images/shadow_right.gif) repeat-y scroll 100% 0;
}
#page  {
	width: 801px;
	border-top: 1px solid #363636;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
	border-bottom: 1px solid #363636;
	text-align: left;
	position: relative;
	/* min-height: 100%; HCS Deleted dosent work correctly in IE7 */ 
	background-color: #FFFFFF;
}

/* headers */
h1#logo a {
	margin: 0px;
	background-image: url(../images/logo.png);
	text-indent: -5000em;
	width: 300px;
	height: 131px;
	display: block;
	outline: none;
	float: left;
}

#header-links {
	float: right;
	margin:  20px 10px 0 0;
	color: #101D8E;
	font-size: 10px;
	background: transparent url(../images/link_arrow.gif) no-repeat scroll 0 3px;
}
#header-links a {
	color: #101D8E;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
}
#header {
	background-image: url(../images/home_header.png);
	border-bottom: 1px solid #363636; /* HCS Added */
	width: 801px;
	height: 131px;
}
#secondary-header {
	background-image: url(../images/secondary_header.png);
	width: 801px;
	height: 131px;
}

#menu {
	display: block;
	width: 801px;
	height: 36px;
	padding: 0px;
}	 

#menu li {
	float: left;
	display: block;
	height: 36px;
	position: relative;
}

#menu a {
	display: block;
	width: 100%;
	height: 36px;
	text-indent: -9000em;
	outline: none;
}

#menu li a
{
	background-image: url(../images/nav.png);
	top: 0;
	left: 0;
	z-index: 10;
	_left: 1px;
}

#menu li a.home		{ width: 133px;	background-position: 0px -72px; }
#menu li a.news		{ width: 88px;	background-position: -133px -72px; }
#menu li a.service-areas{ width: 157px;	background-position: -221px -72px; }
#menu li a.forms-library{ width: 157px; background-position: -378px -72px; }
#menu li a.about-us	{ width: 123px;	background-position: -535px -72px; }
#menu li a.contact-us	{ width: 143px;	background-position: -658px -72px; }

#menu li a.home:hover,
body.home-selected #menu li a.home			{ background-position: 0px -36px; }
#menu li a.news:hover,
body.news-selected #menu li a.news			{ background-position: -133px -36px; }
#menu li a.service-areas:hover,
body.service-areas-selected #menu li a.service-areas	{ background-position: -221px -36px; }
#menu li a.forms-library:hover,
body.forms-library-selected #menu li a.forms-library	{ background-position: -378px -36px; }
#menu li a.about-us:hover,
body.about-us-selected #menu li a.about-us		{ background-position: -535px -36px; }
#menu li a.contact-us:hover,
body.contact-us-selected #menu li a.contact-us		{ background-position: -658px -36px; }

/* content layouts */
#body {
	width: 728px;		 
	padding: 0 25px 0 48px;   
/* 	width: 750px; HCS Deleted */
/* 	padding: 0 25px 0 25px; HCS Deleted */
}

#content {
	width: 450px;
	float:left;
	margin-top: 40px;
	padding-bottom: 40px;
}

body.news-selected #content {
	width: 700px;
}

body.news-selected p {
	padding-bottom: 15px;
}

/* about us page */
#content img.padded {
	float: left;
	padding: 20px 20px 0 0;
}

/* contact page */
.phone-num {
	font-size: 14px;
	line-height: 20px;
}

/* quick trace xml results */
#loadedcontent table {
	margin: 10px;
}

#loadedcontent td.stamp {
	width: 200px;
}

#loadedcontent td {
	width: 500px;
}
/* lists */
ul#areas li {
	list-style-type:none; /* HCS Added */
	height: 150px;
	background: transparent url(../images/horizontal_div.gif) repeat-x scroll 0 100%;
	clear: left;
}

ul#areas li div {
	float: left;
	padding-top: 40px;
}

ul#news-list li {
	list-style-type: none; /* HCS Added */
	background: transparent url(../images/horizontal_div.gif) repeat-x scroll 0 100%;
}

ul#news-list li p {
	padding-bottom: 20px;
}

ul#news-list li h2 {
	padding-top: 20px;
}

/* employment details */
#employ-body {
	padding: 30px;
	width: 741px;
	clear: left;
}

#employ-body h2 {
	background-color: #959595;
	color: #FFFFFF;
	padding: 5px 0 5px 30px;
	font-weight: normal;
	font-size: 12px;
}

#employ-body h3 {
	padding-bottom: 10px;
}

#employ-body p {
	padding-bottom: 10px;
	color: Navy; /* HCS Added */
}

#employ-content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: Navy; /* HCS Added */
}

#employ-content li {
	list-style-type: disc;
	color: Navy; /* HCS Added */
}

#employ-content {
	background-color: #EBEBEB;
	padding: 30px;
}

/* sidebars */
#sidebar-facts {
	width: 192px;
	height: 343px;
	float: right;
	padding: 70px 34px 0 24px;
	background: transparent url(../images/quick_facts_bg.gif) no-repeat scroll 0 0;
	font-size: 9px;
	margin-top: 24px;
}

#sidebar-facts h3 {
	font-style: italic;
	font-size: 11px;
}

#sidebar-employment {
	width: 190px;
	height: 343px;
	float: right;
	padding: 85px 32px 0 28px;
	background: transparent url(../images/employment_opp_bg.gif) no-repeat scroll 0 0;
	font-size: 9px;
	margin-top: 24px;
	line-height: 14px;
}

#sidebar-employment h3 {
	font-style: italic;
	padding-bottom: 8px;
}

#sidebar-news {
	width: 188px;
	height: 313px;
	float: right;
	padding: 60px 24px 0 30px;
	background: transparent url(../images/news_bg.gif) no-repeat scroll 0 0;
	font-size: 9px;
	margin-top: 24px;
	line-height: 14px;
}

#sidebar-news p {
	padding-bottom: 20px;
}

/* home page item layout */
#splash img {
	float: left;
	clear: left;
}

#splash img.splash-right {
	float: right;
}
#quick-trace {
	background:transparent url(../images/quick_trace_bg.png) no-repeat scroll 0 0;
	float: left;
	height: 61px;
	width: 179px;
	text-align: right;
	padding: 130px 23px 0 0;
}

#quick-trace form input.styled {
	border: 1px #000000 solid;
	width: 151px;
	padding: 2px;
	margin-bottom: 5px;
}

/* footer */
#footer {
	height: 68px;
	background-color: #E1E1E1;
	text-align: right;
}

#footer a {
	padding: 0 6px;
	text-decoration: none;
	color: #363636;
}

#footer p {
	padding: 18px 0 0 0;
}

#footer p.copy {
	padding: 15px 0 0 0;
	font-size: 10px;
}
.gutter {
	width: 812px; 
	background:transparent url(../images/shadow_footer.gif) repeat-x scroll 0 0;
	margin:0 auto 0 auto;
}

/**************************************************************************************************************/
/* Hoffman Consulting Services CSS                                                                            */
/**************************************************************************************************************/

* {
	margin: 0;
	padding: 0
}
img {
	border:0;
}
table,th,td,tr {
	text-align:left;
}
.MenuItems {
	text-align: left;
}
.textbox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: black;
}
.label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #363636;
}
.labelSmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #363636;
}
.checkbox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #363636;
}
.error {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: Red;
	font-weight: bold;  
}
.hitCounter {
    background-color: #00008B ;
    border-color: Gray;
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: White;
} 
.heading_ul   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color:  #00008B ;
    border-bottom: 1px groove #666644
}
.heading   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color:  #00008B ;
}
.heading_large  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight: bold;
    color:  #00008B ;
}
.heading_small   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color:  #00008B ;
}
.normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}
.normalRight {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
}
.normalMandatory {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: maroon;
}

.normalSmall {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
}

.normalTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	border-style: solid;
    border-width: 1px;
} 

.normalRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.normalBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.textDocument {
    font-family: Courier; 
    font-size: 12px;
    text-align: left;
}
.grid {
	border: solid 1px Navy;
}

.grid td { 
	border: solid 1px Navy;
} 

.gridHeader {
	font-family: Verdana, Helvetica, sans-serif;
	border:solid 1px Navy;
    font-size: 10px;
    font-weight: bold;
	background-color: #D3D3D3;
	color: Navy;
}
.gridItem {
	text-align: Left;
	font-family: Verdana, Helvetica, sans-serif;
	padding:1px 0px 1px 0px; 
} 
.gridAlternatingItem {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}
.gridLinkButton  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
a.gridLinkButton:link, a.gridLinkButton:visited, a.gridLinkButton:active, a.gridLinkButton:hover {
    text-decoration: underline;
    color: #F58026;
}
.userGrid {
	border: 0;
}

.userGrid td { 
	border: 0;
}
.custBatchClickable  {
    font-family: Courier New;
    font-size: 12px;
    font-weight: bold;
}
a.custBatchClickable:link, a.custBatchClickable:visited, a.custBatchClickable:active, a.custBatchClickable:hover {
    text-decoration: underline;
    color: #006400;
}
.custBatchNOTClickable  {
    font-family: Courier New;
    font-size: 12px;
    font-weight: normal;
}
a.custBatchNOTClickable:link, a.custBatchNOTClickable:visited, a.custBatchNOTClickable:active, a.custBatchNOTClickable:hover {
    text-decoration: none;
    cursor: default;
    color: #27408B;
}
.linkButton  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
a.linkButton:link, a.linkButton:visited, a.linkButton:active, a.linkButton:hover {
    text-decoration: underline;
    color: Navy;
}

.linkButtonSmall  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
a.linkButtonSmall:link, a.linkButtonSmall:visited, a.linkButtonSmall:active, a.linkButtonSmall:hover {
    text-decoration: underline;
    color: Navy;
}
.linkButtonLight  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
a.linkButtonLight:link, a.linkButtonLight:visited, a.linkButtonLight:active, a.linkButtonLight:hover {
    text-decoration: underline;
    color: #FFFFE0;
}
.commandButton {
	border: solid 1px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
a.commandButton:link, a.commandButton:visited ,a.commandButton:active, a.commandButton:hover {
    text-decoration: underline;
    color: #006400 ;
}

#welcomeLink:link, #welcomeLink:visited, #welcomeLink:active{
	color:#00008B;
	text-decoration:underline;
}
#welcomeLink:hover{
	color:#00008B;
	text-decoration:underline;
}
#popUp {
	margin: 0;
	height: 100%; 
	background: white;		 
	text-align: center;
	margin-left: auto;	 
	margin-right: auto;
	padding: 10px 10px 10px 10px;
}
#inner-page  {
	width: 801px;
	background-color: #FFFFFF;
	padding-bottom: 40px;
}
#inner-page-centered  {
	width: 780px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#inner-page-centered-ff  { /* for .aspx use #inner-page-centered and #inner-page-centered-ff */
	width: 780px; 
	margin: 0px auto; 
	text-align: left; 
	background-color: #FFFFFF;
}
#content-news {
	float:left;
	margin-top: 40px;
	padding-bottom: 40px;
}
#welcome {
	float: right;
	margin: 20px 10px 0 0;
	color: #101D8E;
	font-size: 10px;
}
#quick-trace-TexkBox {
	border-style: solid;
}
#rate-quote {
	background:transparent url(../images/rate_quote.png) no-repeat scroll 0 0;
	float: left;
	text-align: right;
	padding: 130px 23px 0 0;
}
#aspx-footer  {
	bottom: 0;
	width: 100%;
	border-top: 1px solid #363636;
	text-align: center;
	background-color: #C0C0C0;
}
#copyRight {
	bottom: 0px;
	position: relative;
	width: 801px;
	border-top: 1px solid #363636;
	text-align: center;
	background-color: #C0C0C0;
}