/*******Global browser resets*******/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:  Tahoma, Arial, Verdana;
	font-size: 62.5%;
	background: #ffffff;
	color: #666666;
}

ul, ol, li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color:#0066CC;
}

a:hover {
	text-decoration: underline;
	color:#000000;
}

a img {
	border: none;
}

.hidden {
	left:-9999px;
	position:absolute;
}

/*******End Global browser resets*******/

/*******header styles Start*******/
#GlobalHeader{
	overflow: hidden;
	height: 54px;
}

/*BT logo */
#BTMark {
	float:left;
	margin:10px 0 0 20px;
}

* html body #BTMark {
	margin:10px 0 0 10px;
}

#Signpost {
	float:left;
	margin:22px 0 0 18px;
}

/* Primary Nav */

#PrimNav {
	width:980px;
	height:30px;
	background:url(../images/PrimNav.gif) 0 0 no-repeat;
}

/*header width - 980px */
body.wide  #Page {
	width: 980px;
	margin:0 auto 0;
	text-align:left;
	padding: 10px 0 0;
	position: relative;
}

/* --------------------- Globals -------------------*/


/* -- general layout -------------------------------*/

* html body #ContentAreas, #head {
	width: 978px;
}

#ContentAreas {
	clear:both;
	width:950px;
	background:#e7deeb url(../images/ContentAreas_bg.png) right 41px no-repeat;
	padding:13px 9px 13px 19px;
	border-bottom: 1px solid #afafaf;
	border-right:1px solid #afafaf;
	border-left:1px solid #afafaf;
}

/* #################### general and page setup ######################################## */

h1	{ font-size: 3.00em; }
h2	{ font-size: 2.20em; }
h3	{ font-size: 1.60em; }
h4	{ font-size: 1.20em; }

h1,
h2,
h3,
h4 {
    margin: 0px 0px 0.5em;
	color: #D71F85;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1,
div.genericContent h2,
div.genericContent h3 {
	padding: 0;
}

#ContentAreas, p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 0 0 0.7em 0;
	font-size: 1.10em;
	line-height: 1.4em;
}

p.pad_0 { padding: 0; }

#ContentAreas a,
#ContentAreas p a,
#ContentAreas a:link,
#ContentAreas a:visited,
#ContentAreas a:active {
	color: #00528E;
	font-weight: normal;
}

#content {
	color:#333;
	margin:0;
	padding:0;
}

#head {
	height: 250px;
	width: 978px;
}

/* #################### list styles ######################################## */

/* ul li {
	list-style: disc;
	line-height: 1.4em;
	margin: 0 0 0 1.4em;
	padding-left: 0;
	font-size: 1.10em;
}

ol li {
	list-style: decimal;
	line-height: 1.4em;
	margin: 0 0 0 1.6em;
	padding-left: 0;
	font-size: 1.10em;
} */

h1 {
	float:left;
	font-size:2.2em;
	color:#55296b;
	margin:20px 0 0;
	padding:0 0 0 20px;
}
#content h2 {
	font-size:1.6em;
	font-weight:bold;
}

/* ul {
	padding:0 0 0.7em;
}
ul li {
	margin-bottom:0.4em;
} */

.points, .points li {
	font-size: 15px;
	list-style-type: initial;
}

.points {
	padding-left: 19px;
}

p { font-size:  1.5em; }

.red { color: #F00}

h2 { margin-top: 10px; }

h2 span {
	color: #55296B;
	font-size: 1.4em;
}

.checkbox {
	margin: 30px 0 0 5px;
}

input[type='checkbox'] {
	margin-right: 10px;
	margin-top: 5px;
	transform: scale(1.6);
	-ms-transform: scale(1.6); /* IE */
  -moz-transform: scale(1.6); /* FF */
  -webkit-transform: scale(1.6); /* Safari and Chrome */
  -o-transform: scale(1.6); /* Opera */
}

.checkbox span {
	font-size: 1.5em;
}

.next {
	margin-top: 20px;
}

#ContentAreas a.btn.next {
	visibility: hidden;
}

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


#ContentAreas a.btn {
		display: inline-block;
    margin-right: 10px;
    padding: 10px 18px;
    color: #fff;
    font-size: 13px;
    font-family: 'Arial';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#72b4d9+0,3c82b1+50,72b4d9+100 */
	background: #72b4d9; /* Old browsers */
	background: -moz-linear-gradient(top,  #72b4d9 0%, #3c82b1 50%, #72b4d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #72b4d9 0%,#3c82b1 50%,#72b4d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #72b4d9 0%,#3c82b1 50%,#72b4d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b4d9', endColorstr='#72b4d9',GradientType=0 ); /* IE6-9 */
	border: 1px solid #427ba5;
		border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
		-o-border-radius: 5px;
 }

 #ContentAreas a.float-right {
    float: right;
 }
