/*
<cfset request.sm_version_date="2015-05-11"> <!--- Date of last mod of this file --->
<cfset request.sm_version_svnFileVer="2108"> <!--- SVN internal version tracking number --->
<cfset request.sm_version_file="\SiteMaker\smaker60\sitetemplates\Consumer\default.css"> <!--- Path of this file --->
*/
/*
<cfset request.sm_version_date="2013-09-11"> <!--- Date of last mod of this file --->
<cfset request.sm_version_svnFileVer="518"> <!--- SVN internal version tracking number --->
<cfset request.sm_version_file="\SiteMaker\smaker60\sitetemplates\Consumer\default.css"> <!--- Path of this file --->
*/
/* Default Convert On Demand Stylesheet */

/* *************** */
/* General Styles */
/* *************** */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	text-align:left;
	/*scrollbar-face-color: ##AA9DBA;
	scrollbar-arrow-color: ##AA9DBA;*/
}

table,
th,
td,
p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* *************** */
/*  Header Styles  */
/* *************** */
H1
{
	color:#00766E;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
}

H1.title,
span.title
{
	color:#00766E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
}

H2
{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}

H3
{
	color:#00766E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
}

H4
{
	color:#648F9B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
}

/* *************** */
/*   Link Styles   */
/* *************** */
a:link
{
	color:#00766E;
}
a:visited
{
	color:#00766E;
}
a:hover
{
	color:#000;
	text-decoration: underline;
}
a:visited:hover
{
	color:#000;
	text-decoration: underline;
}

/* *************** */
/*   Form Styles   */
/* *************** */
select,
input,
button,
textarea
{
	background:#fff;
	border:2px groove #A9C5CD;
	margin-left:5px;
	font-size:12px;
}

/* ***************************************************** */
/*   Custom Styles (feel free to add new styles below)   */
/* ***************************************************** */

/* ***************************************************** */
/*   Default Master Template Styles						 */
/* ***************************************************** */
div#pagetitlecontainer
{
	clear: both;
	padding:0;
	border:0;
	border-collapse:collapse;
	width:100%;
	text-align:left;
	vertical-align:top;
	margin-top:20px;
}

table#table1
{
	border:0;
	padding:0;
	width:100%;
	border-collapse:collapse;	
}

td#td1,
td#td2,
td#td3,
td#td4,
td#td5
{
	vertical-align:top;
	text-align:left;
}

td#td1
{
	background-color:#00766E;
	height: 75px;
	vertical-align: middle;
}

td#td1 img
{
	border:0;
}

td#td3
{
	width:165px;		
	background-color: #EAF2F4;
	border-right: 1px solid #778993
}

td#td4
{
	width:auto;	*width:99%; /* 99% for ie7 and below */
	padding:10px;	
}

td#td5
{
	background:#FFF url(images/footertile.gif) repeat-x top left;
	border:0;
	padding:6px 0 25px 0;
}

div#divMS2
{
	background:#FFF url(images/topnavtile.gif) repeat-x bottom left;
	padding:6 0 0 12;
	border-top:1px solid #91A6B3;
	width:100%;
	padding-top: 10px;
	min-height: 25px;
}

div#divspacer
{
	width:172px;
	height:1px;
	line-height:1px;
}

div#divMS3
{
	padding:25 10 10 10;
	width:165px;
	min-height: 400px;
}


/*
	Mobile Header
*/
#mobileheader{background: url(images/mobile/tile_header.gif) repeat-x 0 0;}
	#mobileheader div.container{
		background: url(images/mobile/background_header.gif) no-repeat 0 0;
		height: 50px;
		text-align: center;
		width: 100%;
	}
	#mobileheader div img{border: 0;}
	#mobileheader #actionBack{
		float: left;
		margin-top: -50px;
		padding: 7px 0 0 10px;
	}
	#mobileheader #actionBack.hidden{display: none;}
	#mobileheader #actionHome{
		float: right;
		margin-top: -50px;
		padding: 7px 10px 0 0;
	}
	#mobileheader #actionHome.hidden{display: none;}
	#mobileheader #logo{
		margin: 0 auto;
	}
	
/* Multi-lingual CSS Styles */
div.multilanguageContainer {
	clear: both;
	width: 100%;
}
div.multilanguageitem {
	float: left;
	padding: 3px;
}
