﻿/* Sub nav */
#sub-nav ul {
}

#sub-nav ul li {
	/*width: 149px;*/
	
	padding-left: 28px;
	padding-right: 29px;
}

#sub-nav ul li ul li {
	/*width: 141px;*/
	margin-left: -28px;
}
/* End sub nav */

/* Custom right-sidebar styles */
#right-sidebar h2.solid {
	background-color: #5d2882;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	margin-top: 20px;
	text-indent: 5px;
	text-transform: uppercase;
	width: 100%;
}

#right-sidebar h2.orange {
	background-color: #ff6600;
}

#immediate-assistance {
	background-image: url(../Images/immediate_icons.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: solid 5px #000000;
	font-weight: bold;
	height: 92px;
	line-height: 45px;
	padding-left: 125px;
	width: auto;
}

#immediate-assistance a {
	text-decoration: none;
}

#immediate-assistance a:hover {
	text-decoration: underline;
}

#secure-client-login {
	padding: 5px;
}

#secure-client-login #form-fields {
	text-align: right;
}

#secure-client-login input[type='password'],
#secure-client-login input[type='text'] {
	display: inline;
	font-size: 11px;
	height: auto;
	width: 60%;
}
/* End custom right-sidebar styles */

/* Home */
#panel-container {
	background-image: url(../Images/panel_bg.jpg);
	background-repeat: no-repeat;	
	height: 147px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 658px;
}

#panel-container h2 {
	color: #333333;
	padding-left: 5px;
	text-transform: uppercase;
}

#panel1, #panel2 {
	height: 147px;
	width: 329px;
}

#panel1 {
	position: absolute;
}

#panel2 {
	background-position: left 26px;
	background-image: url(../Images/tax_prep_btn.jpg);
	background-repeat: no-repeat;
	margin-left: 329px;
	position: absolute;
	z-index: 2;
}

#newsletter-panel-text {
	padding: 10px;
}

#rdtc-panel-text {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 150px;
	padding-top: 55px;
}

#rdtc-click-here {
	font-size: 10px;
}

#rdtc-click-here a:link, #rdtc-click-here a:visited, #rdtc-click-here a:active {
	color: #ff0000;
	text-decoration: none;
}

#rdtc-click-here a:hover {
	text-decoration: underline;
}
/* End home */

/* Firm overview */
#building-flash {
	float: right;
	padding-left: 10px;
}
/* End firm overview */

/* Media */
.video {
	float: left;
	height: 170px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 225px;
}
/* End media */

#select-language {
	text-align: right;
}

#select-language a {
	text-decoration: none;
}

#select-language a:hover {
	text-decoration: underline;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.styled {
	border: solid 1px #cccccc;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 90%
}

table.styled td {
	border: solid 1px #cccccc;
}

table.styled th {
	border: solid 1px #666666;
	font-size: 14px;
	text-transform: uppercase;
}

table.styled tr.subheading th {
	background-color: inherit;
	border: solid 1px #cccccc;
	text-transform: inherit;
}

.table-section-header {
	background-color: #999999;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}