/* RSM TENON */

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #e6e6e6;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

#linkbar, #content {
}

a {
    color: #003f82;
    text-decoration: none;
}

a:hover {
    color: #003f82;
    text-decoration: underline;
}

#container {
    width: 900px;
    margin-top: 20px;
	margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

#mainarea {
    float: left;
    width: 642px;
    margin-left: 10px;
    overflow: hidden;
    padding-right: 10px;
	font-size:12px;
}

/*== Link bar ==*/
#linkbar {
    /*clear: both;*/
    width: 237px;
    float: right;
    margin-top: 19px;
	font-size:11px;
}

#linkbar ul {
    margin-left: 0px;
    list-style-type: square;
}

#linkbar ul li {
    margin-left: 0px;
    padding-top: 7px;
    padding-bottom: 0px;
	height:20px;
	border-bottom:1px solid #1D3E83;
	padding-left:8px;
	color:#000;
}

#linkbar .boxcontentplain {
	background-color:#DEE8F4;
	margin-bottom:10px;
	float:left;
	width:220px;
}

#linkbar .boxcontentplain ul li {
    margin-left: 0px;
    padding-top: 7px;
    padding-bottom: 0px;
	padding-left:8px;
	color:#000;
	height:auto !important;
	border-bottom:none;
}

#linkbar .boxcontentplain ul {
}

#linkbar .boxcontentplain ul li {

}

#linkbar ul li a {
	color:#000;
}

div.box {
    float: left;
    width: 220px;
	margin-bottom:15px;
}

#linkbar div.box ul {
	list-style-type:none;
	display:block;
}

div.box ul li.darkblue {
	background-image: url(./img/li-darkblue.png);
	background-position:top right;
}

div.box ul li.midblue {
	background-image: url(./img/li-midblue.png);
	background-position:top right;
}

div.box ul li.indented a {
	margin-left:10px;
}


div.box h4 {
    text-indent: -100em;
    height: 0px;
    overflow: hidden;
}

div.box h3 {
	display:block;
	height:22px;
	padding-top:5px;
	background-image: url(./img/li-lightblue.png);
	background-position:top right;
	background-color:#DEE8F4;
	padding-left:8px;
	margin-bottom:0px;
}

div.box p.link {
    display: block;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}

div.box p.link a {
    text-decoration: none;
	color:#004797;
}

div.box p.link a:hover {
    text-decoration: underline;
}

#tenonaskforaquote {
	float:left;
	display:block;
	background-image:url(./img/afaq.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding:8px 8px 8px 8px;
}

#tenonaskforaquote h3 {
	color:#FFF;
	font-size:16px;
	margin-bottom:17px;
}

#tenonaskforaquote a {
	color:#FFF;
}

#tenonaskforaquote p {
	margin-bottom:13px;
}

#header {
    float: left;
    width: 900px;
    background-color: #004797;
    height: 79px;
}

#header h1 {
	float:left;
    margin: 15px 0px 0px 18px;
    text-indent: -1000em;
    background-image: url(./img/rsm-tenon.png);
    background-repeat: no-repeat;
    height: 38px;
    padding-top: 7px;
	width:140px;
}

#header h1 a {
    display: block;
    top: 0px;
    width: 140px;
    height: 38px;
    overflow: hidden;
    left: 0px;
}

h3 {
    color: #2C2E2B
}

#tag_line_logo {
    background: url(./img/tag_line_logo.gif) no-repeat;
    float: right;
    height: 138px;
    width: 262px;
    overflow: hidden;
    text-indent: -1000em;
}

#mainnavigation {
    margin-left: 10px;
    margin-top: 9px;
    margin-bottom: 15px;
}

#mainnavigation ul {
    float: left;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 7px;
}

#mainnavigation ul.tenon {
    margin-right: 27px;
}

#mainnavigation li {
    display: inline;
    margin: 0px;
}

#mainnavigation li a {
    text-decoration: none;
    border-right: 1px solid #333333;
    padding-right: 6px;
}

#mainnavigation ul li:last-child a, #mainnavigation ul li.last-child a {
    border-right: none;
}

#mainnavigation li a:hover {
    text-decoration: underline;
}

#downloads {
    background-color: #EFEFEF;
    border: 1px solid #b4b4b4;
    padding: 10px;
    width: 598px;
    float: left;
    text-align: right;
    margin-bottom: 10px;
	margin-left:8px;
    clear: both;
}

#downloads img {
    display: block;
    float: left;
    margin-right: 10px;
}

#downloads h2 {
    text-align: right;
    color: #004797;
    font-weight: normal;
    margin-bottom: 10px;
}

#downloads p {
    color: #000;
    margin-bottom: 0px;
}

#downloads a {
    text-decoration: none;
    color: #000;
}

#downloads a:hover {
    text-decoration: underline;
    color: #000;
}

#content {
    color: #333333
}

#content {
    line-height: 1.2em;
}

#content h1 {
    color: #004797;
    margin-bottom: 0px;
    font-size: 23.5px;
}

#content h2 {
    font-size: 1.3em;
}

#content h3 {
    font-size: 1.1em;
}

#contentinner {
    margin-top: 15px;
    margin-right: 10px;
	padding-left:8px;
}

#footer {
    float: left;
    color: #000;
    font-size: 0.9em;
	width:890px;
    margin-top: 25px;
    padding-top: 10px;
	background-color:#004797;
	padding-left:10px;
	padding-bottom:10px;
}

#footer a {
    text-decoration: none;
}

#footer ul {
    float: left;
    margin: 0;
    padding: 0;
	margin-bottom:5px;
}

#footer ul li a {
	color:#FFFFFF;
	font-weight:bold;
}

#footer ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 5px;
    border-right: 1px solid #B8C5E3;
    margin-right: 5px;
    color: #932653;
}

#footer ul li.last {
    border-right: none;
}

#footer p {
    clear: left;
    margin-bottom: 0px;
    color: #B8C5E3
}

#footer p a {
    color: #B8C5E3
}

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


p.subline {
    clear: left;
    width: 800px;
    float: left;
    font-size: 0.9em;
    margin-bottom: 1em;
    color: #686a69
}

fieldset {
    border-color: #fff;
}

fieldset legend {
    color: #000;
}

#content ul.steps li.current {
    background: #003f82;
}

#content ul.steps li {
    border: 1px solid #fff;
    color: #AAAAAA;
}

div.tooltip {
    background: transparent url(./img/question.png) no-repeat;
}

#tenon_menu {
    float:right;
	clear:right;
	margin-top:10px;
}

#tenon_menu ul {
    list-style-type: none;
    margin-left: 0px;
    font-size: 12px;
    font-weight: bold;
    float: right;
    padding-right: 10px;
}

#tenon_menu ul li {
    float: left;
    margin-left: 0px;
    border-right: 1px solid #b8c5e3;
    padding-left: 10px;
}

#tenon_menu a {
    display: block;
    line-height: 1.33em;
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 10px;
}

#tenon_menu ul li.last {
    border: none;
}

#tenon_menu ul li.last a {
    padding-right: 0px;
}

#tenon_menu a:hover {
    text-decoration: underline;
}

/* sliding log in top bit */
#logintab {
    padding-top: 6px;
}

#logintab a {
    padding: 5px;
    color: #FFFFFF;
    font-size: 0.9em;
    text-align: center;
    background: #003f82;
    height: 20px;
    padding: 15px 9px 9px 9px;
}

#logintab a {
    text-decoration: none;
}

#logintab a:hover {
    text-decoration: underline;
}

#loginbar {
    width: 100%;
    background: #003f82;
    padding-bottom: 5px;
}

#logincentre {
    display: none;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    height: 158px;
    color: #000;
    font-size: 0.9em;
    overflow: hidden;
}

#loginleft {
    float: left;
    width: 440px;
    padding: 10px;
    color: #FFFFFF;
}

#loginleft h2 {
    color: #c6d7e9;
}

#loginright {
    float: right;
    width: 290px;
    margin: 8px;
    padding: 10px;
}

#loginright form input {
    width: 200px;
}

#loginright form label {
    width: 70px;
    text-align: right;
    padding-right: 2px;
    color: #FFFFFF;
}

#loginright form div.submit {
    width: 275px;
}

#loginright form div.submit input {
    width: auto;
    float: right;
}

body #header .google_search input {
    width: auto;
}


#tooltip {
    background-color: #FFFFFF !important;
    opacity: 1;
    filter: alpha( Opacity = 100) !important;

width:
    300px !important;
}

/* LiveDocs style override */
#liveDocsHeader {
    background: url(./img/live-docs-bottom.gif) repeat-x;
    background-position: bottom;
    float: left;
    width: 100%;
}

#liveDocsHeader h2 {
    background-image: url('./img/live-docs-people.gif');
    background-position: 0px 2px;
}

#liveDocsHeader ul li.active a {
    background-image: url('./img/fixed-width-tab.gif');
}

div.liveDocumentLinkLarge a {
    border: 2px solid #b7b763;
}

.hrEmployees table th, .addresses table th, .archivedEmployees table th {
    background-color: #b7b763;
    border: none;
}

.hrEmployees table td, .addresses table td, .archivedEmployees table td {
    border: none;
    border-bottom: 1px solid #b7b763;
}

.bigPdfIcon img {
    border: 2px solid #b7b763;
}

.nba {
    float: right;
    margin-top: 10px;
}

div.search-box {
    float: left;
    padding-bottom: 10px;
}

div.search-box h3, div.search-box h3 img {
    float: left !important;
}

input.search_box {
    margin-left: 5px;
    width: 143px;
}

.google_search input.search_button {
    background-color: #003f82;
    color: #fff;
    width: 30px !important;
    border: none;
    padding-bottom: 3px;
}

.no-line {
    border-bottom: 1px solid #b4b4b4 !important;
}


form.googleform {
	float:right;
	margin-top:20px;
	margin-right:10px;
}

form.googleform h3 {
	color:#FFFFFF;
	font-size:14px;
	display:inline;
}

form.googleform .search_button {
	width:40px;
}

#bannerimages {
	float:left;
	width:900px;
	height:155px;
	background-image:url('./img/banner1.jpg');
	margin-top:2px;
}

#bannerimages h3 {
	text-indent:-150em;
}
