/* ==================================================
   IMPORTS
   ==================================================	*/

/* Twitter Bootstrap */   
@import url("bootstrap.css");
/*	NOTE: The following Bootstrap @variables were modified prior to build.
	(http://twitter.github.com/bootstrap/download.html)
	
	* Under the "Responsive" section, deselect all but "Visible/hidden classes"
	
	Grid system =====================================
		@gridColumnWidth = 50px
		@gridGutterWidth = 25px
	Fluid grid system ===============================
		@fluidGridColumnWidth = 5.319148935833333%
		@fluidGridGutterWidth = 2.6595744675%
	Typography ======================================
		@sansFontFamily = "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif
		@serifFontFamily = Georgia, serif
		@baseFontFamily = "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif
		@baseLineHeight = 19px
		@altFontFamily = Georgia, serif
		@headingsFontFamily = "Open Sans Condensed", "Arial Narrow", sans-serif
		@headingsFontWeight = normal

	* IMPORTANT: Modify these Bootstrap.css classes ONLY (new code is below):

	------------------------------------Line 159
		div[class*="span"] {
		  float: left;
		  margin-left: 25px;
		}

	------------------------------------Line 204
		.offset12,
		div.offset12 {
		  margin-left: 900px;
		}
		.offset11,
		div.offset11 {
		  margin-left: 825px;
		}
		.offset10,
		div.offset10 {
		  margin-left: 750px;
		}
		.offset9,
		div.offset9 {
		  margin-left: 675px;
		}
		.offset8,
		div.offset8 {
		  margin-left: 600px;
		}
		.offset7,
		div.offset7 {
		  margin-left: 525px;
		}
		.offset6,
		div.offset6 {
		  margin-left: 450px;
		}
		.offset5,
		div.offset5 {
		  margin-left: 375px;
		}
		.offset4,
		div.offset4 {
		  margin-left: 300px;
		}
		.offset3,
		div.offset3 {
		  margin-left: 225px;
		}
		.offset2,
		div.offset2 {
		  margin-left: 150px;
		}
		.offset1,
		div.offset1 {
		  margin-left: 75px;
		}

*/  
   
/* PrettyPhoto */
@import url("prettyPhoto.css");


/* ==================================================
   HELPERS
   ==================================================	*/

.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.pull-center {
	margin-right: auto !important;
	margin-left: auto !important;
}
.serif {
	font-family: Georgia, serif !important;
}
.sans-serif {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif !important;
}
.condensed {
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.no-case {
	text-transform: none !important;	
}
.small-caps {
	font-variant: small-caps !important;
}
.underline {
	text-decoration: underline;	
}
.red {
	color: #cd202c;
}
.blue {
	color: #002986;
}
.light-blue {
	color: #438bdf;
}
.gray {
	color: #555756;
}
.light-gray {
	color: #999;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.border {
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
.no-border {
	border: 0;	
	-webkit-border-radius: 0;
	border-radius: 0;	
}
.show {
	display: block !important;
}
.big {
	font-size: 16px;
	line-height: 1.25;
}
.small {
	font-size: 12px; 
	line-height: 17px;
	color: #777;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif !important;
}
.hide {
	display: none !important;
} /* Hide from all, including screen readers */
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
} /* Visually hide text, but allow screen readers */
.invisible {
	visibility: hidden;
} /* Hide element, but keep the flow (don't collapse space) */
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 19px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
}
.fade {
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	opacity: 0;
}
.fade.in {
	opacity: 1;
}
.collapse {
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-ms-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
	position: relative;
	overflow: hidden;
	height: 0;
}
.collapse.in {
	height: auto;
}
.clearfix,
.clear {
*zoom: 1;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
	display: table;
	content: "";
}
.clearfix:after,
.clear:after {
	clear: both;
}
/* ==================================================
   GLOBAL STYLES
   ==================================================	*/
   
html {
	overflow-y: scroll; /* Prevent centering jumps */
}
body {
	color: #555756;
}
a,
a:link,
a:visited {
	color: #438bdf;
	text-decoration: none;
}
a:hover {
	color: #cd202c;
	text-decoration: none;
	outline: 0;
}
a:focus {
	outline: 0;
}
a:active {
	outline: 0;
	color: #cd202c;
}
hr {
	margin: 19px 0;
	border: 0;
	border-top: 1px solid #aaabab;
	border-bottom: 1px solid #ffffff;
}
::-moz-selection {
 background: #555756;
 color: #fff;
 text-shadow: none;
}
::selection {
 background: #555756;
 color: #fff;
 text-shadow: none;
}
/* ==================================================
   TYPOGRAPHY
   ==================================================	*/

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	color: #aaabab;
}
h1 {
	margin: 10px 0 15px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.section-heading {
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
#content,
#content p,
#content ol,
#content ul,
#content blockquote,
#content p,
input,
button,
select,
textarea {
	font-family: Georgia, serif;
}
#content ul,
#content ol {
	padding: 0;
	margin: 0 0 9px 0;
}
#content ul ul,
#content ul ol,
#content ol ol,
#content ol ul {
	margin-bottom: 0;
}
#content ul {
	list-style: none;
}
#content ol {
	list-style: decimal;
	margin: 0 0 9px 25px;
}
#content ul li {
	line-height: 18px;
	margin-left: 10px;
	padding-left: 15px;
	margin-bottom: 0.75em;
	background: url("../img/bullet.png") no-repeat left 0.5em;	
}
#content ul.unstyled {
	list-style: none;
}
#content ul.unstyled > li {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#content ul.red > li {
	margin-left: 10px;
	padding-left: 15px;
	margin-bottom: 0.75em;
	color: #555756;
	background: url("../img/bullet-red.png") no-repeat left 0.5em;
}
blockquote {
	border: 0 !important;
	padding: 5px 0 0;
}
blockquote.pull-right {
	padding: 0 0 0 25px;
	margin-bottom: 24px;
}
blockquote.pull-left {
	padding: 0 25px 0 0;
	margin-bottom: 24px;
}
blockquote p {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	color: #782327;
	font-family: "Times New Roman", Times, Serif !important;
}
blockquote.pull-right p,
blockquote.pull-right p small {
	text-align: left;
}
blockquote.pull-left p,
blockquote.pull-left p small {
	text-align: right;
}
blockquote.pull-center p,
blockquote.pull-center p small {
	text-align: center;
}
blockquote small {
	color: #808180;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif !important;
}
table p {
	margin-bottom: 0;
}

/* ==================================================
   SOCIAL ICONS
   ==================================================	*/

.social-sharing {
	float: right;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	position: relative;	
	width: 150px;
}
img + .social-sharing {
	margin-top: 10px;
}
.social-sharing .addthis_toolbox {
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 150px;
}
.social-sharing a {
	margin: 0 0 0 5px !important;
	padding: 0 !important;
}

/* ==================================================
   BUTTONS
   ==================================================	*/

.button,
.button:link,
.button:visited {
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
	vertical-align: middle;
	cursor: pointer;
	background: #cd202c; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkMjAyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTA0MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #cd202c 0%, #a50408 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd202c), color-stop(100%, #a50408)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cd202c 0%, #a50408 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cd202c 0%, #a50408 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cd202c 0%, #a50408 100%); /* IE10+ */
	background: linear-gradient(top, #cd202c 0%, #a50408 100%); /* W3C */
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 3px solid #b9121a;
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0px 0px 10px 1px rgba(255, 255, 255, .10), inset 0px 0px 0px 1px rgba(255, 255, 255, .10);
	box-shadow: inset 0px 0px 10px 1px rgba(255, 255, 255, .10), inset 0px 0px 0px 1px rgba(255, 255, 255, .10);
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1;
	padding: 7px 12px;
}
.lt-ie9 .button,
.lt-ie9 .button:link,
.lt-ie9 .button:visited {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd202c', endColorstr='#9b0000', GradientType=0 ); /* IE6-8 */
}
.button:hover,
.button:active {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1MDQwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDIwMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #9b0000 0%, #cd202c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b0000), color-stop(100%, #cd202c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9b0000 0%, #cd202c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9b0000 0%, #cd202c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9b0000 0%, #cd202c 100%); /* IE10+ */
	background: linear-gradient(top, #9b0000 0%, #cd202c 100%); /* W3C */
	color: #fff !important;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.lt-ie9 .button:hover,
.lt-ie9 .button:active {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#cd202c', GradientType=0 ); /* IE6-8 */
}
.button.blue,
.button.blue:link,
.button.blue:visited {
	background: #002986; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjk4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDA3NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #002986 0%, #000746 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002986), color-stop(100%, #000746)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #002986 0%, #000746 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #002986 0%, #000746 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #002986 0%, #000746 100%); /* IE10+ */
	background: linear-gradient(top, #002986 0%, #000746 100%); /* W3C */
	border: 3px solid #001866;
}
.lt-ie9 .button.blue,
.lt-ie9 .button.blue:link,
.lt-ie9 .button.blue:visited {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002986', endColorstr='#000746', GradientType=0 ); /* IE6-8 */
}
.button.blue:hover,
.button.blue:active {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDc0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDI5ODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #000746 0%, #002986 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000746), color-stop(100%, #002986)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000746 0%, #002986 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000746 0%, #002986 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000746 0%, #002986 100%); /* IE10+ */
	background: linear-gradient(top, #000746 0%, #002986 100%); /* W3C */
}
.lt-ie9 .button.blue:hover,
.lt-ie9 .button.blue:active {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000746', endColorstr='#002986', GradientType=0 ); /* IE6-8 */
}
.button.black,
.button.black:link,
.button.black:visited {
	background: #555756; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTc1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzFlMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #555756 0%, #1c1e1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555756), color-stop(100%, #1c1e1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555756 0%, #1c1e1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555756 0%, #1c1e1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #555756 0%, #1c1e1d 100%); /* IE10+ */
	background: linear-gradient(top, #555756 0%, #1c1e1d 100%); /* W3C */
	border: 3px solid #383a39;
}
.lt-ie9 .button.black,
.lt-ie9 .button.black:link,
.lt-ie9 .button.black:visited {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555756', endColorstr='#1c1e1d', GradientType=0 ); /* IE6-8 */
}
.button.black:hover,
.button.black:active {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMWUxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTU3NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1c1e1d 0%, #555756 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1e1d), color-stop(100%, #555756)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1c1e1d 0%, #555756 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1c1e1d 0%, #555756 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1c1e1d 0%, #555756 100%); /* IE10+ */
	background: linear-gradient(top, #1c1e1d 0%, #555756 100%); /* W3C */
}
.lt-ie9 .button.black:hover,
.lt-ie9 .button.black:active {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1e1d', endColorstr='#555756', GradientType=0 ); /* IE6-8 */
}
.button.white,
.button.white:link,
.button.white:visited {
	background: #eeefee; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVmZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #eeefee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeefee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeefee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeefee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeefee 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #eeefee 100%); /* W3C */
	border: 1px solid #ccc !important;
	color: #555756 !important;
	padding: 9px 14px;
	text-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
	box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
}
.lt-ie9 .button.white,
.lt-ie9 .button.white:link,
.lt-ie9 .button.white:visited {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefee', GradientType=0 ); /* IE6-8 */
}
.button.white:hover,
.button.white:active {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eeefee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeefee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeefee 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeefee 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeefee 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #eeefee 0%, #ffffff 100%); /* W3C */
	text-shadow: -1px -1px 0px #ffffff;
}
.lt-ie9 .button.white:hover,
.lt-ie9 .button.white:active {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefee', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
.button.gray,
.button.gray:link,
.button.gray:visited {
	background: #aaabab; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWJhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MTczNzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #aaabab 0%, #717373 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaabab), color-stop(100%, #717373)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aaabab 0%, #717373 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aaabab 0%, #717373 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aaabab 0%, #717373 100%); /* IE10+ */
	background: linear-gradient(top, #aaabab 0%, #717373 100%); /* W3C */
	border: 3px solid #8d8f8f;
}
.lt-ie9 .button.gray,
.lt-ie9 .button.gray:link,
.lt-ie9 .button.gray:visited {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaabab', endColorstr='#717373', GradientType=0 ); /* IE6-8 */
}
.button.gray:hover,
.button.gray:active {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxNzM3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWFiYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #717373 0%, #aaabab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717373), color-stop(100%, #aaabab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #717373 0%, #aaabab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #717373 0%, #aaabab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #717373 0%, #aaabab 100%); /* IE10+ */
	background: linear-gradient(top, #717373 0%, #aaabab 100%); /* W3C */
}
.lt-ie9 .button.gray:hover,
.lt-ie9 .button.gray:active {
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717373', endColorstr='#aaabab', GradientType=0 ); /* IE6-8 */
}

.lt-ie9 .button {
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	*margin-left: .3em;
}
.button.large,
.button.large:link,
.button.large:visited {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 29px;
	padding: 10px 17px;
}
.button.large.white,
.button.large.white:link,
.button.large.white:visited {
	padding: 12px 19px;
}
.button.small,
.button.small:link,
.button.small:visited {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: Arial, Helvetica, Sans-serif !important;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	padding: 4px 6px;
	line-height: 12px;
	border-color: #870305;
}
.button.small.blue,
.button.small.blue:link,
.button.small.blue:visited {
	border-color: #00000d;
}
.button.small.black,
.button.small.black:link,
.button.small.black:visited {
	border-color: #010101;
}
.button.small.gray,
.button.small.gray:link,
.button.small.gray:visited {
	border-color: #757777;
}
.button.small.white,
.button.small.white:link,
.button.small.white:visited {
	border-color: #ccc;
}

/* ==================================================
   Bootstrap Button Overrides
   ================================================== */

a.btn {
  color: #555756;
}

a.btn-mini {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  
}

.input-append button.add-on {
	height: 29px !important;
}

/* ==================================================
   ACTION BOXES, ASIDES, WELLS, VIDEOS, BANNERS, ETC.
   ================================================== */

/* Current Action Box */ 
#actionBox {
	padding-top: 8px;
	background: url('../img/bg-action-box.png') no-repeat top right;
	margin-right: -40px;
	width: 315px;
}
#actionBox,
#actionBox p,
#actionBox li,
#actionBox blockquote,
#actionBox p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.25 !important;
}
#actionBox li {
	background: url("../img/bullet.png") no-repeat left 0.4em !important;
}
#actionBox .well {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .15);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .15);
	padding: 19px 39px;
}

/* Alternate Action Boxes */   
.well {
	border: 1px solid #ccc;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.action-right {
	float: right !important;
	padding-top: 8px;
	background: url('../img/bg-action-box.png') no-repeat top right;
	margin-right: -40px !important;
	clear: both;
}
.action-right.pull-right {
	margin-left: 25px;	
}
.action-right .well {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .15);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .15);
	padding: 19px 39px;
}
.action-left {
	float: left !important;
	margin-left: -40px !important;
	padding-top: 8px;
	background: url('../img/bg-action-box.png') no-repeat top left;
}
.action-left.pull-left {
	margin-right: 25px;	
}
.action-left .well {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .15);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .15);
	padding: 19px 39px;
}
#content aside p, #content aside ol, #content aside ul {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

/* Video Box */
.videoBox {
	background: #fff; 
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25); 
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25); 
	behavior: url('/PIE.htc'); 
	-pie-box-shadow: 0px 0px 10px 0px #999;
	float: right;
	margin-bottom: 9.5px;
}
.videoBox:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .4); 
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .4); 
	behavior: url('/PIE.htc'); 
	-pie-box-shadow: 0px 0px 10px 0px #777;
}
.videoBox .caption {
	padding: 5px 0 3px;	
}

/* ==================================================
   IMAGES
   ================================================== */

.caption {
	color: #808180;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif !important;
	font-size: 12px;
	line-height: 1;
	padding-top: 2px;
}
.caption small {
	clear: both;
	display: block;
	padding-top: 5px;
}
p.pull-right > img,
.caption.pull-right {
	margin-left: 10px;
	margin-bottom: 5px;
}
p.caption.pull-right > img {
	margin-left: 0;
	margin-bottom: 0;
}
p.pull-left > img,
.caption.pull-left {
	margin-right: 10px;
	margin-bottom: 5px;
}
p.caption.pull-left > img {
	margin-right: 0;
	margin-bottom: 0;
}

/* ==================================================
   LAYOUT
   ================================================== */

body {
	background: #fff url("../img/bg-body.png") repeat top left;
	margin: 0;
	padding: 0;
}
#page {
	background: url("../img/bg-page.png") repeat-x top left;
}
#wrapper {
	width: 925px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 1em;
	border-top: 2px solid #cd202c;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
	min-height: 500px;
	behavior: url("/PIE.htc");
}
* html #wrapper { /* IE6 Hack */
	height: 500px; 
}
#wrapper.two-column {
	background: url("../img/bg-sidebar.png") repeat-y top left;
}
.lt-ie9 #wrapper {
	box-shadow: 0px 0px 15px 0px #d9d9d9;
}
.two-column #content {
	margin-left: 25px;
	width: 575px;
	float: left;
}

/* ==================================================
   HEADER
   ================================================== */

#header {
	width: 955px;
	margin: 0 auto;
	position: relative;
	height: 170px;
}
.lt-ie9 #header {
	zoom: 1;
}
/* Logo */
a.logo {
	position: absolute;
	top: 24px;
	left: 30px;
}
/* Search Form */
#searchform {
	position: absolute;
	top: 50px;
	right: 30px;
}
#searchform .input-append button.add-on {
	height: 29px !important;
	background-color: #DA4F49;
	background-image: -moz-linear-gradient(center top, #EE5F5B, #BD362F);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#searchform .input-append button.add-on:hover,
#searchform .input-append button.add-on:active,
#searchform .input-append button.add-on.active,
#searchform .input-append button.add-on.disabled,
#searchform .input-append button.add-on[disabled] {
	background-color: #BD362F;
}
/* Quick Links */
#quicklinks {
	position: absolute;
	top: 20px;
	right: 15px;
}
#quicklinks a:link,
#quicklinks a:visited {
	color: #555756;
	padding-right: 15px;
	text-shadow: 1px 1px 0px #eee;
}
#quicklinks a:hover,
#quicklinks a:active {
	color: #000;
}
#quicklinks.open .quicklinks:link,
#quicklinks.open .quicklinks:hover,
#quicklinks.open .quicklinks:visited,
#quicklinks.open .quicklinks:active {
	color: #CD202C;
}
#quicklinks .dropdown-menu {
	font-size: 12px;
	border-color: #ccc;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
}
#quicklinks.open ul a {
	text-shadow: none;
}
#quicklinks ul a:hover,
#quicklinks ul a:active {
	background: #eee;
}
/* ==================================================
   NAV
   ================================================== */

#nav {
	position: absolute;
	top: 117px;
	right: 15px;
}
#nav .nav {
	margin: 0;
}
nav .nav > li {
	background: none;
	margin: 0;
	padding: 0;
}
nav .nav > li > a {
	position: relative;
	z-index: 99;
	display: block;
	font-size: 19px;
	font-weight: normal;
	padding: 18px 20px;
	margin: 0;
	line-height: 1;
	border-radius: 0;
	color: #555756;
	background: url("../img/nav.png") no-repeat -999px -999px;
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #ffffff;
}
nav .nav > li > a.last {
	padding: 18px 15px 18px 20px;
}
nav .nav > li > a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #000;
	background-position: bottom center;
}
nav .nav-pills > .active > a,
nav .nav-pills > .active > a:hover {
	background-color: transparent;
	color: #CD202C;
	background-position: bottom center;
}
nav .nav-pills .dropdown-menu {
	border: 0;
	margin-top: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: 1px solid #CD202C;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	padding: 0;
}
nav .nav > .dropdown.active > a:hover {
	color: #000000;
	cursor: pointer;
}
nav .nav-pills .open .dropdown-toggle,
nav .nav > .open.active > a:hover {
	background-color: transparent;
	border-color: #transparent;
	color: #CD202C;
	background-position: bottom center;
}
nav .dropdown-menu a {
	color: #bbbcbb;
	line-height: 2.75;
	padding: 0 20px;
}
nav .dropdown-menu li > a:hover,
nav .dropdown-menu .active > a,
nav .dropdown-menu .active > a:hover {
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
}
/* Tabs */
.nav-tabs {
	border-bottom: 1px solid #ccc;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
	border-color: #ccc #ccc transparent;
	border-width: 1px;
	color: #555756;
	cursor: default;
}
.nav > li:active > a:link,
.nav > li:active > a:visited {
	border-color: #ccc #ccc transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
	border-color: #fff #fff transparent;
	background: none;
}

/* ==================================================
   Popovers
   ================================================== */

/* Popovers */
.popover-title {
	margin: 0;
}

/* ==================================================
   Forms
   ================================================== */
   
form {
	margin: 1em 0;	
}
form.form-horizontal .control-label {
	width: 135px;	
}
.form-horizontal .controls {
	margin-left: 150px;
}
#amount {
	margin-right: 10px;
}
#accepted-cards-images {
	margin-left: 5px;	
}
.gift-amount .alert {
	width: 	138px;
	margin-top: 4px;
}
.credit-card .alert {
	width: 	188px;
}

/* Donate form sidebar */
.safe-secure {
	background: url(../img/donate/lock.png) no-repeat right;
}
.tax-deductible {
	background: url(../img/donate/coins.png) no-repeat right;
	margin-top: 25px;
}
.financial-accountability {
	background: url(../img/donate/finances.png) no-repeat right;
	margin-top: 25px;
}
.responsible-stewardship {
	background: url(../img/donate/graph.png) no-repeat right;
	margin-top: 25px;
}
.ECFA {
	padding-left: 22px;	
}

/* Form Errors/Alerts */
.help-inline {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 12px;
}
form .alert {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 12px;
	padding: 1px 5px;
	margin-top: -4px;
}
form .alert + .alert {
	margin-top: -13px;
}

/* ==================================================
   SubNav
   ================================================== */

#content #subNav {
	margin: 0 0 0 -25px;
	width: 925px;
}
#content #subNav ul {
	list-style: none;
	margin: 0 0 25px 0;
	width: 925px;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
	font-size: 15px;
	line-height: 1;
	clear: both;
	height: 50px;
	background: #808180; /* Old browsers */
	background: -moz-linear-gradient(top, #aaabab 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaabab), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aaabab 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aaabab 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aaabab 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #aaabab 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaabab', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
#content #subNav li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#content #subNav a:link,
#content #subNav a:visited {
	position: relative;
	z-index: 99;
	padding: 17px 12.5px 18px;
	text-transform: uppercase;
	color: #808180;
	line-height: 50px;
	height: 50px;
	text-shadow: 1px 1px 0px #e6e6e6;
}
#content #subNav a:hover,
#content #subNav a:active {
	color: #CD202C;
}
#content #subNav li.active a:link,
#content #subNav li.active a:visited,
#content #subNav li.active a:hover,
#content #subNav li.active a:active {
	color: #CD202C;
}

/* ==================================================
   BANNER
   ================================================== */

.home #banner {
	width: 875px;
	height: 105px;
	margin: 0 -15px;
	background: none;
	padding: 0 40px;
}
#banner p {
	font-size: 20px;
	line-height: 105px;
	margin: 0;
	color: #fff;
	font-family: Georgia, serif;
	text-shadow: -1px -1px 0px #000;
}
#banner a.button {
	margin-top: 32px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(255, 255, 255, .2), 0px 0px 0px 1px rgba(255, 255, 255, .1);
    box-shadow:  0px 0px 10px 0px rgba(255, 255, 255, .2), 0px 0px 0px 1px rgba(255, 255, 255, .1);
}

/* ==================================================
   SLIDER
   ================================================== */

/* See slider.css */

/* ==================================================
   SIDEBAR
   ================================================== */

#sidebar {
	width: 250px;
	margin-left: 50px;
	float: left;	
	padding-top: 20px;
}

#sidebar p {
	font-size: 12px;
	line-height: 1.5;	
}

.widget {
	margin-bottom: 2em;	
}

/* Video Update */
.video-update {
	width: 246px;
	height: 156px;
	border: 2px solid #ccc;
	margin-bottom: 0.5em;
}
.video-update a {
	display: block;
	width: 246px;
	height: 156px;
	background: transparent url(/assets/img/home/video-updates.png) no-repeat top left;
	text-indent: -9999px
}
.video-update a:hover {
	background-position: bottom left;
}


/* ==================================================
   FOOTER
   ================================================== */

#footer {
	position: relative;
	background: #555756 url("../img/bg-footer.png") repeat-x top left;
	padding-bottom: 25px;
	z-index: 99;
	overflow: hidden;
}
#footer p,
#footer li {
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 1em;
}
#footer .wrapper-container {
	width: 925px;
	margin: 0 auto;
	padding: 0;
	background: #e5e9f3;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
.lt-ie9 #footer .wrapper-container {
	position: relative;
	box-shadow: 0px 0px 15px 0px #333434;
}
#social-media {
	background: url("../img/bg-social-media.png") repeat-x top left;
	padding: 15px 0;
	text-shadow: 1px 1px 0px #fff;
}
#social-media .col1 {
	padding-right: 25px;
	width: 250px;
}
#social-media .col2 {
}
#social-media input.span4 {
	width: 240px;
}
/* Twitter Widget */
#twitter_update_list {
	margin: 0;
	padding: 0;
}
#twitter_update_list li {
	list-style-type: none;
	margin-bottom: 0.5em;
	line-height: 16px;
	font-style: italic;
	color: #808180;
	font-style: italic;
	padding-left: 25px;
	background: url("../img/twitter-bird.png") no-repeat left 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#twitter_update_list li span {
}
#twitter_update_list li span a {
}
twitter-follow-button {
}
#social-media .col3 {
	padding-left: 25px;
	width: 250px;
}
.facebook-icon {
	background: url("../img/facebook.png") no-repeat right 6px;
}
.twitter-icon {
	background: url("../img/twitter.png") no-repeat right 6px;
}
.email-icon {
	background: url("../img/email.png") no-repeat right 6px;
}
.mobile-icon {
	background: url("../img/mobile.png") no-repeat right 6px;
}
#social-media-icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#social-media-icons li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#social-media-icons li a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url("../img/social-icons.png") no-repeat;
	padding: 0;
	margin: 0 10px 0 0;
}
#social-media-icons li a.Facebook {
	background-position: 0 0;
}
#social-media-icons li a.Facebook:hover {
	background-position: 0 -32px;
}
#social-media-icons li a.Twitter {
	background-position: -32px 0;
}
#social-media-icons li a.Twitter:hover {
	background-position: -32px -32px;
}
#social-media-icons li a.YouTube {
	background-position: -64px 0;
}
#social-media-icons li a.YouTube:hover {
	background-position: -64px -32px;
}
#social-media-icons li a.Vimeo {
	background-position: -96px 0;
}
#social-media-icons li a.Vimeo:hover {
	background-position: -96px -32px;
}
#social-media-icons li a.RSS {
	background-position: -128px 0;
}
#social-media-icons li a.RSS:hover {
	background-position: -128px -32px;
}
#social-media-icons li a.Flickr {
	background-position: -160px 0;
}
#social-media-icons li a.Flickr:hover {
	background-position: -160px -32px;
}
#social-media-icons li a.Digg {
	background-position: -192px 0;
	margin: 0 0 0 0;
}
#social-media-icons li a.Digg:hover {
	background-position: -192px -32px;
}
#legal,
#policies {
	background: #002986 url("../img/bg-copyright.png") repeat-x top left;
	height: 25px;
	overflow: hidden;
	padding: 0 25px;
}
#legal p,
#legal li,
#policies p,
#policies li {
	color: #667fb6;
	margin: 0;
	text-shadow: -1px -1px 0px #001443;
	font-size: 11px;
	line-height: 24px;
}
#legal li,
#policies li {
	padding: 0 0 0 25px;
	margin: 0;
	background: none;
	color: #667fb6;
}
#legal a:link,
#legal a:visited,
#policies a:link,
#policies a:visited {
	line-height: 24px;
	color: #667fb6;
	text-shadow: -1px -1px 0px #001443;
	font-size: 11px;
	line-height: 24px;
}
#legal a:hover,
#legal a:active,
#policies a:hover,
#policies a:active {
	color: #bfc9e1;
}
#sitelinks {
	text-shadow: -1px -1px 0px #444645;
}
#sitelinks h4 {
	color: #808180;
	text-transform: uppercase;
	margin-bottom: 0.25em;
}
#sitelinks div {
	float: left;
	margin-right: 25px;
	margin-top: 20px;
}
#sitelinks ul {
	margin-left: 0;
	margin-bottom: 1.5em;
}
#sitelinks li {
	line-height: 1.25;
	background: url("../img/bullet-footer.png") no-repeat 1px 5px;
	padding-left: 15px;
	margin-bottom: 0.25em;
}
#sitelinks a:link,
#sitelinks a:visited {
	color: #bbbcbb;
}
#sitelinks a:hover,
#sitelinks a:active {
	color: #fff;
}
/* Badges */
#badges {
	list-style: none;
	margin-top: 25px;
}
#badges li {
	background: none;
	margin-left: 15px;
	padding: 0;
	height: 50px;
	line-height: 50px;
}

/* ==================================================
   CAMPAIGNS & LANDING PAGES
   ================================================== */

.landing #sidebar,
.landing #quicklinks,
.landing #searchform,
.landing #sitelinks,
.landing #social-media {
	display: none;
}

/* ==================================================
   PRINT
   ================================================== */
 
@media print { /*Start Print Styles */
* {
	background: transparent !important;
	color: black !important;
	box-shadow:none !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s	*/
a,
 a:visited {
	text-decoration: underline;
}
pre,
 blockquote {
	border: 1px solid #aaabab;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t	*/
tr,
 img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p,
 h2,
 h3 {
	orphans: 3;
	widows: 3;
}
h2,
 h3 {
	page-break-after: avoid;
}


#sidebar,
#nav,
#subNav,
#quicklinks,
#searchform,
#sitelinks,
#social-media,
#policies ul,
.social-sharing {
	display: none;
}

#header {
	height: 115px;	
}
#header .logo img {
	max-width: 75px !important;
}
.row {
  width: 100%;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
}
.row [class*="span"]:first-child {
  margin-left: 0;
}
.row .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
#page,
#wrapper,
#header,
#container,
.container,
#content {
	width: 100%;
}
.aside, #wrapper, #page, #banner, .row {
	margin-left: 0;
	margin-right: 0;	
}
#policies {
	padding-left: 0;	
}
} /* End Print Styles */