/* Ensure main scrollbar of page stays visible to prevent the page "jumping" */
html {
  overflow-y: scroll;
}
body
{
    margin: 0;
    padding: 0;
    color: #555;
    background: #222222/*#EFEFEF;*/
}

#page
{
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #222222;/*white;*/
    border: 0px solid #222222;/*#ffffff;*/
    max-width: 940px;
    color: #aaaaaa;
    font-size: 1.0em;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

#page h1
{
    font-size: 1.8em;
    font-weight: 100;
    letter-spacing: .05em;
    text-decoration: none;
    color: #ff8600;
    margin: 0 0 1.063829787234%;            /* 10px / 940px */
}


#page .sub-heading
{
    margin: -5px 0 1.063829787234%;        /* 10px / 940px */
    font-size: 1.6em;
    color: #888888;
}

#page h2
{
    margin: 0 0 .5em;
    font-size: 1.2em;
    letter-spacing: .07em;
    color: #eee;
}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #222222/*#ffffff;*/
}

#content
{
    padding: 10px;
}

#sidebar
{
    padding: 10px 10px 10px 10px;
}

#logo
{
    padding: 10px 20px;
}

#mainmenu
{
    background:#222222 url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
    padding:6px 20px 5px 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
}

.portlet
{
}

.portlet-decoration
{
	padding: 3px 8px;
        border-bottom: 1px solid #444444;
        background-color: #2E3133;

}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}


/* From Blueprint CSS */
.clear {
    clear:both;
}

/* Modifications */
.footer
{
    background: url(bg-tile.png) #202020;
    color:#ccc;
    margin:2em 0 0 0;
    padding:20px 0;
    font-size:.9em;
}
.footer h3
{
    color:#CCC;
    font-size:16px;
}
.footer .copyright
{
    font-size:11px;
    margin:5px 0 0 0;
    text-align:center;
}
.footer ul.menu,.footer ul.menu ul,.footer ul.menu li
{
    list-style:none;
    margin:0;
    padding:0;
}
.footer ul.menu ul
{
    margin:0 0 0 10px;
}
.footer ul.menu li.main
{
    display:block;
    float:left;
    width:150px;
    margin:0 0 1em 0;
}
.footer ul.menu li a
{
    color: #0088cc;
}
.footer ul.menu li a:hover 
{
  color: #005580;
  text-decoration: underline;
}

.footer .links
{
    display:inline;
    float:left;
    margin-left:5%;
}

.signature
{
    padding-right: 4.2553191489362%;    /* 40px / 940px */
    float: right;
}

.nojavascript
{
    color: #ffffff;
    text-decoration: none;
    background-color: #262626;
    margin-top: 5px;
    min-height: 20px;
    text-align: center;
}
.nojavascript a
{
    color: #F6A21D;
}
.nojavascript a:hover
{
    color: #ffffff;
}


#welcome
{
    position: relative;
    margin: 0;
    border: 0;
    padding: 1.2% 0;

    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
#welcome #logo
{
    float: left;
    padding: 0px;
    margin: 0 1.063829787234%;          /* 10px / 940px */
    width: 33.1914893617021%;           /* 312px / 940px */
}
#welcome #intro
{
    margin: 0 0 0 36.1702127659574%;    /* 340px / 940px */
    color: #888888;
    font-size: 1.2em;
}
#welcome #intro p
{
    margin: 0 1.063829787234%;          /* 10px / 940px */
    font-size: 1.2em;
}
#welcome a:link,
#welcome a:visited,
#welcome a:active
{
	color: #ccc;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#sidebar
{
    position: relative;
    border: 0;
    background-color: #222222;
    padding: 0px 0px 0px 0px;
}
#sidebar #newstile
{
    background: #333333;
    margin: 10px 0 0 0;
    padding: 10px 10px 10px 10px;
}
#sidebar #facebooktile
{
    /* background: #4164a5; */
    margin: 10px 0 0 0;
    padding: 10px 10px 10px 10px;
}

#socialbar
{
    margin: 1em 0;
    font-size: 1.2em;
}
.socialicon
{
    margin: 0 1.063829787234%;          /* 10px / 940px */
}

.align-center { text-align: center; }

/* Width margins of 10px / 940px */
.align-right { float:right; margin: 0 0 1.063829787234% 1.063829787234%; }

.align-left { float:left; margin: 0 1.063829787234% 1.063829787234% 0; }

ul.news-list
{
  margin: 0;
  padding: 0;
}
ul.news-list li 
{
  margin: 0;
  padding: 5px 0 5px 0px;
  list-style: none;
}
ul.news-list li b
{
    color: white;
}

#specialoffers
{
  text-align: center;
}
#specialoffers img
{
    margin: 0 2.1276595744681% 2.1276595744681%;    /* 20px / 940px */
    width: 42.6666666666667%;                       /* 256px / 600px (600px width of fluid-grid-span8) */
}

#splash-carousel
{
    margin: 0 auto;
    width: 89%;                                     /* 534px / 600px */
}

.soundbite
{
    font-size: 1.6em;
    color: #0088cc;/*#408140;*/
    text-align: center;
}
.soundbite-large
{
    font-size: 2.0em;
    color: #0088cc;
}
.soundbite-author
{
    font-size: 12px;
    font-weight: bold;
    color: #888888;
}

/* This multplie selector ensures these elements are rendered
no larger than their container */
img, 
embed, 
object, 
video 
{
    max-width: 100%;
}

/* Used to display photos with inline captions */
.picture-block
{
    position: relative;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
}
.picture-block img
{
    margin-bottom: 4px;
}
.picture-block .info
{
    position: absolute;
    width: 176px;
    height: 42px;
    padding: 5px 8px 5px 8px;
    bottom: 16px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb( 204, 94, 0 ) transparent;
    /* RGBa with 0.8 opacity */
    background: rgba( 204, 94, 0, 0.8 );
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCC5E00, endColorstr=#CCCC5E00);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCC5E00, endColorstr=#CCCC5E00)";
}

/* Carousel "pills"
-------------------------------------------------- */
.carousel-nav {
    text-align: center;
}
.carousel-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
}
.carousel-nav li a {
    width: 11px;
    height: 11px;
    background: url('../images/carousel-pill.png') no-repeat;
    text-indent: -9999px;
    display: block;
}
.carousel-nav li a.active {
    background-position: -11px;
}

/* Tiles/Gallery
-------------------------------------------------- */
.tile {
    background-color: white;
    text-align: left;
    color: #555;
    min-height: 340px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    margin: 10px 10px 10px 10px;
}
.tile-content {
    font-size: 0.85em;
    padding: 0px 10px 0px 10px;
}
.tile-content h2 {
    font-size: 1.2em;
    margin-top: 0;
}
.tile-content h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 5px 10px 5px 0px;
}
.tile-content p {
    color: #888;
}

.content-container {
    margin: 20px 20px;
}

.gallery-title {
    color: white;
    background-color: #2E3133;
    border-bottom: 1px solid #444444;
}
.gallery-image {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 200;
    width: 240px;
    height: 240px;
    overflow: hidden;
}
#gallery-categories {
    margin-bottom: 20px;
}
#gallery-categories li {
    display: inline-block;
}
#gallery-categories a {
    padding: 5px;
}
#gallery-categories .active a {
    color: white;
    background-color: #08C;
}

/* Technique to vertically center elements in div
   http://www.brunildo.org/test/img_center.html
-------------------------------------------------- */
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 240px;
    height: 240px;
    background-color: #2a2a2a;
    /*border: 1px solid #eee;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    margin: 10px 10px 10px 10px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
