﻿/* CSS Document */
* { margin:0; padding:0; }
TD {padding-left: 4px; padding-right: 4px; text-align:left; background-color: #ffffff; }
body       {background: #FFFFFF; font-family: arial;
			 color: #444;
			text-decoration: none;
			word-spacing: 0.05em;
			text-align: left;
			letter-spacing: .1px;
			line-height: 1.8em;
			font-size: .8em; 
			text-align:center;}
			
a           { color:#4e5b5e;  } <!-----text-decoration:none;------>
a:hover     { text-decoration:none; }
a img       { border:0;}
.clr				{clear:both; }
.fl					{ float:left; }
.fr					{ float:right; }
center			{text-align:center;}

H1 {font-family: "Lucida Grande", "Trebuchet MS",  Helvetica, arial, sans-serif;
	background-color: #13435F;
	word-spacing: .08em;
	color: #ffffff;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.6em;
	margin-left: 15px;
	padding: 3px 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	font-weight: bold;
	-moz-border-radius:9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px; }

H2 {font-family: Calibri;
	background-color: white;
	word-spacing: .08em;
	color:  #13435F;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.6em;
	margin-left: 15px;
	margin-top: 15px;
	font-weight: bold }

P { font-family: Calibri;
	background-color: white;
	word-spacing: .08em;
	color: #000000;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 1.1em;
	margin-left: 15px;
	margin-bottom: 15px;}
	
UL 
   
LI  {margin-left: 30px;
     line-height: 1.4em;
     margin-bottom: 2px;}


/* NAV BAR */
		#nav-menu ul
		{list-style: none; padding: 0; margin: 0;}
		
		#nav-menu li
		{float: left; margin: 0 0.05em;}

		#nav-menu li a
		{background: url(/images/css-nav.gif) #fff bottom left repeat-x;
		height: 2em;
		line-height: 2em;
		float: left;
		width: 158px;
		display: block;
		border: .1em solid #dcdce9;
		color: #0d2474;
		text-decoration: none;
		text-align: center;
		}

		/* Hide from IE5-Mac \*/
		#nav-menu li a
		{
		float: none
		}
		/* End hide */

		#nav-menu
		{
		width:800px
		}

/* Paragraph */
p           { font-size:14px;
              margin-top:6px;
              padding-left:10px;
			  line-height:1.45em	           }
/* Form */
form        { display:inline;}
fieldset    { border:none; }
legend      { display:none;}
label       { color:#000; font-size:14px;  font-weight:bold; margin-right:20px; }
select	 		{ vertical-align:middle; }
button      { vertical-align:middle; }
textarea		{ border:solid 2px #6091c2;  padding:3px; margin:3px 0 15px 0; }
checkbox		{ float:left; }

/* Lists */
dt          { display:block; font-weight:bold; }
ul,     		{ list-style:none; }

/* Size */
small       { font-size:.85em; }
big         { font-size:1.15em; }
hr          { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }

/********************** Base Layout */
/* Structure */
.container  { width:799px; margin:0px auto; text-align:left; }
.header     { text-align:left; width:100%;}
.wrap				{ border-top:7px solid #D2D7D8;}
.content    { padding:15px 25px 0;}
.footer			{ border-top:6px solid #636674; margin-top:10px; text-align;center; }
/********************** Header */
.logo				{ padding:0     px 0 0 20px; width:100%; height:77px;  font-size:30px; font-weight:bold; color:#6896a3;}
.banner			{ margin:10px 0;}


/************************ LEFT NAV TEXT */


/********************** page */
/********************** Footer */
.footer-left		{ float:left; width:68%;}
.footer-center		{ float:right; width:20%; font:8px/1.2em Arial, Helvetica, sans-serif; text-align:center;}
.footer-nav			{ margin-bottom:20px;}
.footer ul			{ list-style:none; }
.footer-nav li	{ float:left; padding:0 10px; border-right:solid 1px #333; line-height:.9em; }
.footer-nav li:last-child { border:none;}
.footer-nav a		{ color:#ff6e02; }
.informational	{ padding:0 10px; margin-bottom:10px;}

/**************************IMTIAZ*********************************/

/********************** content */
#webinars		{ width:65%; float:right;}
#webinars h1{ font-size:35px; color:#a4c23e; margin-bottom:5px;}
#datetime		{ color:#636674; font-size:11px;}


.retail-tabl p{ text-align:center;}
.receive-tabl p{ text-align:left;}
input[type=text]:focus, input[type=password]:focus, textarea:focus
{
	background-color: #FFFFBF;
}
input[type=text], input[type=password], textarea
{
  border: 1px solid #bfbab4;
  margin: 1px 4px 4px 0px;
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 5px 5px #eee;
  -moz-box-shadow: inset 0px 5px 5px #eee;
  box-shadow: inset 0px 5px 5px #eee;
}

