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

/**************************************************************************************/
/**************************************************************************************/
/*******************************   styles by SUNSHINE   *******************************/
/**************************************************************************************/
/*************************************   c2009   **************************************/
/**************************************************************************************/
/**************************************************************************************/

* {   /* 0's out the margin & padding on everything */
	margin: 0px;
	padding: 0px;
}

/* =========================================================
				MAIN BODY CONTAINER & STRUCTURE
============================================================ */

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #containerMain selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.0;
	background-color: #000000;	
}
#container { /***** THIS IS THE MAIN OUTER CONTAINER ON ALL PAGES ******/
	width: 100%;
	margin: 0px auto;
	position: relative;
	text-align: left;
	border-top: #000000 solid 9px;
	background-color: #FFFFFF;
	background-image: url(../images/background-container-sub.jpg);
	background-position: center 78px;
	background-repeat: repeat-x;
	overflow: hidden;
}
#HOME #container {
	background-image: url(../images/background-container-home.jpg);
	background-position: center 29px;
}
#header {
	width: 100%;
	border-bottom: solid 1px #cfcfcf;
	background-color: #FFFFFF;
}
#head {
	width: 960px;
	height: 77px;
	margin: 0px auto;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
}
#HOME #head {
	line-height: 28px;
	height: 28px;
	text-align: center;
}
#content {
	width: 960px;
	margin: 0px auto;
	overflow: auto;
}
#colLeft {
	float: left;
	width: 350px;
	padding-left: 40px;
	padding-bottom: 80px;
	*padding-bottom: 82px;  /* lte ie7  */
}
#RESULTS #colLeft {
	padding-bottom: 0px;
}
#HOME #colLeft {
	width: 380px;
	padding-bottom: 40px;
	text-align: justify;
	font-size: 13px;
	padding-top: 10px;
}
#RBUSINESS #colLeft {
	float: left;
	width: 350px;
	padding-left: 90px;
	padding-bottom: 10px;
	*padding-bottom: 82px;  /* lte ie7  */
}

#colRight {
	float: right;
	width: 350px;
	padding-right: 90px;
}
#HOME #colRight {
	width: 380px;
	text-align: justify;
	font-size: 13px;
	padding-top: 10px;	
}
#footer {
	width: 100%;
	background-color: #000000;
}
#foot {
	width: 960px;
	margin: 0px auto;
	line-height: 30px;
	font-size: 10px;
	text-align: center;
	position:relative;
	color: #666666;
}

/* =========================================================
				TEXT STYLES
============================================================ */

/*font-family: Arial, Helvetica, sans-serif;*/
p {
	margin-bottom: 10px;
	line-height: 1.3;
}
#colLeft p {
	padding: 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#HOME #colLeft p {
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #666;
}
#HOME p {
	line-height: 1.8;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0099ff;
	margin-bottom: 40px;
	line-height: 1.4;
	visibility: hidden;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: solid 3px #cccccc;
	margin-bottom: 17px;
}
h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099ff;
	padding-left: 40px;
	margin-bottom: 10px;
	font-weight: lighter;
	margin-top: 40px;
}
em {
	color: #0099ff;
	font-style: normal;
}
strong {
	color: #000000;
	font-weight: normal;
}

/* =========================================================
				LIST STYLES
============================================================ */

#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
	padding-right: 30px;
}
#content ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 1.5em;
	padding-left: 1.5em;
	padding-right: 30px;
}
#content li {
	line-height: 1.4;
	margin-bottom: 15px;
}
#content ul li {
	list-style-type: none;
	background-image: url(../images/arrow-rt-green.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}

/* =========================================================
				LINK STYLES
============================================================ */

a, a:visited {
	/*color: #F4781F;*/
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
	/*color: #F3A670;*/
	text-decoration: none;
}

a.busContact img:hover {
	filter: alpha(opacity=50);
	*filter: none; /*** ie7 and below ***/
	-moz-opacity: .50;
	opacity: .50;
}
a:active, a:focus {
	outline: 0;
}
a#logo {
	margin-top: 12px;
	margin-left: 40px;
	float: left;
	display: block;
	width: 226px;
	height: 60px;
	background-image: url(../images/illumiwave-logo.gif);
}
#HOME a#logo {
	display: none;
}
#footer a {
	color: #336600;
	text-transform: uppercase;
}
a#btnhero {
	display: block;
	width: 453px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 325px;
	left: 1px;
	text-indent: -9999px;
	background-color: #000000;
	background-image: url(../images/btn-home.gif);
}
a#btnhero:hover {
	background-image: url(../images/btn-home-hover.gif);
}
#callus a {
	color: #0099ff;
}
#foot a#questions {
	position:absolute;
	top: -115px;
	left: 115px;
	width: 290px;
	height: 85px;
	background-image: url(../images/footer-questions.jpg);
}
#HOME #foot a#questions, #RESULTS #foot a#questions {
	display: none;
}

/* =========================================================
				HOME SPECIFIC STYLES
============================================================ */

#hero {
	position: relative;
	margin-left: 100px; 
	margin-top: 26px;
	width: 578px; 
	height: 256px; 
	padding-top: 130px; 
	padding-right: 150px;
	margin-bottom: 20px;
	background-image: url(../images/background-hero-home.jpg);
}
#callus {
	width: 380px;
	padding-top: 100px;
	font-size: 16px;
	color: #0099ff;
	text-align: center;
	background-image: url(../images/call-us-home.gif);
	background-position: center top;
	background-repeat: no-repeat;
}


/* =========================================================
				UNIVERSAL STYLES
============================================================ */

.fltlt {     /*** float an element left ***/
	float: left;
	/*margin-right: 8px;
	margin-bottom: 10px;*/
}
.fltrt {     /*** float an element right ***/
	float: right;
	/*margin-left: 8px;
	margin-bottom: 10px;*/
}
.clear {     /*** use on div or br tag before a closing tag to contain a float ***/
	clear: both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img {
	border: none;
}
#title {
	display:block;
	margin: 59px auto 46px auto;
}
.copyright {
	float: left;
}
.designby {
	float: right;
}
#foot #machine {
	position:absolute;
	top: -132px;
	left: -20px;
	width: 73px;
	height: 132px;
	background-image: url(../images/footer-machine.jpg);
}
#HOME #foot #machine, #RESULTS #foot #machine {
	display: none;
}
#roi {
	background-color: #000000;
	background-image: url(../images/bg-grad.jpg);
	background-repeat: repeat-x;
	width: 320px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	padding: 10px 10px 20px 10px;
	margin: 30px 5px 0px 5px;
}
.hide {
	visibility: hidden;
}
#dial {
	font-size: 18px;
	color: #000000;
	text-align: right;
	position: relative;
	top: 19px;
	margin-right: 40px;
}
#HOME #dial {
	display: none;
}
#call {
	display: block;
	margin: 30px auto 13px auto;
}

/* =========================================================
				TOP NAV STYLES
============================================================ */
	
ul#topnav {
	list-style-type: none;
	display: block;
	position: relative;
	top: 36px;
	margin-right: 25px;
}
#HOME ul#topnav {
	top: 0px;
}
ul#topnav li {
	display: inline;
	padding: 0px 15px;
	border-left: solid 2px #ded9d9;
}
ul#topnav .home {
	border-left: none;
}
#HOME ul#topnav .home {
	display: none;
}
#HOME ul#topnav .results {
	border-left: none;
}
ul#topnav li a {
	color: #999999;
}
ul#topnav li a:hover {
	color: #0099ff;
}
#RESULTS .results a, 
#BUSINESS .business a, 
#WORKSHOPS .workshops a, 
#RESOURCES .resources a, 
#CONTACT .contact a { 
	color: #0099ff; 
}

/* =========================================================
				FOOTER NAV STYLES
============================================================ */
	
ul#footnav {
	list-style-type: none;
	display: block;
}
ul#footnav li {
	display: inline;
	padding: 0px 10px;
	border-left: solid 2px #333333;
}
ul#footnav .results {
	border-left: none;
}
ul#footnav li a {
	color: #666666;
}
ul#footnav li a:hover {
	color: #999999;
}

/* =========================================================
				CONTACT FORM
============================================================ */

/*#contactForm td {
	text-align: right;
	padding-bottom: 7px;
	vertical-align: middle;
}
#contactForm .formreq {
	color: #0099ff;
	font-weight: bold;
	height: 20px;
	vertical-align: top;
	text-align: center;
}
#contactForm .lite {
	color: #0099ff;
	font-weight: bold;
	margin-left: 5px;
}
#contactForm input, #contactForm textarea {
	font: 11px/15px verdana, arial, geneva, sans-serif;
}
#contactForm input {
	height: 19px;
	width: 202px;
	padding-top: 4px;
	padding-left: 3px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #cccccc; 
	vertical-align: middle;
	background-color: #ffffff;
	margin-left: 10px;
}
#contactForm input:focus {
	border: 1px solid #999999; 
	color: #000000; 
	background-color: #f0f0f0;
}
#contactForm .top {
	padding: 3px 13px 0px 0px;
	vertical-align: top;
}
#contactForm textarea {
	height: 79px;
	width: 202px;
	padding-top: 4px;
	padding-left: 3px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #cccccc; 
	vertical-align: top;
	background-color: #ffffff;
	margin-left: 10px;
}
#contactForm textarea:focus {
	border: 1px solid #999999; 
	color: #000000; 
	background-color: #f0f0f0;
}
#contactForm .formbtn {
	text-align: center;
}
#contactForm .submit {
	width: auto;
	color: #0099ff;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 5px;
	border: none;
}
#contactForm .submit:hover {
	color: #666666;
}
#contactForm .error {
	border:solid 1px red;
}
*/

form {
	width: 100%;
	overflow: hidden;
	float:left;
	margin-bottom: 40px;
}
legend {
	padding-left: 165px;
	color: #0099ff;
	font-size: 12px;
}
fieldset {
	float:left;
	border-style:none;
	width: 100%;
	overflow: hidden;
}
fieldset ol {
	float:left;
	margin-top: 10px;
}
fieldset li {
	margin-left: -36px;
	float:left;
	list-style-type: none;
	width: 125%;
	overflow: hidden;
	line-height: 1.0;
	margin-bottom: 0px;
}
fieldset.submit {
}
label {
	float: left;
	width: 120px;
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
}
input, textarea {
	font: 11px/15px verdana, arial, geneva, sans-serif;
	width: 202px;
	padding-top: 4px;
	padding-left: 3px;
	color: #333333;
	border: 1px solid #cccccc; 
	background-color: #ffffff;
	margin-left: 10px;
}
input {
	height: 19px;
	vertical-align: middle;
}
textarea {
	height: 120px;
	resize: none;
	vertical-align: top;
}
input:focus, textarea:focus {
	border: 1px solid #999999; 
	color: #000000; 
	background-color: #f0f0f0;
}
input.submit {
	width: auto;
	height: auto;
	color: #000000;
	/*color: #0099ff;*/
	background-color: #a4de77;
	font-size: 14px;
	padding: 5px;
	border: none;
	margin-left: 135px;	
}
input.submit:hover {
	filter: alpha(opacity=50);
	*filter: none; /*** ie7 and below ***/
	-moz-opacity: .50;
	opacity: .50;
}
input.reset {
	width: auto;
	height: auto;
	color: #000000;
	background-color: #cccccc;
	font-size: 14px;
	padding: 3px 5px;
	border: none;
}
input.reset:hover {
	color: #333333;
	/*color: #0099ff;*/
}
#contactForm .error {
	border:solid 1px red;
}

/**************************************************************************************/
/**************************************************************************************/
/*******************************   END SUNSHINE STYLES   ******************************/
/**************************************************************************************/
/**************************************************************************************/
