@charset "UTF-8";
/* CSS Document */

html {margin:0px;padding:0px;}
body  {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt;background:#C5F0D0; color:#333;text-align:center;}

h1 {font-size:24pt;font-weight:normal;font-family:Georgia, Times New Roman, Serif;margin:0 0 0.4em 0;line-height:26pt;border-bottom:1px dotted #666;}
h2 {font-size:24pt;font-weight:normal;font-style:italic;font-family:Georgia, Times New Roman, Serif;margin:0 0 0.4em 0;line-height:26pt;border-bottom:1px dotted #666;}
h3 {font-size:16pt;font-weight:normal;font-family:Georgia, Times New Roman, Serif;margin:0 0 0.4em 0;line-height:20pt;border-bottom:1px dotted #666;}
h4 {font-size:16pt;font-weight:normal;font-style:italic;font-family:Georgia, Times New Roman, Serif;margin:0 0 0.4em 0;line-height:20pt;}
h5 {font-size:10pt;font-weight:bold;margin:0 0 0.4em 0;line-height:12pt;}
h6 {font-size:10pt;font-weight:bold;font-style:italic;margin:0 0 0.4em 0;line-height:12pt;}

p,ul,ol,li {font-size:10pt;margin:0 0 10px 0;}


a			{color:#6EAEA2;}
a:link		{color:#6EAEA2;}
a:hover		{color:#00B1C6;}
a:visited	{color:#000000;}

/* ****** Splash Primary Layout ****** */
body#splash {background:#000 url(../images/havana.jpg) center 20px no-repeat;color:#fff;}
#splash #outerwrapper {height:489px;}
#splash #footer {margin:40px 0 0 0;}


/* ****** Home Primary Layout ****** */
body#home {background:#C5F0D0 url(../images/green_background.jpg) center 20px no-repeat;color:#333;}
#home div	{margin:0;padding:0;border:0;}
#home img	{margin:0;padding:0;border:0;}
#home #outerwrapper {margin:25px auto 0 auto;text-align:left;width:1003px;}
#banner		{margin:0;padding:0;border:0;}
#wet-paint	{margin:0;padding:0;border:0;}
#wet-paint	img	{display:block;float:left;margin:0;padding:0;border:0;}
#navigation	{margin:0;padding:0;border:0;}
#navigation	img	{display:block;float:left;margin:0;padding:0;border:0;}
#footer		{margin:0;padding:0;border:0;text-align:center;}
.small			{display:none;margin:3px 3px 40px 0;font-size:7pt;}

/*	
	The following definitions deal with fixing float 
	problems in non IE browsers
	(see http://www.positioniseverything.net/easyclearing.html)
*/
.clearfix:after		{content:"."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix			{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix	{ height: 1%; }
.clearfix			{ display: block; }
/* End hide from IE-mac */