html, body, div, span,object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 1;
	outline: 1;
	font-size: 100%;
	background: transparent;
	text-align: left;
} 
body		  { line-height: 1 }
ol, ul		  { list-style: none }
blockquote, q { quotes: none }
:focus        { outline: 0 }
ins			  { text-decoration: none }
del			  { text-decoration: line-through }
table		  { border-collapse: collapse; border-spacing: 0 }
textarea      { overflow:auto }
p 			  { margin-bottom: 1.5em;}
a img	{ border: 0 }
small		  { font-size:0.9em }

body, html {
	padding:0px;
	color:#222;
	background:#87bbca;
	height:100%;
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto;
}

#header {
	width: 1000px;
	margin: 0 auto;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#left {
	float:left;
	width:540px;
	padding:0;
}

#left2 {
	float:left;
	width:500px;
	text-align:right;
	padding:0;
}

#testimonials {
	width: 60%;
	margin: 0 auto;
}

#resources {
	text-align:center;
	width: 60%;
	margin: 0 auto;
}

.center {margin: 0 auto}

.linebreak {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0 15px;
}

.linebreak2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0 15px;
}

#right {
	float:left;
	width:435px;
	padding: 0 0 0 15px;
	}

#footer {
	background:#222222;
	color:#fff;
	height:190px;
}

#footer-left {
	float:left;
	padding:18px 0 0 10px;
	width:350px;
}
#footer-middle {
	float:left;
	padding-top:18px;
	width:300px;
	line-height:1.3;
}
#footer-right {
	float:left;
	padding-top:18px;
	width:300px;
	}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -190px; /* the bottom margin is the negative value of the footer's height */
}

#push {
	height: 190px; /* .push must be the same height as .footer */
	clear:both;
}

#footer-wrap{
	margin: 0 auto;
	width:1000px;
}

.small-text{
	font-size:14px;
}

.smalltext{
	font-size:10px;
}

.larger-text{
	font-size:20px;
}

.names {
	padding-left:10px;
	margin-top:-15px;
}

h1 {
    margin:0;
   }
   
a {
	text-decoration:none;
	outline: none;
	color:#333;
}

a:hover {
	color:#fff;
}

p {
	font-size:14px;
	line-height:140%;
}

.text {
	font-size:12px;
	font-weight:normal;
}

.reg {
	font-size:10px;
}

.smallreg {
	font-size:8px;
}


/*MENUUUUU*/
#menu ul{
	width:1000px;
	margin: 0 auto; 
	padding: 0 0 30px 0;
	list-style: none;
	font-size:12px;
	height:21px;
	text-align: center;
	}

#menu ul li{
	display:inline;
	padding:0 5px;
	}

#menu ul li a{
	text-decoration: none;
	color: #222;
	padding: 3px 5px 3px;
	
}
#menu ul li a:hover{
	color: #fff;
	}

#menu ul li .current{
	color: #fff;
	background-color:#60a8bd;
	padding: 3px 5px 3px;
	}

.numbers {
	vertical-align: baseline;
	float:left;
	padding-right:20px;
	}

ul {
	list-style: disc;
	padding-left:100px;
	color:#222;
	font-size:14px;
	margin-top:-10px;
}

li {
	color:#222;
}

#leftindent {
	color:#222;
	padding-left:40px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}


#step-blue {
	font-size:14px;
	height:100px;
	vertical-align:middle;
}

#step-white {
	font-size:14px;
	height:100px;
	vertical-align:middle;
	background-color:#96cfdf;
}

#basics_menu {
	padding: 0 0 20px 0;
	font-size:14px;
	height:21px;
	text-align:center;
}

#basics_menu  a{
	padding: 5px 10px;
	margin: 0px;
}

#basics_menu a.active{
   	background-color:#96cfdf;
}	

#newboxes1 {
	color:#222;
	font-family: "Times New Roman", Times, serif;
	line-height:140%;
	padding:0 0 0 10px;
	font-size:14px;
}

#newboxes2 {
	color:#222;
	font-family: "Times New Roman", Times, serif;
	line-height:140%;
	padding:0 0 0 10px;
	font-size:14px;
	display:none;
}
#newboxes3 {
	color:#222;
	font-family: "Times New Roman", Times, serif;
	line-height:140%;
	padding:0 0 0 10px;
	font-size:14px;
	display:none;
}

#newboxes3 img{
	margin:0 auto;
	display:block;
	}

/*SLIDESHOWWW*/
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:460px;
	width:540px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:30;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}	

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

