/* CSS Document */

/******************************************************************************************

	Site:		OfficePOD
	Section:	All

	Author:		Maze
	
	
	
	Media type:		All

	1 - Universal
	2 - Typography
	3 - Structure/Layout
	4 - Page elements
	5 - Navigation
	6 - Miscelaneous

******************************************************************************************/



/***********************************************************************
	1 - UNIVERSAL
************************************************************************/


body {
	color: #999999;
	background: #FFFFFF;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}

.empty {
	height: 1px;
	clear: both;
	line-height: 1px;
	font-size: 1px;
	margin-top: 0;
	margin-bottom: -1px;
	width: 100%;
}

a
{
  outline: none;
}


a:link {
	color: #333333;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;

}

a:hover {
	color: #ec003d;
}




/***** TABLE STYLES 


table {
	margin:12px 0px 12px 0px;
	border:#CCCCCC 1px solid;
	border-collapse:collapse;
}

thead {
	font-weight:bold;
}

thead th {
	padding:6px 4px 6px 10px;
	text-align:left;
	border-right:#CCCCCC 1px solid;
}

td {
	padding:4px 4px 4px 10px;
	border:#CCCCCC 1px solid;
}

table tr.alt-row {
	background-color:#01225D;
}	

*****/



/***********************************************************************
	2 - TYPOGRAPHY
************************************************************************/

p {
	margin-top: 8px;
	margin-bottom: 12px;
	line-height: 1.4em;
	font-size: 105%;
}

h1, h2, h3, h4, h5, h6, p.sub-navigation-heading {
	line-height: 1em;
	margin-right: 0px;
	margin-left: 0px;
}

h1 {
	margin-top: 5px;
	margin-bottom: 3px;
	color: #333333;
	font-size: 30px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #ec003d;
	font-size: 12px;
}

h3, p.sub-navigation-heading {
	margin: 0px;
	font-size: 1.6em;
	color: #333333;
}

h4 {
	font-size: 2.5em;
	color: #A8A9AD;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.2em;
}

.highlight {
	color:#333333;
}

.text-highlight {
	color: #000000;
	font-size: 120%;
}

.fsize14 {font-size:14px }

/***********************************************************************
	3 - STRUCTURE/LAYOUT
************************************************************************/


#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-bottom: 10px;
	font-size: 95%;
}


body.landing-page #content-container, body.home #content-container {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}

#content-container {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	padding-left: 25px;
}



#header {
	margin-bottom: 10px;
}

#header-left {
	float: left;
	margin-top: 35px;
	padding-bottom: 13px;
}

#header-right {
	float: right;
	text-align: right;
	margin-top: 15px;
}

#navi-right {
	float: right;
	text-align: right;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}

.tab-in160 {
	padding-left: 160px;
}

/* Formularfelder */
.kform {  color: #666666; width: 150px; height: 17px; font-size: 10px; background-color: #FFFFFF; border: 1px solid #999999; }
.button {  color: #666666; width: 100px; height: 17px; font-size: 10px; background-color: #FFFFFF; border: 1px solid #999999; }
.checkbox {  color: #666666; width: 15px; height: 15px; background-color: #FFFFFF; }


/***********************************************************************
	4 - PAGE ELEMENTS
************************************************************************/


/* #Content */


#content {
	float: left;
	width: 675px;
}

body.landing-page #content {
	float: left;
	width: 525px;
	margin-top: 50px;
}


#content li {
	margin-bottom: 10px;
	list-style-type: square;
}



/* #left-column */

#left-column {
	width: 187px;
	float: left;
	margin-right: 18px;
}



/* #right-column */

#right-column {
	width: 120px;
	float: right;
	padding-top: 32px;
}


/***** Footer *****/

#footer {
	float: right;
	padding-top: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
}

#footer p {
	text-align: right;
	display: block;
	float: right;
	margin: 0px;
	padding-top: 1px;
}

#footer a {
	text-decoration: none;
}



/***********************************************************************
	5 - NAVIGATION
************************************************************************/


ul#navigation {
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 450px;
	margin-top: 30px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}




/***********************************************************************
	6 - MISCELANEOUS
************************************************************************/


#content-container .main-image {
	float: left;
}


/* Landing page feature */


.landing-page-feature {
	width: 205px;
	float: left;
	margin-right: 46px;
}

#landing-page-features .last-item {
margin-right: 0px;
}


.feature-icon {
	float: left;
}
.landing-page-feature-content {
	float: left;
	margin-left: 10px;
	width: 130px;
}
.landing-page-feature-content p {
	margin-top: 2px;
}




/* Sub page features */

#sub-page-features {
	margin-top: 30px;
}


.sub-page-feature {
	width: 220px;
	float: left;
	margin-right: 10px;
}

#sub-page-features .last-item {
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.feature-icon {
	float: left;
}
.sub-page-feature-content {
	float: left;
	margin-left: 10px;
	width: 125px;
}
.sub-page-feature-content p {
	margin-top: 2px;
}







/* Sub page features wide */

#sub-page-features.wide {
	margin-top: 40px;
	background-image: url(../images/framework/bg/3-wide.gif);
	background-repeat: repeat-y;
}


#sub-page-features.wide .sub-page-feature {
	width: 228px;
	float: left;
	margin-right: 15px;
}

#sub-page-features.wide .last-item {
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#sub-page-features.wide .sub-page-feature-content {
	float: left;
	width: 213px;
	margin-left: 0px;
}



/* Sub page features numbered */

#sub-page-features.numbered {
	margin-top: 30px;
	background-image: url(../images/framework/bg/4.gif);
	background-repeat: repeat-y;
}


#sub-page-features.numbered .sub-page-feature {
	width: 165px;
	float: left;
	margin-right: 15px;
}

#sub-page-features.numbered .last-item {
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sub-page-features.numbered .sub-page-feature-content {
	float: left;
	width: 120px;
	margin-left: 8px;
}




/* Sub-navigation */

.sub-nav-feature {
	float: left;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	width: 190px;
}

.sub-nav-feature ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.sub-nav-feature li {
}



#sub-navigation .last-item {
	margin-bottom: 0px;
	border:none;
}


.sub-navigation-icon {
	float: left;
}

.sub-nav-feature-content {
	float: left;
	margin-left: 10px;
	width: 130px;
	padding-bottom: 12px;
}


.sub-nav-feature p {
	margin-top: 2px;
}




#sub-navigation {
	width: 190px;
	float: left;
	margin-right: 25px;
	margin-top: 25px;
}
.sub-nav-feature-content li {
	list-style-type: none;
}

.sub-nav-feature-content ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}

.sub-nav-feature-content ul a, .sub-nav-feature ul a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}


#top-content img.right {
	float: left;
	margin-left: 42px;
}

#top-content.employers-concept img.right {
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
}

#top-content.employers-service-landing img.right {
	float: left;
	margin-left: 0px;
}


#content.employers-concept {
	width: 375px;
}

#content.employers-concept-design {
	width: 375px;
}

#content.employers-service-survey {
	width: 330px;
}

#content.employers-service-enabling {
	width: 330px;
}

#content.employers-service-installation {
	width: 330px;
}

#content.employers-service-support {
	width: 330px;
}

#content.employers-concept-story {
	width: 405px;
}


#content.employers-service-landing {
	width: 375px;
	float: left;
}

#content.employers-gallery {
	width: 715px;
	float: left;
}





#content ul, #base-content ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	list-style-type: disc;
}
a.this-page, p.this-page a {
	color: #FF9000;
}


a span.number-link-highlight {
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}

a:visited span.number-link-highlight {
	color: #FFFFFF;

}


a:hover span.number-link-highlight {
	color: #FF9000;

}
#base-content {
	float: left;
	width: 715px;
}
p.right {
	float: right;
}

#rss-feature {
	margin-top:40px;
	display: none;
}

#rss-feature-test {
	margin-top:40px;
}

#rss-feature img, #rss-feature-test img {
	float: left;
	margin-right: 3px;
}
#rss-feature a, #rss-feature-test a {
	display: block;
	margin-top: 4px;
	padding: 2px;
	float: left;
}
#toolsoptions_social ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#toolsoptions_social li {
	float: left;
	width: 125px;
	display: block;
	margin-right: 5px;
}
#toolsoptions_social {
	font-weight: bold;
	margin-top: 30px;
	width: 675px;
	display: block;
	margin-bottom: 20px;
}

#toolsoptions_social img {
	margin-right: 3px;
}
#toolsoptions_social .icon-lists {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	width: 652px;
}
#toolsoptions_social p {
	margin-bottom: 4px;
}
#toolsoptions_social #icon-lists a {
	padding: 3px;
}
.blog-lead-in {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#content.blog h4 a {
	color: #A8A9AD;
}
.black-text {
	color: #000000;
}
.contact-container {
	padding-bottom: 25px;
	float: left;
	width: 300px;
	margin-right: 35px;
	margin-bottom: 10px;
}
#client-support-login {
	height: 45px;
}
p.error {
	color: #FF9000;
	font-size: 95%;
}
p.error a {
	color: #FF9000;
}

p.error a:hover {
text-decoration:underline;
}
#top-content.benefits .sub-page-feature-content {
	width: 255px;
	margin-left: 10px;
}
#top-content.benefits .sub-page-feature {
	width: 345px;
	margin-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top-content.benefits {
	width: 710px;
}
#sub-page-features-three {
	margin-top: 30px;
	background-image: url(../images/framework/bg/3.gif);
	background-repeat: repeat-y;
}
.sub {
	font-size: 70%;
}
#tag_cloud {
	margin-top: 40px;
}
#articleTags h3 {
	margin-top: 25px;
	margin-bottom: 0px;
}
#articleTags p {
	margin-top: 5px;
}
p.article_nextlinks {
	margin-top: 20px;
}
#footer span.credits {
	margin-left: 20px;
	font-size: 95%;
	color: #CCCCCC;
}
#footer span.credits a {
	color: #CCCCCC;
}

#footer span.credits a:hover {
	color: #ff9000;
}


form#client-login {
}



p.spacer {
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
}
#table1 th {
	color: #000000;
}
#table1 {
	color: #333333;
	width: 950px;
}





.sidebarbutton {
	margin-bottom: 25px;
}
dl.icon-menu  {
	padding-top: 5px;
}
dl.icon-menu-notop  {
	margin-top: 5px;
}
dl.icon-menu dt, dl.icon-menu-notop dt {
	float: left;
	width: 25px;
	height: 40px;
}
dl.icon-menu dd, dl.icon-menu-notop dd {
	margin-left: 25px;
	font-size: 11px;
	padding-bottom: 4px;
	color: #828282;
}
dl.icon-menu dd a, dl.icon-menu-notop dd a {
	font-size: 12px;
	font-weight: bold;
}
dl.icon-menu dd.noLink {
	font-size: 12px;
	font-weight: bold;
	color: #525252;
}
dl.icon-menu dd a.small, dl.icon-menu-notop dd a.small {
	font-size: 11px;
	font-weight: normal;
}
dl.icon-menu dd.last, dl.icon-menu-notop dd.last {
	margin-bottom: 10px;
}
dl.icon-menu dd.lastBig, dl.icon-menu-notop dd.lastBig {
	margin-bottom: 25px;
}#table1 td {
	vertical-align: top;
	padding: 10px;
}
#wrap.reports h1 {
	font-size: 185%;
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 0px;
}
#newsTicker li {
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
ul#newsTicker {
	margin: 0px;
	padding: 0px;
}
