/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

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; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background-color:#013068; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; background-color:#013068; }

body { margin: 0; font-size: 1em; line-height: 1.4; background-color:#013068; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #f9c5dc; color:#013068; text-shadow: none; }
::selection { background: #f9c5dc; color:#013068; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { text-decoration:none;
color:inherit; 
color: #013068; /* Old browsers */
color: -moz-linear-gradient(top, #00479c 0%, #013068 100%); /* FF3.6+ */
color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00479c), color-stop(100%,#013068)); /* Chrome,Safari4+ */
color: -webkit-linear-gradient(top, #00479c 0%,#013068 100%); /* Chrome10+,Safari5.1+ */
color: -o-linear-gradient(top, #00479c 0%,#013068 100%); /* Opera 11.10+ */
color: -ms-linear-gradient(top, #00479c 0%,#013068 100%); /* IE10+ */
color: linear-gradient(top, #00479c 0%,#013068 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00479c', endColorstr='#013068',GradientType=0 ); /* IE6-9 */ 
-webkit-transition: color 1s ease-in; /*safari and chrome */
 -o-transition: color 1s ease-in; /* opera */
//color: expression(this.parentNode.currentStyle['color']);
}

a:visited { 
}

a:hover { 
color: #00479c; /* Old browsers */
color: -moz-linear-gradient(top, #00479c 0%, #013068 100%); /* FF3.6+ */
color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00479c), color-stop(100%,#013068)); /* Chrome,Safari4+ */
color: -webkit-linear-gradient(top, #00479c 0%,#013068 100%); /* Chrome10+,Safari5.1+ */
color: -o-linear-gradient(top, #00479c 0%,#013068 100%); /* Opera 11.10+ */
color: -ms-linear-gradient(top, #00479c 0%,#013068 100%); /* IE10+ */
color: linear-gradient(top, #00479c 0%,#013068 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00479c', endColorstr='#013068',GradientType=0 ); /* IE6-9 */ 
cursor:pointer;
text-decoration:none;
//color: expression(this.parentNode.currentStyle['color']);
}

a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

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 #ffffff; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
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%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

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


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

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; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

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


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

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


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

.wrap {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	height: auto;
	width: 1080px;
	background-position: center -2px;
}

.wrap_footer {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	height: 100px;
	width: 1080px;
	background-position: center -2px;
}

.wrap_footer a {
	color:#ffffff;
}

.wrap_main {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	height: auto;
	width:1080px;
	height:1300px;
	background-image:url(../img/backgrounds/base2.jpg);
	background-position: center -2px;
	z-index:1;
}

.wrap_main2 {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	height: auto;
	width:1080px;
	height:1500px;
	background-image:url(../img/backgrounds/base5.jpg);
	background-position: center -2px;
	z-index:1;
}

.wrap_main3 {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	height: auto;
	width:1080px;
	height:1450px;
	background-image:url(../img/backgrounds/base5.jpg);
	background-position: center -2px;
	z-index:1;
}

.wrap_main4 {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	height: auto;
	width:1080px;
	height:1700px;
	background-image:url(../img/backgrounds/base5.jpg);
	background-position: center -2px;
	z-index:1;
}

.wrap_main5 {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	width:1080px;
	height:1550px;
	background-image:url(../img/backgrounds/base5.jpg);
	background-position: center -2px;
	z-index:1;
}

.wrap_main6 {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	width:1080px;
	height:1650px;
	background-image:url(../img/backgrounds/base6.jpg);
	background-position: center -2px;
	z-index:1;
}

.wrap_mainhome {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	width:1080px;
	height:1260px;
	background-image:url(../img/backgrounds/base5.jpg);
	background-position: center -2px;
	z-index:1;
	background-repeat: no-repeat;
	position:relative;
	-webkit-background-size: 1080px 2000px;
}

.wrap_bottom {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	height: auto;
	width:1080px;
	height:80px;
	background-image:url(../img/backgrounds/bottom.jpg);
	background-position: center -2px;
	z-index:1;
}

.wrap_nav {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	height: auto;
	width: 676px;
	background-position: center -2px;
}

.nav {
	float: left;
	margin-top: 25px;
	margin-bottom: 20px;
	border: 0;
	height: auto;
	width: 210px;
	border-left: 2px solid #fc96a1;
	border-right: 2px solid #fc96a1;
	color: #013068;
	text-align: center;
}

.social {
	float:left;
	margin-top: 133px;
	margin-bottom: 20px;
	margin-left:20px;
	border: 0;
	height: 40px;
	width: 40px;
}

.logo {
	padding: 0;
	border: 0;
	height: auto;
	float:left;
}

.nav_100 {
	padding: 0;
	height: 181px;
	width: 100%;
	min-width: 1080px;
	background-color:#ffffff;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 4px;
	border-left-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fc96a1;
	border-bottom-color: #fc96a1;
	z-index:-99999;
}

.banner {
	float:left;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left:60px;
	margin-right:60px;
	border: 0;
}

.wrap_body {
	padding: 0;
	border: 0;
	height: auto;
	width: 1063px;
}

.left {
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
}

.text_left {
	float:left;
	width: 623px;
	height: 475px;
	margin-left:60px;
	margin-top:10px;
	background-image:url(../img/backgrounds/text2.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.text_left2 {
	float:left;
	width: 623px;
	min-height:680px;
	padding:20px;
	margin-left:60px;
	margin-top:10px;
	background-image:url(../img/backgrounds/text2.jpg);
}

.text_left3 {
	float:left;
	width: 623px;
	min-height: 455px;
	padding:20px;
	margin-left:60px;
	margin-top:10px;
	background-image:url(../img/backgrounds/text2.jpg);
}

.text_left4 {
	float:left;
	width: 623px;
	min-height:780px;
	padding:20px;
	margin-left:60px;
	margin-top:10px;
	background-image:url(../img/backgrounds/text3.jpg);
}

.text_left5 {
	float:left;
	width: 623px;
	height: 455px;
	margin-left:60px;
	margin-top:10px;
	background-image:url(../img/backgrounds/text.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.text_left6 {
	float:left;
	width: 623px;
	height: 815px;
	margin-left:60px;
	margin-top:10px;
	background-image:url(../img/backgrounds/text10.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.text_left7 {
	float:left;
	width: 623px;
	height: 952px;
	margin-left:60px;
	margin-top:10px;
	background-image:url(../img/backgrounds/text11.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.text_left8 {
	float:left;
	width: 623px;
	height: 880px;
	margin-left:60px;
	margin-top:10px;
	background-image:url(../img/backgrounds/text12.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.text_left9 {
	float:left;
	width: 623px;
	height: 565px;
	margin-left:60px;
	margin-top:10px;
	background-image:url(../img/backgrounds/text13.jpg);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.text_left_bottom {
	float:left;
	width: 623px;
	height: 10px;
	padding:20px;
	margin-left:60px;
	margin-top:-30px;
	background-image:url(../img/backgrounds/textbottom.jpg);
}

.text_right {
	float:left;
	width: 340px;
	height: auto;
	margin-top:10px;
}

.Quick1 {
	float:left;
	width:269px;
	height:auto;
	margin-bottom:20px;
	margin-left:28px;
}

.strap {
	float:left;
	width:900px;
	height: auto;
	margin-left:60px;
	padding-right: 20px;
	padding-left: 20px;
	text-align:center;
}

.footer_100 {
	padding: 0;
	border: 0;
	height: 20px;
	width: 100%;
	background-color:#013068;
	bottom:0px;
	z-index:999999;
}

.footer_nav {
	border: 0;
	height: 20px;
	width: 100%;
	z-index:999999;
	color:#ffffff;
	font-size:11px;
	text-align:center;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:normal;
	color:#333;
	line-height:18px;
}

.bold_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:normal;
	font-weight:bold;
	color:#013068;
	line-height:18px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-variant:normal;
	color:#013068;
	line-height: normal;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:normal;
	color:#ffffff;
	font-size:38px;
}

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	font-variant:normal;
	color:#013068;
	font-weight:bold;
}

h4 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:17px;
	font-variant:normal;
	color:#ffffff;
}

h5 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:22px;
	font-variant:normal;
	color:#ffffff;
}

.pink {
	color:#fc96a1;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}


/**
*	Really Simple™ Slideshow -- CSS
*/

.rs-slideshow {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	height: 358px;
	overflow: hidden;
	position: relative;
	width: 958px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.rs-slideshow .slide-container {
	background-color: #444;
	position: absolute;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
}

.rs-slideshow .slide-container img {
	position: relative;
}

.rs-slideshow .slide-container .slide-caption {
	background-color: #000;
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	padding: 6px 12px;
	position: absolute;
	text-align: center;
	right: 0;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}

.rs-slideshow .slides {
	display: none;
}

.rs-slideshow .slide-container img,
.rs-slideshow .slide-container .slide-caption,
.rs-slideshow .slide-container a {
	filter: inherit;
}


/**
*	These styles make the list of links to slide images visible to users
*	who don't have JavaScript enabled. By adding the 'no-js' class to 
*	the HTML element, and using Modernizr to remove this class for JS
*	users, we can style for both scenarios.
*	http://www.modernizr.com/
*/

.no-js .rs-slideshow {
	height: auto;
}
.no-js .rs-slideshow .slide-container, 
.no-js .rs-slideshow .slide-container img {
	position: relative;
}
.no-js .rs-slideshow .slides {
	display: block;
	margin: 24px 48px;
}
.no-js .rs-slideshow .slides li {
	margin: 0;
}



/**
*	The following styles are used in the demos with slideshow controls, 
*	such as play/pause and prev/next buttons.
*/

.rs-controls {
	clear: both;
	margin: 12px auto;
	width: 620px;
}
.rs-play-pause, .rs-prev, .rs-next {
	float: left;
	margin-right: 12px;
}
.rs-controls ul {
	float: left;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
}
.rs-index-list li {
	float: left;
	margin-right: 6px;
}
.rs-controls a {
	background-color: #eee;
	border: 1px solid #ddd;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;*/
	color: #444;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
}
.rs-controls a:hover {
	background-color: #ddd;
	color: #444;
}
.rs-controls .rs-active {
	background-color: #444;
	border: 1px solid #444;
	color: #eee;
}


#callback-messages,
#slide-class-message {
	margin: 48px auto;
	width: 620px;
}
.slide-container.some-custom-class .slide-caption {
	background-color: #890;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	top: 0;
	width: 28%;
}



/*	Clearfix	*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { 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; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #fc96a1; 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; }
}
