/* Basic Stylesheet */

body {
    font-family: Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #003366;
}

.content {
    background: #ffffff url('/images/new/bg.png');
}

.container {
    margin: 0 auto;
    width: 940px;
}

.blueButton {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #003366 url(../images/new/buttonGradientBlue.png) repeat-x;
    border: 1px solid #003366;
    text-shadow: 0px -1px 1px #632300;
    -moz-box-shadow: inset 0 1px 0 #1d98d6;
    -webkit-box-shadow: inset 0 1px 0 #1d98d6;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003366), to(#1362a4));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #1362a4, #003366);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #1362a4, #003366);
    /* IE 10 */
    background: -ms-linear-gradient(top, #1362a4, #003366);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #1362a4, #003366);
}

.blueButton:hover {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #00478d url(../images/new/buttonGradientBlue.png) repeat-x;
    border: 1px solid #003366;
    text-shadow: 0px -1px 1px #632300;
    -moz-box-shadow: inset 0 1px 0 #1d98d6;
    -webkit-box-shadow: inset 0 1px 0 #1d98d6;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003366), to(#0f5897));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #0f5897, #003366);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #0f5897, #003366);
    /* IE 10 */
    background: -ms-linear-gradient(top, #0f5897, #003366);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #0f5897, #003366);
}

.orangeButton {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e54707 url(../images/new/buttonGradient.png) repeat-x;
    border: 1px solid #00244b;
    text-shadow: 0px -1px 1px #632300;
    -moz-box-shadow: inset 0 1px 0 #f8bf32;
    -webkit-box-shadow: inset 0 1px 0 #f8bf32;
}

.orangeButton:hover {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ff5400 url(../images/new/buttonGradient.png) repeat-x;
    border: 1px solid #00244b;
    text-shadow: 0px -1px 1px #632300;
    -moz-box-shadow: inset 0 1px 0 #f8bf32;
    -webkit-box-shadow: inset 0 1px 0 #f8bf32;
}

.orangeButton2 {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #e54707 url(../images/new/buttonGradient.png) repeat-x;
    border: 1px solid #d86900;
    text-shadow: 0px -1px 1px #632300;
    -moz-box-shadow: inset 0 1px 0 #f8bf32;
    -webkit-box-shadow: inset 0 1px 0 #f8bf32;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6600), to(#ff8110));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ff8110, #ff6600);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ff8110, #ff6600);
    /* IE 10 */
    background: -ms-linear-gradient(top, #ff8110, #ff6600);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ff8110, #ff6600);
}

.orangeButton2:hover {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ff5400 url(../images/new/buttonGradient.png) repeat-x;
    border: 1px solid #d86900;
    text-shadow: 0px -1px 1px #632300;
    -moz-box-shadow: inset 0 1px 0 #f8bf32;
    -webkit-box-shadow: inset 0 1px 0 #f8bf32;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6600), to(#fe7107));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ff7107, #ff6600);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ff7107, #ff6600);
    /* IE 10 */
    background: -ms-linear-gradient(top, #ff7107, #ff6600);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ff7107, #ff6600);
}

.grayButton {
    background: rgba(0, 0, 0, 0.05);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#26AAAAAA, endColorstr=#26AAAAAA);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#26AAAAAA, endColorstr=#26AAAAAA);
    zoom: 1;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    cursor: pointer;
    color: #777777;
    /*-moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;*/
    border: 1px solid #dddddd;
    text-shadow: 0px -1px 1px #dddddd;
    -moz-box-shadow: inset 0 1px 0 #eee;
    -webkit-box-shadow: inset 0 1px 0 #eee;
}

.grayButton:hover {
    background: rgba(0, 0, 0, 0.10);
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    cursor: pointer;
    color: #222222;
    /*-moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;*/
    border: 1px solid #ccc;
    text-shadow: 0px -1px 1px #dddddd;
    -moz-box-shadow: inset 0 1px 0 #dddddd;
    -webkit-box-shadow: inset 0 1px 0 #dddddd;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../components/League-Gothic-fontfacekit/League_Gothic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.headtext {
    font: 38px 'LeagueGothicRegular', Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #003366;
}

.headerLink:link {
    color: #222222;
    font-family: arial;
    font-size: 15px;
    margin-right: 5px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

.headerLink:visited {
    color: #222222;
    font-family: arial;
    font-size: 15px;
    margin-right: 5px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

.headerLink:hover {
    color: #222222;
    font-family: arial;
    font-size: 15px;
    margin-right: 5px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: underline;
}

.headerLinkCurrent,
.headerLinkCurrent:link,
.headerLinkCurrent:visited {
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    margin-right: 5px;
    background: #001c45;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.headerButton {
    background: ;
    font-size: 17px;
    font-weight: bold;
    padding: 8px 16px 8px 16px;
    text-decoration: none;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.headerButton:hover {
    text-decoration: none;
}

.headerButtonCurrent {
    background: #ffffff;
    font-size: 17px;
    font-weight: bold;
    padding: 8px 16px 8px 16px;
    text-decoration: none;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

a.headerButton:link {
    color: #69a0d6;
    text-shadow: 0px 1px 1px #000000;
}

a.headerButton:visited {
    color: #69a0d6;
    text-shadow: 0px 1px 1px #000000;
}

a.headerButton:hover {
    color: #ffffff;
    text-shadow: 0px 0px 0px #dddddd;
}

a.headerButtonCurrent {
    color: #003366;
    text-shadow: 0px 0px 0px #000000;
}

.topLinkAlt {
    font-family: arial;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
}

.topLink {
    color: #003366;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.topLink:hover {
    color: #003366;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

.highlight {
    color: #ff6600 !important;
    font-weight: bold;
    margin: 0;
}

img {
    border: none;
}


/* This class uses CSS3 styles; including gradients, text-shadow, and rounded borders; to make any link or button
 appear like a rounded, 3D bubble button. The gradients somewhat mimic the appearence of the submit button that 
 appears on the companiesQuickTour.php page: White text on blue gradient normally; on hover, colors reverse to blue
 text on white-grey gradient; On click, the white-grey gradient reverse to grey-to-white, making the bubble button 
 appear depressed.
 
 Since not all browsers support CSS3, you can use this class to flexibly design a button you like, take a screenshot 
 of it, and use that on the final version of the page.
*/

.roundedbutton,
.roundedbutton:link,
.roundedbutton:hover,
.roundedbutton:active,
.roundedbutton_orange {
    /*This class uses gradient effects to make the button appear rounded and 3D */
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
    border: solid 1px;
    border-color: #F6F6F6 #CECECE #686868 #F6F6F6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}


/*a.roundedbutton,
a.roundedbutton:link {
  color: #FFFFFF;
}*/

.roundedbutton_orange {
    color: #FFFFFF !important;
    background: #FF6600;
    background: -moz-linear-gradient(top, #FE6600 0%, #CE5301 100%);
    /*For Firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FE6600), color-stop(100%, #CE5301));
    /* For webkit browsers (Safari and Chrome) */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FE6600', endColorstr='#CE5301', GradientType=0);
    /* ie, who seems to want to make this feature needlessly complicated. */
}

.roundedbutton,
.roundedbutton:link {
    color: #FFFFFF !important;
    background: #003366;
    /*For older browsers. Why won't they die and yield to the awesomeness of CSS3? */
    background: -moz-linear-gradient(top, #2C4F76 0%, #002754 100%);
    /*For Firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2C4F76), color-stop(100%, #002754));
    /* For webkit browsers (Safari and Chrome) */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2C4F76', endColorstr='#002754', GradientType=0);
    /* ie, who seems to want to make this feature needlessly complicated. */
}

.roundedbutton:hover,
.roundedbutton_orange:hover {
    color: #003366 !important;
    background: #C2C2C2;
    /*For older browsers. Why won't they die and yield to the awesomeness of CSS3? */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #C2C2C2 100%);
    /*For Firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #C2C2C2));
    /* For webkit browsers (Safari and Chrome) */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#C2C2C2', GradientType=0);
    /* ie, who seems to want to make this feature needlessly complicated. */
}

.roundedbutton:active,
.roundedbutton_orange:active {
    border-color: #FFB200 transparent #AB3209 #FFAE00;
    color: #003366 !important;
    background: #FFFFFF;
    /*For older browsers. Why won't they die and yield to the awesomeness of CSS3? */
    background: -moz-linear-gradient(top, #C2C2C2 0%, #FFFFFF 100%);
    /*For Firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C2C2C2), color-stop(100%, #FFFFFF));
    /* For webkit browsers (Safari and Chrome) */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#C2C2C2', endColorstr='#FFFFFF', GradientType=0);
    /* ie, who seems to want to make this feature needlessly complicated. */
}

.headerText1 {
    font-size: medium;
    font-weight: bold;
    color: #003366;
    position: relative;
    text-decoration: underline;
    left: 22px;
    text-align: left;
    margin-top: .4cm;
}

.headerText2 {
    font-size: medium;
    font-weight: bold;
    color: #003366;
    text-decoration: underline;
    left: 75px;
    top: 55px;
    margin: 0 0 10px 0;
}

.headerText3 {
    font-size: small;
    font-weight: bold;
    color: #003366;
    text-decoration: underline;
}

a:link {
    color: #003366;
}

a:visited {
    color: #003366;
}


/* Footer */

#footer_wrapper {
    border-top: solid 1px #172155;
    /*#e0e0e0*/
    padding: 0px 20px 0px 20px;
    clear: both;
    /* background: white; #d9e0e9; #F0F0F0 */
    /* accent for footer */
    -moz-box-shadow: inset 0 1px 0 #3b6289;
    -webkit-box-shadow: inset 0 1px 0 #3b6289;
    box-shadow: inset 0 1px 0 #3b6289;
}

#icons {
    background-color: #d9e0e9;
}

#footerSC {
    padding: 15px 0 40px 0;
    border-width: 1px 0 0 0;
    text-align: left;
    margin: 0 auto;
    width: 960px;
    font-family: arial, verdana;
}

#footerSC a {
    color: #d9e0e9;
    /* #003366;*/
    color: #ffffff;
    text-decoration: none;
}

#footerSC a:hover {
    color: white;
    text-decoration: underline;
    /*
    background: white; #e5e5e5;
    */
}

#footerSC a:active {
    color: #ff6600;
}

#footerSC .Pipe {
    padding: 0 4px;
    color: #ccd4d9;
}


/* /Footer */

#footerSC {
    font-size: 15px;
    /*Commented out this line because it made scroll bars appear in Chrome.
    overflow: auto;*/
    padding-top: 35px;
}

#footerSC ul {
    float: left;
    padding-left: 10px;
    margin-right: 80px;
    margin-top: 5px;
    line-height: 1.5;
}

#footerSC ul.Last {
    float: left;
    padding-left: 10px;
    margin-right: 10px;
    line-height: 1.5;
}

#footerSC ul li {
    color: #d9e0e9;
    /* #003366; #666*/
}

#footerSC ul li.Header {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 15px;
    color: #ffffff;
    /* #d9e0e9; #003366;*/
}

#footerSC ul li.Header a {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14.5px;
    color: #69a0d8;
    /* #d9e0e9; #003366;*/
}

#footerSC ul li {
    margin-bottom: 4px;
}

#footerSC ul li a {
    font-size: 14px;
}

#footer_wrapper {
    border-width: 1px 0 0 0;
}

#phonenum {
    /*float: right;*/
    margin-left: 10px;
    margin-top: 304px;
    color: #ffffff;
    /*#787878;*/
    font-size: 25px;
    font-weight: bold;
}

#copyright {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    color: #69a0d8;
    /*#787878;*/
    font-size: 12.5px;
}

#social {
    float: right;
    margin-right: 10px;
    margin-top: -26px;
    color: #69a0d8;
    /*#787878;*/
    font-size: 12.5px;
}

#footerSC {
    width: 960px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

ul.terms {
    list-style-type: disc;
    font-size: 14px;
    padding: 0px 20px 0px 20px;
}

.quote {
    text-align: center;
    font-size: 24px;
}

.maincolor {
    background: white;
    background-image: url('/images/new/bg.png');
}

.PageCapper {
    clear: both;
    height: 5px;
    background: rgba(0, 0, 0, 0.05);
}

.headerText4 {
    font-size: 18px;
}

.headerText5 {
    font-size: 16px;
}

.transparent02 {
    background: url('/components/rgba.php/rgba(0, 0, 0, 0.02)') repeat;
    background: rgba(0, 0, 0, 0.02);
}

.transparent05 {
    background: url('/components/rgba.php/rgba(0, 0, 0, 0.05)') repeat;
    background: rgba(0, 0, 0, 0.05);
}

.widgettitle {
    text-transform: uppercase;
}


/*

light blue: d9e0e9;
dark blue: 003366;
orange: ff6600;

*/
