/* Custom CSS - The CSS properties in this stylesheet will over-write any original template styles if the same class names are used in addition to custom styles which can also be added. */



/*.global-header {
	background: #fff url("/sample/images/cropped/SFCity_S.jpg") no-repeat 40% 40%
}*/


.global-header {
	background: #fff url("/images/Slideshow/SFCity_S.jpg") no-repeat 40% 40%
}


h1 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#FBAD23;
	font-size:2em;
}
#nav_panel_licensees {
	background:transparent url(/images/template2014/megadropdown-ribbon_licensee.png) no-repeat bottom center;
}
/* add center class to meet the accessibility requires to moving the presentational attributes to CSS"**/
.center-text {
	align="center"
}
/* *************** Miscellaneous Custom Styles *************** */


/*licensee database table styling*/
table.db_table {
	border:2px solid #333;
	width: 750px;

}

table.db_table th{
	vertical-align:middle;
	text-align:left;
	width:auto;
	margin:0;
	padding:0;
	background-color:#bbb;
	color:#000;
	font-size:1em;	
	border-bottom:1px solid #000;
	border-right:1px solid #000; 	
}

table.db_table td{
	vertical-align:middle;
	width:auto;
	margin:0;
	padding:2px;
	background-color:#fefefe;
	color:#000;
	font-size:1em;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
/*licensee database table styling*/
table.db_table {
	border:2px solid #333;
	width: 750px;

}


table.db_table th{
	vertical-align:middle;
	text-align:left;
	margin:0;
	padding:0;
	background-color:#bbb;
	color:#000;
	font-size:1em;	
	border-bottom:1px solid #000;
	border-right:1px solid #000; 	
}

table.db_table td{
	vertical-align:middle;
	width:auto;
	margin:0;
	padding:2px;
	background-color:#fefefe;
	color:#000;
	font-size:1em;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	
}
/*Order table styling*/
table.db_table1 {
	border:2px solid #333;
	width: 720px;

}


table.db_table1 th{
	vertical-align:middle;
	text-align:left;
	margin:0;
	padding:0;
	background-color:#bbb;
	color:#000;
	font-size:1em;	
	border-bottom:1px solid #000;
	border-right:1px solid #000; 	
}

table.db_table1 td{
	vertical-align:middle;
	width:auto;
	margin:0;
	padding:2px;
	background-color:#fefefe;
	color:#000;
	font-size:1em;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	
}

/*for displaying image inline*/
.inline_img{
	float:left;
	display:inline;
	padding:0 20px 0 0;
}
/* for displaying image in center*/
.centerImage {
	text-align:center;
	
}

/*For displaying results from consumer calculators */
.calc_results {
	padding-left: 24px;
}


/* Seniors larger font */
.seniors {
	font-size:1.3em;
}

.seniors h4{
	font-size:1.4em;
}

/*Custom styles for images to be wrapped by text */
p.img_text_wrapping {
	position:relative;
	float:left;
	width:100%;
}

.img_wrapped_left {
	position:relative;
	float:left;
	margin: 0px 5px 5px 0px;
	border:none;
	padding: 3px;
}

.img_wrapped_right {
	position:relative;
	float:right;
	margin: 0px 0px 5px 5px;
	border:none;
	padding: 3px;
}

/*Drop Down Menu FAQS */

OPTION.Alt1{background-color:#ECECE7; color:#00C; margin-left: 20px;}    
OPTION.Alt2{background-color:#DCDCF8; color:#00C; margin-left: 20px;}

.dfi_master_list table, td {
border-bottom: 1px solid #dedede;
border-right:1px solid #dedede;
}

/* Forms styling for items with multiple formats*/
.forms_title {
	float:left; 
	width:72%;
}

.forms_links {
	float:left;
	width:28%;
}
/* Styling for anything with the term New! */

.exclaim_new {
	display:inline;
	font-style:italic;
	font-weight:bold;
	color:#E00;
	padding:0px 0px 0px 2px;
}

.breadcrumb {
	text-transform: capitalize;
}
.half_width_column {
	width:49%;
	float:left;
	padding:0 0 0 0;	
	margin:0 0 20px 0;
}

.half_width_column_left {
	position:relative;
	left:30px;
	width:46%;
	float:left;
	padding:0 0 0 0;
	margin:0 0 20px 0;
	
}

.half_width_column_right {
	width:46%;
	float:right;
	padding:0 0 0 0;	
	margin:0 0 20px 0;
}
span.uline { text-decoration: underline; }

/* Display and Hide Google Translate */
#gt { position:relative;float:right;z-index:99999;margin-top:-4em;margin-right:.5em; }
@media screen and (max-width:767px){ #gt { margin-top:.2em;margin-right:1em; } } /* mobile setting */
/*add caption to table to meet accessibility, using same style as h1*/
