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

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  zoom: 1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background: transparent url(../images/home-bg.jpg) repeat-x 0 0;
  color: #000000;
  font-family: "Trebuchet MS", "Gill Sans MT", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.8em;
  height: 100%;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  }


/* Page Rows */
#topCont  {
  width: 960px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  display:block;
}
#mainCont  {
	width: 960px;
  	margin-left:auto;
  	margin-right:auto;
  	text-align:left;
	clear:both;	
    display:block;
}
#bttmline	  {
	display:block;
    float:left;
    border-top: solid 1px #C6C6C6;
	width: 100%;
	margin:0;
	padding:0;
}
#bttmCont	{
	background-color: #FFF;
    display:block;
}
/* Shared Elements */
.icon	{
	padding: 0 5px 0 0;
}
.blue	{
	color:#028D9D;
}
p	{
	margin: 5px 0 5px 0;
}

h1, h2, h3, h4, {
	text-align: left;
	padding: 5px 0px 5px 0px;
	font-weight: 300;
}

h1	{
	text-transform:uppercase;
	letter-spacing: .07em;
	color: #004864;
	padding: 20px 0px 5px 0px;
}

h2	{
	color: #666666;
	text-align:left;
	padding: 7px 0 7px 5px;
}

h3	{
	color:#004864;
	padding-top: 10px;
	font-weight:200;
	text-transform:uppercase;
	letter-spacing: .07em;
	font-size:1.3em;
}

h4	{
	text-transform:uppercase;
	letter-spacing: .07em;
}
h4 a, h4 a:link, h4 a:visited	{
	text-align: left;
	padding: 5px 0px 5px 0px;
	font-weight: 300;
	text-transform:uppercase;
	letter-spacing: .07em;
	color: #000000;
	text-decoration:none;
}
h4 a:hover, h4 a:active	{
	text-align: left;
	padding: 5px 0px 5px 0px;
	font-weight: 300;
	text-transform:uppercase;
	letter-spacing: .07em;
	color: #02BCD1;
	text-decoration:none;
}


.alignclear	{
	clear:both;
}


a:link, a:visited	{
	text-decoration:none;
	color: #028D9D;
}
 a:active, a:focus {
  color: #028D9D;

}
a:hover {
  color: #02bcd1;

}



/* Header Area */

#header		  {
	height:98px;
	padding:0px;
}
#svcNav  {
	width: 960px;
	height: 45px;
    display:block;
}
.logo	{
	float:left;
	padding: 10px 0px 10px 0px;
}

#topnav	{
	float:right;
	padding: 0px;
	position:relative;
	right: 0px;
}
ul#topnav {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
  border:none;
}
ul#topnav li {
  background-image: none;
  float: right;
  padding: 0 0 0 15px;
  position: relative;
  white-space: nowrap;
  border:none;
  font-weight:300;
}
ul#topnav > li > a, ul#topnav > li > a:link {
  background-image: none;
  display: inline;
  height: 32px;
  margin: 0 0 0 0px;
  padding: 5px 5px 5px 5px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
  outline-style: none;
}
ul#topnav > li > a:active, ul#topnav > li > a:focus {
  color: #028D9D;

}
ul#topnav > li:hover > a, ul#topnav > li:hover > a:link {
  color: #028D9D;

}

ul#topnav > li.current > a.current, ul#topnav > li.current > a.current:link {
  color: #028D9D;
  
}

.login	{
	width: 130px;
	height: 38px;
	display:block;
	float:right;
	right: 0px;
    clear:right;
	background-image:url(../images/cust-login-bg.gif);
	background-repeat:no-repeat;
	background-position: top right;
	text-decoration:none;
	text-align:right;
}
.login p	{
	margin: 6px 20px 20px 0;
}
.login p a, .login p a:link, .login p a:visited,	{
	color: #000;
}
.login p a:hover, .login p a:active,	{
	color: #02BCD1;
}
	

/* Home Page Animation and Intro Columns */

#animation {
	float:left;
	background-image:url(../images/animationbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:628px;
	margin:0;
	height:305px;
	overflow:hidden;
}
.slide	{
	padding:0;
	overflow:hidden;
}
.line	{
	background-color:#FFF;
	height: 304px;
	float:left;
	width: 2px;
	margin: 0;
}
.intro		{
	float:left;
	max-width: 300px;
	min-height: 260px;
	margin:0;
	font-size: 1.2em;
	margin:20px 0px 15px 15px;
	line-height: 1.6em;
}	

.intro a:link, .intro a:visited	{
	text-decoration: none;
	color: #000;
}

.intro a:active, .intro a:hover {
  color: #000;

}

.bold  {
	font-weight:bold;
}

/* Home Page Tabbed Columns */
.column1of3, .column2of3	{
	background-image:url(../images/hm-tabs-2-lg-bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	float:left;
	width: 260px;
	_width: 264px;
	height: 260px;
	_height: 265px;
	padding: 5px 2px 0px 2px;
	margin:20px 20px 0px 20px;
	overflow:hidden;
	border: 0;
	}
	
.column1of3  {
	clear:left;
}
	
 .column3of3	{
	background-image:url(../images/hm-tabs-2-lg-bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
	float:left;
	width: 300px;
	_width: 304px;
	height: 260px;
	_height: 265px;
	padding: 5px 2px 0px 2px;
	margin:20px 20px 0px 20px;
	overflow:hidden;
	border: 0;
	}	
	
/* Bottom of Home Page Tabbed Columns */	
.botcolumn1of3, .botcolumn2of3	{
	background-image:url(../images/hm-tabs-bttm-bg.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	text-align:left;
	float:left;
	width: 260px;
	_width:264px;
	height: 30px;
	_height: 34px;
	padding: 2px 2px 2px 2px;
	margin:0px 20px 25px 20px;
	border: 0;
	}	
	
.botcolumn3of3	{
	background-image:url(../images/hm-tabs-bttm-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
	float:left;
	width: 300px;
	_width:304px;
	height: 30px;
	_height:34px;
	padding: 2px 2px 2px 2px;
	margin:0px 20px 25px 20px;
	border:0;
	}		
 .botcolumn1of3 p, .botcolumn2of3 p, .botcolumn3of3 p	{
	 padding: 3px 0px 5px 10px;
	 text-align:left;
	 color: #028D9D;
 }
 
 #partners  {
	 padding-left: 50px;
	 display:block;
	 
	 
 }
 .videoicon	{
	 margin: 0 auto;
	 text-align: center;
	 padding: 10px 0 10px 0;
 }
	 
 .tabHead  {
	float: left;
	width: 110px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform:uppercase;
	font-size: 1.1em;
	display: block;
	text-align:left;
	padding-left: 2px;
	position: relative;
	color: #000000;
	cursor: pointer;
	 
 }
 
 .pics  {
	 padding: 0;
	 margin-top: 10px;
 }
  
 /* Bottom Area - Footer */

.bttmlinks 	{
	width: 600px;
	display:block;
  	margin-left:auto;
  	margin-right:auto;
  	text-align:center;
	padding-bottom: 10px;
	text-transform:none;
}

#footer	  {
	padding-top:10px;
	padding-bottom:200px;
	font-size: 75%;
	font-color: #666666;
	text-transform:uppercase;
	letter-spacing: .05em;
	clear:both;
	width: 960px;
  	margin-left:auto;
  	margin-right:auto;
  	text-align:left;
	background-color:#FFF;
}
.copy	{
	width: 250px;
	float:left;
	text-align:left;
	left: 0px;
	background-color:#FFF;
}

.locations	{
	width: 460px;
	float:left;
	text-align:center;
	padding: 0px;
}

.privacy	{
	width: 250px;
	float:left;
	right: 0px;
	text-align:right;
}
.social	{
	margin:0;
	padding: 0;
	border: 0;
}

/* Tab Lists */

ul.hometabs	{
	list-style-image:url(../images/dbl-arrows-blk-sm.gif);
	list-style-position: outside;
	font-size: 95%;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}
ul.hometabs > li	{
	list-style-image:url(../images/dbl-arrows-blk-sm.gif);
	list-style-position: outside;
	margin: 5px 0 0 25px;
	padding: 0 0 8px 0;
}
ul.hometabs > li > a, ul.hometabs > li > a:link {
	color:#028D9D;
}
ul.hometabs > li > a:active, ul.hometabs > li > a:focus {
  color: #028D9D;

}
ul.hometabs > li > a:hover {
  color: #02BCD1;
  }

/* Wall of Fame */
.fameTab {
	font-size: 95%;
	margin: 5px;
	padding: 5px 0 0 0;
	line-height: 1.5em;
}
.fameTabName {
	font-size: 95%;
	color: #004864;
	padding: 0 0 5px 0;
	text-align:right;
}
img.famelogo {
	max-height: 55px;
	max-width: 75px;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
