@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
}

input
{
}

select
{
}

textarea
{
}

p
{
	font-size: 17px;
	padding: 0px;
	margin: .8em 0;
}

p1
{
	font-size: 13px;
	line-height: 1.2em;
	padding: 3px 0px;
}

p2
{
	font-size: 22px;
	line-height: 5em;
	padding: 3px 0px;
}

hr
{
	border: 1px solid #ccc;
}

/* A TAGS */
/*a
{
	color: #0f5a80;
	text-decoration: underline;
}

a:hover
{
	color: #0f5a80;
	text-decoration: underline;
}

a:active
{
	color: #0f5a80;
}

a:visited
{
	color: #0f5a80;
}*/

/* H Tags */
h1
{
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 25px;
	color: #363636;
	text-align: center;
}

h2
{
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 18px;
	color: #363636;
	font-weight: normal;
}

h3
{
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 15px;
	color: #2e2e5d;
	padding: 5px 0px;
}

h4
{
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 15px;
	color: #363636;
	line-height: 1.2em;
	padding: 1px 0px;
}

h5
{
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 13px;
	color: #7d9055;
	padding: 10px 10px 0px 0px;
	line-height: 1.5em;
}

/* GLOBAL STYLES */
.clear
{
	clear: both;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.heading
{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	color: #363636;
	font-weight: normal;
}

.bold
{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 17px;
	color: #363636;
	font-weight: bolder;
}

.tright
{
	text-align: right;
	vertical-align: middle;
}

.tcenter
{
	text-align: center;
}

.tleft
{
	text-align: left;
}

.vtop
{
	vertical-align: top;
}

.vmiddle
{
	vertical-align: middle;
}

.vbottom
{
	vertical-align: bottom;
}

.margin-top
{
	margin-top: 5px;
}

.margin-botom2
{
	margin-bottom: 15px;
}

.bold
{
	font-weight: bold;
}

.hidden
{
	display: none;
}


.topics
{
	background-color: #f6f6f6; 
	padding:5px;
	border-width: thin;
	border-style: solid;
	border-color: #e2e2e2;
	width: 578px;
}
/*FONT SIZES */
.small
{
	font-size: .8em;
}

.medium
{
	font-size: medium;
}

.large
{
	font-size: large;
}

.xlarge
{
	font-size: x-large;
}

/* TEMPLATE STYLES */
#container
{
	width: 900px;
	margin: 0 auto;
}

#header #Share
{
	position:absolute;
	top:-27px;
	right:340px;
	z-index:1;
}

#header #BecomeAFan
{
	position:absolute;
	top:-61px;
	right:90px;
	z-index:0;
	text-align:left;
}
#header #FBLink
{
	position:absolute;
	top: -29px;
	right:110px;
	text-align:left;
	font-size:11px;
	color:White;
}

.genericBackground
{
	background-color: #f9fafa;
	border-width: thin;
	border-style: solid;
	border-color: #e2e2e2;
}

.face
{

	display: block;
	margin-top: 10px;
	margin-bottom:10px;
}

/* HEADER */

#header #McAfee
{
	float:left;
	margin-right:10px;
}

#zindex1
{
	position: relative; /*or absolute*/
	z-index: 1;
}

#zindex2
{
	position: relative; /*or absolute*/
	z-index: 20;
}

#header
{
}

#greenMenu
{
	display: none;
}

#greenMenu2
{
	display: none;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

#header .upper
{
	height: 66px;
	background: url(       '../commonimages/header_topbg.gif' ) repeat-x;
	position: relative;
}

#header .face
{
	display: block;
	margin-top: 10px;
	margin-bottom:10px;
}

#header .faceBook
{
	width: 35px;
	float: left;
}

#header .logo
{
	/*width: 160px;*/
	float: left;
}

#header .livechat
{
	width: 120px;
	float: right;
}

#header .contact
{
	width: 187px;
	float: right;
}

#header .loginbtn
{
	width: 150px;
	float: right;
}

#header .lower
{
	height: 34px;
	background: #2e2e5d;
}

#header .lcorner
{
	background: url(       '../commonimages/header_leftcorner.gif' ) bottom left no-repeat;
	height: 34px;
}

#header .rcorner
{
	background: url(       '../commonimages/header_rightcorner.gif' ) bottom right no-repeat;
	height: 34px;
}

#header .llinks
{
	float: left;
	margin-left: 10px;
}

#header .rlinks
{
	float: right;
	margin-top: -2px; /* added to fix little screw up with cart image in ie/fox. See MyMcKissock/MasterPages/MyMcKissock.Master for IE version */
	margin-right: 10px;
}

#header ul li
{
	float: left;
	position: relative;
}

#header ul li a
{
	font-size: 13px;
	display: block;
	padding: 11px 14px 10px 14px;
}



#header ul li.last a
{
	background: none;
}

#header ul li.line
{
	background: url(       '../commonimages/header_line.gif' ) right 6px no-repeat;
	width: 1px;
	height: 34px;
}

#header ul li.cart a
{
	padding-right: 25px;
	background: url(       '../commonimages/header_carticon.gif' ) right no-repeat;
}

#header ul li.menu:hover
{
	background: #6b794f url(       '../commonimages/header_tab_01.gif' ) left no-repeat;
}

#header ul li.menu:hover a
{
	background: transparent url(       '../commonimages/header_tab_02.gif' ) right no-repeat;
}

#header ul li.menu:hover #greenMenu
{
	display: block;
}

#header ul li.menu:hover #greenMenu2
{
	display: block;
}

#header #greenMenu
{
	position: absolute;
	left: 3px;
	width: 470px;
	background: transparent url(    '../commonimages/header_menu_bg.png' ) repeat-x bottom;
}

#header #greenMenu ul
{
	background: none;
	float: none;
	padding-bottom: 5px;
}

#header #greenMenu ul li
{
	padding-left: 10px;
	background: none;
	padding-top: 3px;
	float: none;
}

#header #greenMenu ul li li
{
	padding-top: 0;
	float: none;
}

#header #greenMenu .box
{
	float: left;
}

#header #greenMenu ul li a
{
	text-decoration: underline;
	font-size: 12px;
	display: block;
	padding: 3px 3px 3px 8px;
	border: 0px;
	background: none;
}

#header #greenMenu ul li li a
{
	background: url(       '../commonimages/header_menu_dash.gif' ) no-repeat left;
}

#header #greenMenu2
{
	position: absolute;
	left: 3px;
	width: 200px;
	/*background: transparent url(       '../commonimages/header_menu_bg3.png' ) bottom left no-repeat;*/
	height: 50px;
}

#header #greenMenu2 ul
{
	background: none;
	float: none;
	padding-bottom: 5px;
}

#header #greenMenu2 ul li
{
	padding-left: 10px;
	background: none;
	padding-top: 3px;
	float: none;
}

#header #greenMenu2 ul li li
{
	padding-top: 0;
	float: none;
}

#header #greenMenu2 .box
{
	float: left;
}

#header #greenMenu2 ul li a
{
	text-decoration: underline;
	font-size: 12px;
	display: block;
	padding: 3px 3px 3px 8px;
	border: 0px;
	background: none;
}

#header #greenMenu2 ul li li a
{
/*	background: url(       '../commonimages/header_menu_dash.gif' ) no-repeat left;*/
}

/* BLUE BAR */
#bluebar
{
	background: #7da2b4 url('../commonimages/blue_bar_bg.gif' ) no-repeat;
	height: 40px;
	margin: 4px auto;
	width: 900px;
}

#bluebar h4
{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
}

#bluebar h1
{
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    text-align: center;
}

#h1background
{
	background: url('../commonimages/page_title_background.gif' ) repeat-x;
	height:45px;
	padding-top:0px;
	margin-bottom:15px;
	text-align:center;
	
}

/* HOMEPAGE */
#hp_content .column1
{
	width: 258px;
	padding: 10px 20px;
	float: left;
	border-right: 1px solid #ccc;
	margin-top: 10px;
}

#hp_content .column2
{
	width: 258px;
	padding: 10px 20px;
	float: left;
	margin-top: 10px;
}

#hp_content .column1-2
{
	width: 599px;
	float: left;
}

#hp_content .column3
{
	width: 290px;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
}

#hp_steps
{
	margin-top: 5px;
	
}

#hp_rcolumn
{
	

	border-left: 1px solid #ccc;
}

#tbfb
{
	background: url(       '../commonimages/hp_tbyb_bg.gif' ) no-repeat;
	width: 250px;
	height: 217px;
	padding: 10px 20px 15px 20px;
}

#tbfb h2
{
	color: #889964;
	font-size: 22px;
	font-weight: normal;
	font-family: "Arial" , Helvetica, sans-serif;
}

#tbfb p
{
	padding: 5px;
}

#tbfb select
{
	width: 100%;
	margin-bottom: 5px;
}

#tbfb form
{
	display: block;
}

#tbfb .btn
{
	float: right;
}

#quote_box
{
	
	color: #40677f;
}

#quote_box .quote_inner
{
	background: url(       '../commonimages/hp_quote_bg_01.gif' ) no-repeat top;
	padding: 10px;
}

#quote_box .quote
{
	background: url(       '../commonimages/quotes_01.gif' ) no-repeat;
	padding-left: 25px;
}

#quote_box .quote p
{
	vertical-align: top;
}

#quote_box .quote img
{
	margin-left: 10px;
}

#quote_box .author
{
	padding: 10px 0px 10px 20px;
}

#quote_box .readmore
{
	text-align: right;
	padding: 5px 30px 10px 0px;
	width:550px; 
}

#guarantee
{
	padding-top: 1px;
	text-align: center;
	clear: both;
}

#footer .leftlinks
{
	font-size: 1.1em;
	float: left;
	width: 650px;
	padding-top: 5px;
	
}

#footer .links
{
	color: #363636;
	padding-bottom: 5px;
}

#footer .links a
{
	color: #363636;
}

#footer .copy
{
	padding-top: 7px;
	font-size:12px; 
	float: right;
	text-align: right;
}

/* CATEGORY PAGES */
#cat_content .leftcolumn
{
	float: left;
	width: 600px;
	padding-left: 0;
}

#cat_content .rightcolumn
{
	float: right;
	width: 290px;
	padding-left: 0;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom:40px;
}


#cat_content .oasis
{
	margin-bottom: 5px;
}

#cat_content .topic_links
{
	padding: 10px 0px;
	line-height: 20px;
}

/* ------ For Later Use-------- MB

#mapcontainer
{
	background-image: url('../commonimages/map_border.jpg' );
	background-repeat:no-repeat;
	width:606px;
	height:476px;
	padding-top:1px;
	position:relative;
	z-index:5;
	
}

*/

#map
{
	margin: 0px 0 10px 5px;
	padding-top: 27px;
	position: relative;
}

#map .map_nav
{
	position: absolute;
	top: 0;
	left: 0;
}

#map .map_nav li
{
	float: left;
	background: url(       '../commonimages/cat_map_tabs_01.gif' ) no-repeat 0px -30px;
	margin-right: 3px;
	height: 28px;
}

#map .map_nav li a
{
	display: block;
	padding: 8px;
	background: url(       '../commonimages/cat_map_tabs_02.gif' ) no-repeat right -30px;
	color: white;
	text-decoration: none;
	height: 11px;
}

#map .map_nav li:hover
{
	background-position: left -59px;
}

#map .map_nav li:hover a
{
	background-position: right -59px;
}

#map .map_nav li.on
{
	background-position: top left;
}

#map .map_nav li.on a
{
	background-position: top right;
	color: #363636;
}

.rbox
{
	
	padding: 15px 15px 10px 15px;
		
	
}

/*----Appraisal Newsletters Page----*/


#past_letters{
	width:990px;
	margin-top:2px;
	margin-left:1px;
	
	float:left;
	background: url('../commonimages/newsletters_bkg_middle.png') repeat-y;
	
    }
    
    


#newsletters{
	height:125px;
	width:290px;
	margin-top:10px;
	margin-bottom:10px;
	background: url('../commonimages/newsletter_bkg.gif' );
	background-repeat:no-repeat;
	
	
}


    

#newsletters a{
	color: #0f5a80;
	text-decoration:none;
	
}

#newsletters_heading{
	width:290px;
	height:125px;
	padding-top:5px;
	margin-left:-15px;
	font-size:medium;
	font-weight:bold;
	color: #464693;
	text-align:right;
	cursor:pointer;
	
}




#newsletters_heading hr{
	
	border:1px solid #CCCCCC;
	width:180px;
	margin-top:2px;
	margin-left:117px;
	float:left;
}


#newsletters_heading_click{
	
	width:140px;
	height:90px;
	padding-top:10px;
	margin-top:-100px;
	margin-left:147px;
	font-size:larger;
	color: #363636;
	text-align:center;
	cursor:pointer;
	}



#newsletter_current{
	
	width:234px;
	height:320px;
	text-align:center;
	margin-bottom:-5px;
	margin-left:30px;
	float:left;
	
}

#newsletter_text{
	Height:200px;
	width:550px;
	margin-top:60px;
	margin-right:60px;
	float:right;
	
	
}


#newsletter_text h2{
	
	font-size: 17px;
	padding: 3px 0px;

}
#newsletter_current h2{
	
	text-align:center;
	font-size:large;
	color: #363636;
}


#past_letters{
	width:900px;
	margin-top:10px;
	margin-left:30px;
	margin-bottom:20px;
	float:left;
	
}

#thumbspacer{
	width:70px;
	height:180px;
	float:left;
	margin-left:12px;
	
}


.newsletter_previous{
	
	width:139px;
	height:180px;
	text-align:center;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	
	
	
}

.newsletter_previous h2{
	
	text-align:center;
	font-size:larger;
	color: #363636;
	margin: 0;
}


#signup{
	width:139px;
	height:139px;
	margin-left:390px;
	margin-top:-75px;
	position:absolute;
	float:right;

}
/*----End Newsletter Page-----*/

.rbox h3
{
	font-size: 19px;
	padding-bottom: 15px;
}

.rbox ul li
{
	list-style-type: circle;
	margin-left: 20px;
	padding-bottom: 5px;
}

.rbox ul li h4
{
	font-size: 16px;
	margin: 0;
}

.rbox ul li.green
{
	color: #889964;
}

.rbox ul li.green h4
{
	color: #889964;
}

.rbox ul li.blue
{
	color: #7da2b4;
}

.rbox ul li.blue h4
{
	color: #7da2b4;
}

.rbox ul li.purple
{
	color: #2e2e5d;
}

.rbox ul li.purple h4 a
{
	color: #2e2e5d;
}

.rbox ul li p
{
	color: #363636;
	margin: 0 0 1em 0;
}


#rquotebox
{
	color: #40677f;
}

#rquotebox .quote_inner
{
	padding-top: 10px;
}

#rquotebox .quote
{
	/*background: url(       '../commonimages/quotes_01.gif' ) no-repeat;
	padding-left: 25px;
	width: 200px;
	margin: 0 auto;*/
}

#rquotebox .quote p
{
	vertical-align: top;
	font-size: 14px;
}

#rquotebox .quote img
{
	margin-left: 10px;
}

#rquotebox .author
{
	padding: 10px 0px 10px 20px;
}

#rquotebox .readmore
{
	text-align: right;
}

#rquotebox .rbox
{
	padding: 0px;
}

#rquotebox .rbox .author
{
	font-size: 14px;
	text-align: right;
}

#cSearch
{
	background: url(       '../commonimages/cat_cSearch_02.gif' ) no-repeat bottom;
	margin-bottom: 10px;
}
#cSearch .head
{
	color: white;
	font-size: 15px;
	background: url(       '../commonimages/cat_cSearch_01.gif' ) no-repeat top;
	padding: 0px 10px;
	padding-top: 8px;
	height: 25px;
}
#cSearch .newhead
{
	color: white;
	font-size: 15px;
	background: url(       '../commonimages/cat_cSearch_01.jpg' ) no-repeat top;
	padding: 0px 10px;
	padding-top: 8px;
	height: 25px;
}

#cSearch .inner
{
	padding: 10px;
	height: 80px;
}

#cSearch select
{
	width: 100%;
	margin-bottom: 5px;
}

#cSearch .btn
{
	float: right;
}

#cSearch .mult
{
}

#background
{
	background: url(       '../commonimages/background.gif' ) no-repeat;
	width: 900px;
	height: 180px;
	padding: 10px;
}

#background2
{
	background: url(       '../commonimages/background2.gif' ) no-repeat;
	width: 900px;
	height: 200px;
	padding: 10px;
}

#background3
{
	background: url(    '../commonimages/background3.gif' ) no-repeat;
	width: 900px;
	height: 1500px;
	padding: 10px;
}

#background4
{
	background: url(       '../commonimages/background4.gif' ) no-repeat;
	width: 900px;
	height: 70px;
	padding: 10px;
}

#bigback
{
	margin-top: 20px;
	width: 890px;
	background: url(    'http://intranet:84/Dr.Hammack/images/bigback.gif' );
	text-align: center;
	padding: 5px;
}

#title
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #6b794f;
	font-weight: bold;
	margin-top: 20px;
}

.info
{
    overflow: hidden;
    width:600px;
    clear: left;
    margin-left: 15px;
}

.info h2
{
	font-size: 24px;
	font-family: "Arial" , Helvetica, sans-serif;
	color: #2e2e5d;
	margin: 1.5em 0 0 0;
}

.info h3
{
	font-size: 20px;
	padding: 5px;
	font-family: "Arial" , Helvetica, sans-serif;
	color: #363636;
}

.info h4
{
	line-height: 1.2em;
	font-size: 16px;
	padding: 5px;
	font-family: "Arial" , Helvetica, sans-serif;
	color: #2e2e5d;
}

.info h5
{
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 15px;
	color: #363636;
	line-height: 1.2em;
	padding: 1px 0px;
}

.borderT
{
	border-top: 1px solid #ccc;
}
.borderB
{
	border-bottom: 1px solid #ccc;
}

/* stuff pulled from the commonforms CSS file */

/* this is used in many of the helpme files to achieve a bit of extra spacing */
.helpfaq
{
	margin-bottom: 12pt;
}

/* General use classes for bluebar support - original bluebar is an ID, so... */
.bloobar
{
	background: #7da2b4 url('../commonimages/blue_bar_bg.gif' ) no-repeat;
	height: 40px;
	margin: 4px auto;
	width: 900px;
}
.bloobar h4, .bloobar h1
{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
}

/* MyProfile.aspx formatting for table elements and divs; used a couple other spots as well */

/* this is the color of the asterisks */
.messagestyle
{
	color: #ff0000;
}

.divstyle1
{
	width: 260px;
	height: 30px;
	text-align: right;
	padding-right: 15px;
}

.divstyle2
{
	width: 440px;
	height: 30px;
	text-align: left;
}

.divstyle3
{
	width: 260px;
	height: 30px;
	text-align: left;
}

.divstyle4
{
	width: 100px;
	height: 30px;
	text-align: left;
}

.divstyle5
{
	width: 240px;
	height: 30px;
	text-align: left;
}

.tdstyle1
{
	width: 260px;
	height: 30px;
	text-align: right;
	padding-right: 15px;
	vertical-align: middle;
}

.tdstyle2
{
	width: 450px;
	height: 30px;
}

.tdstyle3
{
	width: 260px;
	text-align: right;
	padding-right: 15px;
	vertical-align: middle;
}

.tdstyle4
{
	text-align: right;
	padding-right: 15px;
	width: 100px;
}

.tdstyle5
{
	text-align: center;
	padding-left: 15px;
	width: 600px;
}

/* Material for CommonForms/ContactUs/contactUs.aspx */
.decimal_container
{
	width: 33%;
	height: inherit;
	float: left;
	font-size: small;
	font-weight: normal;
}

.address_container1
{
	width: 220px;
	float: left;
	height: inherit;
	font-size: small;
	font-weight: normal;
}

.address_container2
{
	width: 220px;
	float: left;
	margin-left: 15px;
	font-size: small;
	font-weight: normal;
}

#contacto_wrapper
{
	margin: 10px 0 5px 4px;
	width: 100%;
}

#contacto_wrapper h2
{
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #363636;
}

#contacto_wrapper h1
{
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 1.2em;
	color: #2e2e5d;
}

#contacto_wrapper p
{
	padding: 2px 0 2px 0;
	margin: 0;
	font-size: 1.2em;
}

#contacto_wrapper p b
{
	color: #363636;
	padding-right: 5px;
}

.contacto_grey
{
	height: 90px;
	padding: 5px 0 5px 15px;
	margin: 0 0 5px 0;
	clear: both;
	background-color: #f9fafa;
}

/* table-based CSS used throughout the Commonforms/HelpMe pages */
.helpme_table
{
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
	border-collapse: collapse;
	text-align: center;
}

/*	main help index page table positioning elements */
.helpme_indexpage_td2
{
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	width: 660px;
	font-size: 12pt;
}

.helpme_indexpage_td
{
	padding: 5px;
	text-align: right;
	vertical-align: middle;
	width: 200px;
	font-size: 14pt;
}

/*	CommonForms/HelpMe/*.aspx list management attributes */
.helpme_ul
{
	margin: 6pt 0 12pt 30pt;
	list-style: disc;
}

.helpme_ol
{
	margin: 6pt 0 12pt 30pt;
	list-style: decimal;
}

.helpme_li
{
	margin-bottom: 3pt;
}

/* div-based CSS on left; wraps little pictures at top of most CommonForms/HelpMe pages */
.sectionleft
{
	margin-top: 10px;
	border: 0;
	padding: 0in;
	background: transparent;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}

/* div-based CSS on right; wraps text beside little pictures at top of most CommonForms/HelpMe pages */
.sectionright
{
	border: 0;
	margin-top: -98px;
	margin-left: 114px;
	padding: 0in;
	font-weight: bold;
	background: transparent;
	height: 100px;
	text-align: left;
}

/* Question formatting for CommonForms/HelpMe/faqs.aspx */
.quex
{
	font-size: 1.1em;
	color: #363636;
	margin: 5px 0 2px 0;
	display: block;
}

/* image settings: black border, 100% height & width. For cutely uplifting images at top of most HelpMe/pages */
.borderimg
{
	border: black thin solid;
	height: 100px;
	width: 100px;
}

/*  Problem listings in troubleshooting page and bolded sections throughout CommonForms/HelpMe/*.aspx*/
.genericstrongspan
{
	font-weight: bold;
	font-size: 11pt;
	color: #2e2e5d;
}

.genericstrongspan2
{
	font-weight: bold;
	font-size: 18px;
	color: #2e2e5d;
}

/* tags specific to HelpMe/troubleshoot.aspx */
.trbl_em
{
	font-weight: bold;
	font-style: italic;
}

.trbl_subheading
{
	font-weight: bold;
	font-size: medium;
}

/* tags specific to HelpMe/industrylinks.aspx */
.industrylinkstable
{
	padding: 0;
	margin: 0;
	border: none;
	font-weight: bold;
	border-collapse: collapse;
	text-align: center;
}

.industrylinkstd1
{
	border: windowtext 1pt solid;
	padding-top: 0in;
	padding-right: 5.4pt;
	padding-bottom: 0in;
	padding-left: 5.4pt;
	vertical-align: middle;
	background: #ffffff;
	width: 300px;
}

.industrylinkstd2
{
	border: windowtext 1pt solid;
	border-left: medium none;
	padding-top: 0in;
	padding-right: 5.4pt;
	padding-bottom: 0in;
	padding-left: 5.4pt;
	background: #7da2b4;
	width: 560px;
}

.industrylinksimg
{
	border: 0;
	height: 100px;
	width: 100px;
}

.industrylinkstextheader
{
	font-size: 18pt;
	font-family: Arial;
}

.industrylinkstextdetail
{
	font-size: 9pt;
	font-family: Arial;
}

/* Pulled from partnership.css - used in MyMcKissock/Home/default.aspx */
.classInfo
{
	/*	border: solid 1px #32f2f2; */
	background-color: #fbfbfb;
	color: #2e2e5d;
	margin: 0px;
	padding: 5px 0 5px 0px;
	text-align: center;
}

.accountTab .heading, .helpTab .heading
{
	color: #FFFFFF;
	font: 17px arial, geneva, verdana, sans-serif;
	font-weight: bold;
}

/* used in McKissock/Home/instructors.aspx */
.iefix_toplinks
{
	float: left;
	height: 163px;
	width: 700px;
	background-color: #f2f2f2;
}

/* viewcart.aspx */
.viewcart_buttons
{
	text-align: right;
	width: 900px;
	margin-right: 12px;
	padding-top: 10px;
}

.viewcart_text1
{
	position: relative;
	text-align: right;
	width: 550px;
	height: 40px;
	margin-right: 12px;
}

.viewcart_buttonimg1
{
	position: relative;
	text-align: left;
	width: 158px;
	height: 40px;
	margin-top: -42px;
	margin-left: 560px;
	margin-right: 12px;
}

.viewcart_text2
{
	position: relative;
	text-align: right;
	width: 550px;
	height: 40px;
	margin-right: 12px;
}

.viewcart_buttonimg2
{
	position: relative;
	text-align: left;
	width: 158px;
	height: 40px;
	margin-top: -42px;
	margin-left: 560px;
	margin-right: 12px;
}

/* checkout.aspx & subscription checkout.aspx */
.authorizenet
{
	margin-left: 200px;
	margin-top: -60px;
}

/* sign-in sign-out */
.loginIB
{
	background: url( '../commonimages/header_loginbtn.gif' );
}

.loginIB:hover
{
	background: url( '../commonimages/header_loginbtn_hover.gif' );
}

.logoffIB
{
	background: url( '../commonimages/header_logoffbtn.gif' );
}

.logoffIB:hover
{
	background: url( '../commonimages/header_logoffbtn_hover.gif' );
}

.userName
{
	position: absolute;
	text-align: right;
	width: 362px;
	bottom: 3px;
	right: 15px;
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}



/* used in professions/appraisal.aspx */
.idec
{
    float: left; 
    margin-top:-13px; 
    margin-left:20px
}

.bbb
{
	
	float: left;
	margin-top: -13px;
	
}

.mckafee
{
	
	margin-left:15px;
	float: left;
	margin-top: -15px;
	
}

.taf
{
	float: left; 
	margin-top: 15px; 
	margin-left:21px;
	margin-bottom:7px
}

.geo
{
   float : right; 
   margin-top: 15px; 
   margin-right:23px
}
/* used in professions/default.aspx */

#myQuotes 
{
	font-family: "Arial", Times New Roman;
	font-size:1.2em;
	font-weight:bold;
	color:#889964;
	text-align:center;
	margin-top:10px;
	background-color:white;
	
}
#email_alerts1
{
	background: url('../commonimages/cat_emailalerts1.gif' ) ;
	margin-top: 5px;
	height:100px;
}
	
#email_alerts
{
	background: url('../commonimages/cat_emailalerts2.gif' ) ;
	margin-top: 5px;
	height:100px;

}

#email_alerts3
{
	background: url('../commonimages/cat_emailalerts3.gif' ) ;
	margin-top: 5px;
	height:56px;

}
.mapText
{
margin-top:-340px; 
width:540px;
padding:20px;

}

/* Profession landing pages */
#eh { margin-bottom: 10px; }

/* used wherever asp gridviews are sold */
.headerFormat
{
    font-weight: bold;
    background-color: #525252;
	color: #f9fafa;
	border-width: thin;
	border-style: solid;
	border-color: #e2e2e2;
}

/* uspap landing page */

		#uspapBack
		{
		background: url('../CommonImages/uspap/back.png') no-repeat;
		background-color:#8cb1d4; 
		position: relative;
		width: 840px; 
		height: 628px; 
		padding: 30px; 
		font-size: 14px; 
		font-family: "Myriad Pro" , Arial, Helvetica, sans-serif;
		}

        #uspapBack h1 { font-size: 1.8em; margin: 6px 0 40px 0; padding: 3px 0 0 15px; font-weight:bold; font-family: "Myriad Pro" , Arial, Helvetica, sans-serif; color:Black; }
        #uspapBack h2 { font-size: 1.3em; text-decoration: underline; margin: 0 0 3px 0; font-weight:bold; font-family: "Myriad Pro" , Arial, Helvetica, sans-serif; color:Black; }
        #uspapBack p { line-height: 1.3em; font-size: 1em; text-align:justify; font-weight:bold; font-family: "Myriad Pro" , Arial, Helvetica, sans-serif; }
        .left { width: 430px; float: left; padding-left:15px }
        #logos { margin-top: 38px; }
        img { border: none; }
        #uspapBack a, #uspapBack a:hover { text-decoration: none; }
        
        
        .right { width: 384px; float: right; margin: -65px 10px 0 0; text-align: right; }
        .right div { margin: 10px 0; text-align: right; }
        #movie { margin: -10px 0 7px 0; background: url('../CommonImages/uspap/movie.png')no-repeat; }
        .tagline { letter-spacing: -1px; font-size: 1.2em; font-weight: bold; color:Black; margin-left: 8px; }
        
        #uspapBack .quote { position: absolute; font-size: 17px; font-weight: bold; color: #1863A9; font-style:italic; font-family: "Myriad Pro" , Arial, Helvetica, sans-serif; }
        #uspapBack .quote span { font-size: 14px; color: #363636; }
        #quote1 { left: 120px; top: 390px; width: 365px; }
        #quote2 { left: 380px; top: 450px; width: 420px; }
        #quote3 { left: 320px; top: 530px; width: 250px; text-align:right }
        
 #best5
 {
		/* top image */
	width: 600px;
	background: url('../commonimages/best5h3.png') no-repeat;
	margin-left:-10px;
	margin-top:20px;
	margin-bottom:10px;
	
 }
 
 #best5 h3
 {
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	color: #363636;
	margin-bottom:20px;
	margin-top:5px;
    padding-bottom: 0;
 }
 
 #best5repeat
 {
	/* repeat image */
	background: transparent url('../commonimages/best5repeat.png') bottom center repeat-x;
	width: 583px;
	border: solid #cbcbcb 1px;
	border-width: 0 1px;
	margin: 0 0 0 15px;
 }
 
 #best5footer
 {
	background: url('../commonimages/best5footer.png') bottom center no-repeat;
	height:17px;
	margin-left: 1px;
	width: 599px;
 }
 
 #best5 hr
 {
	width: 575px ;
    clear: both;
 }
 
 #best5 h4
 {
    margin: 0;
    padding: 0;
    height: 17px;
 }
 
 #best5 .item
 {
    float: left;
 }
 
 #best5 .cart
 {
    float: right;
 }
 
 #best5 img
 {
    vertical-align: middle;
 }
 
 #best5 #selectStateDiv
 {
    background-image: none;
    width: auto;
    height: auto;
    border: solid #999 1px;
    border-bottom-width: 2px;
    padding: 10px;
    right: 0;
 }
