@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%;
  
}
/* 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/secondarybg.jpg) no-repeat 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;
	height: 100%;
  	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, h5 {
	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;
}

h5	{
	color: #333333;
	padding: 20px 0px 5px 0px;
	font-size:1.1em;
}

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;

}
p	{
	margin: 10px 0 10px 0;
}
.blockquote	{
	margin: 0 25px 0 25px;
}
.spaced ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	list-style-image:url(../images/sngl-arrow-dk-blue-sm.gif);
	list-style-position:outside;
	color:#666;
	border: 0;
}
.spaced ul li {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px -5px;
}
.date	{
	font-size: 90%;
	color: #666;
}

/* 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;
}

/* Content Area*/
#content	{
	background: #FFF url(../images/content-bg-right.gif);
	background-position: right;
	background-repeat:repeat-y;
	width: 754px;
	height: 100%;
	display:block;
	float:right;
	top: 0px;
	right:0px;
	text-align:left;
	border-top: none;
	border-right: 1px #B4B4B4 solid;
	border-left: 1px #C6C6C6 solid;
}

#hdrimage {
	right: 0px;
	top: 0px;
	margin: -11px 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	width: 754px;
	height: 103px;
}
#hdrimage p{
	padding: 40px 0 30px 20px;
	font-size: 150%;
	color: #EFEFEF;
	text-shadow:#000 2px 2px 3px;
	font-weight:300;
}
/* left nav area - see additional left nav style sheet*/
#leftnavcontainer	{
	float:left;
	background-color:#F8F8F8;
	text-align:left;
	height: 100%;
	width: 200px;

}
p.customerquote {
	color: #004864;
	font-size: 94%;
	font-style:italic;
	width: 190px;
	text-align:justify;
	margin: 30px 2px 5px 0;
	line-height:1.2em;
	
}
p.customername	{
	color: #000000;
	font-size: 85%;
	font-style:normal;
	width: 190px;
	text-align:right;	
	margin: 10px 2px 5px 0;
	line-height:1.2em;
}

/* main text area*/

.text	{
	margin: 10px 10px 10px 10px;
	text-align:left;
	padding: 5px 10px 10px 5px;
	position:relative;
	float:left;
	width: 550px;
}
.pagetitle	{
	width: 475px;
	border-bottom: #7E7E7E solid thin;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.text  ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	list-style-image:url(../images/sngl-arrow-dk-blue-sm.gif);
	list-style-position:outside;
	color:#333;
	border: 0;
}
.text  ul  li {
	padding: 0 0 0 -5px;
	
}
.text  ul  li  ul   {
	margin: 5px 0 5px 5px;
	padding: 0 0 0 5px;
	list-style-image:url(../images/dbl-arrows-lt-gray-sm.gif);
	list-style-position:outside;
	position:relative;
	font-size:.9em;
	color:#666;
	border: 0;
}
.text  ul  li  ul  li {
	padding: 0 0 0 -5px;
	
}
.text  ol {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	list-style-position:outside;
	color:#000;
	border: 0;
}
.text  ol  li {
	margin-top: 7px;
	padding: 0 0 0 -5px;
	
}
.text  ol  li  ul   {
	margin: 5px 0 5px 5px;
	padding: 0 0 0 5px;
	list-style-image:url(../images/dbl-arrows-lt-gray-sm.gif);
	list-style-position:outside;
	position:relative;
	font-size:.9em;
	color: #666;
	border: 0;
}
.text  ol  li  ul  li {
	padding: 0 0 0 -5px;
	
}


/* resources area */
.resources	{
	border:thin;
	border-color: #B4B4B4;
	margin: 0 11px 10px 5px;
	position:relative;
	float: right;
	width: 150px;
	height: 100%;
}

.resources-top, .resources-video, .resources-papers, .resources-bottom	{
	position:relative;
	display: block;
	width: 150px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #B4B4B4;
	padding: 10px 5px 10px 5px;
}

.resources-video p, .resources-papers p 	{
	text-align:center;
}
.resources-top	{
	border-top: 1px solid #B4B4B4;
}
ul.video, ul.papers {
	list-style-image:url(../images/dbl-arrows-blk-sm.gif);
	list-style-position:outside;
	font-size: 90%;
	text-align:left;
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 0;
}

ul.video li, ul.papers li {
	line-height: 20px;
	text-align:left;
	margin: 5px 0 0 20px;
	padding: 0 0 8px 0;
}
ul.video li a, ul.video li a:link, ul.papers li a, ul.papers li a:link {
	color:#028D9D;
}
ul.video li a:active, ul.video li a:focus, ul.papers li a:active, ul.papers li a:focus {
  color: #02BCD1;

}
ul.video li a:hover, ul.papers li a:hover {
  color: #02BCD1;
  }
.resources > p	{
	line-height: 20px;
	text-align:center;
	margin: 0 0 0 0;
}	
.resources.go	{
	padding: 0 0 0 5px;
	border: none;
}



/* 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;
}
/* AMS pages*/
.amslogo	{
	text-align: center;
	margin-right: 20px;
}

/* Partners page */

p.partners	{
	margin: 10px 25px 10px 25px;
}
.partnerlogo	{
	float:right;
	padding: 0 0 5px 5px;
}

/* Leadership */

p.leadership	{
	margin: 10px 25px 10px 60px;
	display:block;
	clear:both;
}
.leaderssmall	{
	float:left;
	padding: 0 15px 25px 0;
	border:none;
}
.leaderslarge	{
	position: relative;
	float:left;
	padding: 25px 0 10px 10px;
	border:none;
}
.bio	{
	position: relative;
	float: right;
	width:475px;
	margin-left:10px;
}
/* contact Page */
.contactlocations	{
	float: left;
	margin: 20px;
	width: 250px;
	text-align:left;
}

