﻿
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 0px; background: #fff; border: 0px solid #fff; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2); -moz-box-shadow: 0 0px 0px rgba(0,0,0,.2); -o-box-shadow: 0 0px 0px rgba(0,0,0,.2); box-shadow: 0 0px 0px rgba(0,0,0,.2); zoom: 0; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 0px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "arial bold"; font-size: 40px; display: inline-block; content: '<'; }
.flex-direction-nav a.flex-next:before  { content: '>'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "arial bold"; font-size: 20px; display: inline-block; content: '>';}
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '<'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

ul.slides li .title-box {
background-color: rgba(0,0,0,0.48);
width: 990px;
height:90px;
position: absolute;
top: 0px;
z-index: 999;
font-size:28px;
padding-top:10px; 
padding-left: 12px;
margin-top:200px;
margin-left:00px;
}

ul.slides li .title-box2 {
background-color: #000000;
width: 516px;
height:270px;
position: absolute;
z-index: 999;
font-size:28px;
padding-top:20px; 
padding-left: 36px;
margin-top:0px;
margin-left:418px;
}



.blue {
position: absolute; 
margin-top:6px;
left: 0; 
width:323px; 
height: 590px; 
background-image:url('../images/homepage/bluewithswoosh3.jpg');
}


.red {
position: absolute; 
margin-top:6px;
left: 330px; 
width:323px; 
height: 590px; 
background-image:url('../images/homepage/redwithswoosh3.jpg');
}

.lightpurple {
position: absolute; 
margin-top:6px;
left: 660px; 
width:303px; 
height: 590px; 
background-image:url('../images/homepage/lightpurple.jpg');
}

.lightpurplefader {
position: absolute; 
margin-top:6px;
left: 660px; 
width:303px; 
height: 590px; 
background-image:url('../images/homepage/back5d.png');
}

.lightpurple2 {
position: absolute; 
margin-top:6px;
left: 677px; 
width:323px; 
height: 800px; 
background-image:url('../images/homepage/lightpurple.jpg');
}

img {
margin-top:0;
margin-bottom:0
}
 	
.wrapper {
max-width:970px; 
margin-top:4px; 
margin-left: auto; 
margin-right: auto; 
position: relative; 
text-align:left; 
background:#ffffff; 
border:0; 
padding:0; 
box-shadow:none;
}


#strip-down {
	z-index:1;
	background-image: url('linear.jpg'); 
	position: absolute;
	top: 167;
	height: 100%;
	left: 620;
	width: 2;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}


hr {
background:#ffffff; 
width: 100%
color:#ffffff;
height:0px;
}

body {
    margin: 0px;
	font-family: Arial;
}



a:link {
text-decoration: none;
color: #BD1821;
font-weight: bold;
}

a:visited {
text-decoration: none;
color: #BD1821;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #BD1821;
font-weight: bold;
}

a:active {
text-decoration: none;
color: #BD1821;
font-weight: bold;
}

a:name {
text-decoration: none;
color: #BD1821;
font-weight: bold;
}

#holding1 {
	text-align: center
}


.text2 {
font-size: 0.8em;
font-family: Arial;
}

.text3 {
font-size: 0.75em;
font-family: Arial;
}

.text3headline {
font-size: 0.85em;
color:#444444;
font-family: Arial;
}


.droplink {
font-size: 0.7em;
color: #BD1821;
font-family: Arial;
text-align: right;
margin-right: 8px;
}


.roundnews {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:618px; 
-moz-border-radius: 12px;
border-radius: 12px; 
background: white;
}

.roundnewslit {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:410px; 
-moz-border-radius: 12px;
border-radius: 12px; 
background: white;
}

.roundnewsa {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:618px; 
-moz-border-radius: 12px;
border-radius: 12px; 
background: white;
width:200px;
border:1px #999999 solid;
}

.roundnewsa2 {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:618px; 
-moz-border-radius: 12px;
border-radius: 12px; 
background: white;
width:250px;
border:1px #999999 solid;
}

.roundnewsa9 {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:460px; 
-moz-border-top-left-radius: 12px; 
-moz-border-top-right-radius: 12px; 
-moz-border-bottom-left-radius: 12px; 
border-top-left-radius: 12px; 
border-top-right-radius: 12px; 
border-bottom-left-radius: 12px; 
background: white;
border:1px #999999 solid;
}

.roundnewsa91 {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:440px; 
-moz-border-top-left-radius: 12px; 
-moz-border-top-right-radius: 12px; 
-moz-border-bottom-left-radius: 12px; 
border-top-left-radius: 12px; 
border-top-right-radius: 12px; 
border-bottom-left-radius: 12px; 
background: white;
border:1px #999999 solid;
}


.roundnewsaa {
position: relative; 
left: 16px; 
margin-left:-35px;
margin-top: 12px; 
width:618px; 
-moz-border-radius: 12px;
border-radius: 12px; 
background: white;
width:230px;
}

.roundnewsgrey {
position: relative; 
left: 16px; 
margin-top: 12px; 

-moz-border-radius: 12px;
border-radius: 12px; 
background: #dfdfdf;
width:200px;
}

.roundnewsgrey1 {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:410px;
-moz-border-radius: 12px;
border-radius: 12px; 

background: #666666;
}


.roundnewsgrey1red {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:410px;
-moz-border-radius: 12px;
border-radius: 12px; 
background: #bd1721;
}

.roundnewsgrey2a {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:250px;
-moz-border-radius: 12px;
border-radius: 12px; 
background: #cccccc;
border:1px #999999 solid;
}

.roundnewsgrey1a {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:250px;
-moz-border-radius: 12px;
border-radius: 12px; 
background: #bd1721;
}


.roundnewsgrey2 {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:250px; 
-moz-border-radius: 12px;
border-radius: 12px; 
background: #ffffff;
}





.roundnewsgreen {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:618px; 
-moz-border-radius: 12px;
border-radius: 12px; 
background: #c9e1e1;
width:200px;
border:1px #999999 solid;
}




.roundnewscoverwidegrey {
padding-top: 16px;
padding-left: 16px;
padding-right:16px;
padding-bottom:16px
background: #ccc;
}


.roundnews2 {
position: relative; 
left: 16px; 
margin-top: 12px; 
width:460px; 
-moz-border-radius: 12px;
border-radius: 12px; 
background: white;
}

.roundnewscoverwide {
font-weight:400;
padding-top: 16px;
padding-left: 16px;
padding-right:16px;
padding-bottom:16px
}



.roundnewscoverwidebottom {
font-weight:400;
padding-top: 16px;
padding-left: 16px;
padding-right:16px;
padding-bottom:28px
}

.roundnewscover {
padding-top: 16px;
padding-left: 16px;
padding-right:160px;
padding-bottom:16px
}

.roundnewscover2 {
padding-top: 16px;
padding-left: 160px;
padding-right:16px;
padding-bottom:16px
}

.roundnewscover3 {
padding-top: 16px;
padding-left: 16px;
padding-right:140px;
padding-bottom:16px
}

.roundnewscover4 {
padding-top: 16px;
padding-left: 16px;
padding-right:116px;
padding-bottom:16px
}


#main-left-short {
	z-index: 77;
	width: 444px;
	position: absolute;
	left: 0;
	top: 220px;
	padding-left: 6px; 
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}



#transback {
	background-color:#Ffffff; 
	position: absolute;
	left: 466px;
	width: 504px;
	top: 254px;
}

#transback-border {
	background-color:#Ffffff; 
	position: absolute;
	left: 466px;
	width: 486px;
	top: 236px;
	border-left: 1px #ccc solid;
	padding-left: 16px
}



.text3a {
font-size: 0.75em;
background:#Fffffc;
padding-left: 10px;
padding-bottom: 8px;
padding-right: 4px;
padding-top: 8px;
margin-top: 28px;
border-top: #cccccc dashed 1px;
border-bottom: #cccccc dashed 1px;
font-family:Arial; 
}

.text3ab {
font-size: 0.75em;
background:#Fffffc;
padding-left: 10px;
padding-bottom: 8px;
padding-right: 4px;
padding-top: 8px;
margin-top: 12px;
border-top: #cccccc dashed 1px;
border-bottom: #cccccc dashed 1px;
font-family: Arial;
}