/* CSS Document */
@import "/assets/styles/banners.css";
@import "/assets/styles/titles.css";


body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/assets/images/bgnd-dark.jpg);
}

.smallprint {
	font-size: 0.9em;
}

.greentext {
	color:#1C6E3E;
}

.bluetext {
	color:#0965A8;
}

/* Styles for header */
#headerContainer {
	height: 106px;
	width: 100%;
	text-align: center;
	background-image:url(/assets/images/bgnd-header.jpg);
	background-repeat:repeat-x;
	background-position: left top;
}

#header {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header #protection {
	height: 40px;
	float: right;
	padding-top: 9px;
	width: 300px;
	text-align: right;
}

#header #protection a {
	font-size: 0.9em;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
	display: none; /*hidden from view*/
}

#header #logo {
	width: 205px;
	float: left;
}

#header .nav {
	/*width: 638px;*/
	width: 594px;
	float: right;
}

#header .nav35 {
	width: 594px;
	height: 35px;
	position: relative;
	float: right;
}

#header #subnav {
	position:absolute;
	left:0px;
	top:0px;
	width:137px;
	height:35px;
	z-index:1;
	visibility: hidden;
}

#header #subnav-static {
	position:absolute;
	left:0px;
	top:0px;
	width:137px;
	height:35px;
	z-index:1;
	visibility: visible;
}

#header #subnav2 {
	position:absolute;
	left:371px;
	top:0px;
	width:131px;
	height:35px;
	z-index:1;
	visibility: hidden;
}

#header #subnav2-static {
	position:absolute;
	left:371px;
	top:0px;
	width:131px;
	height:35px;
	z-index:1;
	visibility: visible;
}


/* Banner styles */

#bannerContainer {
	width: 100%;
	height: 150px;
	background-image: url(/assets/images/bgnd-light.jpg);
	background-repeat:repeat;
}

#banner {
	width: 100%;
	height: 150px;
	/*margin: 0 auto;*/
	text-align: left;
	background-repeat:no-repeat;
	background-position: center;
}

/*Content area styles */

#contentContainer {
	width: 100%;
	background-image: url(/assets/images/bgnd-light.jpg);
	background-repeat:repeat;
	border-bottom: 2px solid #C8C2B7;
	padding-top: 19px;
	padding-bottom: 22px;
}

#content {
	width: 950px;
	/*border: 1px dotted green;*/
	margin: 0 auto;
	text-align: left;
	display: table;
	border: 1px none green;
	clear: both;
}

#content #column1 {
	width: 344px;
	font-size: 1.1em;
	color: #333333;
	line-height: 130%;
	padding-left: 19px;
	margin-right: 20px;
	float: left;
}

#content #column1 ul {
	margin-left:16px;
	padding-left: 0px;
	margin-top: 0px;
}

#content #column2 {
	width: 296px;
	font-size: 1.1em;
	color: #333333;
	line-height: 130%;
	float: left;
	padding-left: 23px;
	margin-right: 20px;
}

#content #column2c {
	width: 296px;
	font-size: 1.1em;
	color: #333333;
	line-height: 130%;
	float: left;
	/*padding-left: 23px;*/
	margin-right: 40px;
}

#content #column2 ul {
	margin-left:16px;
	padding-left: 0px;
	margin-top: 0px;
}

#content #column3 {
	width: 184px;
	font-size: 1.1em;
	color: #333333;
	line-height: 130%;
	float: left;
	padding-left: 26px;
	margin-right: 18px;
}

#content #column3 ul.candidates {
	margin: 0px;
	padding: 0px;
}

#content #column3 ul.candidates li {
	list-style: none;
	font-size: 0.9em;
	color: #666666;
	display: block;
	padding-bottom: 5px;
}

#content #column3 ul.candidates li strong {
	color: #0866A6;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content #column3 ul.candidates li a {
	font-size: 1.1em;
	background-image: url(/assets/images/arrows-blue.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-left: 15px;
	padding-bottom: 12px;
}

#content #column3 ul.candidates li a:hover {
	text-decoration: underline;
}

#content #column3 ul.clients {
	margin: 0px;
	padding: 0px;
}

#content #column3 ul.clients li {
	list-style: none;
	font-size: 0.9em;
	color: #666666;
	display: block;
	padding-bottom: 5px;
}

#content #column3 ul.clients li strong {
	color: #0F6734;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content #column3 ul.clients li a {
	font-size: 1.1em;
	background-image: url(/assets/images/arrows-green.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-left: 15px;
	padding-bottom: 12px;
}

#content #column3 ul.clients li a:hover {
	text-decoration: underline;
}

#content #column3 li.indent {
	padding-left: 15px;
}

#content h1 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	height: 36px;
}

#content h2 {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	height: 25px;
}

#content p {
	margin-top: 0px;
	margin-bottom: 18px;
}

#content p a {
	color: #333333;
	text-decoration: underline;
}

#content p a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#content hr {
	height: 1px; 
	border: 0;
	color: #c8c2b7; /* for ie */
	background-color: #c8c2b7; /*for mozilla browsers */

}

/****page titles and tag definitions ****/
#content h1 span, #content h1 a span, #content h2 span {
	display: none;
}

/*footer*/
#footerContainer {
	width: 100%;
	padding-top: 10px; /*19px*/
	padding-bottom: 10px; /*22*/
}

#footer {
	width: 950px;
	/*border: 1px dotted green;*/
	margin: 0 auto;
	text-align: left;
	display:table;
}

#footer #fcolumn1 {
	width: 363px;
	height: 70px;
	font-size: 0.9em;
	color: #666666;
	line-height: 130%;
	padding-left: 19px;
	margin-right: 0px;
	float: left;
	border: 1px none red;
	font-weight: bold;
	border-right: 1px solid #c8c2b7;
}

#footer #fcolumn1 div {
	float: left;
	margin-right: 6px;
	white-space:nowrap;
}

#footer #fcolumn2 {
	width: 305px;
	height: 70px;
	font-size: 1.0em;
	color: #666666;
	line-height: 130%;
	float: left;
	border: 1px none red;
	padding-left: 23px;
	padding-right: 10px;
	margin-right: 0px;
	border-right: 1px solid #c8c2b7;
}

#footer #fcolumn2 p.definition {
	margin-top: 0px;
	margin-bottom: 6px;
}

#footer #fcolumn2 p.copyright {
	margin:0px;
}

#footer #fcolumn3 {
	width: 184px;
	height: 70px;
	font-size: 0.9em;
	color: #666666;
	line-height: 130%;
	float: left;
	padding-left: 26px;
	margin-right: 18px;
}

#footer #fcolumn3 div.expand {
	width: 80px;
}

#footer #fcolumn3 div {
	float: left;
	margin-right: 0px;
	white-space:nowrap;
	padding-right: 10px;
}

#footer strong {
	color: #0965A8;
	font-size: 1.1em;
}

#footer h5 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	height: 20px;
}

#footer h5 span {
	display: none;
}

#titleDefinition {
	background-image: url(/assets/images/title-definition.gif);
}

#titleSynergyAssociates {
	background-image: url(/assets/images/title-synergyassociates.gif);
	width: 158px;
}

#titleh5Blank {
	background-image: url(/assets/images/title-blankh5.gif);
	width: 20px;
}

#footer p {
	margin-top: 0px;
}

#footer p a, #footer a {
	color: #666666;
	text-decoration: none;
}

#footer p a:hover, #footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/*#footer em {
	font-size: 0.9em;
	padding-top: 3px;
}*/


/**Timesheets jump box **/

#formTimesheets {
	padding: 0px;
	margin: 0px;
	width: 175px;
}

#formTimesheets select#timesheets {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#designedBy {
	width: 200px;
	height: 12px;
	clear: both;
	font-size: 0.8em;
	color: #999999;
	text-align: left;
	padding-top: 5px;
	padding-left: 19px;
}

#designedBy a {
	color: #999999;
}

/*contact form*/

#contactForm {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#contactForm .textboxes {
	border: 1px solid #c8c2b7;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 3px;
	margin-top: 3px;
}

#contactForm .textarea {
	width: /*286px;*/292px;
	height: 50px;
	border: 1px solid #c8c2b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#contactForm .submitbtn {
	background-color: #c8c2b7;
	color: #333333;
	border: 1px solid white;
	font-weight: bold;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}

#contactForm .textboxtitle {
	border: 1px solid #c8c2b7;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 3px;
	margin-top: 3px;
}

#contactForm .checkbox {
	padding: -3px;
	margin-right: -3px;
	vertical-align: middle;
}

#contactForm .paddingtop {
	padding-top: 3px;
}

#contactForm .paddingbottom {
	border: 1px solid #c8c2b7;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 3px;
}
