/* Template */
/* Main.css */
/* Created March 15, 2005 */
/* Modified March 10, 2008
--------------------------------------- */

/* General
--------------------------------------- */

.clear {
    clear: both;
    }
.left {
    float: left;
    margin-right: 1em;
    }

.right {
    float: right;
    margin-left: 1em;
    }

strong, b {
    font-weight: bold;
    }

em, i {
    font-style: italic;
    }

.small {
    font-size: smaller;
    }

.large {
    font-size: larger;
    }

.hide {
    display: none;
    }

p, ul, ol {
    font-size: 1em;
    line-height: 1.5em;
    padding: 5px 0;
    }

ol {
    margin-left: .75em;
    padding-left: 2em;
    }

ul {
    padding: 0;
    }

ul li {
    list-style: disc outside;
    }

ol li {
    list-style: decimal outside;
    }

ol ol li {
    list-style: lower-alpha outside;
    }

ol ol, ul ul {
    margin-bottom: 0;
    }
    
img {
    border: none;
    }
#container .eventsElement .eventsList li, #container .blogsElement .blogList li{
    list-style: none;
    }
#container .globalMenu ul li {
    margin-left: 25px;
    }
    
/*---------FROM OLD SITE ------------*/

.bodyhead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #003D7D;
}
.boxhead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003D7D;
}
.print {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
.bodytext {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.bodytextdecreasedlinewidth
{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    line-height: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodytext_small {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
}
a {
    color: #003976;
    text-decoration: none;    
}
a:hover {
    color: #596EA0;
    text-decoration: none;
}
.menutext {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #3A2B24;
}
a.textmenu {
    color: #3A2B24;
    text-decoration: none;
}
a.textmenu:hover {
    color: #596EA0;
    text-decoration: none;
}
.textmenu_highlight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #D2232A;
    text-decoration: none;
}
.bluebox{
    background : #D8DBE3;
    border : 1px solid #003D7D;
}
.verticaldividers{
    border-right : 1px dotted  #BEC4D2;
    border-left : 1px dotted #BEC4D2;
}
/*--------- end old site styles ------------*/

/* Structure and Layout
--------------------------------------- */

body {
    background: #fff;
    text-align: center;
    font-size: 0.6875em;
    line-height: 1.5em;
    font-family: verdana, geneva, sans-serif;
    }

#frame {
    text-align: left;
    margin: 0 auto;
    width: 753px;
    background: #FFF;
    }

#header {}

#container {
    float: left;
    width: 753px;
    margin-bottom: 5px;
    }

#mainCol {
    float: left;
    width: 472px;
    }    

#subCol {
    float: right;
    width: 277px;
    }

#extraCol {
    float: right;
    width: 188px;
    background: #999;
    padding: 1em 20px;
    }

#footer {
    clear: both;
    width: 753px;
    }

/* Links
--------------------------------------- */

a:link, a:visited {
    color: #003d7d;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}


/*  Footer Navigation
--------------------------------------- */

.nav {
    margin: 0;
    padding: 0;
    }

.nav li {
    display: inline;
    list-style: none;
    margin-right: 1em;
    }


/* Headers
--------------------------------------- */

h1 {
    font-size: 1.2727em;
    line-height: 1em;
    }

h2 {
    font-size: 1.1818em;
    line-height: 1em;
    }

h3 {
    font-size: 1.0909em;
    line-height: 1.286em;
    }
    
h4 {
    font-size: 1em;
    line-height: 1.5em;
    }

h1, h2, h3, h4 {
    padding: 5px 0;
    color: #003d7d;
    font-weight: bold;
    }
h1.title {
    font-size: 1.5em;
    }
h2.postTitle {
    font-size: 1em;
    }

/* Content
--------------------------------------- */

.breadCrumb {
    padding: .5em 20px;
    }
    
/* Clearing
--------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */
* html #nav ul {
    height: 1%;
    }
    
/* trigger hasLayout and target ie7/win only */
*:first-child+html #nav ul {
    min-height: 1px;
    }

#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container{display: inline-block;}
* html #container {height: 1%;}
#container {display: block;}

 /* <textEditor> */

 .class {}

  /* </textEditor> */


/*-------------------------------- START IOGCC CODE ----------------------*/

/* HOME PAGE 
----------------*/

/* Header */

#header h1{
        background: url(../images/header.gif) no-repeat left top;
        display: block;
        }
#header h1 a{
        display: block;
        width: 765px;
        height: 90px;
        text-indent: -999em;
        }

/*---------------- NAVIGATION ------------------*/

#nav {
    background: #003d7d;
    width: 753px;
    display: block;
    float: left;
    }
#nav ul {
    padding-left: 50px;
}
#nav li {
    list-style: none;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    }
#nav a{
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 5px 10px;
    float: left;
    text-transform: uppercase;
    }
#nav a:link, #nav a:visited {
    color: #fff;
    background: #003d7d;
    }
#nav a:hover, #nav a:active {
    background: #596ea0;
    text-decoration: none;
    }
    
    
/*---- MAIN CONTENT ----------*/

/* left column */
#mainimage {
    width: inherit;
    }

/* right column */
#topright {
    width: inherit;
    line-height: .5em;
    }
#bottomright {
    width: 275px;
    border: 1px solid #003d7d;
    background: #d8dbe3;
    font-size: .9000em;
    }
#bottomright h1{
    font-size: 1em;
    text-transform: uppercase;
    padding: 0;
    }
.padding {
    padding: 5px 10px;
    }

#highlights {
        display: block;
        width: inherit;
        background: #003d7d;
}
#highlights h1{
        color: #fff;
        padding: 5px 0;
        text-align: center;
}


/*------------ FOOTER -------------*/

#footer {
    background: #003d7d;
    color: #fff;
    padding: 0;
}

#footernav {}
#footernav ul {
    margin-left: 40px;
    }
#footernav li {
    list-style: none;
    padding: 0px 30px;
    margin: 0;
    display: block;
    float: left;
}
#footernav a{
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 5px 10px;
    float: left;
    text-transform: uppercase;
    }
#footernav a:link, #footernav a:visited {
    color: #fff;
    text-decoration: none;
        }
#footernav a:hover, #footernav a:active{
    background: #596ea0;
    text-decoration: none;
    }
    
/* for shopify */

#footer-fader {
    padding: 0 10px;
    }


    
/* INSIDE PAGES 
---------------- */
.inside #container {
        margin: 20px 0;
    }
.inside #mainCol {
        width: 577px;
        }
.inside #subCol {
        width: 150px;
        padding: 0 5px;
        }

#titlegraphic {
    width: inherit;
    }
#titlegraphic .textElement {
        line-spacing: .5em;
        font-size: 12px;
        }

        
/* sub navigation */

#subnav {
        width: inherit;
        font-size: 1.2em;
    }
#subnav ul {
    margin-left: -10px;
    *margin-left: 0;
    _margin-left: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}
#subnav li {
        list-style: none;
        padding: 5px 0;
        display: inline;
        margin: 0;
        }
#subnav a{
        border-right: 1px solid #3a2b24;
        padding: 0 10px;
        }
#subnav a:link, #subnav a:visited {
        color: #3a2b24;
        font-weight: bold;
}

#subnav a:hover, #subnav a:active {
        color: #596EA0;
        text-decoration: none;
}

/* Main Content */

#maincontent {
    width: inherit;
    }
#maincontent .textElement img{
    padding: 5px;
    }

/* right column */

#sidebar {
    width: inherit;
    }


/* INSIDE 2 template */
.inside2 #container {
    margin: 20px 0;
    }
.inside2 #mainCol {
    width: inherit;
    }

/* INSIDE 3 template */

.inside3 #container{}
.inside3 #mainCol {
    width: 445px;
    }
.inside3 #subCol {
    width: 255px;
    }

/* ADMIN Template */

.adminpage #container {
    margin: 20px 0;
    }
.adminpage #mainCol {
    width: inherit;
    }


/* CMS STYLES */

#mainCol #maincontent .element ul {
    margin-left: 20px;
    }
.inside #container .textElement {
    margin-bottom: 20px;
    }
    
/* Detail Page */

.detail #subnav ul {
    margin-left: 0;
}
#radium3 {clear:both; float:right; margin: 10px;}
