/* CSS Document */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}button{border:none;}

/* border:1px solid #999999; */

html, body {    
   height: 100%; 
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url("images/plus_background.png") repeat;
}

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

.left { float: left; }
.right { float: right; }

/* IE 6 */
* html .group {
	height: 1%;
}

/* IE 7 */
*:first-child+html .group {
	min-height: 1px;
}

.group:after { 
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body#homeArea {
	height: 446px;
	margin: 0px auto;
	padding: 0px;
	width: 1004px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: none;
}

#mainContentFullArea {
	margin: 0 auto;
	padding: 0px;
	width: 1004px;
	background: url(images/bg_page.gif) 0px 0px repeat-y;
	overflow: hidden;
}

#mainContentFullAreaHome {
	margin: 0px;
	padding: 0px;
	height: 446px;
	width: 1004px;
	background-color: #41637D;
}

.headerMessage {
	position: absolute;
	top: -6000px;
}

h2 {
	font-weight: bold;
}

#leftColumnMain {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 280px;
}

#rightColumnMain {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 60px 0px;
	width: 722px;
	overflow: invisible;
}

#leftColumnMainHome {
	height: 445px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 365px;
	background: url(images/bg_page_home.gif) 0px 0px no-repeat;
	overflow: hidden;
	border: none;
}

#rightColumnMainHome {
	height: 446px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 639px;
	background-color: #41637D;
	height: 435px;
}

/* =====  Left Column  ====== */

#leftColumnMain	h2.mainLogoArea {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	height: 42px;
	width: 250px;
	background: url(images/logo.gif) 0px 0px no-repeat;
}

#leftColumnMain	h2.mainLogoArea a {
	display: block;
	height: 42px;
	width: 250px;
}

#leftColumnMainHome	h2.mainLogoArea {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 72px;
	width: 365px;
	background: url(images/logo_home.gif) 0px 0px no-repeat;
}

#leftColumnMainHome	h2.mainLogoArea a {
	display: block;
	height: 72px;
	width: 365px;
}

#leftColumnMainHome .bigQuoteArea {
	margin: 25px 43px 30px 32px;
}

#leftColumnMainHome .bigQuoteArea p {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21px;
	color: #F0E8C0;
}

#leftColumnMainHome .bigQuoteArea p.regularPart {
	margin: 12px 0px 0px 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
}

#leftColumnMainHome a {
	color: #FFFFFF;
	text-decoration: none;
}

#leftColumnMainHome a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#leftColumnMain .bigQuoteArea {
	margin: 76px 25px 25px 48px;
	width: 205px;
}

#leftColumnMain .bigQuoteArea p {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #F0E8C0;
}

#leftColumnMain .bigQuoteArea p.regularPart {
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
}

#leftColumnMain a {
	color: #FFFFFF;
	text-decoration: none;
}

#leftColumnMain a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* =====  Home Main Nav  ====== */

#mainNavAreaHome {
	margin: 0px 0px 0px 0px;
	height: 34px;
	width: 638px;
	background-color: #F0E8C0;
}

#mainNavAreaHome ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	list-style: none;
}

#mainNavAreaHome li {
	float: left;
}

#mainNavAreaHome li a {
	
}

#mainNavAreaHome li.servicesBtn {
	width: 85px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavAreaHome li.servicesBtn a {
	width: 85px;
	height: 34px;
	background: url(images/topnav_1services.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavAreaHome li.servicesBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.servicesBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.interestBtn {
	width: 115px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavAreaHome li.interestBtn a {
	width: 115px;
	height: 34px;
	background: url(images/topnav_2interest.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavAreaHome li.interestBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.interestBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.aboutBtn {
	width: 75px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavAreaHome li.aboutBtn a {
	width: 75px;
	height: 34px;
	background: url(images/topnav_3about.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavAreaHome li.aboutBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.aboutBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.careersBtn {
	width: 90px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavAreaHome li.careersBtn a {
	width: 90px;
	height: 34px;
	background: url(images/topnav_4careers.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavAreaHome li.careersBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.careersBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.contactBtn {
	width: 90px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavAreaHome li.contactBtn a {
	width: 90px;
	height: 34px;
	background: url(images/topnav_5contact.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavAreaHome li.contactBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.contactBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.taxBtn {
	width: 127px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavAreaHome li.taxBtn a {
	width: 127px;
	height: 34px;
	background: url(images/topnav_5taxplanning.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavAreaHome li.taxBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavAreaHome li.taxBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

/* =====  Main Nav  ====== */

#mainNavArea {
	margin: 0px 0px 0px 0px;
	height: 34px;
	width: 724px;
	background-color: #F0E8C0;
}

#mainNavArea ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	list-style: none;
}

#mainNavArea li {
	float: left;
}

#mainNavArea li a {
	
}

#mainNavArea li.servicesBtn {
	width: 85px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavArea li.servicesBtn a {
	width: 85px;
	height: 34px;
	background: url(images/topnav_1services.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavArea li.servicesBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.servicesBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.interestBtn {
	width: 115px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavArea li.interestBtn a {
	width: 115px;
	height: 34px;
	background: url(images/topnav_2interest.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavArea li.interestBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.interestBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.aboutBtn {
	width: 75px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavArea li.aboutBtn a {
	width: 75px;
	height: 34px;
	background: url(images/topnav_3about.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavArea li.aboutBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.aboutBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.careersBtn {
	width: 90px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavArea li.careersBtn a {
	width: 90px;
	height: 34px;
	background: url(images/topnav_4careers.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavArea li.careersBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.careersBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.contactBtn {
	width: 90px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavArea li.contactBtn a {
	width: 90px;
	height: 34px;
	background: url(images/topnav_5contact.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavArea li.contactBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.contactBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.taxBtn {
	width: 127px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#mainNavArea li.taxBtn a {
	width: 127px;
	height: 34px;
	background: url(images/topnav_5taxplanning.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}

#mainNavArea li.taxBtn a:hover {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

#mainNavArea li.taxBtn a.onState {
	background-position: 0px -34px;
	background-repeat: no-repeat;
}

/* =====  Right Column  ====== */

#topNavArea {
	height: 61px;
	width: 723px;
	background: url(images/hdr_top_nav_area.gif) top right no-repeat;
}

#topNavAreaHome {
	height: 58px;
	width: 639px;
	background: url(images/hdr_top_nav_home.gif) 0px 0px no-repeat;
}

#rightColumnMainHome h1.homeHdr {
	margin: 0px;
	width: 639px;
	height: 144px;
	background: url(images/pic_hdr_home.jpg) 0px 0px no-repeat;
}

#rightColumnMainHome .floatLeftHomeArea {
	float: left;
	width: 250px;
	padding: 0px 30px 0px 10px;
}

#rightColumnMainHome .floatRightHomeArea {
	float: right;
	width: 260px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #999999;
}

.paddIngLeftHomer {
	padding: 25px 5px 0px 60px;
}

#rightColumnMain h1.servicesHdr {
	margin: 0px;
	width: 724px;
	height: 146px;
	background: url(images/pic_hdr_services.jpg) 0px 0px no-repeat;
}

#rightColumnMain h1.careersHdr {
	margin: 0px;
	width: 724px;
	height: 145px;
	background: url(images/pic_hdr_careers.jpg) 0px 0px no-repeat;
}

#rightColumnMain h1.ofinterestHdr {
	margin: 0px;
	width: 724px;
	height: 145px;
	background: url(images/pic_hdr_of_interest.jpg) 0px 0px no-repeat;
}

#rightColumnMain h1.contactHdr {
	margin: 0px;
	width: 724px;
	height: 145px;
	background: url(images/pic_hdr_contact.jpg) 0px 0px no-repeat;
}

#rightColumnMain h1.aboutHdr {
	margin: 0px;
	width: 724px;
	height: 145px;
	background: url(images/pic_hdr_about.jpg) 0px 0px no-repeat;
}

#rightColumnMain .secondaryNav {
	margin: 10px 0px 30px 33px;
	font-family: Arial, Helvetica, sans-serif;
	color: #416480;
	font-weight: bold;
	font-size: 8px;
}

#rightColumnMain .secondaryNav a {
	color: #416480;
	text-decoration: none;
}

#rightColumnMain .secondaryNav a:hover {
	color: #416480;
	text-decoration: underline;
}

#rightColumnMain .secondaryNav a.onState {
	color: #999999;
	text-decoration: none;
}

#rightColumnMain .secondaryNav a.onState:hover {
	color: #999999;
	text-decoration: underline;
}

#rightColumnMainHome h2 {
	margin: 10px 0px 10px 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F0E8C0;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	background: none;
}

#rightColumnMainHome p {
	margin: 10px 0px 10px 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

#rightColumnMainHome a {
	text-decoration: none;
	color: #F0E8C0;
	font-weight: bold;
}

#rightColumnMainHome a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#rightColumnMain h2 {
	margin: 10px 0px 10px 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #416480;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
}

#rightColumnMain h3 {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F0E8C0;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	background-color: #416480;
	text-transform: uppercase;
}

#rightColumnMain h4 {
	margin: 0px 0px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #416480;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

#rightColumnMain p {
	margin: 10px 0px 10px 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}

#rightColumnMain a {
	font-weight: bold;
	color: #416480;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}

#rightColumnMain a:hover {
	color: #416480;
	text-decoration: underline;
}

#rightColumnMain .tripleContainer {
	width: 585px;
	display: block;
	margin: 10px 0px 0px 0px;
}

#rightColumnMain .firstContainer {
	float: left;
	width: 187px;
	border-right: 1px solid #999999;
}

#rightColumnMain .secondContainer {
	float: left;
	width: 209px;
	border-right: 1px solid #999999;
}

#rightColumnMain .thirdContainer {
	float: left;
	width: 187px;
}

.paddIngLeft {
	padding: 0px 60px 0px 62px;
}

.intPadder {
	padding: 0px 13px 0px 0px;
}

.intPadderSecond {
	padding: 0px 6px 0px 10px;
}

#rightColumnMain p.blueText {
	margin: 5px 0px 0px 6px;
	line-height: 18px;
	color: #416480;
}

.bioPhotoStephano {
	float: left;
	margin: 10px 0px 0px 5px;
	width: 93px;
	height: 93px;
	background: url(images/pic_stephano.jpg) 0px 0px;
no-repeat;
}

.bioPhotoChapman {
	float: left;
	margin: 10px 0px 0px 5px;
	width: 93px;
	height: 93px;
	background: url(images/pic_chapman.jpg) 0px 0px;
no-repeat;
}

.bioPhotoSlack {
	float: left;
	margin: 10px 0px 0px 5px;
	width: 93px;
	height: 93px;
	background: url(images/pic_slack.jpg) 0px 0px;
no-repeat;
}

.bioPhotoGledhill {
	float: left;
	margin: 10px 0px 0px 5px;
	width: 93px;
	height: 93px;
	background: url(images/pic_gledhill.jpg) 0px 0px;
no-repeat;
}

.bioPhotoKarp {
	float: left;
	margin: 10px 0px 0px 5px;
	width: 93px;
	height: 93px;
	background: url(images/pic_karp.jpg) 0px 0px;
no-repeat;
}

.floatLeft {
	float: left;
	width: 440px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.bioWidthArea {
	float: left;
	width: 98px;
	display: inline;
	padding: 0px 0px 0px 0px;
}

.ofInterestMain {
	width: 584px;
}

.ofInterestHomer {
	float: left;
	margin: 5px 0px 0px 0px;
	width: 350px;
	border-right: 1px solid #999999;
	padding: 0px 13px 0px 0px;
}
.bioPhotoWielgus {
    background: url("images/pic_wielgus.jpg") repeat scroll 0 0 transparent;
    float: left;
    height: 93px;
    margin: 10px 0 0 5px;
    width: 93px;
}
.ofInterestHomer p {
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
}

.ofInterestHomer a {
	
}

.greyBlock {
	margin: 20px 0px 0px 0px;
	background-color: #E0E0E0;
	padding: 1px 30px 5px 0px;
}

#ofInterestRight {
	float: right;
	margin: 5px 0px 0px 4px;
	width: 209px;
}

#ofInterestRight h3 {
	width: 170px;
	height: 20px;
	margin: 10px 0 10px 5px;
	background: url(/images/title-definite-plus.png) no-repeat;
}

#ofInterestRight p {
	margin: 0px 0px 0px 6px;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	line-height: 21px;
}

#ofInterestPicArea {
	margin: 0px 0px 8px 0px;
	width: 209px;
	height: 77px;
	background: url(images/pic_of_interest.jpg) 0px 0px;
no-repeat;
}

#ofInterestRight p.specialClasser {
	font-size: 11px;
	color: #999999;
	margin: 0px 0px 0px 6px;
}

#mainTaxTips {
	margin: 20px 0px 0px 0px;
}

#mainTaxTips .lefterBoxerArea {
	
}

#mainTaxTips .specialCaseTaxTips {
	margin: 0px 10px 10px 6px;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #999999;
}

#righterboxerArea {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
	border-left: 1px solid #999999;
	width: 220px;
}

#righterboxerArea p {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #999999;
}

.fontLargerBold {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

.blueBolder {
	color: #416480;
	font-weight: bold;
}

p.blueBolderForm {
	color: #416480;
	font-weight: bold;
	margin: 20px 0px 3px 0px;
}

#allLinksNotBold a {
	font-weight: normal;
}

#linkChanger a {
	font-weight: normal;
	text-decoration: underline;
}

input, select {
	width: 220px;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}

#contactForm p {
	margin: 7px 0px 0px 6px;
}

.formContainerBlock {
	width: 380px;
	min-height: 20px;
	margin-bottom: 5px;
}

.formLabels {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

.formLabels p {
	text-align: left;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

.formLabels input {
	height: 15px;
	margin: 1px 10px 2px 6px;
	padding: 0px;
	float: left;
	width: auto;
	line-height: 12px;
}

.formItem {
	float: right;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.checkboxContainerBlock {
	width: 450px;
	margin: 5px 0px 10px 0px;
}

div.formStyler {
	font-family: Arial, Helvetica, sans-serif;
	color: #416480;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 6px;
	padding: 20px 0px 0px 0px;
}

.formLabelsSpecial {
	float: left;
	margin: 0px 30px 0px 6px;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	width: 110px;
}

#submitArea input {
	width: auto;
	margin: 0px 20px 0px 6px;
	float: left;
}

#servicesCallouter {
	float: right;
	width: 200px;
	border-left: 1px solid #999999;
	margin: 0px 0px 0px 10px;
	padding: 0px 30px 0px 10px;
}

#servicesCallouter .intCallOut {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
}

/* =====  Footer Area  ====== */

#footerAreaHome {
	margin: 35px 0px 0px 0px;
	float: right;
	width: 280px;
	overflow: hidden;
}

#footerAreaHome p {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 9px;
}

#footerArea {
	
}

#footerArea p {
	color: #999999;
	font-size: 9px;
	line-height: 11px;
}

/* =====  Utilities  ====== */

.clearBoth {
	clear: both;
}

.dottedLine {
	margin: 20px 20px 20px 0px;
	border-bottom: 1px solid #E6E6E6;
	height: 1px;
	clear: both;
}

.spacer {
	width: 100%;
	clear: both;
}

.height1 {
	height: 1px;
}

.height5 {
	height: 5px;
}

.height10 {
	height: 10px;
}

.height12 {
	height: 12px;
}

.height15 {
	height: 15px;
}

.height20 {
	height: 20px;
}

.height25 {
	height: 25px;
}

.height30 {
	height: 30px;
}

.height40 {
	height: 40px;
}

.height50 {
	height: 50px;
}

.height60 {
	height: 60px;
}

.height70 {
	height: 70px;
}

.height75 {
	height: 75px;
}

.height80 {
	height: 80px;
}

.height90 {
	height: 90px;
}

#rightColumnMain ul {
	
}

#rightColumnMain ul li {
	font: 12px Arial, Helvetica, sans-serif;
}

#rightColumnMain dl {
	margin: 0;
}

#rightColumnMain dt {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 6px;
}

#rightColumnMain dd {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 6px;
}

a#document-login-button {
	position: relative;
	margin: 10px 0 0 850px;
	background-image: url(images/ManagerLoginButton.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 153px;
	height: 0px;
	padding-top: 28px;
}

a#document-login-button:hover {
	background-image: url(images/ManagerLoginButton_on.gif);
}

.news-item {
	margin: 10px 0 10px 0;
	border-top: 1px solid #416480;
	padding: 10px 0 10px 0;
}

#rightColumnMain .news-item h3 {
	background: none;
	color: #416480;
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* CPA Letter Daily */
#CPA-Daily {
	margin: 0 0 10px 10px;
	padding: 6px;
	background: #efefef;
}

/* Campaign Monitor Subscription Form */

#subForm label {
	line-height: 15px;
	font-size: 13px;
}

.form-row {
	margin-bottom: 20px;
}

/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
	width: 50px;
}

.input_small {
	width: 100px;
}

.input_medium {
	width: 150px;
}

.input_large {
	width: 200px;
}

.input_xlarge {
	width: 250px;
}

.input_xxlarge {
	width: 300px;
}

.input_full {
	width: 100%;
}

/*
	Added via JS to <textarea> and class="input_full".
	Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
	display: block;
	padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
	border: 0;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input,
button,
select,
textarea {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
	margin: 0;
	vertical-align: middle;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background: #ddd url(../images/button.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
	background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	font: bold 12px/1.2 Arial, sans-serif;
	outline: 0;
	overflow: visible;
	padding: 3px 10px 4px;
	text-shadow: #fff 0 1px 1px;
	width: auto;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 0px;
}

button {
	/* IE7 */
	*padding-top: 1px;
	*padding-bottom: 1px;
}

button[disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled] {
	color: #888;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	outline: 0;
	padding: 2px 3px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	height: 1.8em;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

/*
	Separate rule for Firefox.
	Cannot stack with WebKit's.
*/
input.placeholder_text,
textarea.placeholder_text {
	color: #888;
}

::-webkit-input-placeholder {
	color: #888;
}

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
	background-color: #eee;
	color: #888;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
	-moz-box-shadow: #06f 0 0 7px;
	-webkit-box-shadow: #06f 0 0 7px;
	box-shadow: #06f 0 0 7px;

	/* for Opera */
	z-index: 1;
}

.is_webkit select {
	/* Tweaks for Safari + Chrome. */
	background-image: url(../images/select_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

textarea,
select[multiple] {
	height: auto;
}

select[multiple],
.is_webkit select[multiple] {
	background-image: none;
	padding: 0;
}

textarea {
  min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

optgroup {
	color: #000;
	font-style: normal;
	font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/

/*
	Everything below this line is for IE6.
	Delete it if you don't support it! :)

	Classes are added dynamically via JS,
	because IE6 doesn't support attribute
	selectors: .ie6_button, .ie6_input, etc.

	Note: These style rules are somewhat
	duplicated because IE6 bombs out when
	it sees attribute selectors. Example:

	.ie6_button {
		This works in IE6.
	}

	.ie6_button,
	input[type=submit] {
		This doesn't work.
	}
*/

.ie6_button,
* html button {
	background: #ddd url(../images/button.png) repeat-x;
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	font: bold 12px/1.2 Arial, sans-serif;
	padding: 2px 10px 0px;
	overflow: visible;
	width: auto;
}

* html button {
	padding-top: 1px;
	padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
	background: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	padding: 2px 3px 1px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	vertical-align: top;
}

* html select {
	margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
	color: #888;
}

.ie6_input_disabled {
	background: #eee;
}
