/* COMMON ELEMENTS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, 
textarea, p, blockquote, th, td 
{
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

p, li, blockquote 
{
    color: #333333;
}

p, blockquote 
{
    margin: 10px 1px;
    padding-left: 10px;
}

.mainText
{
	font-family:Arial;
	font-size:12px;
}

img, a
{
	border: 0;
	outline: none;
}

a, a:active, a:visited
{
    color: #1D7Fa1;
    text-decoration:none;
}

a:hover
{
    color: #f99d1c;
    text-decoration:underline;
}

/* COMMON CLASSES */
.orange 
{
    color: #f99d1c;
}

.blue 
{
    color: #1d7fa1;
}

.green 
{
	color:#B6AF12;
}

/* SPECIAL CLASSES */
hr {
    border: none;
    height: 1px;
}

hr.dotted {
    border-bottom: 1px dotted #F99D1C;
}

div.videoContent
{
	padding: 10px;
	float: right; 
	width: 250px; 
	margin-top: 10px;
	overflow-x:hidden;
	overflow-y:hidden;
	overflow:hidden;
}

img.floatright
{
	margin: 10px 0px 5px 10px; 
	float: right;
}

table 
{
	color:#666666;
	border-collapse:collapse;
	border-spacing:0;
}

table#resources 
{
	border:1px solid #C4C4C4;
	margin-bottom:7px;
	margin-left:12px;
	margin-top:12px;
	width:450px;
}

table#resources th 
{
	background-color:#ECEBD7;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:14px;
	text-align:center;
}

table#resources td 
{
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	padding:3px;
}

span.PagerResultsSummary
{
	margin-left:10px;
}

div.reviewContainer
{
	border-bottom: 1px dotted #F99D1C;
	padding:10px;
	clear:both;
}

div.mediaCoverageItem
{
	padding:10px 10px 0px 10px;
}

h3.underline
{
	border-bottom:1px solid #A9A9A4;
}

div.login a, div.login a:visited
{
	text-decoration:underline;
	font-weight:bold;
	color:#336699;
}

div.login a:hover
{
	color:#F99D1C;
	text-decoration:underline;
}

h1.sectionHeader
{
	border-bottom: 1px solid rgb(169, 169, 164); 
	font-size: 14px; 
	font-weight: 400; 
	letter-spacing: -0.02em;
}

h1 
{
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 10px;
    border-bottom: 1px solid #a9a9a4;
}

h2 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding: 0 10px;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    margin-left: 35px;
    margin-top: 15px;
    padding-top: 7px;
}

a.iconMedia 
{
    background: url("//cdn.swcdn.net/web/images/icons/media.gif") no-repeat left center;
    padding-left: 35px;
    padding-top: 12px;
    text-decoration: none;
}

a.iconPaperClip
{
    background: url("//cdn.swcdn.net/web/images/icons/paperclip.gif") no-repeat left center;
    padding-left: 35px;
    display: block;
    height: 25px;
    text-decoration: none;
}

a.iconMedia, a.iconMedia:active, a.iconMedia:hover, a.iconMedia:visited, 
a.iconPaperClip, a.iconPaperClip:active, a.iconPaperClip:hover, a.iconPaperClip:visited
{
    color:#F99D1C;
}

a.iconMedia:hover, a.iconPaperClip:hover
{
	text-decoration: underline;
}

a.iconRss
{
    background: url("//cdn.swcdn.net/web/images/icons/rss.jpg") no-repeat left center;
    text-decoration: none;
    padding: 2px;
    padding-left: 35px;
}

p.newsroomItem 
{
    margin: 0;
    padding: 0;
    display: inline;
}

div#grpRSSFeeds
{
	border-top:1px solid #A9A9A9;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

div#grpRSSFeeds h2
{
	font-family:Arial;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:#666666;
	line-height:normal;
	letter-spacing:-0.02em;
	padding-top:10px;
}

ul#lstRSSFeeds {
	margin-left:20px;
	padding-top:5px;
}

ul#lstRSSFeeds li {
	height:20px;
	overflow:auto;
	list-style-type:none;
}

ul#lstRSSFeeds li * {
	padding-top:2px;
}

ul#lstRSSFeeds li h3 {
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:150px;
	padding:0 10px;
	letter-spacing:-0.01em;
}

ul#lstRSSFeeds li a
{
	background-image:url(//cdn.swcdn.net/web/images/icons/rss.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-left:35px;
	color:#336699;
	text-decoration:none;
}

ul#lstRSSFeeds li a:hover
{
	text-decoration:underline;
	color: #F99D1C;
}

h3.dottedBlue
{
	border-top-color:#F99D1C;
	border-top-style:dotted;
	border-top-width:1px;
	clear:both;
	color:#1D7FA1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:-0.01em;
	padding:10px 10px 0px 10px;
}

.pressReleasesSearch {
	display:block;
	height:60px;
	overflow:hidden;
	border-bottom:1px solid #A9A9A4;
	border-left:1px solid #A9A9A4;
	border-right:1px solid #A9A9A4;
	background: #f9f9f9;
}

.pressReleasesSearch label {
    width: 300px;
    float: left;
    margin-right: 10px;
    color:#666666;
	 font-size:12px;
	 line-height:normal;
}

.pressReleasesSearch .text {
    width: 170px;
    margin-right: 5px;
    float:left;
}

.pressReleasesSearch .button {
    width: 150px;
    float:left;
    position:relative;
	top:-2px;
}

.pressReleasesItem {
    margin-bottom: 10px;
}

.pressReleasesItemDate {
    font-weight: bold;
}

.pressReleasesItemLink a {
    text-decoration: none;
    font-weight:bold;
}

.pressReleasesItemLink a:hover {
    text-decoration: underline;
    font-weight:bold;
}

table.pressreleasesContainer, table.pressreleasesContainer tbody, table.pressreleasesContainer tbody th, table.pressreleasesContainer tbody tr, table.pressreleasesContainer tbody tr td
{
	border:0 none;
}

table.pressreleasesContainer tr td span.pressReleaseContent, table.pressreleasesContainer tr td a.pressReleaseContent, table.pressreleasesContainer tr td p
{
	margin-left:10px;
	display:block;
	font-size:12px;
}

table.pressreleasesContainer tr td p
{
	padding-left:0px;
	margin-top:0px;
}

table.pressreleasesContainer tr td span.pressReleaseContent
{
	color:#666666;
	font-weight:bold;
}

table.pressreleasesContainer tr td a.pressReleaseContent
{
	font-weight:bold;
}

h3.testimonialHeading
{
	font-size:12px;
	letter-spacing:-0.01em;
	font-family:Arial,Helvetica,sans-serif;
}

div.pressReleasePager
{
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #A9A9A4;
	overflow:hidden;
	font-size:12px;
	font-family:Arial;
}

div.pressReleasePager a 
{
	font-weight:bold;
}

div.pressreleasesContainer
{
	font-size:12px;
	font-family:Arial;
}

div.searchResultPanel
{
	padding-left:10px;
}

h2.SearchResultsHeader
{
	font-family:Arial;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:15px 0px 0px 0px;
}

#bttnViewAll
{
  margin-left: 10px;
  margin-top: 10px;
  width: 100px;
}