@charset "utf-8";
body  {
	font: 100% Century Gothic,Arial, Helvetica, sans-serif;
	background: #DAEBEF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 20px 10px 20px 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		height: 96%;
	background: #DAEBEF;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

 #popcontainer { 
	width: 660px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		height: 96%;
	background: #DAEBEF;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px;
	
	border-style: solid;
	border-color: #094F96;
	padding:10px;

}
#leftcol {float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DAEBEF;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 480px;
	
background-image:url(images/sideLotus.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#FCFEE9;
}

#signupbox {
background-color:#FCFEE9;
padding: 10px 10px 10px 10px;
}
 #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainimage{background-image:url(images/new_mainfill.gif);
background-repeat:repeat;}

 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DAEBEF; 
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a 	{
		font: 12pt Century Gothic,Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		text-decoration: underline;
		color:#666666;
		}

a:visited {
		font: 12pt Century Gothic,Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		text-decoration: underline;

		color:#666666;
		}

a:hover	{
		font: 12pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		
		text-decoration: underline;
		color:#9999CC;
		}


p,td 	{
		font: 12pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: none;
		color:#666666;
		}

p.contact	{
		font: 12pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: none;
		color:#666666;
		}

p.head 	{
		font: 12pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: bold;
		color:#666666;
		margin-top:20pt;
		}

p.subhead 	{
		font: 11pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: italic;
		font-weight: none;
		color:#666666;
		}

li 	{
		font: 12pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: none;
		color:#666666;
		}


a.nav 	{
		font: 12pt Century Gothic,Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: bold;
		color:#396870;
		}

a.nav:visited {
		font: 12pt Century Gothic,Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: bold;

		color:#396870;
		}

a.nav:hover	{
		font: 12pt Century Gothic,Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: bold;
		text-decoration: underline;
		color:#396870;
		}


a.subnav 	{
		font: 8pt Century Gothic,Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: none;
		color:#666666;
		}

a.subnav:visited {
		font: 8pt Century Gothic,Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: none;
		color:#666666;
		}

a.subnav:hover	{
		font: 8pt Century Gothic,Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: none;
		text-decoration: underline;
		color:#9999CC;
		}


p.nav	 	{
		margin-left:20pt;
		margin-right:0pt;
		margin-top:6pt;
		margin-bottom:6pt;
		}

p.subnav	 	{
		margin-left:30pt;
		margin-right:0pt;
		margin-top:2pt;
		margin-bottom:2pt;
		}
.storyhead {
	font-family: Century Gothic,Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: italic;
	line-height: 30pt;
	color: #666666;
	font-weight: bold;

}
.storybody {
	font-family: Century Gothic,Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
}
p.story 	{
		font: 10pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-weight: none;
		color:#666666;
		}


.testhead 	{
		font: 11pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: none;
		color:#9999CC;
		}
		
p.testimonialtext {
	font-family: Century Gothic,arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #9999CC;
	line-height: 16pt;

}

.lavender {
	font-family: Century Gothic,Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

.sidepadding{
	padding: 15px 10px 15px 20px;}
	
	div#topNav {
	width: 660px;
	text-align: right;
	float: left;
	padding-top: 10px;
	padding-bottom:10px;
}

div#topNav a {
	color: #084E94;
	font-weight: normal;
	text-decoration: none;
	font-size:11pt;
	
}
div#topNav a:hover {
	color: #000000;
	text-decoration: underline;
	font-size:11pt;
}

.navdivider {
	color: #084E94;
	font-weight: normal;
	text-decoration: none;
	font-size:12px;
	
}

div#bottomNav {
	width: 918px;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-bottom: 11pt;
}

div#bottomNav a {
	color: #084E94;
	font-weight: normal;
	text-decoration: none;
	font-size:11pt;
	
}
div#bottomNav a:hover {
	color: #000000;
	text-decoration: underline;
	font-size:11pt;
}

h3 {font: 14px Century Gothic,Arial, Helvetica, sans-serif;
		font-weight: bold;
		color:#396870;
		line-height:16px;}
		
div#sidebar1 a {
	color: #084E94;
	font-weight: normal;
	text-decoration: none;
	font-size:14px;
	line-height:16px;
	
	
}
div#sidebar1 a:hover {
	color: #000000;
	text-decoration: underline;
	
}
div#sidebar1 h3 a{padding-left:10px;
font-size:12px;}

/* ---------SPAM TRAP-------- */

#MySpamTrap {display: none;}

/* ---------END-------- */

h1 {
		font: 14pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: bold;
		color:#666666;
		margin-top:10pt;;
		text-align:left;
		line-height:18pt;
		}
		
h2 {
		font: 10pt Century Gothic,arial, helvetica, sans-serif;
		text-decoration: none;
		font-style: none;
		font-weight: bold;
		color:#084E94;
		text-align:left;
		
		}
		
p a {
	color: #084E94;
	font-weight: normal;
	text-decoration: none;
	font-size:12pt;
	
}
p a:visited{
	color: #084E94;
	font-weight: normal;
	text-decoration: none;
	font-size:12pt;
	
}
p a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size:12pt;
}

.boxbdr {border: 1px;
	
	border-style: solid;
	border-color: #094F96;
	padding:10px;}
	
.imagepadding {padding:20px;}

.footertxt {font-size:10pt;}