
/* MAIN */

html {
	font-size: 100%;
}

body {
	color: #666;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	background-color: transparent;
	background-image: none;
	
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
}

/* Hyperlink Styles: */

a, a:visited {

}

a.over {

}

a img {
	-ms-interpolation-mode: bicubic;

}



/* IE7/8 :last-child poly-fill */

p.last-child,
p:last-child {
	margin: 0;
}

/* text formatting */

h1, h2, h3, h4, h5 {

}

p {
	margin: 0 0 .5em;
	padding: 0;
	/*line-height: 130%;*/
	
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}

b {
	font-weight: bold;
}

ul, ol {
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: 0em;
	margin-bottom: 1em;
}

[data-role=content] li.no-bullet {
		list-style-type: none;
}

[data-role=content] li {
	font-size: 16px;
	line-height: 1.2;
	display: list-item;
	margin-left: 1px;
	margin-bottom: .2em;
	list-style-type: square;
}

[data-role=content] li:last-child {
	margin-bottom: 0;
}

[data-role=content] ul ul li {
	list-style-image: url('../../globalgraphics/redBullet.jpg');
	/*line-height: 12px;*/
	vertical-align: middle;
}

/* helper classes for formatting content */

.subscript {
	font-family: GGSubScript;
	font-size: 1em;
}

.superscript {
	font-family: GGSuperScript;
	font-size: 1em;
}

/* forces hardware acceleration on mobile devices */

.hw-accel {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

/* global page content styles */

.margins {
	margin: 20px;
}

.clear {
	clear: both;
}

.transparent {
	background: url('../graphics/invisible.png') no-repeat;
}

.drop-shadow {
	-webkit-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, .25);
	box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, .25);
}

.outline {
	border: 1px solid #727272;
}

.panel-text {
	width: 450px;
	position: relative;
}

.panel-text .panel-body {
	min-height: 390px;
}

.child .panel-text .panel-body {
	min-height: 290px;
}

.tText {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}

.pText {
	font-size: 1em;
	color: #333;
}

.pText p:first-child {
	margin-top: 0;
}

.pText p {

}

.fbText {

}

.qText {
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

.dText {
	font-size: 1em;
	color: #333;
}

.graphic {
	overflow: hidden;
}

.graphic img {
	-ms-interpolation-mode: bicubic;
}

.graphic-border {
	overflow: hidden;
	
	border: solid 1px #888;
	background: #EFEFEF;
	
	-moz-box-shadow: 1px 1px 8px 1px #ccc;
	-webkit-box-shadow: 1px 1px 8px 1px #ccc;
	box-shadow: 1px 1px 8px 1px #ccc;
}

img.placeholder {
-ms-interpolation-mode: bicubic;
}

/* edge animation placement */

.edge-animation {
	border: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.dimmer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
	zoom: 1;
	background-color: rgba(0,0,0,0.5);
}

/* custom bootstrap overrides */

[data-role=content] .carousel-indicators {
	width: 200px;
	margin-left: -100px;
}

[data-role=content] .carousel-indicators li {
	display: inline-block;
	margin: 1px 4px 0 0;
}

[data-role=content] .carousel-indicators li:last-child {
	margin: 1px 4px 0 0;
}

[data-role=content] .carousel-indicators li.active {
	margin: 1px 4px 0 0;
}

[data-role=content] a.carousel-control,
[data-role=content] a.carousel-control:visited {
	color: #eee;
}

/*[data-role=content] a.carousel-control:hover {*/
[data-role=content] a.carousel-control.over {
	color: #fff;
}

[data-role=content] .carousel-control .icon-next,
[data-role=content] .carousel-control .icon-prev {
	height: 23px;
	margin-top: 0px;
	font-size: 60px;
}

/* custom styles for list group within panels */

.panel-heading > .btn.btn-xs {
	margin-top: -3px;
}

.panel-body > .list-group {
	margin: -15px;
}

.panel-body > .list-group .list-group-item {
	border-radius: 0;
	border-left: none;
	border-right: none;
}

.panel-body > .list-group .list-group-item:first-child {
	border-top: none;
}

.panel-body > .list-group .list-group-item:last-child {
	border-bottom: none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* global font settings specific to this project*/
.redHeader{
	color: #772432;
	font-family: arial, sans-serif;
	/*font-family: Gotham-Medium, Arial, Helvetica, sans-serif;*/
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 .2em -1px;
}

.blueHeader{
	color: #004165;
	font-family: arial, sans-serif;
	/*font-family: Gotham-Book, Arial, Helvetica, sans-serif;*/
	font-size: 20px;
	margin: 0 0 .5em;
}

.grayHeader{
	color: #A9B2B1;
	font-family: arial, sans-serif;
	/*font-family: Gotham-Medium, Arial, Helvetica, sans-serif;*/
	font-size: 20px;
}

.blackText{
	color: #414042;
	font-family: arial, sans-serif;
	/*font-family: Gotham-Medium, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
}

.blueText{
	color: #004165;
	font-family: arial, sans-serif;
	/*font-family: Gotham-Medium, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	margin-bottom: .3em;
}

.redText {
	color: #772432;
	font-family: arial, sans-serif;
	/*font-family: MyriadPro-Regular, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	line-height: 1.3em;
}

#title1 {
	display: block;
	position: absolute;
	left: 122px;
	top: 0px;
	width: 893px;
	height: 20px;
	color: #004165;
	font-family: arial, sans-serif;
	/*font-family: Gotham-Bold, Arial, Helvetica, sans-serif;*/
	font-size: 26px;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#title2 {
	display: block;
	position: absolute;
	left: 67px;
	top: 27px;
	width: 879px;
	height: 20px;
	background-color: #a9b2b1;
	color: #fff;
	font-size: 15px;
	font-family: arial, sans-serif;
	/*font-family: Gotham-Medium, Arial, Helvetica, sans-serif;*/
	text-transform: uppercase;
	text-align: left;
	padding: 3px 55px;
}

#tm100322_180 #title1 {
	top: 2px;
}

#tm100322_180 #title2 {
	top: 29px;
}

/*#title3 {
	color: #772233;
	font-family: Gotham-Medium, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

#title4 {
	color: #772233;
	font-family: Gotham-Medium, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}*/

#primary1, #primary2 {
	color: #414042;
	font-family: arial, sans-serif;
	/*font-family: MyriadPro-Regular, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	line-height: 1.2;
}

.elink{
	float: left;
	width: 100%;
	height: 30px;
	cursor: pointer;
}

.elinkg{
	display: block;
	float: left;
	left: 0px;
	top: 0px;
	width: 23px;
	height: 23px;
	margin-right: 10px;
}

.elinkg.save{
	background-image: url(../globalgraphics/save.png);
}

.elinkg.view{
	background-image: url(../globalgraphics/view.jpg);
	/*margin-left: 10px;*/
}

.elinkt{
	display: block;
	float: left;
	/*left: 33px;
	top: 0px;*/
	height: 23px;
	line-height: 23px;
	color: #cd202c;
	text-decoration: underline;
	font-family: arial, sans-serif;
	/*font-family: Gotham-Medium, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
}

