@import url(navigation.css);
@import url(staff.css);
@import url(forms.css);
@import url(exceptions.css);


/* ================
NORMALIZATION
================= */

* {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* Removes list-styles from list */
ol,ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */
address,caption,cite,code,th,var {
	font-style: normal;
	font-weight: normal;
}

/* Removes default blue border on linked images */
a img, :link img, :visited img {
	border: none;
}

/* ================
TYPE/CONTENT ELEMENTS
================= */


body {
	font-size: 62.5%;
	line-height: 1.3;
	color: #262626;
	font-family: arial,helvetica,sans-serif;
}

div#logo h1 img {
	display: none;
}

div#logo h1 {
	float: left;
	text-indent: -9000px;

	margin: 35px 0 0 23px;
}

div#logo  h1 a {
	display: block;

}

div#logo  h1 a:hover {
	background: transparent;
}

body #headline h2 {font-size: 1.8em; width: 650px; margin: 0 0 .5em 10px; padding-bottom: .2em; border-bottom: 2px solid #e5e5e5; clear:left; color: #333333;}
h2 {font-size: 1.8em; margin-bottom: 0; padding-bottom: 0; color: #D99816;}
h3 {font-size: 1.55em; color: #333333;}
h4 {font-size: 1.3em; color: #666666; }
h5 {font-size: 1.15em;}

h2,h3,h4,h5,h6 {
	letter-spacing: -.015em;
	margin: 5px 0 12px 0;

}

hr {
	border: 0;
  	width: 100%;
 	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	margin: 12px 0 12px;
}

.footnote {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    margin: 25px 0 12px 0;
    padding: 15px;
	font-style: italic;
}


#msa {
font-size: 1.2em; 
font-weight: bold; 
margin-top: 20px;
}

#msa h3 {
margin: 4px 0 0 0; 
color: #999999; 
font-weight: bold; 
font-size: 2.2em;
letter-spacing: -.015em;
line-height: 1;
}

#contentwrapper {
		font-size: 1.3em; 
}

p,#contentwrapper ol, #contentwrapper ul, #contentwrapper blockquote, #contentwrapper dl, #contentwrapper table, #contentwrapper dd {	
	margin-bottom: 12px;
}

.pLarge, .paraHead {
	display: block;
	font-size: 1.2em;
	color: #5e5e5e;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
}

#subHead {
	font-size: 1.2em;
	line-height: 1.3em;
	margin:0 0 0.9em 10px;
    padding-bottom:0.9em;
	border-bottom: 2px solid #e5e5e5;
	width: 650px;
	color: #5e5e5e;
}

#home #subHead {
display: block;
	float: right;	
	width: 410px;
	margin: 0 10px 12px 0;
	padding-right: 10px;
}


q {
	display: block;
	margin: 0 0 16px 0;
}

dt {
	font-weight: bold;
}

dl.quote {
	margin-top: 12px;
	padding: 12px 0 12px 80px;
	border-bottom: 1px #cccccc solid;

	background: url(../images/quotediv.png) no-repeat left 15px;
}

dl.quote dt {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.6;
	margin-bottom: 8px;
	color: #666666;
}

#contentwrapper dl.quote dd {
	font-weight: bold;
	margin-bottom: 0;
}

#content_main ul li ul {
	font-size: 1em;
}

#content_main ul {
	margin-left: 15px;
}

#content_main ol {
	list-style-type: decimal;
	margin-left: 30px;
}

#content_main ul li {
	padding-left: 10px;
	background: url(../images/li-bullet.png) no-repeat left 6px;
	margin-bottom: 7px;
}

#content_main ul li ul li {
	background: url(../images/linested-bullet.png) no-repeat left 6px;
}

#contentwrapper dl.block dd {
margin-bottom: 0;
}

thead td {
background-color: #f0f0f0;
font-weight: bold;
}

td {
padding: 3px;
}

.isGreen {
background:url("/images/greanThumb.gif") no-repeat scroll left top transparent;
padding:0 0 0 21px;
}

dl.float {
width: 190px;
float: left;
margin: 0 10px 10px 0;
}

.floatBlocks {
padding: 15px 0 0 15px;
background-color:#F0F0F0;
border:1px solid #CCCCCC;
margin-bottom:12px;
}

a, a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a, a:visited {color: #0E498C;}

a:hover, a:active  {
	background-color:#FFD24D;
	color:#000000;
	text-decoration:none;
}



#mainnav a:active {
	background-color: transparent !important;
}

#footercontent p a {
	color: #e4e4e4;
}

#footercontent p a:hover {
	color: #262626;
}

.clearfloat {
	clear: both;
}



img.rightImage {
	float: right;
	display: inline;
	border: 2px solid #e5e5e5;
	margin: 0 0 12px 12px;
}

img.leftImage {
	float: left;
	display: inline;
	border: 2px solid #e5e5e5;
	margin: 0 12px 12px 0;
}

.underline {
	padding: 0 0 12px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

a.blockLink {
	display: block;
	width: 97%;
	padding: 10px;
	border: 1px solid #d0deeb;
	background: #ddecfa;
	text-decoration: none;
	color: #133f69;
	cursor: pointer;
}

a.float {
float: left;
width: auto;
}

a.blockLink:hover {
	border: 1px solid #d0deeb;
	background: #cbdff1;
}

a.external {
	width: inherit;
	padding: 5px;
	padding-right: 15px;
	margin: 12px 0 0 0;
	background-image: url("../images/link-external.png");
	background-repeat: no-repeat;
	background-position: center right;
}


a.external:hover {
	background-image: url("../images/link-external.png");
	background-repeat: no-repeat;
	background-position: center right;

}


#contentwrapper .offices {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

#contentwrapper .offices dl {	
	float: left;	
	margin: 0 15px 0 0;
	width: 195px;
}

#contentwrapper .offices dd {
	margin-bottom: 0;
	font-size: .9em;
}

#contentwrapper .offices dt {
	margin-bottom: 8px;
}

#contentwrapper .offices dd.contact {
	margin-top: 8px;
}

.officelocation  {
	margin: 0 17px 20px 0;
	padding: 5px;
}

#contentwrapper .officelocation dt {
	margin-bottom: 9px;
}

#contentwrapper .officelocation dd {
	margin-bottom: 0;
}

.officelocation a.external {
	background: #DDECFA url("../images/link-external.png") no-repeat top right;
	width: inherit;
	padding: 5px;
	padding-right: 15px;
	margin: 12px 0 0 0;
	text-decoration: none;
}

.officelocation a.external:hover {
	width: inherit;
	padding: 5px;
	padding-right: 15px;
	margin: 12px 0 0 0;
	background: #cbdff1 url("../images/link-external.png") no-repeat top right;
	text-decoration: none;
	border: 1px solid #d0deeb;
}

sup {
	font-size: 10px;
	height: 0;
	line-height: 1;
	vertical-align: top;
	_vertical-align: top;
	position: relative;
	top: 0;
}

.triggerBtn, .triggerBtn:link {
	display: block;
	width: 50%;
	background: #DDECFA;
	border: 1px solid #d0deeb;	
	font-weight: bold;
	padding:5px 10px;
	text-decoration:none;
	margin-bottom: 5px;	
}



.triggerBtn:hover, .triggerBtn:active {
	background-color: #cbdff1;
}


.togglebox {
	padding: 15px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	margin: 0 0 20px 0;
} 

#btn_tpr {
	display: block;
	width: 199px;
	height: 53px;
	border: none;
    }

.tprMicrosite, .tprMicrosite:link {background:url(../images/tpr-button-microsite.png) no-repeat left top;}
.tprMicrosite:hover, .tprMicrosite:active {background:url(../images/tpr-button-microsite.png) no-repeat left bottom;}

/* body nav styles */
#bodyNav {
background-color: #f0f0f0;
padding: 15px;
margin-bottom: 12px;

border: 1px solid #cccccc;
}

#contentwrapper .toTop, #contentwrapper .toTop:link {
display: block;
font-size: 11px;
margin: 0 0 8px 0;
width: 6.5em;
text-align: center;
padding: 3px 0;
border: 1px solid #d0deeb;
background: #ddecfa;
text-decoration: none;
color: #133f69;
cursor: pointer;
clear:left;
text-decoration: none;
}

#contentwrapper .toTop:hover, #contentwrapper .toTop:active {
border: 1px solid #d0deeb;
background: #cbdff1;
}

#myTransactions {
float:left;
margin:0 15px 0 0;
width:220px;
}


#myTransactions h4 {
background-color:#E5E5E5;
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
margin:0 0 6px;
padding:10px 0 10px 15px;
text-align:left;
}

#myTransactions h4 span {
font-size:11px;
display: block;
}


/* ================
LAYOUT
================= */

body {
	background: url(../images/body-bg.png) #333333 repeat-y left top;
	padding-left: 10px;
}


#pagewrapper {

	background: url(../images/fade-bg.png) repeat-x left top;
}

#logo {
	margin: 0;
	width: 300px;
	height: 100px;
}

#breadcrumbs {
float: left;
width: 649px;
padding: 10px 10px 0px 26px;
font-size: 1.1em;
color: #262626;
}

#breadcrumbs a, #breadcrumbs a:link {
color: #666666;
text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
color: #262626;
text-decoration: underline;
background-color: transparent;
}

#wrapper {
	width: 950px;
	position: relative;
	float: left;
	padding: 0 0 50px 0;
	background: #ffffff url(../images/dkgreycorner-bottomright.png) right bottom no-repeat;
	
}

#utility {
	float: right;
	height: 34px;
	width: 256px;
}


#secnavwrap, #mainnavwrap {
	float: right;
	width: 256px;
	clear: right;
	
}

#secnav, #divPrimaryNav {
	margin-top: 10px;
}



#contentwrapper {	
	display: block;
	float: left;
	width: 673px;
}


#imageRotateBackground {
	float: left;
	margin: 0px;
	width: 673px;
	height: 172px;
}

#content_main {
	display: block;
	float: left;	
	width: 650px;
	margin: 0 0 0 10px;
}

body#home #content_main {
	display: block;
	float: right;	
	width: 420px;
	margin: 0;
	padding-right: 10px;
}

#content_sidebar {
	
	display: block;
	float: left;
	width: 202px; 
	margin: 0 0 40px 10px;
	padding-left: 0;
	
}

#footerwrapper {
	display: block;
	position: relative;	
	float: left;
	width: 950px;
	background: #333333 url(http://www.stewart.com/themes/_shared/images/footer-bg.png) repeat-x left top;	
	clear: both;
}

#hideshow, #hideshow div h3 {border:1px solid #D0DEEB;margin:0;}
#hideshow {border-width:0 0 1px 0;}
#hideshow div h3 {border-width:1px 0 0 0;padding:6px 0 6px 0px;cursor:pointer;width:650px;background-color:#fff;}
#hideshow div h3:hover {background-color:#DDECFA;}

#hideshow img {float:left;padding:1px 10px 0 5px;}

#hideshow ul {margin:10px 0 20px 15px;}




/*==============
BASIC STEPS OF CLOSING
=========================*/

#basicSteps {
	float: left;
	width: 600px;
}

#basicSteps dt, #basicSteps dd {
	float: left;
	display: block;
	width: 525px;
	text-align: left;
	padding: 0 0 0 0px;
}

#basicSteps dt {
	font-size: 1.2em;
	color: #333333;
	margin: 0 0 0px 0;
}

#basicSteps img {
	float: left;
	padding: 0 12px 0 0;
}

#basicSteps dd {
	padding: 0 0 32px 108px;
}



/* ================
WIDGETS
================= */
.widgets {
float: left;
	width: 200px;
	margin-bottom: 0;
	font-size: .85em;
	
}

.widgets label {
	font-size: 1.2em;
}

.widgets p {
	line-height: 1.2;
}

.widgets h3 {
	color: #262626;
	font-size: 1.45em;
	letter-spacing: normal;
	margin: 4px 0;
}

#orderservices h3 a {
	display: block;
	float: left;
	background: url(../images/btn-sidebar-bg.png) no-repeat left top;
	width: 200px;
	height: 33px;
	color: #262626;
	text-decoration: none;
	padding-top: 11px;
	padding-left: 8px;
	margin-bottom: 0;
}

#locateoffice h3 a {
	display: block;
	float: left;
	background: url(../images/btn-sidebar-bg.png) no-repeat left top;
	width: 200px;
	height: 33px;
	color: #262626;
	text-decoration: none;
	padding-top: 11px;
	padding-left: 8px;
}

form#viewtransactionsform {
	background: url(../images/powered-sureclose.png) no-repeat left bottom;
	padding-bottom: 20px;
}

div#viewtransactions {
	position: relative;
	margin-left: 0;
	margin-top: 10px;
}

div.inner {
	background: #333333;
	color: #ffffff;
	padding: 10px;
	font-size: .95em;

}

div#viewtransactions div#request {
	position: absolute;
	background: url(../images/hideshow-downarrow.png) no-repeat 20px bottom;
	z-index: 100;
	top: -30px;
	left: 40px;
	width: 250px;
	padding-bottom: 8px;
	overflow: visible;
}

div#viewtransactions div.inner p {
	padding-right: 10px;
}

/* ================
TABLE SORTER
================= */

th.header { 
    background: #dfdfdf url(../images/sortable.png) no-repeat center right;     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
	text-align: left;
	padding: 8px 15px 8px 5px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: .95em;
	
}

th.first {
	border-left: 1px solid #ffffff;
}

th.headerSortUp { 
    background: #CBDFF1 url(../images/asc.png) right center no-repeat;     
}

th.headerSortDown { 
    background: #CBDFF1 url(..//images/desc.png) right center no-repeat;     
}



/* ================
SITE SEARCH
================= */
#global {
	position: absolute;
	top: 32px;
	left: 703px;
	height: 40px;
	width: 260px;
	z-index: 105;

}

#global ul {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#global ul li {
	display: inline;
	float: left;
	padding: 0 .6em;
	background: url(../images/globalnav-divider.png) no-repeat right 50%;
}

#global ul li a {
	color: #cccccc;
	font-size: 12px;
	line-height: 3.1em;
	text-decoration: none;
	padding: .3em;
	font-weight: bold;
}

#global ul li a:hover {
	color: #262626;
}

#global #searchwrap {
	position: absolute;
	top: 30px;
	right: 100px;
	width: 260px;
	height: 40px;
	background: url(../images/hideshow-uparrow.png) no-repeat 90% top;
	padding-top: 8px;
	font-size: 1.1em;
}

#global .inner {
	height: 50px;
}

#searchbox {
	float: left;
	background: url(../images/sitesearchfield-bg.png) no-repeat left top;
	height: 27px;

}

#searchbox .txtfield {
	border: 1px white solid;
	margin: 2px 0 0 2px;
	width: 215px;
	font-size: 1.6em;
}

#searchbox .blur {
color: #999999;
}

#searchbox .focus {
color: #000000;
}

#sitesearchsubmit {
	margin-left: -3px;
}

#narrowSearch {
color: #cccccc;
margin-top: 6px;
}

#narrowSearch label {
margin-left: 4px;
display: block;
float: left;
padding-top: 2px;
}

#narrowSearch .option, #narrowSearch .option input {
float: left;
}

#narrowSearch div#stewart {
width: 85px;
margin-right: 8px;
}

#narrowSearch #microsite {
width: 165px;

}

#narrowSearch #microsite label {
width: 140px;
}

/* ================
FOOTER
================= */


#footercontent {
	background: url(http://www.stewart.com/themes/_shared/images/footercorner-topright.png) no-repeat right top;
	padding: 20px 0 0 20px;
	margin-bottom: 40px;
	color: #e4e4e4;	
	display: block;
	width: 930px;	
}

#footerwrapper #corner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 150;
	width: 15px;
	height: 15px;
	background: url(../images/footercorner-topleft.png) no-repeat left top;
}

#footercontent p {
	font-size: 1.2em;	
}

#footerLogo {
	height: 18px;
}

#footerLogo img {
	display: none;

}

#footercontent p#copyright {
	margin-top: 25px;
	padding-top: 12px;
	border-top: #424242 solid 2px;
}

#footercontent h3 {
	color: #bcbcbc;
	font-size: 1.825em;
}

#footermsa {
	color: #ffffff;
	font-size: 1.1em;
	margin: 20px 0;
}

#footermsa h2 {
	margin: 0;
	line-height: 1;
	font-size: 1.825em;
	color: #ffffff;
}

#footermsa h3 {
	margin: 0;
	line-height: 1;
	font-size: 1.5em;
	color: #ffffff;
}

#col2 {
	float: left;
	width: 680px;
	
	padding-left: 10px;
	border-left: 2px solid #424242;
}

#col2 a:hover {
	color: #000000;
}

#footercontent .office {
	width:200px;
	margin:0px 10px 0 0;
	float:left;
	padding-right:10px;
}

#footercontent .popup {
	display:none;
	position:absolute;
	background-color:black;
	padding: 10px;
}
#footercontent .officelist, #footercontent .officelist:link {
	float: left;
	display: block;
	width: 120px;
	margin: 0 3px 3px 0;
	padding: 5px;
	color: #cccccc;
	font-size: 1.1em;
	text-decoration: none;
	background: #3e3e3e;
}

.office dl {
font-size: 1.2em;
margin-bottom: 15px;
}

#footercontent .officelist:hover, #footercontent .officelist:active {
color: #ffffff;
background: #1d1d1d;
}

#footercontent p span {
display: block;
float: right;
width: 200px;
text-align: right;
}

#footercontent a:link, #footercontent a:visited {
  color: #999;
}

#footercontent a:hover, #footercontent a:active {
  color: #000;
}

#footercontent .header {
padding-bottom: 12px;
border-bottom: 2px solid #424242;
width: 100%;
}

#tipDiv {
display: block;
width: 240px;
padding: 15px;
background: #1d1d1d url(../images/footertip-bg.png) repeat-x left top;
border: 2px solid #666666;
}

#tipDiv dl {
width: 230px;

}

#tipDiv dt {
margin: 0 0 .5em 0;
font-size: 1.4em;
color: #ffffff;
line-height: 1.1;

}

#tipDiv dd {
color: #cccccc;
font-size: 1.2em;
}

#tipDiv dd.break {
margin-bottom: 7px;
}

#manualOffices {
width: 900px;
}

#manualOffices dl {
float: left;
width: 200px;
margin-right: 20px;

}







#officeSearch {
	position: relative;
	width: 650px;
	height: 56px;
	margin-bottom: 25px;
	background: url(/themes/_shared/images/mapsearch-bg.png) no-repeat left top;
}

#searchForm ul {
	margin: 0;
	padding: 13px 0 0 13px;

}

#searchForm ul li {
	float: left;
	width: auto;
	margin:0 10px 0 0;
	list-style: none;
	background: none;
}

#searchForm ul li input, #searchForm ul li select {
	font-family: arial;
}

#searchForm ul li.wrap {
	background: url(/themes/_shared/images/input-search-bg.png) no-repeat left top;
	padding: 3px;
	width: 165px;
	height: 29px;
}

#searchForm ul li.wrap .digits {
	border: none;
	width: 100%;
	height: 23px;
	font-size: 1em;
}

#contentwrapper ul li #radius_fake {
	border: none;
	width: 100px;
}


#searchForm select {
	font-size: 1em;
}

#searchForm .submit {
	width: 51px;
	height: 28px;
	border: none;
	background: url(/themes/_shared/images/go.png) no-repeat left top;
	cursor: pointer;
}

#map_canvas {
	float: left;
	width: 400px; 
	height: 450px;
	border: 2px #e5e5e5 solid;

}

#locationsWrap {
	float: left;
	padding: 15px 10px 15px 30px;
	width: 205px;
	height: 424px; 
	overflow:auto;
	background: #f0f0f0;
}

.officelocations h3 {
	font-size: 1.2em;
	padding: 5px;
}

.officelocations h3.zip {
	font-size: 1.5em;
}



.officelocations dt {
	cursor: pointer;
	color: #004f97;
}

#contentwrapper .officelocations dd {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#locationsWrap .officelocations h3 span {
	display: block;
	font-size: .6em;
}

#heroWrap {
    margin-top: 40px;
}

#heroWrap .story {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #CCCCCC;
    margin-top: 15px;
    padding: 3%;
    width: 94%;
}

#heroWrap .story img {
    float: left;
    margin: 0 20px 20px 0;
}

