.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body	{
	margin:	5px;
	padding: 0;
	color:#5F5F5F;	
	font-family:arial, sans serif;
	font-size:11px;
	line-height:14px;
	background-color:#020E88;

	}
tr, th, td, div {
	font-size: 12px;

  }
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
h1 {
	font-size: 22px;
	font-family: Arial, sans-serif;
	color: #020E88;
	font-weight: 400;
	margin:20px;
	line-height: 1.5em;
}
h2 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #020E88;
	font-weight: bold;
	margin:20px;
	line-height: 1.5em;
	}
h3 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #020E88;
	margin:20px;
	line-height: 1.5em;
}

p {
	font-family:arial, sans serif;
	margin:20px;
	padding:0px;
	font-size:12px;
	text-decoration:none;
}

img	{
		/* turns off gaps around images */
	border:	0
	}

input, select, textarea {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#020E88;
	}
a:hover {
	color:#265C29;
	background-color:#FFFF00;
	}
.small	{
	font-size: 10px;
	}
.formtable {
	margin: 15px; 
}
/* positioning styles */
#wrapper { width:765px;position:absolute;top:15px;left:50%;margin:0 0 20px -383px;}
#innerWrap {width:765px; background-image:url(../../images/main-back.jpg); background-position:top left; background-repeat:no-repeat;}
#header { width:765px;}
#logo { background-image:url(../../images/cool-it-logo.gif); background-position: top left; background-repeat:no-repeat; width:76px; margin:30px 0 20px 30px; float:left; padding-bottom:20px;}
#time {float:right; text-align:right; padding: 80px 40px 0 0; color:#008CD6;}
.phone {font-size:30px; line-height:35px;}
#feature { width:765px;margin-left:17px;}

.feature {background-image:url(../../images/feature-back.jpg); background-position:top left; background-repeat:no-repeat; width:259px; }
#menu{ background-image:url(../../images/menu-back.jpg); background-position:top left; background-repeat:no-repeat; width:729px; text-align:center; margin-left:17px; }
#content { width:765px;margin-left:17px; }
#contentSplit {width:470px; background-image:url(../../images/2_3_content_back.jpg); background-position:top left; background-repeat:no-repeat;float:left;border-bottom:2px solid #fff;}
#featureCol {float:left;border-bottom:2px solid #fff;}
#homeLeft {}
#homeRight {}
#contentFoot { width:765px;background-image:url(../../images/bottom-content.jpg); background-position:top left; background-repeat:no-repeat;}
#footer { width:765px; font-size:10px; color:#FFFFFF; margin-bottom:20px;}
#footer a:link, #footer a:visited {color:#FFFFFF; text-decoration:none; background-color:transparent;}
#footer a:hover {color:#FFFFFF; text-decoration:underline; background-color:transparent;}
.clearLeft { clear:left;}

/* nav */
#nav, #nav ul {padding:0;margin:0;list-style:none;text-decoration:none;width:765px;z-index:1000;}
#nav a {display:block;color:#5F5F5F;text-decoration: none;}
/* all list items - width needed or else Opera goes nuts */
#nav li {float:left;width:120px;margin:0;position:relative;font-size:100%;}
#nav li a {color:#5F5F5F;padding:10px;display:block;}
#nav li a:hover {	background-color:transparent; color:#cc0000; text-decoration:underline;}

