 
/* ------------------------------------------------------
   HTML ELEMENTS
--------------------------------------------------------- */

/* top elements */
* { margin:0; padding: 0; outline: 0; }

body {
    margin: 0; padding: 0;
    font: 11px/1.6em  Verdana, Tahoma, Arial,sans-serif;
    color: #555;
    text-align: center;
}


/* headers */
h1, h2, h3 {
    font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
    font-weight: Bold;      
}
h1 {
    font-size: 1.6em;
    padding: 10px 10px 5px 10px;
    color: #317293;
    background-color: inherit;
    border-bottom: 1px solid #EFF0F1;       
}

h2 { font-size: 1.4em;
     text-transform:uppercase;
     font-weight: Bold;
     color:#78131a;
   }

h3 {
    font-size: 1.2em;
    color: #404040;
}

h4 {
    font-size: 1.0em;
    color: #404040;
    padding: 8px;
}

h2, h3, p {
    padding: 10px;      
    margin: 0;
}


/* images */
img {
    padding: 2px;
}

img.float-right {
  margin: 5px 0px 5px 10px;  
}

img.float-left {
  margin: 5px 10px 5px 0px;
}

img.nobkgrd {
    padding: 8px;
}

img.withbkgrd {
    padding: 8px;
    background: #FAFAFA;
    border: 1px solid #DCDCDC;
}

img.displaycenter {
    display: block;
    margin-left: auto;
    margin-right: auto }

img.displaycenterbkgrd {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    background: #FAFAFA;
    border: 1px solid #DCDCDC;
    }
    
img.displaycenter2 {
    display: block;
    margin-left: auto;
    margin-right: auto
    border-top: 1px solid #1d4464;
    border-right: 2px solid #1d4464;
    border-bottom: 2px solid #1d4464;
    border-left: 1px solid #1d4464;
    }

img.caption { font-size: 80%;
              font-family: Verdana, Arial, sans-serif;
              text-align: center; }

.enlarge1:hover {
	transform:scale(3,3);
	transform-origin:-10 -10;
}

.enlarge2:hover {
	transform:scale(3,3);
	transform-origin:-10 -10;
	background: #FAFAFA;
	border: 1px solid #0a04fa;  

}

    ul.enlarge{
    list-style-type:none; /*remove the bullet point*/
    margin-left:0;
    }
    ul.enlarge li{
    display:inline-block; /*places the images in a line*/
    position: relative;
    z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
    margin:1px 1px 0 1px;
    }
    ul.enlarge img{
    background-color:#eae9d4;
    padding: 6px;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
    
    ul.enlarge span{
    position:absolute;
    left: -9999px;
    background-color:#eae9d4;
    padding: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size:.9em;
    text-align: center;
    color: #495a62;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
    -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
    box-shadow: 0 0 20px rgba(0,0,0, .75);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
    }
    ul.enlarge li:hover{
    z-index: 50;
    cursor:pointer;
    }
    ul.enlarge span img{
    padding:2px;
    background:#ccc;
    }
    ul.enlarge li:hover span{
    top: -300px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
    left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
    }
    ul.enlarge li:hover:nth-child(2) span{
    left: -100px;
    }
    ul.enlarge li:hover:nth-child(3) span{
    left: -500px;
    }
    /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
    ul.enlarge img, ul.enlarge span{
    behavior: url(pie/PIE.htc);
    }





.floatright
{
float: right;
width: auto;
margin: 5px 0 5px 5px;
background-color: #ffffff;
padding: 1px;
border-top: 1px solid #1d4464;
border-right: 2px solid #1d4464;
border-bottom: 2px solid #1d4464;
border-left: 1px solid #1d4464;
text-align: center;
}

div.floatright img
{
}

.floatleft
{
float: left;
width: auto;
margin: 5px 10px 5px 2px;
background-color: #ffffff;
padding: 1px;
border-top: 1px solid #1d4464;
border-right: 2px solid #1d4464;
border-bottom: 2px solid #1d4464;
border-left: 1px solid #1d4464;
text-align: center;
}

div.floatleft img
{
}

.floatcenter
{
width: auto;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
padding: 5px;
border-top: 1px solid #1d4464;
border-right: 2px solid #1d4464;
border-bottom: 2px solid #1d4464;
border-left: 1px solid #1d4464;
text-align: center;
}

div.floatcenter img
{
}

#sidebar h1, 
#sidebar p {
    padding-left: 0;
    color: #000000;
}

#sidebar h1#logo {
    font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
    margin: 0; padding:0;
    color: #317293;
    letter-spacing: -2px;   
    border: none;   
}

ul, ol {
    margin: 10px 20px;
    padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #132F6E;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

block {
    margin: 10px;
    padding: 10px 15px 10px 32px;
    background: #FAFAFA url(../images/quote.gif) no-repeat 8px 10px !important;
    background-position: 10px 10px;
    border: 1px solid #f2f2f2; 
    border-left: 4px solid #FF9966;
    font-weight: bold;
}

blockquote {
    margin: 10px;
    padding: 10px 15px 10px 32px;
    background: #FAFAFA url(../images/quote.gif) no-repeat 8px 10px !important;
    background-position: 10px 10px;
    border: 1px solid #f2f2f2; 
    border-left: 4px solid #FF9966;
    font-weight: bold;
    font-size: 1.3em;
    color: #696b6c;
    font-style:italic;
}

/* form elements */
form {
    margin:10px;
    padding: 10px;
    border: 1px solid #f2f2f2; 
    background-color: #FAFAFA; 
}
label {
    display:block;
    font-weight:bold;
    margin:5px 0;
}
input {
    padding: 4px 5px;
    border:1px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color:#777;
}
textarea {
    width:350px;
    padding:4px 5px;
    font: normal 1em Verdana, sans-serif;
    border:1px solid #eee;
    height:100px;
    display:block;
    color:#777;
}
input.button { 
    margin: 0; 
    font: bolder 12px Verdana, Sans-serif; 
    border: 1px solid #CCC; 
    padding: 4px 5px;
    background: #FFF;
    color: #75A54B;
}
/* search form */
form.search {
    position: absolute;
    top: 15px; right: 5px;
    padding: 0; margin: 0;
    border: none;
    background-color: transparent; 
}
form.search input.textbox { 
    margin: 0; 
    width: 120px;
    border: 1px solid #CCC; 
    background: #FFF;
    color: #333;    
    vertical-align: top;
}
form.search input.button {
    width: 60px;
    vertical-align: top;
}

/* -------------------------------------
   LAYOUT
---------------------------------------- */
#wrap {
    margin: 0 auto; 
    padding: 0; 
    width: 850px;
    text-align: left;
}

/* header */
#header { 
    position: relative;
    height: 70px; 
    margin: 0; padding: 0;
    color: #808080;         
}
#header h1#logo {
    position: absolute; 
    font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
    margin: 0; padding:0;
    color: #317293;
    letter-spacing: -2px;   
    border: none;   
    
    /* change the values of top and Left to adjust the position of the logo*/
    top: 0; left: 2px;      
}
#header h1#logo span { color: #3FC0FC; }

#header h2#slogan { 
    position: absolute;
    margin: 0; padding: 0 0 0 34px; 
    font: bold 11px Arial, Tahoma, Sans-Serif;
    text-transform: none;
    color: #000000;         
    
    /* change the values of top and Left to adjust the position of the slogan*/
    top: 43px; left: 45px;
}

/* menu */
#menu {
    clear: both;
    background: #0D2965 url(../imgs/menubg3.gif) repeat-x;
    height: 32px;
    margin: 0;
    font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;     
}
#menu ul{
    margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
    float: left;
    list-style: none;       
    border-right: 1px solid #CA061D;
}
#menu ul li a {
    display: block;
    text-decoration: none;  
    padding: 0 15px;
    color: #FFF;    
}
#menu ul li a:hover {
    color: #333;    
    background: url(../imgs/menu-hover-bg2.gif) repeat-x;
}
#menu ul li#current a {
    color: #333;
    background: url(../imgs/menu-current-bg.gif) repeat-x;  
}

/* sidebar */
#sidebar {
    float: left;
    width: 32%;
    margin: 20px 0;
    padding: 0;
    display: inline;
}

#sidebar ul.sidemenu {
    list-style: none;
    text-align: left;
    margin: 0 0 7px 0; padding: 0;
    text-decoration: none;  
}
#sidebar ul.sidemenu li {
    border-bottom: 1px solid #EFF0F1;   
    background: url(../imgs/arrow.gif) no-repeat 3px 8px;
    padding: 3px 5px 3px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
    font-weight: bolder;
    background-image: none;
    text-decoration: none;  
}

/* links */
#sidebar ul.sidemenu li a:link, #sidebar ul.sidemenu li a:visited {
    color: #132F6E; 
    background-color: inherit;
    text-decoration: none;
}
#sidebar ul.sidemenu li a:hover {
    color: #575757;
    background-color: inherit;
    font-weight: bolder;
}


#rightbar {
    float: right;
    width: 32%;
    padding: 0;
    margin: 20px 0;
}

#rightbar a {
    color: #274486; 
    background-color: inherit;
    text-decoration: none;
}

#rightbar a:hover {
    color: #CA061D;
    background-color: inherit;
}

#rightbar h3 {
    font-size: 1.3em;
    color: #90B7E2;
    background-color: inherit;
    text-decoration: none;
}

#rightbar h1, 
#rightbar p {
    padding-left: 0;
}

#rightbar h1#logo {
    font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
    margin: 0; padding:0;
    color: #317293;
    letter-spacing: -2px;   
    border: none;   
}



/* main column */
#main {
    float: left;
    margin: 20px 0 20px 15px;
    padding: 0;
    width: 32%;
}

#main h3 {
    font-size: 1.3em;
    padding: 10px 10px 5px 10px;
    color: #1A3C4D;
    background-color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #1A3C4D;       
}

.post-footer {
    background-color: #FAFAFA;
    padding: 5px; margin: 15px 10px 10px 10px;
    border: 1px solid #f2f2f2; 
    font-size: 3.9em;
}
.post-footer .date {
    background: url(../imgs/clock.gif) no-repeat left center;
    padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
    background: url(../imgs/comment.gif) no-repeat left center;
    padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
    background: url(../imgs/page.gif) no-repeat left center;
    padding-left: 20px; margin: 0 10px 0 5px;
    
}

/* footer */
#footer { 
    clear: both;    
    color: #666666;     
    padding: 0;  
    background: #FFF url(../imgs/footerbg.gif) repeat-x;
    height: 60px;

}
#footer a { 
    color: #132F6E; 
    text-decoration: none; 
    font-weight: normal;
}

 
#footer a:hover {
    color: #CA061D;
}


#footer-content {
    margin: 0 auto;
    width: 800px
}
#footer-content #footer-left {
    padding: 10px;
    width: 60%;
    float: left;
    text-align: left;
}
#footer-content #footer-right {
    padding: 10px;
    width: 35%;
    float: right;
    text-align: right;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #75A54B; }




#page {
    background:#132F6E;
    margin:30px auto;
    padding:20px;
    width:670px;
    border-radius:5px;
}



#banner {
    position:relative;
    padding:80px 0px;
    margin:0 -30px 1px -30px;   /* 30 = 20 padding + 10 neg margin */
    background: #ffffff url(../images/junebanner.jpg) top center repeat-x;	
    background-position: 50% 0px;
    background-attachment: scroll;
    color:#6a6340;
}


#wraparound {
    position:relative;

    padding:10px 20px;
    margin:0 -30px 5px -30px;   /* 30 = 20 padding + 10 neg margin */

    border:1px solid #52BAEE;
    background:#317293;
    color:#6a6340;
    box-shadow:0 4px 4px rgba(0,0,0,0.3);
}

#wraparound:before,

#wraparound:after {
    content:" ";
    border-top:10px solid #715926;  /* Colour of the triangle. To flip the effect, use border-bottom. */
    position:absolute;
    bottom:-11px; /* +1 to compensate for the border */
    }
    #wraparound:before {
        border-left:10px solid transparent;
        left:-1px;  /* Only required if the element has a border */
        }
    #wraparound:after {
        border-right:10px solid transparent;
        right:-1px;
        }



nav  {
    display: block;
    width: 100%;
    overflow: hidden;
        text-align: center;
}

nav ul {
    margin: 3px 0 3px 0;
    padding: .7em;
    display: inline-block;
    list-style: none;
    background: #444;
    background: rgba(0,0,0,.2);
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;    
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset; 
}

nav li {
    display: inline;
}

nav ul li .active {
    color: #132F6E;
    background: #fac754;
    -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}


nav a {
    float:left;
    padding: .8em 1.5em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #ccc #999 #eee;
    background: #132F6E;
    background: -moz-linear-gradient(#0246DF, #132F6E);
    background: -webkit-gradient(linear, left top, left bottom, from(#0246DF), to(#132F6E));
    background: -webkit-linear-gradient(#0246DF, #132F6E);
    background: -o-linear-gradient(#0246DF, #132F6E);
    background: -ms-linear-gradient(#0246DF, #132F6E);
    background: linear-gradient(#0246DF, #132F6E);            
 }
 
 nav a:visited {
    float:left;
    padding: .8em 1.5em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #ccc #999 #eee;
    background: #132F6E;
    background: -moz-linear-gradient(#0246DF, #132F6E);
    background: -webkit-gradient(linear, left top, left bottom, from(#0246DF), to(#132F6E));
    background: -webkit-linear-gradient(#0246DF, #132F6E);
    background: -o-linear-gradient(#0246DF, #132F6E);
    background: -ms-linear-gradient(#0246DF, #132F6E);
    background: linear-gradient(#0246DF, #132F6E);            
 }

 
nav a:hover {
    outline: 0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background: #fac754;
    background: -moz-linear-gradient(#fac754, #f8ac00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fac754), to(#f8ac00));
    background: -webkit-linear-gradient(#fac754, #f8ac00);
    background: -o-linear-gradient(#fac754, #f8ac00);
    background: -ms-linear-gradient(#fac754, #f8ac00);
    background: linear-gradient(#fac754, #f8ac00);
}

 
nav li:first-child a {
    border-left: 0;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;            
}

nav li:last-child a {
    border-right: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;            
}


#banners
{
    position:relative;
    width:1025px;
    margin:8px auto;
    padding:0;
    height:175px;
}

#banners .left_banner, #banners .center_banner, #banners .right_banner
{
    float:left;
    width:333px;
    margin:0 0 0 4px;
    padding:5px 0 0 0;
    color: #2E2D2D;     
    border:2px solid #ccc;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background: #FAFAFA;
    text-align:left;
}


#banners .left_banner p, #banners .center_banner p, #banners .right_banner p
{
    margin:0;
    padding:3px;
    font-size:15px;
    font-family:arial, tahoma, helvetica, sans-serif;
}

#banners .left_banner p .float_left, #banners .center_banner p .float_left, #banners .right_banner p .float_left
{
    float:left;
    margin:0 5px 0 0;
    padding:0;
}

#banners p a img
{
    border:none;
}

#banners .left_banner a, #banners .center_banner a, #banners .right_banner a
{
    color:#fafafa;
    text-decoration:underline;
}

#banners .left_banner:hover a, #banners .center_banner:hover a, #banners .right_banner:hover a
{
    color:#fa7001;
    text-decoration:underline;
}

#banners .left_banner:hover a:hover, #banners .center_banner:hover a:hover, #banners .right_banner:hover a:hover
{
    color:#fa7001;
    text-decoration:underline;
}

#banners .left_banner h1, #banners .center_banner h1, #banners .right_banner h1
{
    font-size:22px;
    margin:0;
    padding:0;
    text-align:center;
    font-family:arial, tahoma, helvetica, sans-serif;
}


#livbanners
{
    position:relative;
    width: 900px;
    margin:8px auto;
    padding:0;
    height:175px;
}

#livbanners .left_banner, #livbanners .center_banner, #livbanners .right_banner
{
    float:left;
    width: 31%;
    margin:0 0 0 4px;
    padding:5px 5px 5px 7px;
    color: #2E2D2D;     
    border:2px solid #ccc;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background: #FAFAFA;
    text-align:left;
}


#livbanners .left_banner p, #livbanners .center_banner p, #livbanners .right_banner p
{
    margin:0;
    padding:3px;
    font-size:15px;
    font-family:arial, tahoma, helvetica, sans-serif;
}

#livbanners .left_banner p .float_left, #livbanners .center_banner p .float_left, #livbanners .right_banner p .float_left
{
    float:left;
    margin:0 5px 0 0;
    padding:0;
}

#livbanners p a img
{
    border:none;
}

#livbanners .left_banner a, #livbanners .center_banner a, #livbanners .right_banner a
{
    color:#11378f;
    text-decoration:underline;
}

#livbanners .left_banner:hover a, #livbanners .center_banner:hover a, #livbanners .right_banner:hover a
{
    color:#11378f;
    text-decoration:underline;
}

#livbanners .left_banner:hover a:hover, #livbanners .center_banner:hover a:hover, #livbanners .right_banner:hover a:hover
{
    color:#fa7001;
    text-decoration:underline;
}

#livbanners .left_banner h1, #livbanners .center_banner h1, #livbanners .right_banner h1
{
    font-size:22px;
    margin:0;
    padding:0;
    text-align:center;
    font-family:arial, tahoma, helvetica, sans-serif;
}


/* footer */
#livfooter { 
    clear: both;    
    color: #666666;     
    padding: 0;  
    background: #FAFAFA;
    height: 60px;

}
#livfooter a { 
    color: #132F6E; 
    text-decoration: none; 
    font-weight: normal;
}

 
#livfooter a:hover {
    color: #CA061D;
}


#livfooter-content {
    margin: 0 auto;
    width: 800px
}
#livfooter-content #footer-left {
    padding: 10px;
    width: 60%;
    float: left;
    text-align: left;
}
#livfooter-content #footer-right {
    padding: 10px;
    width: 35%;
    float: right;
    text-align: right;
}

.readmore { 
    font-size: 1.0em;
    display:block;
    padding: 10px;
    color:#8a0511;
    text-align:right;
} 

.contfrom { 
    font-size: 1.0em;
    display:block;
    color:#8a0511;
    text-align:left;
} 
