﻿* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
	color: #666666;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 1.3;
	padding: 0px;
	width: 100%;
  height: 100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

ul li {
	list-style-image: url(/images/iconBulletSquare.gif);
	margin-bottom: 10px;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

/* GLOBAL STYLING */


a{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
	color: #FF6600;
    font-family: Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
	text-decoration: none;
    vertical-align: baseline;
}
a:active,
a:focus {
	border: 0 none;
	outline: 0;
}	
a:hover { text-decoration: underline; }
 
a:visited { color: #ff6600; }


h2{
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-size-adjust: 0;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin: 15px 0 0;
    padding: 0 0 15px;
}
h3{
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-size-adjust: 0;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin: 15px 0 0;
    padding: 0 0 15px;
}
h4{
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-size-adjust: 0;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin: 15px 0 0;
    padding: 0 0 15px;
}
/* SNIPET */
table{
    border-collapse: collapse;
}

.snipetTable{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.snipetTable h2{
	color: #cacaca;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.snipetTable table{
	cursor: auto;
	color: #484848;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
}

.snipetTable.wide table{
	width: 100%;
}

.snipetTable table th{
	background: #e4e4e4;
	color: #8e8e8e;
	font-size: 12px;
	padding: 5px 10px 5px 0px;
	text-transform: uppercase;
	text-align: left;
}

.snipetTable table td{
	color: #484848;
	font-size: 12px;
}

.snipetTable table tr:hover{
	background: none;
	cursor: auto;
}

.snipetTable table tr:hover td{
	color: #484848;
	cursor: auto;
}

.snipetTable table tr td, .snipetTable table tr td:first-child{
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px 5px 0px;
}


.snipetList{
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 40px;
}

.snipetList li ol, .snipetList li ul, .snipetList li ul{
	margin: 0px 0px 0px 20px;
}

.snipetList li{
	background: url(/images/iconBulletSquare.gif) no-repeat left 6px;
	list-style: none;
	line-height: 1.3;
	padding: 2px 0px 3px 16px;
}

ol.snipetList{
	padding: 0px 0px 0px 58px;
}

ol.snipetList li{
	background: none;
	list-style: decimal;
	line-height: 1.3;
	padding-left: 0px;
}

ol.snipetList li ol, ol.snipetList li ul, ol.snipetList li ul{
	margin: 0px 0px 0px 20px;
}

/* ERROR PAGE */

div.errorPage {
	position: relative;
	width: 835px;
	height: 580px;
	margin-top: 70px;
	margin-left: 110px;
}

div.errorPage img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

div.errorPage h1 {
	border: none !important;
	color: #FFF !important;
	position: absolute !important;
	top: 50px;
	left: 70px;
}

div.errorPage div.errorLinks {
	position: absolute;
	top: 130px;
	left: 240px;
}

div.errorLinks ul li {
	list-style-image: url("/images/bulletIcon.png");
}


div.errorLinks, div.errorLinks ul li, div.errorLinks ul li a {
	color: #FFF;
	font-family: 'UniversLTStd57Condensed' !important;
	font-size: 18px !important;
	line-height: 21px;
}



/* */
.statementSnippet h2{
	color: #676767;
	font-family: 'UniversLTStd67BoldCondensed',sans-serif;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	
}

.statementSnippetContent {
	background: url(/images/iconQuotes.gif) no-repeat top left #e4e4e4;
	color: #000;
	padding: 0px 10px 10px 104px;
}


.statementSnippetContent h2{
	color: #000;
	font-size: 40px;
	line-height: 1;
	padding: 14px 0px 0px 0px;
}

.statementSnippetContent h3{
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}






