/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* End YUI CSS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,header,menu,footer,aside,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* End YUI CSS */

#logo #firstamtlogo img {
    width: auto; height: auto;
}

/*
******************************************************************
    7. Button Rules 
******************************************************************
*/
button
{
    height: auto;
    padding: 4px 7px;
    font-size: 14px;    
    color: #464646;    
    border: 1px solid #e1b533;
    vertical-align: middle;
    cursor: pointer;
        
    background: #fbcf4c;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbcf4c), to(#e1b533));
    background: -webkit-linear-gradient(top, #fbcf4c, #e1b533);
    background: -o-linear-gradient(top, #fbcf4c, #e1b533);
    
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.4);
    box-shadow: 0px 1px 4px rgba(0,0,0,.4);
}

/* Button Hover */
.btn.over button, .btn.submitOver button{
    
}

/* Small */
.icoSubmit.small .btnIco button{
    
}
.small .btnIco, .small .btnIco button{
    
}


/* IE6 Overrides */
.box .small{
	_background-image: none;
}
/* End Buttons */

body, td, th, * {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
html body, html body.mobile {
	margin:0px;
	padding:0px;
	background: #797979;
}
body, td, p {
	color:#464646;
	font-size:12px;
	margin:0;
}
td{
	vertical-align:top;
}
/* HEADER FORMATTING */
#logo{
	position: relative;	
    /* fallback */
    background-color: #013A6F;
    background-repeat: repeat-x;  
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 40%, 0% 100%, from(#013A6F), to(#315C84));  
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(40%, #013A6F, #315C84);  
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(40%, #013A6F, #315C84);  
    /* IE 10 */
    background: -ms-linear-gradient(40%, #013A6F, #315C84);  
    /* Opera 11.10+ */
    background: -o-linear-gradient(40%, #013A6F, #315C84);
	
}
#logo td {
	background: #013A6F url(../images/header-back-blue.gif) repeat-x;
}
body #logo img{
	background: none;
	visibility: hidden;
}
body #firstamtlogo {
	padding: 9px 0 0 12px;
	background: url(../images/logo-fat-rev-blue.gif) no-repeat 15px 15px;
	cursor:pointer;
}
#faf-home #firstamtlogo {
	background: url(../images/logo-faf-rev-blue.gif) no-repeat 15px 15px;
}
/* End HEADER FORMATTING */
/* Holiday HEADER FORMATTING 
#logo{
	background: #013A6F url(../images/header-back-blue-snow.gif) left top repeat-x;
}
#logo td {
	background: #013A6F url(../images/header-back-blue-snow.gif) repeat-x;
}
 End Holiday HEADER FORMATTING */

/* PRIMARY NAV FORMATTING */

#primarynav {
	width: 100%;
	color:#FFFFFF;
}
#primarynav a, #primarynav a:active, #primarynav a:visited {
	width:100%;
	float:left;
	margin:0px;
	font-size:17px;
	color:#FFFFFF;
	font-weight:normal;
	line-height: 19px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
	text-decoration:none;
	background:#e62f20;
}
#primarynav > a{
	display:none;
}
#faf-home #primarynav > a, #fat-home #primarynav > a, #state-home #primarynav > a{
	display:block;
}
#primarynav a span {
	display:block;
	margin:7px 15px;
	height:20px;
	background:url(../images/arrow-primary-red.gif) no-repeat right center;
}
#primarynav a:active{
	background-color:#999999;
}
#primarynav a:active span {
	background:url(../images/arrow-primary-999999.gif) no-repeat right center;
}
#primarynav .head{
}
#primarynav .head span{
	display:block;
	clear:both;
	padding: 7px 20px 7px 20px;
	height:19px;
	font-size:16px;
	font-style:italic;
	line-height: 19px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration:none;
	background:#e62f20;
}
#primarynav .subnav .hr {
	display:none;
}

#globalSearch{	
	background:#D9D9D9; 
	height:47px; 
	padding:0px 0px 0px 12px; 
	clear:both;
	min-width: 308px;
}
#globalSearch span{
	display:inline-block;
	padding-top:10px;
	float:left;
}
#globalSearch span.searchText{
	padding:9px 0 0 3px;
}
#globalSearch span.searchText input{
	color: #959595;
	font-size:12px;
	border: 1px solid #959595;
	padding: 1px 3px 1px 3px;
	width:135px; height: 25px;
	line-height: 25px;
}
#globalSearch #btnSearch{
	width:26px; height:25px;
	margin:0 0 0 7px;
	background:url(/assets/images/btn-search.png) no-repeat;
}
#globalSearch a, #globalSearch a:active, #globalSearch a:visited {
	display:inline-block;
	width:auto;
	float:none;
	text-align:right;
	margin: 17px 0 0 0;
	font-size:12px;
	color:#013a6f;
	font-weight:normal;
	line-height: normal;
	border:none;
	text-decoration:underline;
	background:none;
}
#globalSearch a:hover{
	background: none;
}

.last {
	border-bottom:none;
}
/* END PRIMARY NAV FORMATTING */

h1 {
	color:#013a6f;
	font-size:18px;
	line-height:18px;
	margin:0px auto;
	padding-bottom: 15px;
	font-style:italic;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:normal;
	padding-bottom:15px;
}
h3 {
	color:#464646;
	font-size:14px;
	font-weight:bold;
}
h4 {
	color:#013a6f;
	font-size:16px;
	font-weight:bold;
}
h5 {
	color:#013a6f;
	font-size:12px;
	font-weight:bold;
}
sup{
	font-size: 70%;
	vertical-align: super;
}
strong {
	font-weight:bold;
}
p {
	padding-bottom:12px;
}
p.leadIn {
	font-size:16px;
	line-height:20px;
}
p.first {
	font-size:13px;
	line-height:18px;
}
/* 
******************************************************************
3. Content Rules 
******************************************************************
*/
#content {
	background: #f3f3f3;
	padding: 15px;
	vertical-align: top;
	line-height:17px;
}
#breadcrumb { /* dark slashes only for the top breadcrumb */
	color:#D9D9D9;
	padding: 5px 0 10px 15px;
	font-size:10px;
	line-height:17px;
}
.hr {
	display:block;
	height:0px;
	border:0px none;
	border-bottom:1px solid #cccccc;
	margin:5px 0px 17px;
	overflow:hidden;
	clear:both;
}
.hr.lt {
	border-bottom:1px solid #e1e1e1;
}
.hr.dk{
	border-bottom: 1px solid #bfbfbf;
	margin: 5px 0px;
}
.hr.blue {
	border-bottom: 1px solid #B6C5D2;
}
#footer .breadcrumb, #footer .breadcrumb a, #footer .breadcrumb a:visited, #footer .breadcrumb span, #footer .breadcrumb a, #footer .breadcrumb a:visited {
	color:#bababa;
}
.breadcrumb .blue {
	color:#809cb7;
}
#footer .breadcrumb .blue, #footer .breadcrumb .blue a, #footer .breadcrumb .blue a:link, #footer .breadcrumb .blue a:visited {
	color:#cccccc;
	border:none;
}
.breadcrumb a, .breadcrumb a:visited, .breadcrumb span, #footer .breadcrumb a, #footer .breadcrumb a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:0 2px 0 0;
}
.breadcrumb .blue span, .breadcrumb .blue a, .breadcrumb .blue a, .breadcrumb .blue a:visited {
	color:#ffffff;
	font-weight:bold;
}
.breadcrumb a:hover, #footer .breadcrumb a:hover {
	text-decoration:underline;
}
#content #breadcrumb.over {
	background:none;
}
.breadcrumb span {
	padding-left:2px;
}
#content ul {
	padding:2px 0 2px;
}
#content li {
	padding:0 0 10px 10px;
	background: url(/assets/images/sprite-bullets.gif) 0px -74px no-repeat;
}
#content ol {
	padding:2px 0 2px 18px;
}
#content ol li {
	padding:0 0 10px 0px;
	list-style:decimal;
	background: none;
}
#col1, #col2 {
	width:auto;
	padding-top:20px;
	overflow:hidden;
}
#col1 h2, #col2 h2 {
	font-size: 16px;
	font-style:italic;
	padding:0 0 12px 7px;
}
#overview-mobile #col1{
	padding-left:7px;
}
#overview-mobile h2{
	font-size: 16px;
	font-style:italic;
	padding-bottom:7px;
}
#overview-mobile #col2 h2{
	padding-bottom:12px;
}
#col1 li, #col2 li {
	color:#013a6f;
	font-weight:bold;
	line-height:13px;
	padding:0 0 10px 7px;
	background:url(/assets/images/sprite-bullets.gif) 0px -37px no-repeat;
}
#col1 li a, #col2 li a {
	text-decoration:none;
}
#col1 li a:hover, #col2 li a:hover {
	text-decoration:underline;
}
#col1 li span, #col2 li span {
	font-size:16px;
	font-weight:normal;
}
.subCol {
	width: 100px;
	float:left;
}
.subCol.sm {
	width:109px;
}
.subCol2 {
	width:auto;
}
h2.subSection {
	padding:12px 0 12px 0;
}
#content .closed, #content .opened, #content .link {
	cursor:pointer;
	padding:12px 0 8px 7px;
}
#content .closed h3, #content .opened h3, #content .link h3 a {
	color:#013a6f;
	text-decoration:none;
}
#content .opened {
	padding:12px 0 0px 7px;
}
#content .closed.over {
	background:#DAE0E6;
}
#content #at.over { /* IE6 did not respect the overridden style using a class */
	background:none;
}
.detail .subCol {
	width:130px;
}
a {
	color: #013a6f;
}
a:hover {
	text-decoration: none;
}

#content #rightCol{
	line-height:normal;
}

/* Office Directory / Locate */
#map_canvas {
	height: 156px;
	width: auto;
}
#useLocationLink {
	float:right; 
	right:5px; 
	font-size:11px; 
	font-weight:normal; 
	font-style:normal;
}
#content .findOffice .btn.small{
	margin: -1px 0 0 0;
}
#content .findOffice input.zip{
	color: #959595;
	border:1px solid #CCCCCC;
	font-size:12px;
	padding: 1px 3px 1px 3px; margin-right:10px;
	width:90px; height:15px;
}
#content .findOffice input.address{
	color: #959595;
	border:1px solid #CCCCCC;
	font-size:12px;
	padding: 1px 3px 1px 3px; margin-right:10px;
	width:150px; height: 25px;
}
#content .findOffice .box select.radius{
	width:65px;
	margin:0; 
	height:19px;
}
#content .findOffice .box select{
	height:19px;
	
	height: auto;
    padding: 4px 7px;
    font-size: 14px;
    
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    vertical-align: middle;
    cursor: pointer;
}
#content .findOffice button{
	
}
#content .findOffice .box{
	margin-top:0px;
	margin-bottom:20px;
}
#content .findOffice .box.first{
	margin-bottom:0px;
	border-bottom:none;
}

/* Box Styles */
#content #rightCol .box {
	color:#464646;
	font-size:11px;
	border:1px solid #c6c6c6;
	padding:5px;
	margin-bottom:20px;
}
#content #rightCol .box.first{
	margin-bottom:0px;
	border-bottom:none;
}
#rightCol #mapResults.box.first{
	border-bottom: 1px solid #c6c6c6;
}
#content #rightCol .box h2{
	color:#013a6f;
	padding:8px 0px 2px 0px;
	margin:0 10px;
	background: none;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	border:none;
	border-bottom:1px solid #7a96b1;
}
#content #rightCol .box h2.marginBot5{
	margin-bottom:5px;
}
#content #rightCol .box h3{
	display:block;
	color:#ffffff;
	background-color:#013a6f;
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	font-style:italic;
	padding:8px 10px 7px 10px;
	text-decoration:none; 
}
#content #rightCol .box a h3,#content #rightCol .box a:link h3,#content #rightCol .box a:active h3,#content #rightCol .box a:visited h3{
	text-decoration:none; 
}
#content #rightCol .box h4{
	color:#013a6f;
	font-size:14px;
	font-weight:bold;
	padding:7px 10px 0px 10px;
}
#content #rightCol .box h5{
	color:#013a6f;
	font-size:12px;
	font-weight:bold;
	padding:7px 10px 0px 10px;
}
#content #rightCol .thumb{
	margin-bottom:5px;
}
#content #rightCol .hr{
	margin:5px 10px;
}
#content #rightCol .hr img{
	width:1px; height:0;
}
#content #rightCol .box .intro{
	display:block;
	color:#464646;
	padding:7px 0px 3px 0px;
	margin:0 10px;
}
#content #rightCol .box.sub .intro{
	padding:0px 0px 4px 0px;
}

.box .item{
	display:block;
	color:#464646;
	padding:7px 10px 6px 10px;
	text-decoration:none;
}
.box  a.link{
	display:block;
	padding:0px 0px 5px 0px;
	margin:0 10px;
}
.box .item.act{
	padding-right:38px;
	background-image:url(/assets/images/btn-right-col.png);
	background-position:center right;
	background-repeat:no-repeat;
}
.box .item.act.small{
	padding-right:26px;
	background-image:url(/assets/images/btn-right-col-sm.png);
}
.box div.item{
	padding:13px 10px 8px 10px;
}
.box .item strong{
	font-size:12px;
}
.box a.item strong{
	font-size:14px;
}
.box a.item strong.blue{
	color:#013a6f;
}
.box a.item.small strong{
	font-size:12px;
}
.box a.item:hover, .box .item.over{
	background-color:#dae0e6;
	cursor:pointer;
}
.box h3~.first{ /* Selects .first only when there is a preceding h3 */
	margin-top:5px;
}
.box .last{
	border-bottom:0px none;
}
.box a span{
	display:block;
	padding:0 0 0 10px;
	background:url(/assets/images/sprite-bullets.gif) 1px 5px no-repeat;
}

/* Find Local Office Rules */
#agentToggle{
	display: none;
	border-top: 2px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	height: 19px;
	overflow: hidden;
	margin:0;
}
#agentToggle td{
	background:#C6C6C6;
	white-space:nowrap;
	cursor:pointer;
	padding: 1px 7px 3px;
}
#agentToggle td#sortingLabel{
	cursor: default;
}
#agentToggle td#sortingLabel, #agentToggle td.spacer{
	padding: 0;
	width: 50%;
	cursor: default;
}
#agentToggle td#sortingLabel, #agentToggle td#sortingLabel img{
	width: 13px;
}
#agentToggle td{
	font-size: 11px;
	color: #464646;
}
#agentToggle td.at{
	background: none;
}
#agentToggle td label{
	display:inline;
	color: #013A6F;
	text-decoration: underline;
	cursor:pointer;
}
#agentToggle td.at label{
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
#agentToggle td.disabled label{
	color: #464646;
	text-decoration: none;
	cursor:default;
}
#agentToggle td span{
	text-decoration: none;
}
#content #rightCol #modalLoading{
	position:absolute;
	top:5px; left:5px;
	height:110px;
	background: #F3F3F3;
	padding-top: 46px;
}
#content #rightCol #modalLoading h3{
	background: none;
	color: #464646;
}
#mapResults{
	position:relative;
}
#mapResults.first{
	margin-bottom: 0px;
}
#rightCol #officeResultsBox.box{
	border-top:none;
	padding: 0 2px;
}
.locateOffice .map{
	margin-bottom:5px;
}
.locateOffice .item{
	position:relative;
	padding:5px 10px 4px 10px;
}
.locateOffice span#savedOfficeResult.item{
	margin-top:5px;
}
.locateOffice .item.wLetter{
	padding:5px 10px 4px 18px;
}
.locateOffice .hr{
	margin:2px 10px;
}
.locateOffice .item.agent, .hr.agent{
	display:none;
}
.locateOffice .item.agent span.officeLetter{
	color:#013A6F;
}
.locateOffice .item.agent span.officeName{
	font-weight:normal;
}
.locateOffice .item .officeLetter{
	display:none;
}
.locateOffice .item.wLetter .officeLetter{
	display:block;
}
.locateOffice span.officeLetter{
	position:absolute; 
	top:5px; left:6px; 
	width:12px; 
	color:#C4271B; 
	font-weight:bold;
}
.locateOffice .item span.officeName{
	width:205px;
	display:inline-block;
	font-weight:bold;
}
.locateOffice .item.wLetter span.officeName{
	color: #013A6F;
	text-decoration: underline;
	width: auto;
}
.locateOffice .item.wLetter.at span.officeName{
	width:205px;
}
.locateOffice .at{
	background: #ffffff;
}
.locateOffice .at.only{
	background: none;
}
.locateOffice .item.at span.officeName{
	height:auto;
	overflow:visible;
	font-weight:bold;
}
.locateOffice .item.at .item, .locateOffice .item.at .hr{
	display:block;
	padding:5px 0 4px;
}
.locateOffice .item.at .hr{
	padding:0;
	margin:2px 0;
}
.locateOffice #officeResults .hr.last{
	display:none;
}
.locateOffice .item.at span.officePhone, .locateOffice .item.at span.officeFax{
	font-size:12px;
	display:block;
	font-weight:bold;
}
.locateOffice .item.at span.officeFax{
	font-weight:normal;
}
#officeDetailSaved .item span.officeName{
	width:205px; height:auto;
	overflow:visible;
	display:inline-block;
	font-weight:bold;
}
#officeDetailSaved .item span.officeAddress1{
	width:205px;
}
.locateOffice .item a.save, .locateOffice .item a.delete{
	text-decoration:underline;
	cursor:pointer;
	display:block;
	position:absolute;
	right:10px;
	display:block;
	width:40px; height:30px;
	z-index:100;
	text-align:right;
}
.locateOffice .item a.save{
	display:none;
}
.locateOffice .item.at a.save{
	display:block;
}
.locateOffice .item a:hover{
	text-decoration:none;
	cursor:pointer;
}
.findOffice .box select,.locateOffice select{
	width:192px;
	margin:10px 0 0px 0;
	float:none;
}
.findOffice .box select.noMargin,.locateOffice select.noMargin{
	margin:0 0 5px 0;
}
#officeResults, #officeDetail, #officeDetailSaved{

}
#officeResults{
	padding-top:5px;
}
.box .item.off {
display:none;
}
/* Google Map */
#mapResults div div div span{
	white-space:normal;
	width:203px;
	font-size:9px;
}
#mapResults div div div a{
	white-space:nowrap;
	font-size:9px;
}
/* End Office Directory */

/* Login Widget */
#content #rightCol #myfirstamLogin{
	margin-top: 5px;
	border: 0px;
	padding: 0px;
    background: #022648;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#content #rightCol #myfirstamLogin h3{
	position: relative;
	background: -o-linear-gradient(0%, #446C91, #03305A);
	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#446C91), to(#03305A));
	background: -webkit-linear-gradient(0%, #446C91, #03305A);
	background: -moz-linear-gradient(0%, #446C91, #03305A);
	background: -ms-linear-gradient(0%, #446C91, #03305A);
	background: -o-linear-gradient(0%, #446C91, #03305A);
	height: 46px;
	padding: 0;
	display: block;
	text-align: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, .4);
}
#rightCol #myfirstamLogin #myFirstAmLogo{
    position: absolute;
	top: 15px; left: 10px;
	width: 109px; height: 19px;
    background: url(/assets/myfirstam/images/logo-myfirstam.png) top left no-repeat;
}
#rightCol #myfirstamLogin #btnPlusYellow{
    margin-top: 2px; margin-right: 3px;
	width: 64px; height: 40px;
    background: url(/assets/myfirstam/images/btn-signin.png) top left no-repeat;
}
#rightCol .login .item{
    color: #ffffff;
    line-height: 15px;
}
#rightCol .login .item .forgotPass{
    line-height: 25px;
}
#rightCol .login .item p, #rightCol .login .item a {
    color: #ffffff;
    font-size: 11px;
}
#rightCol .login .item .infoRow{
    border-top: 1px solid #425C75;
    padding: 5px 0 5px 10px;
}
#rightCol .login .item form{
    display: block;
    padding: 0 0 10px 10px;
}
#rightCol .login .item #localeForm{
    display:none;
    padding: 10px 0 0px 10px;
	border-top: 1px solid #415C76; 
}
#rightCol .login .item #localeForm form{
    padding: 0px;
}
#rightCol .login h4, #rightCol .login label {
    color: #8BA0B3;
}
#rightCol .login h4 {
    padding: 5px 0;
}
#rightCol .login label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}
#content #rightCol .login .saveUsername label {
	color: white;
	display: inline;
	font-size: 11px;
	font-weight: normal;
}
#content #rightCol .login .saveUsername {
    margin: 5px 0 10px;
}
#rightCol .login .item input.txt{
    -moz-border-radius:     6px;
    -webkit-border-radius: 6px;
    border-radius:         6px;
    width: 93%;
    color: #464646;
}
#rightCol .login .item .forgotPass {
    padding-left: 0px;
}
#rightCol .login #btnSignin{
    margin-top: -7px; margin-right: 3px;
}
#rightCol .login .item #roleMessage {
	border-top: 1px solid #415C76; 
	margin:0;
	padding: 9px 10px 13px;
}
#rightCol .login .item .roleLink {
	display: block;
	padding: 6px 30px 6px 7px;
	border: 1px solid 
	white;
	font-weight: bold;
	text-decoration: none;
	background: 
	#3F5971 url(https://www.firstam.com/assets/images/ico-action-sm.png) center right no-repeat;
	margin-top: 4px;
}

/* Photos w/ Shadows */
.photo {
	padding:0 10px 0 3px;
}
div.photo {
	padding:0 0 0 3px;
}
.photo .tl, .photo .tl img, .photo .tr, .photo .tr img, .photo .bl, .photo .bl img, .photo .br, .photo .br img {
	width:8px;
	height:8px;
}
.photo .tl {
	background:url(/assets/images/img-shadow-tl.png);
}
.photo .t {
	background:url(/assets/images/img-shadow-t.png);
}
.photo .tr {
	background:url(/assets/images/img-shadow-tr.png);
}
.photo .l {
	background:url(/assets/images/img-shadow-l.png);
}
.photo .r {
	background:url(/assets/images/img-shadow-r.png);
}
.photo .bl {
	background:url(/assets/images/img-shadow-bl.png);
}
.photo .b {
	background:url(/assets/images/img-shadow-b.png);
}
.photo .br {
	background:url(/assets/images/img-shadow-br.png);
}
.photo .wrapper img {
}
.event .thumb {
	width:110px;
}
.thumb .photo .wrapper img {
	width:77px;
}
.thumb .photo {
	margin:0 14px 5px 0px;
}
.photos {
	padding-left:2px;
}
.photos label {
	display:block;
	padding:0 0 1px 6px;
	font-size:11px;
	font-weight:bold;
}
.photos .photo {
	padding:2px 10px 8px 0;
	float:left;
}
.photos .photo .wrapper img {
	width:77px;
	height:56px;
	background:#cdcdcd;
}
@media only all and (max-width: 470px) { /*Check if window is less than 465px wide */
	.stateMap .photo{
		display:none;
	}
}
/* End Photos w/ Shadows */

/* Inline Photos */
.inlinePhoto {
	display:inline-block;
	border:1px solid #C6C6C6;
	color:#464646;
	font-size:11px;
	margin:3px 20px 17px 20px;
	padding:5px;
}
.inlinePhoto img {
	display:block;
}
img.alignLeft, img.alignRight, img.alignNone {
	display:inline-block;
	border:1px solid #C6C6C6;
	color:#464646;
	font-size:11px;
	margin:3px 20px 10px 20px;
	padding:5px;
}
img.alignLeft {
	float:left;
	margin-left:0px;
}
img.alignRight {
	float:right;
	margin-right:0px;
}
img.alignNone {
	text-align:inherit;
	margin-left:auto;
	margin-right:auto;
}
div.alignLeft .inlinePhoto {
	margin-left:0px;
}
div.alignRight .inlinePhoto {
	margin-right:0px;
}
.caption {
	display:block;
	margin:0 10px;
	padding:7px 0 3px;
	line-height:normal;
	text-align:left;
}
/* End Inline Photos */

/* List of Links */
.linkList {
	padding:4px 0 7px 0;
}
.linkList td {
	padding-bottom: 4px;
}
.linkList th {
	font-size: 11px;
	line-height: 12px;
	font-weight:bold;
	padding:4px 10px 7px 5px;
}
.linkList a {
	font-size: 11px;
	line-height: 12px;
	font-weight:bold;
	display:block;
	padding:4px 10px 7px 13px;
	background:url(/assets/images/sprite-bullets.gif) 7px -452px no-repeat;
}
.linkList a:hover {
	text-decoration:none;
}
.person .linkList a, .person .linkList span {
	display:inline;
	padding:0px 10px 2px 7px;
	background:url(/assets/images/sprite-bullets.gif) 1px -455px no-repeat;
}
.person.sub .linkList a, .person.sub .linkList span {
	display:inline;
	padding:0px 10px 2px 7px;
	background:url(/assets/images/sprite-bullets.gif) 1px -455px no-repeat;
}
/* End List of Links */

/* List of Links w/ Descriptions */
.closed a {
	color:#464646;
	text-decoration:none;
}
.list {
	padding:4px 0 7px 0;
}
.list p {
	font-size: 11px;
}
.list .group, .list .item {
	font-size: 11px;
	/*padding:0 10px 8px 0; Adding 7 left px for colapsing */
padding:0 10px 8px 0px;
	line-height: 12px;
	cursor:pointer;
}
.list .item a {
	padding-bottom:0;
}
.list .group.over, .list .item.over {
	background-color:#dae0e6;
}
.list a {
	color:#464646;
	font-size: 11px;
	display:block;
	padding:4px 10px 7px 13px;
	line-height: 12px;
	text-decoration:none;
	background:url(/assets/images/sprite-bullets.gif) 7px -452px no-repeat;
}
.list .subCol a {
	padding:0;
	background:none;
}
.list .subCol a:hover {
	text-decoration:none;
}
.list h2 a {
	font-size: 16px;
	display:inline;
	padding:0px;
	line-height: normal;
	text-decoration:none;
	background:none;
}
.list div.subCol {
	color:#464646;
	font-size: 11px;
	display:block;
	padding:4px 10px 7px 13px;
	line-height: 12px;
	text-decoration:none;
	background:url(/assets/images/sprite-bullets.gif) 7px -72px no-repeat;
}
.list a:hover {
	background-color:#dae0e6;
}
.list a.off {
	display:none;
}
.list a strong {
	color:#013a6f;
	text-decoration:underline;
}
.actions {
	padding:8px 0 5px 5px;
}
.actions a {
	color:#013a6f;
	font-weight:bold;
	text-decoration:underline;
	display:inline;
	padding:0 0 0 8px;
	background:none;
}
.actions a:hover {
	text-decoration:none;
}
.actions a:hover strong {
	text-decoration:none;
}
.list .group a.prim, .list .item a.prim {
	padding-right:0;
	padding-bottom:0;
}
#col2 .list .h2, .person h2 {
	display:block;
	color:#013a6f;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	line-height: 16px;
	padding:0;
}
.list .photo {
	padding:5px 5px 8px 5px;
	float:left;
}
.list h2 {
	padding:0;
}
.list h4 {
	font-size:11px;
	font-weight:bold;
	padding:0 0 1px 6px;
}
.list .detail {
	line-height:13px;
	padding: 11px 10px 0 0;
}
.fileSize{
	white-space:nowrap;
}
#content .list ul {
	padding:0px 0 8px 13px;
}
#content .list ul li {
	padding:0 0 5px 17px;
	background:url(/assets/images/sprite-bullets.gif) 10px -715px no-repeat;
}
/* End List of Links w/ Descriptions */

/* People (Contact Info) */
.person {
	padding:13px 0 2px 0;
	float:left;
}
table.person {
	width:280px;
	float:none;
}
table.person .detail {
	width:100%;
}
.person .photo {
	padding:0 10px 0 3px;
}
.person h2 {
	padding:7px 0 0 0;
}
.person .detail {
	width:183px;
	font-size:11px;
	line-height:13px;
}
/* End People (Contact Info) */

#content .box {
	margin-top:20px;
	padding:5px 8px 6px 8px;
	border:1px solid #c6c6c6;
	clear:both;
}
#content .promoBox .result {
	background:#DAE0E6;
}
#search #content table {
	width:100%;
}

/* Results / Pagination Table */
#content .pagination {
	text-align:right;
}
#content .pagination ul li {
	border-right:1px solid #4A4A4A;
	display:inline;
	font-size:10px;
	padding:0 4px;
	background:none;
}
#content .pagination ul li.last {
	border:none;
}
#searchSortBy{
	margin-bottom: 5px;
}
#searchSortBy span, #searchSortBy a{
	padding:5px;
	font-size:12px;
	font-weight:bold;
}
#searchSortBy a.at{
	color: #464646;
	text-decoration: none;
}
/* End Results / Pagination Table */

/* Page Survey */
#content #pageSurvey.box {
	position:relative;
	clear:none;
}
#pageSurvey span {
	float:left;
}
#pageSurvey .stars {
	position:relative;
	display:inline-block;
	width:80px;
	height:15px;
	margin:0px 15px 3px 4px;
}
#pageSurvey .stars img {
	display:inline-block;
	width:16px;
	height:15px;
	cursor:pointer;
	background:url(/assets/images/ico-star.png) top no-repeat;
}
#pageSurvey .stars img.over, #pageSurvey .stars img.over.at {
	background:url(/assets/images/ico-star-over.gif) top no-repeat;
}
#pageSurvey .stars img.at {
	background:url(/assets/images/ico-star-at.gif) top no-repeat;
}
#pageSurvey .share {
	margin:0px 12px 0px 0px;
}
#ratingConfirm {
	background:#FECB33;
	padding:3px 0 3px 5px;
	position:absolute;
	width:115px;
	top:-23px;
	left:10px;
}
/* End Page Survey */

/* Share Flyout */
#modalShare{
	font-size:11px;
}
#modalShare .subCol{
	width:115px;
	padding:6px 0 4px 10px;
}
#modalShare a{
	color:#464646;
	height:15px;
	padding-right:19px;
	margin-right:0px;
	text-decoration:none;
}
#modalShare .buttons a{
	color:#013A6F;
	text-decoration:underline;
}
#modalShare .buttons a:hover{
	text-decoration:none;
}
#rightCol #utilNav .box{
	padding:3px;
	margin-bottom:10px;
}
#rightCol #utilNav .box.last{
	padding:6px 3px 3px 3px;
	margin-bottom:0px;
}
#rightCol #utilNav .box a span{
	background: none;
	padding:0;
}
#rightCol #utilNav .box .item{
	padding:3px 10px 6px;
}
#rightCol #utilNav .box .item.small{
	padding:4px 10px 4px;
}
#rightCol #utilNav .box a span.FBConnectButton_Simple {
	background-image:url("http://static.ak.fbcdn.net/images/connect_favicon.png");
	background-repeat:no-repeat;
	outline:medium none;
	text-decoration:none;
}
#modalShare .subCol a{
	color:#013A6F;
	display:block;
	float:none;
	clear:both;
	height:16px;
	font-size:11px;
	line-height:16px;
	margin-bottom:6px;
	padding:0 0 0 19px;
	text-decoration:none;
}
#modalShare .subCol a:hover{
	text-decoration:underline;
}
#modalShare .box.last strong{
	padding:1px 0 0 10px;
	display:block;
	font-size:14px;
}
#socFaceBook{
	background:url(/assets/images/sprite-social-icons.gif) 0px 0px no-repeat;	
}
#socTwitter, #socTwitter2{
	background:url(/assets/images/sprite-social-icons.gif) 0px -20px no-repeat;	
}
#socDigg{
	background:url(/assets/images/sprite-social-icons.gif) 0px -40px no-repeat;	
}
#socDelicious{
	background:url(/assets/images/sprite-social-icons.gif) 0px -60px no-repeat;	
}
#socStumbleUpon{
	background:url(/assets/images/sprite-social-icons.gif) 0px -80px no-repeat;	
}
#socGoogle{
	background:url(/assets/images/sprite-social-icons.gif) 0px -100px no-repeat;	
}
#socGBuzz{
	background:url(/assets/images/sprite-social-icons.gif) 0px -120px no-repeat;	
}
#socLive{
	background:url(/assets/images/sprite-social-icons.gif) 0px -140px no-repeat;	
}
#socYBuzz{
	background:url(/assets/images/sprite-social-icons.gif) 0px -160px no-repeat;	
}
#socReddit{
	background:url(/assets/images/sprite-social-icons.gif) 0px -180px no-repeat;	
}
#socLinkedIn{
	background:url(/assets/images/sprite-social-icons.gif) 0px -200px no-repeat;	
}
#socAIM{
	background:url(/assets/images/sprite-social-icons.gif) 0px -220px no-repeat;	
}
/* End Share Flyout */

/* Data Table */
#content .box.data {
	padding: 0;
}
#content .box.data h3 {
	margin: 5px 13px 0;
}
#content .box.data .dataTable {
	padding: 0 13px 7px;
}
.data table {
	width:100%;
}
.data h3 {
	padding: 4px 0 10px 0;
}
.data table th {
	padding:9px 8px 9px 0px;
	font-weight:bold;
}
.data table tr.first th {
	border-top:1px solid #c0c0c0;
}
#content .data .dataHead input.txt {
	width: 150px;
	height:17px;
	border:1px solid #9b9b9b;
	font-size:11px;
	padding:0 3px 0 3px;
}
#content .data .dataHead select {
	height:19px;
	border:1px solid #9b9b9b;
	font-size:10px;
}
.data table th a {
	text-decoration:none;
}
.data table th a:hover {
	text-decoration:underline;
}
.data table td {
	padding:3px 8px 3px 0px;
	border-bottom:1px solid #e5e5e5;
}
.data table td strong {
	white-space:nowrap;
}
.data table tr.over td {
	background:#dae0e6;
}
.data table tr.first td {
	border-top:1px solid #c0c0c0;
}
.data table tr.last td {
	border-bottom:none;
}
.data .footnote {
	padding:10px 8px 10px;
	border:none;
	background:#e5e5e5;
	font-size:11px;
	line-height:13px;
}
/* List Table */
#listTable {
	padding:14px 0 0 0;
}
#listTable table {
	width:100%;
	border:1px solid #c2c2c2;
}
#listTable table th, #listTable table td {
	padding:5px;
	border-bottom:1px solid #c2c2c2;
}
#listTable table th {
	font-size:16px;
	font-style:italic;
	color:#013a6f;
	background:#fff;
}
#listTable #yui-dt0-th-product {
	font-weight:bold;
}
#listTable #yui-dt0-th-product a {
	text-decoration:none;
}
#listTable #yui-dt0-th-product a:hover {
	text-decoration:underline;
}
#listTable td {
	cursor:pointer;
}
#listTable .even td {
	background:#e7e7e7;
}
#listTable tr div {
	padding:7px 9px 8px;
}
#listTable tr.over div {
	background:#dae0e6;
}
#listTable tr#at td, #listTable tr#at div {
	border-bottom:none;
	padding-bottom:0;
	background:none;
}
#listTable tr#at.even td {
	border-bottom:none;
	padding-bottom:0;
	background:#e7e7e7;
}
#listTable tr.detail a {
	color:#464646;
}
#listTable table td h3 {
	font-size:14px;
	color:#013a6f;
	font-weight:bold;
}
#listTable table td.yui-dt-col-right, #listTable table td.bold {
	padding-top:28px;
	font-weight:bold;
}
/* End List Table */

/* Results / Events */
.event, .result{
	cursor:pointer;
	padding:5px 8px 8px;
}
.event label, .result label{
	color:#013a6f;
	font-size:10px;
}
.result a.url, .result a.url:visited{
	color:#acacac;
	text-decoration:none;
}
.result a.url.offsiteLink, .result a.url.offsiteLink:visited{
	padding-left:14px;
	background:url(/assets/images/ico-offsite-link.gif) no-repeat left center;
}
.result a.url:hover, .result.over a.url, .result.over a.url:visited{
	color:#636363;
	text-decoration:underline;
}
.event h3 a, .result h3 a{
	color:#464646;
	text-decoration:none;
}
.event table, .result table{
	width:100%;
}
.event .eventTitle .eventDate h3{
	white-space: nowrap;
}
.event.over, .result.over{
	background-color:#dae0e6;
}
/* End Results / Events */

/* Calendar */
table.calendar {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
table.calendar td.noevent {
	padding:3px;
}
table.calendar a {
	display:block;
	padding:3px;
	text-decoration:underline;
	text-align:center;
}
table.calendar a.at {
	color:#e62e1f;
	text-decoration:underline;
	font-weight:bold;
}
table.calendar .nextMonth a, table.calendar .prev.noline a, table.calendar .next.noline a{
	color:#999999;
}
table.calendar .prev.noline a:hover, table.calendar .next.noline a:hover{
	background:none;
	text-decoration:none;
	cursor:default;
}
table.calendar .prev a, table.calendar .next a {
	font-size:14px;
	padding-top:0px;
}
table.calendar .days {
	padding: 3px 0 8px;
}
table.calendar a:hover {
	text-decoration:underline;
	background:#dae0e6;
}

#content #rightCol .box.calendarSearch input.txt{
	color:#959595;
	width:184px;
	margin-bottom:10px;
	float:none;
}
#content #rightCol .box select.long{
	margin:3px 0 10px 0;
	width:192px;
	float:none;
}
#content #rightCol .box select.month{
	margin:3px 15px 3px 0;
	width:56px;
	float:none;
}
#content #rightCol .box select.day{
	margin:3px 15px 3px 0;
	width:46px;
	float:none;
}
#content #rightCol .box select.year{
	margin:3px 0px 3px 0;
	width:54px;
	float:none;
}
#content #rightCol .box label{
	display:block;
}
#content #rightCol .box.calendarSearch .btn{
	margin:9px 0 0 0;
}
/* End Calendar */
#returnToMobileLink{
	display:none;
}

/*
******************************************************************
5. Footer Rules 
******************************************************************
*/
#footer .breadcrumb a {
	display:inline;
}
#footer {
	color: #a6a6a6;
	font-size: 11px;
	padding: 0px;
	background: #797979;
}
#footer a {
	display:block;
	color: #bababa;
	font-weight:bold;
	text-decoration:none;
	padding-bottom: 4px;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .hr {
	border-bottom: 1px dashed #A6A6A6;
	width:118px;
	margin:2px 0 3px 0px;
}
#footer .footerNav {
	clear:both;
	padding: 0px 0 12px 15px;
}
#footer .footerNav a {
	display:block;
	padding: 0px 0px 5px 0px;
	width: 35%;
}
#footer .copyright {
	padding: 0px 0 12px 15px;
}
#footer .copyright a {
	display:block;
	font-size: 10px;
	clear:both;
}
#footer .disclaimer{
	padding: 0px 0 15px 15px;
	font-size: 9px;
	color: #BABABA;
	line-height: 11px;
}

/* SOCIAL FOOTER LINKS */
#footer .social{
	padding: 0 0 17px 15px;
}
#footer .social span{
	display: block;
	padding: 0px 0px 7px 0px;
	height: 16px;
	line-height: 17px;
	font-size: 15px;
}
#footer .social li{
	margin-bottom:6px;
}
#footer .social li li{
	margin-bottom:0px;
}
#footer .social li a{
	background: none;	
	display:block;
	float:none;
	clear:both;
	height:18px;
	font-size:11px;
	line-height:18px;
	padding:0 0 0 25px;
	margin-bottom: 3px;
	text-decoration:none;
}
#footer .social li a:hover{
	color:#FFF;
	text-decoration: none;
}
#footer .social li li a{
	margin:0px;
	font-weight:bold;
	height: 14px;
	line-height: 14px;
	padding-bottom: 5px;
}
#footer .social li a.socFacebook{
	background:url(/assets/images/sprite-social-icons.png) 0px -260px no-repeat;	
}
#footer .social li a.socTwitter{
	background:url(/assets/images/sprite-social-icons.png) 0px -300px no-repeat;	
}
#footer .social li a.socRss{
	background:url(/assets/images/sprite-social-icons.png) 0px -340px no-repeat;	
}
#footer .social li a.socFlickr{
	background:url(/assets/images/sprite-social-icons.png) 0px -380px no-repeat;	
}
#footer .social li a.socLinkedin{
	background:url(/assets/images/sprite-social-icons.png) 0px -420px no-repeat;	
}
#footer .social li a.socBlog{
	background:url(/assets/images/sprite-social-icons.png) 0px -460px no-repeat;	
}
#footer .social li a.socYouTube{
	background:url(/assets/images/sprite-social-icons.png) 0px -500px no-repeat;	
}
/* END SOCIAL FOOTER LINKS */

/* FOOTER NAV FORMATTING */
#footernav {
	width: 100%;
	padding-bottom:17px;
}
#footernav a, #footernav a:active, #footernav a:visited {
	display:block;
	width:100%;
	margin:0px;
	font-size:15px;
	color:#ACACAC;
	font-weight:normal;
	float:left;
	line-height: 17px;	
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ACACAC;
	text-decoration:none;
	background:#797979;
}

#footernav a span, #footernav a:hover span {
	display:block;
	margin:7px 15px;
	height:16px;
	background:url(../images/arrow-footer-797979.gif) no-repeat right center;
	text-decoration:none;
}
#footernav a:hover span {
	background:url(../images/arrow-primary-999999.gif) no-repeat right center;
}

#footernav a:hover {
	color:#FFFFFF;
}
#footerlists {
	padding:20px 0px;
	width: 100%;	
	background:#797979;
	font: 11px;
	font-weight:bold;
	line-height:14px;
	clear:both;
}
#footerlists ul, #footerlists li {
	margin:0px 0px 0px 0px;
	padding:0px;
}
#footerlists ul {
	margin:0px 0px 10px 0px;
 
}
#footerlists ul li {
	list-style-type:none;
}
#footerlists ul li a, #footerlists ul li a:active, #footerlists ul li a:visited {
	display:block;
	padding:2px 0px 2px 20px;
	text-decoration:none;
	color:#ACACAC;
}
#footerlists ul li a:hover{
	color:#FFFFFF;
}
	/* END FOOTER NAV FORMATTING */

/* 
******************************************************************
	6. Modal Window Rules
******************************************************************
*/
#modalBackLayer{
	position:absolute; 
	top:0px; left:0px; 
	background-image:url(/assets/images/modal/cover-black.png); 
	z-index:500;
}
.modalWin{
	width:300px;
	position:absolute; 
	top:10px; left:10px; 
	z-index:9999;
	text-align:left;
}
.modalWin table{
	width:100%; 
}
.modalWin td.head{
	padding:0 15px 6px 15px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	width:100%;
	background:#6789a9;
}
.modalWin h4{
	padding:12px 0 11px 10px;
	color:#464646;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	
    background: #bdbdbd;
    background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#bdbdbd));
    background: -webkit-linear-gradient(top, #dcdcdc, #bdbdbd);
    background: -o-linear-gradient(top, #dcdcdc, #bdbdbd);
}
.modalWin .box {
	border:1px solid #C6C6C6;
	color:#464646;
	font-size:11px;
	margin-bottom:10px;
	padding:5px;
}
.modalWin .box.last {
	margin-bottom:0;
}
.modalWin .box.first {
	border-bottom:medium none;
	margin-bottom:0;
}
.modalWin .box.padded8 {
	padding:8px 5px;
}
.modalWin td.contentWrapper{
	width:100%;
	background-color:#f3f3f3;
}
.modalWin div.contentWrapper{
	border:1px solid #cdcdcd;
	background-color:#f3f3f3;
}
.modalWin div.content{
	padding:10px;
	width:auto;
}

.modalWin label, #content .modalWin label{
	display:block;
	font-size:14px;
	padding:10px 0 4px 0;
}
#modalFindOffice.modalWin label {
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px 1px 6px;
}

.modalWin input.txt{
	width:90%;
}
.modalWin textarea{
	width:92%; height:100px;
	border: 1px solid #cccccc;
}
#content .modalWin .buttons{
    padding:0;
    background:none;
    font-size:14px;
}
.modalWin div.buttons button{
	float:left;
	margin:08px 0 0 0;
	border: none;
}
.modalWin div.buttons a{
	float:right;
	margin:17px 0 0 0;
}
#modalFindOffice.modalWin div.buttons a{
	float:right;
	margin:23px 10px 10px 0;
}
img.smallMobile{
    max-width: 260px;
}
.modalWin div.buttons input{
	width:auto; height:auto;
	margin-right:4px;
}

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#959595;
	display:none;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
  
.window {
	position:absolute;
	left:10px;
	top:10px;
	width:300px;
	visibility:hidden;
	z-index:9999;
	
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 0px 1px 15px rgba(0,0,0,.8);
    box-shadow: 0px 1px 15px rgba(0,0,0,.8);
}
.window .contentWrapper, .window .content, .window h4 {	
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.window h4 {	
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
/*
******************************************************************
8. Mobile Interupt
******************************************************************
*/
#mobileInterupt{
	position: fixed;
	bottom: 0px;
	width: 100%; height: 91px;
	padding: 34px 0 0 0;
	background:url(/assets/mobile/images/mobileinterupt-bg-gradient.png) bottom repeat-x;
	z-index: 300;
}
#mobileInterupt .box{
	width: 300px; height: 73px;
	border: 1px solid #B3B3B3;
	margin: auto;
	z-index: 350;
				
	background: -webkit-gradient(linear, 0% 40%, 0% 100%, from(#eeeeee), to(#d4d4d4));
	background: -webkit-linear-gradient(40%, #eeeeee, #d4d4d4);
	background: -o-linear-gradient(40%, #eeeeee, #d4d4d4);
	background: -o-linear-gradient(40%, #eeeeee, #d4d4d4);
	background-repeat: repeat-x;
}
#mobileInterupt .notch{
	position: relative;
	top: -1px;
	height: 19px;
	margin: auto;
	z-index: 351;
	background: url(/assets/mobile/images/mobileinterupt-notch.png) center bottom no-repeat;
}
#mobileInterupt .box{
	position: relative;
	width: 300px; height: 73px;
	border: 1px solid #B3B3B3;
	margin: auto;
	z-index: 350;				
	background: -webkit-gradient(linear, 0% 40%, 0% 100%, from(#eeeeee), to(#d4d4d4));
	background: -webkit-linear-gradient(40%, #eeeeee, #d4d4d4);
	background: -o-linear-gradient(40%, #eeeeee, #d4d4d4);
	background: -o-linear-gradient(40%, #eeeeee, #d4d4d4);
	background-repeat: repeat-x;
}
#mobileInterupt .interuptThumb{
	position: absolute;
	top: 6px; left: 6px;
	width: 62px; height: 62px;
	z-index: 351;
	background: url(/assets/mobile/images/mobileinterupt-thumb-firstam.png) no-repeat;
}
#mobileInterupt .interuptContent{
	position: absolute;
	top: 8px; left: 74px;
	width: 220px; height: 62px;
	font-size: 16px;
	z-index: 351;
}
#mobileInterupt .interuptClose{
	position: absolute;
	top: 6px; right: 15px;
	width: 21px; height: 16px;
	z-index: 352;
}
		
/*
******************************************************************
7. Utility Rules 
******************************************************************
*/
#content p, #content>div{
	overflow-x: auto;
}

.highlight {
	background: #f8de92;
	display:inline-block;
	padding:0 2px;
	margin-right:3px;
}
.cf {
	clear:both;
	height:0;
	overflow:hidden;
}
.print{
	display:none;
}
.nowrap {
	white-space:nowrap;
}
.off {
	display:none;
}
.on {
display:;
}
.show {
	visibility:visible;
}
.hide {
	visibility:hidden;
}
.bold {
	font-weight:bold;
}
.block {
	display:block;
}
.error {
	color:#cf291c;
	padding-bottom:2px;
}
.small {
	font-size:10px;
}
.red {
	color:#cf291c;
}
.size10 {
	font-size:10px;
}
.size11 {
	font-size:11px;
}
.size12 {
	font-size:12px;
}
.note {
	color:#959595;
	font-weight:normal;
}
.noMargin {
	margin:0;
}
.marginBot5 {
	margin-bottom:5px;
}
.marginBot10 {
	margin-bottom:10px;
}
.padd5 td, .padd5{
	padding:5px;
}
a.viewAll {
	font-size:11px;
	color:#013a6f;
	background:none;
	text-decoration:underline;
	padding-left: 7px;
}
a.viewAll:hover {
	background:none;
	text-decoration:none;
}
.subHeading{
    font-weight: bold;
    padding: 10px 5px 5px;
    clear: both;
}
.alignRight {
	float:right;
}
.alignLeft {
	float:left;
}
input,select,textarea{
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
input,select{
    font-size: 14px;
}
.btnLeft, .btnRight{
    display:none;
}
/*
#contentTemplateMobile #rightCol #meetNewTech.box {
	padding: 117px 5px 5px;
	background: url(/assets/title/asset-uploads/thumb-myfirstam-movie-41980.jpg) center 5px no-repeat;	
}*/