/* @override 
	http://www.patriotcomm.com.php53-10.dfw1-2.websitetestlink.com/css/style.css */

/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

::-moz-selection { background: black; color: #fff; }
::selection { background: black; color: #fff; }

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

*{
	margin: 0;
}

html{
	height: 100%;
}

body{
	margin: 0;
	height: 100%;
}

#main_wrapper{ /*This contains everything except #red_bottom.*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -15px; /* the bottom margin is the negative value of the #red_bottom's height */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Mzc2ODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(83,118,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(83,118,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(83,118,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(83,118,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(83,118,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(83,118,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#537689',GradientType=0 ); /* IE6-8 */	
}

#red_top{
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0;
	background-color: #a41d17;
}

.push {
	height: 15px; /* .push must be the same height as #red_bottom */
}

#red_bottom{
	width: 100%;
	height: 15px;
	background-color: #a41d17;
}

h1.red{
	text-transform: uppercase;
	color: #a41d17;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 5px;
}

h2{
	text-transform: uppercase;
	color: #a41d17;
	margin-bottom: 2px;
	font: 700 .8em 'Syncopate', sans-serif;
}

h2.centered{
	text-align: center;
}

h3{
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #537689;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h4{
	color: #073f67;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
}

h5{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	color: #003663;
}

h1.blue{
	text-transform: uppercase;
	color: #073f67;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 5px;
}


/*Header Styles*/

header{
	margin: 0 auto;
	width: 1138px;
	height: 177px;
	background-image: url('../img/bg_header.png');
	background-repeat: no-repeat;
}

.logo{
	margin-top: 31px;
	margin-left: 379px;
}

/*End of Header Styles*/

#sub_wrapper{
	width: 1024px;
	margin: 0 auto;
}

/*Menu Styles*/

#menu{
	width: 978px;
	margin: 26px auto 0;
	height: 13px;
}

ul.main_nav{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

ul.main_nav > li{
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	font-size: .9em;
	padding: 0;
	margin: 0 55px;
}

ul.subnav{
	list-style: none;
	position: absolute;
	z-index: 100;
	background-image: url('../img/bg_white.png');
	background-repeat: repeat;
	visibility: hidden;
	width: 149px;
	border-top: 3px solid #a41d17;
	top: 228px;
	margin-left: -14px;
	padding-bottom: 7px;
}

ul.subnav > li{
	border-bottom: 1px solid #073f67;
	padding: 0 14px;
	margin: 14px 14px 14px -28px;
	font: 400 .8em 'Lato', sans-serif;
}

ul.main_nav > li > a, ul.main_nav > li > a:visited{
	color: #a41d17;
	text-decoration: none;
}

ul.main_nav > li > a:hover, ul.main_nav > li > a:active{
	color: #073f67;
}

ul.subnav > li > a, ul.subnav > li > a:visited{
	color: #073f67;
	text-decoration: none;
}

ul.subnav > li > a:hover, ul.subnav > li > a:active{
	color: #a41d17;
}

/*End of Menu Styles*/

/*Slideshow Styles*/

#accordion{
	width: 1024px;
	overflow: hidden;
	margin: 11px auto 0;
	padding: 0;
	border-top: 1px solid #e7ecef;
	border-right: 1px solid #e7ecef;
	border-bottom: 1px solid #e7ecef;
	position: relative;
	box-shadow: 3px 5px 10px #626b70;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#626b70')";
}

.slide{
	float: left;
	display: block;
	padding-left: 0 !important;
	padding-right: 142px !important;
}

.liteAccordion.basic .slide > h2 { 
	background: white;
	opacity: .01 !important;
	filter: alpha(opacity=1) !important;
	height: 235px !important;
}

.slide_shadow{
	position: absolute;
	left: 0;
}

/*End of Slideshow Styles*/

/*Content Styles*/

#white{
	background-image: url('../img/bg_white.png');
	background-repeat: repeat;
	margin: 0 auto;
	padding: 20px 40px 30px 40px;
	width: 898px;
}

#white.interior{
	border-top: 3px solid #a41d17;
	margin-top: 12px;
}

a.more, a:visited.more{
	color: #003663;
	font-size: .8em;
}

a:hover.more, a:active.more{
	color: #a41d17;
	font-size: .8em;
}

#content{
	margin: 40px auto 30px auto;
	position: relative;
}

.content_section_home{
	width: 260px;
	float: left;
}

.section_margin{
	margin-right: 59px;
}

.content_section_interior{
	width: 579px;
	margin-right: 59px;
}

#content p{
	color: #5b6063;
	margin-bottom: 25px;
	font: 300 .9em 'Lato', sans-serif;
	margin-top: 3px;
}

#content ul{
	list-style: disc;
	margin-bottom: 25px;
	padding: 0 0 0 28px;
}

#content li{
	color: #5b6063;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .9em;
}

#content img.shadow{
	box-shadow: 3px 5px 10px #626b70;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#626b70')";
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

#content img.no_shadow{
	margin-top: 2px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.contact h2, .contact h1{
	float: left;
}

.contact img{
	float: left;
	margin-top: -20px;
	margin-left: 6px;
}

.image_right{
	width: 260px;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0px;
}

.image_right img{
	margin: 0 auto;
	display: block;
}

.image_box_right{
	width: 260px;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0px;
	bottom: 0px;
	box-shadow: 3px 5px 10px #626b70;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#626b70')";
}

.image_box_right img{
	min-height: 100%;
	min-width: 260px;
}

/*End of Content Styles*/

/*Footer Styles*/

footer{
	width: 978px;
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 20px auto 40px;
}

p.footer_normal{
	font-size: 1.1em;
}

p.site_by{
	font-size: .8em;
}

#content a, #content a:visited{
	color: black;
	text-decoration: none;
	font-weight: 400;
}

#content a:active, #content a:hover{
	color: #a41d17;;
}

table{
	background-color: white;
	width: 100%;
	font: 300 .7em 'Lato', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #5b6063;
	table-layout: fixed;
}

tr{
	width: 100%;
}

td{
	border: 2px solid #e6ebee;
	width: 33%;
	height: 143px;
}

.partner_logo{
	height: 106px;
}

.partner_name{
	height: 37px;
	color: black;
	text-decoration: none;
	font-weight: 400;
}

.partner_logo img{
	display: block;
}

.partner_logo img.tall_logo{
	display: block;
	margin: 0 auto;
	padding-top: 14px;
}

.partner_logo img.short_logo{
	display: block;
	margin: 0 auto;
	padding-top: 35px;
}

.tsd{
	margin-top: 0;
}

/*End of Footer Styles*/

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  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; }
}
