* {
    margin: 0px;
    padding: 0px;
}

html,
body,
div#wrapper-a,
div#wrapper-b {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#wrapper-a,
* html div#wrapper-b {
    height: 100%;
}

/**
 *  general defs
 */

body {
    font-family: Tahoma;
    font-size: 11px;
    background: #D3D3D3 url(../images/bg/body_bg.gif) repeat-x top left;
}

h1,
h2 {
	font-family: Tahoma;
    line-height: 1.0;
    font-size: 20px;
    margin: 0 0 20px 0;
    width: 100%;
    text-align: left;
    position: relative;
    border-bottom: 3px solid #1f83b2;
    color: #f90;
	font-weight: normal;
}

h1.small {
	line-height: .60;
}


h1.nonprofit {
	line-height: 1.0;
    font-size: 22px;
    margin: 0 0 20px 0;
    width: 78%;
    text-align: left;
    position: relative;
    border-bottom: 3px solid #1f83b2;
    color: #f90;
}

h1.dealership {
	line-height: 1.0;
    font-size: 22px;
    margin: 0 0 20px 0;
    width: 78%;
    text-align: left;
    position: relative;
    border-bottom: 3px solid #1f83b2;
    color: #f90;
}

h1 span,
h2 span {
    line-height: 1.0;
    position: absolute;
    right: 0;
    bottom: -3px;
    z-index: 1;
    height: 3px;
    font-size: 1px;
    background: #f90;
    border-left: 2px solid #fff;
    width: 105px;
}

h1 small {
	font-size: 12px;
}

h2 {
    font-size: 17px;
    height: auto;
}

* html body h1 span,
* html body h2 span {
    bottom: -4px;
    right: -1px;
}

h1,
h2 {
    clear: both;
}

p {
    margin: 10px;
}

br.clr {
    clear: both;
}

.fl {
    float: left;
    margin-right: 10px;
}

.fr {
    float: right;
    margin-left: 10px;
}

img.fr {
    margin: 5px 0 10px 10px;
}

img.fl {
    margin: 5px 10px 0 0;
}

img.nb {
    border: none;
    padding: 0;
}

div.clr {
    clear: both;
    height: 0;
    width: 0;
    font-size: 1px;
    line-height: 1.0;
}

div.img-holder {
	margin: 5px 0;
	width: 175px;
	height: 200px;
	font-size: 10px;
	font-style: italic;
	color: #1f84b2;
	text-align: center;
}

div.img-holder img {
	margin: 0 0 5px 0;
}

 div.img-fr {
	float: right;
	width: 165px;
	height: auto;
	margin: 25px -4px 10px 20px;
	background-color: #FFFFFF;
	font-size: 90%;
	color: #2380A6;
	text-align: center;
 }

address {
	font-style: normal;
}

address.contact {
    border: 1px solid #1f84b2;
	display: block;
	float: left;
	height: 131px;
	margin: 15px;
	padding: 2px 15px 10px 15px;
	text-align: center;
	width: 160px;
}

address.contact span {
	background: #106c98;
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 0 0 8px -13px;
    padding: 5px;
	font-weight: bold;
	text-align: left;
	width: 176px;
}

address.tall_img {
	width: 312px;
}

address.tall_img span {
	width: 328px;
}

div.contact_box address.contact {
	text-align: left;
}


div.contact_box img {
	float: right;
	margin-top: 15px;
}

/*----------------------------------------------------------------------------------
	CSS :: BRADY WARE :: BEGIN CAREERS CONTACT BOXES
----------------------------------------------------------------------------------*/

div.careers_contact_box {
/*	color: #2626B9;*/
	float: left;
	line-height: 15px;
	margin: 0 33px 19px 0;
	width: 224px;
}

div.ccb_right {
	margin: 0 0 19px 0;
}

div.careers_contact_box span {
	background: #0045AA;
	color: #fff;
	padding: 5px 0 5px 9px;
	display: block;
}

div.careers_contact_box img {
	border: none !important;
	float: right;
}

/*----------------------------------------------------------------------------------
	CSS :: BRADY WARE :: END CAREERS CONTACT BOXES
----------------------------------------------------------------------------------*/


ul li {
    line-height: 2.0;
	margin-top: 0;
}

.strong {
	font-weight: bold;
}

strong {
    color: #1F84B2;
}

div.flash {
    margin: 0 -5px 10px 10px;
    float: right;
    height: 205px;
    width: 288px;
}

div#news-announce {
	float: right;
	margin: 0 -5px 10px 10px;
	width: 280px;
	height: 360px;
	background: url(../images/bg/handshake.jpg) no-repeat;
}

#news-announce p.announce {
	margin: 270px 26px 10px 26px;
}

#news-announce p.readmore {
	margin: 0px 26px 10px 26px;
	text-align: right;
}

#news-announce p.readmore a {
	font-weight: bold;
}

/**
 *  wrapper / body divs
 */

div#wrapper-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    background: url(../images/bg/wrapper_a_bg.gif) no-repeat top center;
}

div#wrapper-b {
    position: absolute;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    background: #fff;
}

div#body {
    margin-bottom: 35px;
    height: auto;
}

/**
 *  top div
 */

div#top {
    width: 100%;
    height: 250px;
}

.internal #top {
    height: 152px;
}

/**
 *  header div
 */

div#header {
    background: #FFF;
    border-bottom: 4px solid #0d4e6d;
    height: 38px;
    text-align: left;
    position: relative;
}

#header img#logo-a {
    position: absolute;
    top: 5px;
    left: 25px;
}

.internal #logo-a {
    display: none;
}

.internal #header {
    height: 0px;
    overflow: hidden;
}

/**
 *  search boxes
 */

div#search-a {
    width: 200px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 10px;
	z-index: 1000;
}

body.internal div#search-a {
	display: none;
}

div#search-a a,
div#search-b a {
    text-decoration: none;
    text-align: left;
    text-indent: -999em;

}

input.search-box {
    position: absolute;
    border: 1px solid #1F84B2;
    top: 3px;
    left: 0;
    width: 150px;
    color: #F90;
    font-family: Tahoma;
    font-size: 10px;
    height: 15px;
    padding: 2px 0 0 5px;
}

a.search-go {
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 2px;
    border: none;
    width: 28px;
    height: 20px;
    background: url(../images/btn/search-go.gif) no-repeat 0 0;
}

div#search-b {
    width: 200px;
    height: 30px;
    position: relative;
    top: 10px;
    left: 5px;
    display: none;
}

.internal #search-b {
    display: block;
}

.internal #search-b input {
    width: 170px;
}

.internal #search-b a {
    top: 3px;
}

/**
 *  login box
 */

div#login-box {
    width: auto;
	height: 18px;
    position: absolute;
    right: 250px;
    top: 10px;
	z-index: 1000;
	border: 1px solid #F90;
	padding: 2px;
}

div#login-box a {
	display: block;
	width: 75px;
	height: 10px;
    text-align: center;
    color: #fff;
	background: #F90;
	padding: 2px 4px 6px 4px;
	text-decoration: none;
}

div#login-box a:hover {
	text-decoration: underline;	
}

body.internal div#login-box {
	display: none;
}

/**
 *  graphic div
 */

div#graphic {
    background: #fff;
    height: 144px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.internal div#graphic {
    height: 110px;
}

#graphic img#header-a {
    position: absolute;
    top: 0;
    left: 0;
}

#graphic img#logo-a {
    position: absolute;
    z-index: 1;
    top: -24px;
    left: 0px;
}

#graphic img#header-b {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#graphic img#logo-b {
    position: absolute;
    top: 10px;
    right: 25px;
    display: none;
}

.internal #graphic #header-a {
    display: none;
}

.internal #graphic #header-b {
    display: block;
}

.internal #graphic #logo-b {
    display: block;
}

* html div#graphic img {
    margin-bottom: -2px;
}

div#mid {
    margin: 0;
    padding: 0;
    width: 100%;
}

/**
 *  left
 */

div#left {
    float: left;
    width: 217px;
    position: relative;
    margin: 0 30px 0 25px;
    color: #DFEBF5;
}

* html body div#left {
    margin: 0 25px 0 15px;
}

#left a {
    font-family: Tahoma;
    text-decoration: underline;
}

#left div {
    width: 216px;
    margin: 0 0 17px 0;
    padding: 2px;
}


#left div dl dt {
    height: 21px;
}

#left div dl dt img {
    margin: 0 0 0 10px;
}

/**
 *  families box
 */

#left div#families {
	font-size: .92em;
    border: 1px solid #1f84b2;
}

* html body #left div#families {
	font-size: .90em;
}

#families dl  {
    background: url(../images/bg/family_dl_bg.gif) no-repeat bottom right;
}

#families dl * {
    color: #1f84b2;
}

#families dl dt {
    background: #1f84b2;
    padding: 7px 0 0 0;
}

#families dl dd {
    padding-top: 3px;
}

* html div#families dl dd {
    padding-top: 10px;
}

#families a {
    color: #1f84b2;
    text-decoration: none;
}

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

#families img {
	border: none;
}

/**
 *  locations box
 */

#left div#locations {
    border: 1px solid #f90;
}

#locations dl  {
    background: url(../images/bg/location_dl_bg.gif) no-repeat bottom right;
    height: 119px;
}

#locations dl * {
    color: #f90;
}

#locations dl dt {
    background: #f90;
    padding: 7px 0 0 0;
}

#locations dl dd {
    padding-top: 3px;
}

* html div#locations dl dd {
    padding-top: 10px;
}

#locations a {
    color: #f90;
    text-decoration: none;
}

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

#locations img {
	border: none;
}

/**
 *  news box
 */

#left div#news {
    border: 1px solid #106c98;
}

#news dl  {
    background: url(../images/bg/family_dl_bg.gif) no-repeat bottom right;
    height: auto;
}

#news dl * {
    color: #106c98;
}

#news dl dt {
    background: #106c98;
    padding: 7px 0 0 0;
}

#news a {
    color: #106c98;
    font-weight: bold;
    text-decoration: none;
}

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

#news p {
    background: url(../images/brd/teal_dotted.gif) repeat-x left top;
    margin: 0;
    padding: 5px 0;
    margin: 2px 0 10px 0;
}

#news img {
	border: none;
}

#news div#news-outer {
    overflow: hidden;
    position: relative;
    height: 150px;
    width: 215px;
    margin: 0;
    padding: 0;
}

#news #news-outer div#news-inner {
    position: relative;
    visibility: hidden;
    top: 0;
    left: 0;
    margin: 0 5px;
    width: 200px;
}

/**
 *  retirement box
 */

#left div#retirement {
    border: 1px solid #f90;
}

#retirement dl  {
    background: url(../images/bg/location_dl_bg.gif) no-repeat bottom right;
    height: auto;
}

#retirement dl * {
    color: #f90;
}

#retirement dl dt {
    background: #f90;
    padding: 5px 0;
}

#retirement dl dd {
    padding-top: 3px;
}

* html div#retirement dl dd {
    padding-top: 10px;
}

#retirement a {
    color: #f90;
	font-weight: bold;
    text-decoration: none;
}

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



#left dd ul {
    list-style: none;
    width:  195px;
    margin: 5px 0 0 0;
}

#left dd ul li {
    line-height: 1.5;
    padding: 0 0 10px 6px;
}

#locations  dd ul li {
	padding-bottom: 4px;
}

/**
 *  financial calculators box
 */

#left div#fc {
    border: 1px solid #106C98;
}

#fc dl  {
    background: url(../images/bg/family_dl_bg.gif) no-repeat bottom right;
    height: auto;
}

#fc dl * {
    color: #106C98;
}

#fc dl dt {
    background: #106C98;
    padding: 5px 0;
}

#fc dl dd {
    padding-top: 3px;
}

* html div#fc dl dd {
    padding-top: 10px;
}

#fc a {
    color: #106C98;
	font-weight: bold;
    text-decoration: none;
}

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


/**
 *  right div
 */

div#right {
    line-height: 1.25;
    background: #fff;
    float: left;
    margin: 0 0 25px 10px;
    height: 100%;
    width: 495px;
}

* html body div#right {
    width: 485px;
}

#right div#content {
	position: relative;
    padding: 0 5px 0 0;
    text-align: left;
    color: #333;
}

#content img#np-link{
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
}

.internal #right div#content {
    padding-top: 30px;
}

#right img {
    border: 1px solid #1f83b2;
    padding: 2px;
}

#right img.nb {
	border: 1px solid #f00;
	padding: 0;
}


#content a {
    color: #2992D6;
}

#content a:hover {
    text-decoration: none;
}

#content h3,
#content dl dt {
	margin: 0;
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #1f83b2;
    color: #F90;
    font-weight: bold;
    font-size: 12px;
}

#content h4 {
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
}

#content h5 {
	margin: 0;
	padding: 0 5px 5px 5px;
	color: #1f83b2;
	font-size: 10px;
}

#content dl dt a {
    color: #F90;
}

#content dl.lg dt {
    padding: 0;
    margin: 0;
    height: 155px;
}

#content dl.lg dt img {
    margin: 0;
    padding: 0;
    border: none;
}

#content dl.lg dd {
    margin: 0;
    padding: 0;
}

#content dl.lg dd h2 {
    margin: 2px 0 20px 0;
    font-size: 11px;
    border: none;
}

#content dl.lg dd h2 a {
    font-size: 15px;
}

/*
 * Begin No Pic Leadership Group
 */
 
#content dl.lg-np dt {
    padding: 0;
    margin: 0;
    height: 155px;
	margin: -155px 0 0 0;
}

#content dl.lg-np dt img {
    margin: 0;
    padding: 0;
    border: none;
}

#content dl.lg-np dd {
    margin: 0;
    padding: 0;
}

#content dl.lg-np dd h2 {
    margin: 2px 0 20px 0;
    font-size: 11px;
    border: none;
}


#content dl.lg-np dd h2 a {
    font-size: 15px;
}

/*
 * End No Pic Leadership Group
 */


#content dl dd {
	margin: 0 0 20px 0;
	padding: 0 5px;
}

/* pdf download anchors */

#content a.pdf {
    display: block;
    height: 60px;
    background: url(../images/gen/pdf.gif) no-repeat 5px 5px;
    text-decoration: none;
    border: 1px solid #FFF;
    cursor: pointer;
}

#content a.xls {
    display: block;
    height: 100px;
    background: url(../images/gen/xls.gif) no-repeat 5px 20px;
    text-decoration: none;
    border: 1px solid #FFF;
    cursor: pointer;
}

#content .pdf:hover,
#content .xls:hover {
    border: 1px solid #1F83B2;
}

.pdf span,
.xls span {
    float: left;
    clear: both;
    padding-left: 60px;
    width: 400px;
}

.pdf span.title,
.xls span.title,
.le span.title {
    margin-top: 15px;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

.pdf:hover .title,
.xls:hover .title,
.le:hover .title {
    color: #F90;
    text-decoration: none;
}

.pdf span.info,
.xls span.info,
.le span.info {
    text-decoration: none;
}

/* address thing */

#content div.address {
	position: relative;
	float: left;
	width: 140px;
	height: 140px;
	margin: 0 5px 20px 5px;
	padding: 2px;
    border: 1px solid #106c98;
}

.address dl  {
	position: relative;
    background: url(../images/bg/family_dl_bg.gif) no-repeat bottom right;
    height: 140px;
}

.address dl * {
    color: #106c98;
}

#content .address dl dt {
    background: #106c98;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
    padding-top: 5px;
}

#content .address dl dd {
	font-size: 10px;
    padding: 5px;
    text-align: left;
}

* html div.address dl dd {
    padding-top: 10px;
}

#content .address dl dd div.link {
	position: absolute;
	left: 2px;
	bottom: 2px;
	width: 100%;
	text-align: center;
}

#content .address a {
	display: block;
	margin: 0;
    color: #f00;
    text-decoration: none;
}

#content .address a:hover {
    text-decoration: underline;
}

#content a.back-to-top {
	display: block;
	margin: 5px 0 20px 0;
}

#content p.btm-padding {
	margin-bottom: 0;
}

/*  iframe  */
#content iframe#internal-frame {
    margin: 20px 0 0 0;
    width: 100%;
    height: 600px;
    border: none;
    border-collapse: collapse;
}

/* blue quotes */

blockquote.fr {
    margin: 0 10px;
    width: 45%;
}

* html #right blockquote.fr {
    width: 40%;
}

blockquote {
	margin: 20px 0;
}

blockquote p {
	margin: 10px 10px 0 10px;
    line-height: 1.50;
    color: #1F84B2;
	font-family: Arial, Tahoma, serif;
}

blockquote span {
    display: block;
    margin: 0;
    /*font-weight: bold;*/
	text-align: right;
}

/* teal dotted div */

div.teal-dot {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url(../images/brd/teal_dotted.gif) repeat-x bottom left;
    clear: both;
}

/* caption div */

div.cap {
    width: 45%;
    margin: 10px;
}

.cap p {
    font-size: 10px;
    text-align: center;
    color: #999;
}

/* unordered list */

#right ul {
	list-style: disc;
    margin: 25px 0 25px 35px;
}

#content ul.compact {
	margin: 0 0 0 35px;
}

#content ul.compact li {
	margin: 10px 0;
	line-height: 1.25;
}

#content ul.contacts {
    font-weight: normal;
    list-style: none;
    margin: 10px;
}

.contacts li {
    position: relative;
    line-height: 2.0;
    display: block;
}

.contacts li a,
.contacts li span {
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
}

* html div#content li a {
    right: 10px;
}

.contacts li span {
    right: 150px;
    text-align: left;
}

* html div#content li span {
    right: 155px;
}

.contacts li a {
    text-align: right;
    text-decoration: underline;
}


/**
 *  bottom div
 */

div#bot {
    position: absolute;
    bottom: -5px;
    background: #01466E;
    width: 800px;
    height: 35px;
    font-size: 10px;
    color: #5AA0C0;
}

div#bot div {
    float: left;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

#bot a {
    color: #5AA0C0;
    text-decoration: none;
}

#bot a:hover {
    color: #FFF;
    text-decoration: underline;
}

* html div#bot {
    bottom: -10px;
}

div#leadership dl.fl{
		width: 45%;
}

div#leadership dl.fl dt {
	position: relative;
	font-size: 11px;
}

div#leadership dl.fl dt a span {
	font-size: 8px;
}

/*	email icon	*/
div#leadership dl.fl dt a {
	display: block;
	text-indent: 25px;
	width: 100%;
	text-decoration: none;
	white-space: nowrap;
}

div#content div#leadership dl.fl dt a.email-icon {
	position: absolute;
	top: 2px;
	left: 0;
	background: url(../images/gen/email_icon.gif) no-repeat;
	width: 18px;
	height: 12px;
	text-align: left;
	text-indent: -999em;
	z-index: 1;
	outline: none;
}

.notice {
	font-size: 1.2em;
	font-style: oblique;
	color: #f90;
}

/*	internal form (mywave) formatting	*/
div#mywave {
	margin: 20px auto;
	padding: 0;
	width: 400px;
	border: 1px solid #000;
}        

div#mywave img {
	padding: 0;
	border: none;
}

#mywave form {
	margin: 20px 0;
	clear: both;
}

#login div.row {
	position: relative;
	margin: 10px 0;
	clear: both;
}

#login label {
	display: block;
	float: left;
	margin: 0 10px;
	width: 75px;
	height: 15px;
	font-weight: bold;
}

#login input {
	float: left;
	border: 1px solid #1F84B2;
	padding: 2px 0 0 5px;
	width: 150px;
	height: 15px;
	color: #F90;
	font-family: Tahoma;
	font-size: 10px;
}

#login input.submit-button {
	background: transparent;
	margin: 0 0 0 150px;
	width: auto;
	height: auto;
	font-size: 1.25em;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

/*	search form page	*/

form#searchform {
	margin: 10px 0;
}

#searchform fieldset {
	margin: 10px 0;
	border: none;
}

#searchform label {
	margin: 10px;
	font-weight: bold;
}

#searchform input.radio {
	margin: 0 5px 0 10px;
}

.smaller {
	font-size: .80em;
}

.highlight {
	background: #ff0;
	padding: 1px;
	color: #000;
}

.strong-blue {
	font-weight: bold;
	color: #1f84b2;
}

/*----------------------------------------------------------------------------------
	CSS :: BRADY WARE :: SITEMAP
----------------------------------------------------------------------------------*/

ul#site_map {
}

ul#site_map li ul {
	margin-top: 0;
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------------
	CSS :: BRADY WARE :: WHAT'S NEW TABLE
----------------------------------------------------------------------------------*/

table#whatsnew {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	border: 1px solid black;
	border-collapse: collapse;

}

#whatsnew tr td {
	padding: 5px;
	border: 1px solid black;
	vertical-align: top;
}

#whatsnew tr.headers {
	background: #1f497d;
	color: #FFF;
	font-weight: bold;
}

#whatsnew tr td:first-child+td {
	text-align: center;
	width: 20%;
}

/*----------------------------------------------------------------------------------
	CSS :: BRADY WARE :: LEADERSHIP GROUP PAGE
----------------------------------------------------------------------------------*/

ul.leadership_ul,
ul.leadership_ul li {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	position: relative;
}

ul.leadership_ul li {
	display: block;
	position: relative;
	float: left;
	width: 45%;
	margin-right: 10px !important;
	margin-bottom: 17px !important;
	height: 42px !important;
}

ul.leadership_ul li a.email-icon {
	position: absolute;
	top: 7px;
	left: 0;
	background: url(../images/gen/email_icon.gif) no-repeat;
	width: 18px;
	height: 12px;
	text-align: left;
	text-indent: -999em;
	z-index: 1;
	outline: none;
	border-bottom: none;
}

ul.leadership_ul li a span {
	font-size: 8px;
}

ul.leadership_ul li a {
	display: block;
	text-indent: 30px;
	width: 100%;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
    color: #f90 !important;
	border-bottom: 1px solid #1f83b2;
	margin-top: -5px;
	margin-bottom: -5px;
	padding-bottom: 2px;
}

span.leadership_title {
	margin-left: 5px;
}

/*----------------------------------------------------------------------------------
	CSS :: BRADY WARE :: LOGOS
----------------------------------------------------------------------------------*/

div#social_icons {
	position: absolute;
	right: 4px;
	top: 196px;
	z-index: 10001;
}

a.social {
	margin: 3px;
	text-decoration: none;
}

a.social img {
	height: 20px;
	width: 20px;
	border:none;
}

a.social img:hover {
	opacity: .75;
}

body.internal div#social_icons {
	top: 124px;
}

/*----------------------------------------------------------------------------------
	CSS :: BRADY WARE :: MISCELLANEOUS
----------------------------------------------------------------------------------*/

p.webinars_p {
	line-height: 20px;
	margin-bottom: -15px;
}

ul.webinars_ul li {
	line-height: 17px;
}

span.webinar_title {
	background: #1f83b2;
	border: 1px solid #1f83b2;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px -10px;
	padding: 4px 10px;
}