﻿/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

/* `XHTML, HTML4, HTML5 Reset ----- END
----------------------------------------------------------------------------------------------------*/

/* GLOBAL
----------------------------------------------------------------------------------------------------*/


/***************************** Anchors */

a, a:link, a:visited {
	color:#0B5B88;
    outline:none;
	text-decoration:none;
}
a:hover {
	color:#444;
}
    a:active {
        background-color:transparent;
    }

p a {
    text-decoration: underline !important;
}
p a:hover {
    text-shadow:0px 0px 4px #ffd433;
}

/***************************** Headings */
h1 {font-size: 1.688em} /* 24px */
h2 {font-size: 1.571em} /* 22px */
h3 {font-size: 1.429em} /* 20px */
h4 {font-size: 1.286em} /* 18px */
h5 {font-size: 1.143em} /* 16px */
h6 {font-size: 1em} /* 14px */

h1 {font-size: 2.75em} 
h2 {font-size: 2.313em} 
h3 {font-size: 1.938em} 
h4 {font-size: 1.625em} 
h5 {font-size: 1.313em} 
h6 {font-size: 1em}  


h1 {font-size: 2em;margin: 0.67em 0;}
h2 {font-size: 1.5em;margin: 0.83em 0;}
h3 {font-size: 1.17em;margin: 1em 0;}
h4 {font-size: 1em;margin: 1.33em 0;}
h5 {font-size: 0.83em;margin: 1.67em 0;}
h6 {font-size: 0.75em;margin: 2.33em 0;}


#body h1 {font-size: 1.75em;margin: 0.67em 0;}
#body h2 {font-size: 1.35em;margin: 0.83em 0;}
#body h3 {font-size: 1.17em;margin: 1em 0;}
#body h4 {font-size: 1em;margin: 1.33em 0;}
#body h5 {font-size: 0.875em;margin: 1.67em 0;}
#body h6 {font-size: 0.75em;margin: 2.33em 0;}

#body h1 {font-size: 1.3em !important;margin: 0.67em 0;}
#body h2 {font-size: 1.125em !important;margin: 0.83em 0;}
#body h3 {font-size: 1em !important;margin: 1em 0;}
#body h4 {font-size: 0.95em !important;margin: 1.33em 0;}
#body h5 {font-size: 0.8em !important;margin: 1.67em 0;}
#body h6 {font-size: 0.7em !important;margin: 2.33em 0;}
 
h1, h2, h3, h4, h5, h6     
{
    color: #444444;
	font-family: Verdana, sans-serif;
    font-weight: bold;
    line-height:1em;
}


strong {
    color: #444;
}

#leadingpageheading {    
    background-color: transparent;
    max-width: 1160px;
    overflow: visible;
    padding: 0px;
    width:1162px;
}
#leadingpageheading h1 {
    color:#7A6A53;    
    /*text-shadow:2px 2px 1px #000;*/
    padding-left: 180px;
    /*position: absolute;
    z-index:90;*/
}
h1#pagemaintitle {
    color:#FFF;
    font-size: 1.25em;
    letter-spacing:normal;
    line-height:28px;
    padding:5px 0px 0px 5px;
}
    h1#pagemaintitle a {
        color:#FFF;
    }

.moduleh {
    background-color:#EFE9DB;
    border-bottom: 1px solid #CCC;
    display: block;
    font-weight: bold;
    font-size: 1.125em;
    margin-top:-15px !important;
    padding: 10px;
    text-align:center;
}

.moduleh2 {
    border-bottom: 1px solid #AAAAAA;
    display: block;
    font-size: 1.5em;
    width: auto;
}

.blockh {
    background-color:#FFD350;
    color:#555;
    display:inline-block;
    padding:10px;
    width:40%
}

.blockh2 {
    background-color:#FFD350;
    color:#000;
    display:inline-block;
	font-weight: bold;
    font-size: 1.125em;
	/*text-align:center;*/
    padding:10px;
    width: auto;
}

.mint, .spice, .yellow, .grass, .orange, .grey, .gold, .lightbrown, .khaki, .sand, .lightgold, .lightgrey, .brown
{
border-bottom:4px solid transparent;
padding-bottom:0.25em;
}
.mint
{
border-color:#051F5F;
}
.spice
{
border-color:#6E0B41;
}
.yellow
{
border-color:#ffd350;
}
.grass
{
border-color:#7C8C59;
}
.orange
{
border-color:#FA0;
}
.grey
{
border-color:#a6a6a6;
}
.khaki {
    border-color:#aba48f;
}
.sand {
    border-color:#dad6cb;
}
.gold
{
border-color:#ffd433;
}
.brown {
border-color:#462d26;
}
.lightgold
{
border-color:#FFCC66;
}
.lightbrown {
    border-color:#7A6A53;
}
.lightgrey {
    border-color:#f5f5f5;
}

/***************** casualUL */
ul.casualUL li, .casualOL li
{
    color:#666;
    font-family:sans-serif;
    max-width:660px; /*Changed 4/21/16 for continuity with p tags. CRM*/

    /* font-size:0.875em; Removed 4/21/16 for continuity with p tags. CRM */
    padding:5px;
}
ul.casualUL li
{
    /*border-bottom:1px solid #EEE;*/
}
ul.casualUL li:nth-child(even) 
{
}
ul.ULbul {
    list-style-type:disc;
    margin-left:1em;
}
ul.ULcirc {
    list-style-type:circle;
    margin-left:1em;
}
ul.ULalph {
    list-style-type:lower-alpha;
    margin-left:1em;
}
ul.ULsqu {
    list-style-type:square;
    margin-left:1em;
}
ul.ULlowrom {
    list-style-type:lower-roman;
    margin-left:1em;
}
.casualOL {
    list-style:decimal;
    margin-left:30px
}
ol.OLalph {
    list-style-type:lower-alpha;
    margin-left:2em;
}

/***************** casualULinks */
ul.casualULInline {
    overflow:hidden;
}
ul.casualULInline li {
    float:left;
    font-family:sans-serif;
}
ul.casualULInline li:last-child a {
    border-right:0px none;
}
ul.casualULInline li a {
    border-right:1px solid #777;
    display:block;
    padding:0px 8px;
}


/***************** casualULinks */
ul.casualULinks li {
    color:#555;
}
ul.casualULinks li a
{
    color:#826F5A;
    display:block;
    font-size:0.875em;
    padding:10px 0 !important;
    border-bottom: 1px solid #EEE;
    /*border-left: 10px solid #FFFFFF;
    padding: 8px 0;
    text-indent: 10px;*/
}
ul.casualULinks li a:hover
{
    /*background-color:transparent !important;
    border-color:transparent !important;
    padding:3px 0 !important;
    text-shadow:1px 1px 1px #aaa !important;
    border-color:gold;*/
    color:#444 !important;
}
ul.casualULinks li a.ainline {
    display:inline-block;
}

/***************** casualULFloatL */
.dropdown .casualULFloatL {
    overflow:hidden;
}
.dropdown .casualULFloatL li {
    float:left !important;
    width:105px;
}
.dropdown .casualULFloatL li a {
    border-left:1px solid #EEE;
    font-size:0.875em;
}

/***************************** Mark? */
mark 
{
    background-color:rgba(238,228,51,0.5);
}

/***************************** Align */
.alignleft {
	float:left;
	padding:10px;
}
.alignright {
	float:right;
	padding:10px;
}
.aligncenter {
    display:block;
	margin:0 auto;
	padding:10px;
}

img.alignleft 
{
    padding-right:20px;
}
img.alignright
{
    padding-left:20px;
}
.imgwcapRight {
    float:right;
    padding:15px;
    width:425px;
}
.imgwcapLeft {
    float:Left;
    padding:15px;
    width:425px;
}
	.imgwcapLeft p, .imgwcapRight p {    
        background-color: #FAFAFA;
        font-size: 0.688em !important;
        margin-top:0px;
        padding: 10px;
	}


/***************************** read */
.read {
    font-family:Verdana,Arial,Helvetica,Sans-serif !important;
    /*font-size:1.188em !important;*/
    line-height:1.375em !important;
}

/***************************** Form Decore */
.formdecor, .buttondecor, .formdecor2
{
    background-color:#FFF;
    border:1px solid #999;
    color:#666;
    font-weight:bold;
    padding:5px;
}

.formdecor, .formdecor2 {
    border:0 none;
    border-bottom:1px solid #CCC;
    max-width:100%;
}
.formdecor2 {
    border-left:1px solid #DDD;
    border-top:1px solid #EEE;
}
.formmessage {    
    background-image:url("/images/misc/strbg.png");
    border-bottom: 2px solid #990A0A;
    color: #666666;
    display: block;
    margin-bottom:10px;
    padding: 15px;
    text-align: center;
}
.formmessagev2 {
    background-image: url("/images/misc/strbg.png");
    border-left: 5px solid #990A0A;
    border-right: 5px solid #990A0A;
    bottom: 0;
    color: #666666;
    display: block;
    font-size: 1.5em;
    min-height: 37px;
    padding: 15px;
    position: fixed;
    text-align: center;
    width: 1120px;
    z-index: 103;
}
.toolbx {    
    background-color: #FAFAFA;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
}
.disabled {
    background-color: #E4E4E4;
    cursor:default !important;
}
    .disabled:hover {
        background-color: #E4E4E4 !important;
        border-bottom-color:#000 !important;
    }

.selectionlist li {
    padding:0px !important;
}
.selectionlist a {
    border-bottom:1px solid #eee;
    display:block;
    padding:10px 0px;
}
.selectionlist a:hover {
    background-color:#F5F5F5;
}

.selectionlist .active a {
    background-color:#F5F5F5;
    border:0 none;
    color:#777;
    cursor:default;
    display:block;
    font-weight:bold;
    padding-right:10px;
    text-align:right;
}
.selectionlist li.active {
    border:0 none !important;
}

.lockunlock {
    background-color: rgba(255, 255, 255, 0.4);
    cursor:pointer;
    font-size:.6em;
    position: absolute;
    text-align:center;
}

.missed {
    border-bottom: 3px solid #FF0000;
}
.strbg {
    background-image:url("/images/misc/strbg.png");
    display:block;
    padding:10px;
}
.fieldentry {    
    display: block;
    margin-top: 10px;
}
.required {
    border-left: 3px solid #D5B243;
    padding-left: 5px;
    width: auto;
}
#done2, .done2 {    
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.formcomplete {
    background-color: #FFFFFF;
    border: 1px solid #aaa;
    box-shadow: 0 0 15px #DDDDDD;
    left: 20%;
    padding: 20px;
    position: fixed;
    text-align: right;
    top: 20%;
    width: 300px;
}
#doneMessage, .doneMessage {    
    background-color: #FFFFFF;
    border: 1px solid #888888;
    box-shadow: 0 0 11px #AAAAAA;
    margin: 20% auto 0;
    padding: 30px;
    text-align: center;
    width: 500px;
}
#closeDone, .closeDone2 {    
    cursor: pointer;
    font-size: 2em;
    font-weight: bold;
    margin-left: 480px;
    margin-top: -10px;
    width: 20px;
}

.closeDone2 {
    background-color: #FFFFFF;
    left: 20px;
    margin:0px;
    padding: 10px;
    position: absolute;
    top: 0;
}

#imgpop, .pop {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 15px #DDDDDD;
    display:none;
    left: 20%;
    padding: 20px;
    position: fixed;
    top: 67px;
    z-index:102;
}
.pop {
    position:absolute;
    left:auto;
    top:auto;
}

.buttondecor 
{
    border-left-color:#CCC;
    border-top-color:#CCC;
    border-bottom-width:2px;
    cursor:pointer;
}
.buttondecor:hover
{
    background-color:#f5f5f5;
    border-color:#CCC;
    border-bottom-color:#ffd350;
}
.buttondecor:active 
{
    background-color:#666;
    color:#eee;
}
/* tables */
.tabledecor tr:first-child {
    background-color:#FFD433;
}
.tabledecor td {
    border-bottom:1px solid #EFEBE3;
    color:#444;
    font-size:0.875em;
    padding:10px 5px;
}
    .tabledecor tr:first-child td {
        font-weight:bold;
    }

/************************************************ Use Control + F */
/* a's */
.blockanchor 
{
    background-color:#f8f6f0;
    border:1px solid #FFF;
    box-shadow:inset 0px -1px #CCC;
    display:block;
    font-size:0.875em;
    padding:10px;
    text-align:center;
}
.blockanchor2 
{
    background-color:#f8f6f0;
    border:1px solid #FFF;
    box-shadow:inset 0px -1px #CCC;
    display:block;
    font-size:0.875em;
    padding:10px;
    text-align:center;
}
.blockanchor:hover {
    background-color:#f5f2e9;
    box-shadow:inset 0px -1px #aaa;
    color:#777 !important;
}
.blockLink {
    background-color: #E0D7BF;
    border-bottom:2px solid #aaa;
    border-right:1px solid #aaa;
    height: 55px;
    margin: 10px auto;
}
    .blockLink:hover {
        background-color: #E5DECC;
    }
.blockLink a:first-child {
    padding: 0;
    width: auto;
}
.blockLink a {
    color: #444;
    display: inline-block;
    float: left;
    font-weight:bold;
    padding: 7px;
    text-decoration: none;
    width: 105px;
}
    .blockLink a.rarr {    
        border-left: 1px solid #EEEEEE;
        float: right;
        padding: 13px;
        width: 30px;
    }
        .blockLink a.rarr img {
            max-height:55px;
        }


a.bigyellow {       
    background-color: #ffd433;
    border-radius: 70px 70px 70px 70px;
    color: #FFFFFF;
    display: block;
    font-size: 1.75em;
    font-weight: bold;
    height: 100px;
    line-height: 25px;
    margin: 10px auto;
    overflow:hidden;
    padding: 3px;
    text-align: center;
    width: 100px;
}
a.bigyellow:hover {
    color:#7A6A53;
}
a.topofpage {    
    border-bottom: 3px solid #EEEEEE;
    border-left: 3px solid #EEEEEE;
    display: block;
    margin: 10px 0;
    padding: 5px;
    width: 100px;
}
.scrolldestination {    
    background-color: #F9F4E7;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f4e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f4e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9f4e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f9f4e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f9f4e7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f9f4e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f4e7',GradientType=0 ); /* IE6-9 */
    border-bottom: 3px solid #FFD350 !important;
    padding: 5px;
}

/* socialnets */
#fbsqr a, #twit a, #gplus a {
    background-color:#3b5998;
    background-image:-webkit-gradient(linear, left bottom, right bottom, from(#3b5998),to(#4468b1));
    background-image:-moz-linear-gradient(center left, #3b5998, #4468b1);
    color:#FFF !important;
    display:block;
    font-size:1em !important;
    line-height:100%;
    max-height:19px;
    min-width:15px;
    padding:10px;
    text-align:center;
}
#twit a {
    background-color:#00ACED;
    background-image:none;
}
#gplus a {
    background-color:#D34836;
    background-image:none;
}
.fbfleft {
    display:inline;
    margin-top:4px;
    max-height:20px;
}

.bggrey {
    background-color: #F3F3F3;
    color: #555555;
    font-size: 0.875em;
    padding: 10px;
}
.biggrey {
    background-color: #F3F3F3;
    color: #555555;
    font-size: 1.0em;
    padding: 1px;
}

.readtwocol
{
    -webkit-column-count:2;
    -webkit-column-gap:20px;
    -moz-column-count:2;
    -moz-column-gap:20px;
    column-count:2;
    column-gap:20px;
}

#toparticle {
    max-height:420px;
    overflow:auto;
    padding-left:20px;
}
#toparticle .slidr {
    background-color:#fff;
}
#toparticle .slidr h1 {
    border: 0 none;
    color:#444;
    margin-top:0px;
    padding-left:0px;
}
#toparticle .slidimg div.slidr h1 a {
    text-decoration:none;
}
#toparticle .slidimg {
    height:345px;
}
#toparticle .slidimg div.slidr {
    color:#888;
    font-size:0.875em;
    height:345px;
    line-height:1.5em;
    margin-top:0px;
    padding:10px;
}
#toparticle .slidimg div.slidr a {
}
#toparticle .slidimg div.slidr strong {
    color:#333;
}
#toparticle .slidimg img {
	-webkit-transition: 0.35s all ease;
	-moz-transition: 0.35s all ease;
	-o-transition: 0.35s all ease;
    margin-top:-335px;
}
#toparticle .slidimg:hover img {
    margin-top:-130px;
}

/* . */

.module 
{
    border-top: 4px solid #9C8C8C;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    border-bottom: 2px solid #CCC;
    padding:10px 0;
    margin:30px 0 !important;
    overflow:hidden;
}
    .module div {
        padding:10px 10px 0px 10px;
    }

.row .row {
    min-width:0px;
    width:auto;
}

.nomarg 
{
    margin:0 !important;
}

/* cont1 (sliding viewer)*/        
.cont1 {
    overflow:hidden;
}
.contholder1 {
    overflow:hidden;
}
.contcontent {
    float:left;
}
.contleft, .contright {
    cursor:pointer;  
    font-size: 2em;
    font-weight: bold;
    opacity:0.35;
    padding:10px;
    position:absolute;
    text-align:center;
    width:50px;
}
.contright {
    margin-left:1070px;
}

/*************** clickhereDIV */
.readmoreDIV {
    background-image:url("/images/misc/readmore.png");
    background-position:center center;
    background-repeat:no-repeat;
}
.readmoreDIV img:hover {
    opacity:0.65;
}
.readmoreDIVb {
    background-image:none;
}
.readmoreDIVb:hover {
    background-image:url("/images/misc/readmore2.png");
    background-position:right bottom;
    background-repeat:no-repeat;
    cursor:pointer;
}
    .readmoreDIVb .sand {
        border-color: #efe9db;
    }


/*************** showmorelinks */
.showmorelinks {
    border-bottom:1px solid #CCC;
    color:#777;
	cursor:pointer;
	display:block;
	font-size:1.25em;
	font-weight:bold;
	line-height:0.5em;
	overflow:hidden;
	padding:10px 0  0 !important;
	text-align:center;
}
.showmorelinks a
{
    color:#777;
}

/********** colorbut */
.colorbutbl, .colorbutgo, .colorbutgr, .colorbutbr, .colorbutre, .colorbutgre, .colorbutwhi, .colorbutred {
    color:#FFF !important;
    font-size:1.5em !important;
    padding:5px !important;
}

.colorbutred {
				color:white !important;
				background-color:red !important;
}
.colorbutwhi {
    color:#888 !important;
}
.colorbutbl:hover, .colorbutgo:hover, .colorbutgr:hover, .colorbutbr:hover, .colorbutre:hover, .colorbutgre:hover {
    color:#EEE !important;
}
.colorbutwhi:hover {
    color:#000;
}
.colorbutbl {
    background-color:#051f5f !important;
}
.colorbutgo {
    background-color:#F1D16C !important;
    background-color:#F9CB39 !important;
}
.colorbutgr {
    background-color:#7C8C59 !important;
}
a.colorbutgr[class*="here"] {
    background-image:none !important;
    background-color:#7C8C59 !important;
    border:0 none !important;
    border-left:7px solid #ffd350 !important;
    color:#EEE !important;
    text-indent:0px !important;
}
.colorbutbr {
    background-color:#716658 !important;
}
a.colorbutbr[class*="here"] {
    background-image:none !important;
    background-color:#716658 !important;
    border:0 none !important;
    color:#EEE !important;
    border-left:7px solid #ffd350 !important;
    text-indent:0px !important;
}
.colorbutre {
    background-color:#6E0B41 !important;
}
.colorbutgre {
    background-color:#AAAAAA !important;
}
.colorbutwhi {
    background-color:#FFF !important;
}

/** */
.borderright {
    border-right: 1px solid #EFE9DB;
}

       
/*************** Colorful Dropmenu */
.dropmenu {
	cursor:pointer;
	background-color:#DDD;
	border:1px solid #ABA48F;
	height:25px;
	width:200px;
}
.dropmenu:hover {
	background-color:#462D26;
}
.dropmenu:hover .menu {
	display:block;
}

.dropmenu .but {
	background-color:#ffd350;
	background-image:url(http://i181.photobucket.com/albums/x139/jnabi/Myspace/1.png);
	background-repeat:no-repeat;
	height:25px;
	position:absolute;
	width:25px;
}

.dropmenu span {
	font-weight:bold;
	line-height:25px;
	margin-left:30px;
	position:absolute;
	width:170px;
}

.dropmenu .menu {
	background-color:#EEE;
	border:1px solid #462D26;
	display:none;
	float:left;
	margin-top:-50px;
	overflow:hidden;
	position:absolute;
	width:200px;
}

.dropmenu ul li a, .dropmenu ul li a:visited {
	border:0 none;
	color:#444;
	display:block;
	font-weight:bold;
	padding:5px 0px;
	text-align:center;
}

.dropmenu ul li a:hover {
	background-color:#ffd350;
	text-decoration:none;
	text-shadow:none;
}
        
.dropmenu span img {
	float:right;
}
.dropmenu ul li a {
	overflow:hidden;
}

#maincontent .dropmenu ul li a {
	letter-spacing:0;
}

.dropmenu ul li a img {
	float:right;
	padding-right:5px;
}

/* GLOBAL ----- END
----------------------------------------------------------------------------------------------------*/

/* LAYOUT
----------------------------------------------------------------------------------------------------*/
html 
{
    height:100%;
    overflow:visible;
}

body 
{
    background-attachment:fixed;
    background-color:#fff;
    background-image:none;
    background-position:center top;
    background-repeat:no-repeat;
    font-family: Calibri, sans-serif;
    height:100%;
    overflow-x:hidden;
}
#shadowbg {
    background-image:url("/images/build/bgg.png");
    background-position: center top;
    background-attachment:fixed;
    background-repeat:no-repeat;
    padding-top:67px;
}

#banner {
    background-position:center top;
    background-repeat:no-repeat;
    margin-top:0px;
    text-align: center;
}
#banner .row {
    max-width:1180px;
}

#body {
    background-color:#FFF;
    width:1140px;
    margin:0px auto;    
    color: #444444;
}

/***************************** Paragraphs */
p {
	color:#444;
	font-family:Verdana, sans-serif;
	font-size:0.875em;
	line-height:140%;
	margin:1.2em 0;
    max-width:670px;
	text-indent:0.625em;
}

    p.noindent {
	    text-indent:0em;
    }

* p:last-child {
	margin-bottom:0;
}

* p:first-child 
{
    margin-top:0;
}


/***************** Top nav */
#topnav 
{
    background-color:#fff;
    font-size:0.875em;
    margin-left:0px;
	line-height:25px;
	overflow:auto;
}
#topnav ul 
{
    overflow:hidden;
}
#topnav ul li 
{
    float:left;
}
#topnav ul li ul li {
    float:none;
}
#topnav ul li a {
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:3px solid #EEE;
    color:#888;
    display:block;
    font-size:0.875em;
	font-weight:bold;
	padding:5px;
    text-shadow:0 0 0 transparent;
}
#topnav ul li ul li a {
    border:0 none;
}
#topnav ul:hover li a 
{
}
#topnav ul li:hover > a 
{
    border-color:#ffd433;
}
#topnav ul li a:active
{
    color:#444;
    background-color:#ffd433;
}
#topnav .emptyachor:hover
{
    border-color:#EEE;
}

/************************************* depnav */
#depnav {
    background-color:#3F2724;
    margin-top:33px;
    min-height:0px;
    max-width:1180px;
}
#depnavcontainer {
}
#depnav .dropdown > div.dropdownContainer, #depnav .dropdown > ul {
    border:0 none;
    margin-top:0px;
    margin-left:0px;
}
#depnav ul li {
    float:left;
    border:0 none;
    padding:0px 0px 0px 0px;
    height:auto;
    margin-top:0px;
}
#depnav ul li a {
    background-color:#301e1b;
    background-image:none;
    background-position:left top;
    background-repeat:repeat-x;
    border-right:1px solid #000;
    border-top:1px solid transparent;
    border-bottom:0px solid transparent;
    color:#ccc;
    display:block;
    padding:0px 10px;
}
#depnav ul li:last-child a {
    border-right:1px solid #000;
}
#depnav ul li.dropdown ul li a {
    line-height: normal;
    padding: 9px;
}
#depnav ul li:hover a{
    background-color:#444;
}
#depnav ul .dropdown ul li {
    border:0 none;
}
#depnav ul .dropdown ul li:hover a {
    background-color:#EEE;
}
#depnav .dropdownContainer {
    background-color:#444;
}
#depnav .dropdownContainer h1 {
    background-color:transparent;
    border-color:#000;
    color:#aaa;
}
#depnav .slideControls .dropdownContainer ul li a, #depnav .dropdownContainer ul li:hover a {
    border-color:#333;
    border-left:0 none;
    border-right:0 none;
    color:#CCC;
}
#depnav .slideControls .dropdownContainer ul li a:hover {
    background-color:#301E1B !important;
    color:#CCC !important;
}
#depnav .slideControls .dropdown ul li a:first-letter {
    color:#eee;
}
#depnav .slideControls .dropdown ul li a.here:first-letter {
    color:#EEE !important;
}
.home, .here {
    background-color:#FFF !important;
    color:#444 !important;
}
.sidelinks .here {
    background-color:#EEE !important;
    color:#444;
    padding-left: 5px !important;
}

#depnav .dropdown ul li a.here {
    background-color:#636363 !important;
    color:#EEE !important;
}
#depnav .dropdown ul li a.here:hover {
    background-color:#636363 !important;
    color:#EEE !important;
}

/***************** footer */
#footer {
    background-image:url("/images/build/bggf.png");
    background-position:center top;
    background-repeat:repeat-y;
    border-bottom:12px solid #DEAD0E;
    color:#7A6A53;
    font-weight:bold;
    padding:15px 0px 0px 0px;
    text-align:center;
}
    #footer #foottop {
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(47%,rgba(246,246,246,0)), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(246,246,246,0) 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(246,246,246,0) 47%,#ededed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,rgba(246,246,246,0) 47%,#ededed 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(240,240,240,0) 47%,#e0e0e0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    }
    #footer #footbottom {
        background: rgb(255,199,24); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,199,24,1) 0%, rgba(241,209,108,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,199,24,1)), color-stop(100%,rgba(241,209,108,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,199,24,1) 0%,rgba(241,209,108,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,199,24,1) 0%,rgba(241,209,108,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,199,24,1) 0%,rgba(241,209,108,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,199,24,1) 0%,rgba(241,209,108,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc718', endColorstr='#f1d16c',GradientType=0 ); /* IE6-9 */
        border-top: 3px solid #DEAD0E;
    }
    #footer #address {
        /*background-color:#F1D06B;*/
        font-size:0.688em;
        line-height:100%;
        text-align:center;
        font-weight:normal;
        padding-right:10px;
    }

#footer strong {
    color:#666;
    display:block;
    font-family:Tahoma;
    font-size:1.25em;
    height:24px;
    letter-spacing:normal;
    text-align:left;
}


#footer #copy 
{
    clear:both;
    display:block;
    font-size:0.625em;
    line-height:0.875em;
}

#footer ul li 
{
    line-height:normal;
    text-align:left;
}
#footer ul li a
{
    color:#777;
    font-size:0.75em;
}

#footer #fbsqr, #footer #twit, #footer #gplus
{
    /*float:left;
    margin:10px;*/
    max-height:60px;
}

#footer img
{
    max-height:100px;
}


/* LAYOUT ----- END
----------------------------------------------------------------------------------------------------*/

/* Website Styles
----------------------------------------------------------------------------------------------------*/

.slidimg .sectionheader
{
    font-size:2em;
    color:#888;
	letter-spacing:-2px;
    padding:10px 10px 0 10px;
}

.slidimg p 
{
    color:#888;
    padding:0px 10px 0px 10px;
}

/**** sidelinks */
.sidelinks strong {    
    display:block;    
    background-color: transparent;
    background-image:none;
    border-bottom: 1px solid #AAAAAA;
    height:auto;
    padding:0px;
    color: #888888;
    font-size: 1.25em !important;
    margin-bottom: 0 !important;
}
.sidelinks .dropdownContainer {
    margin-left: 80px !important;
    margin-top: -30px !important;
}
.sidelinks .dropdownContainer ul li a {
    padding: 10px !important;
}



/******************** Search GCCC */
#searchgccc 
{    
    height: 32px;
    text-align:right;
}

#searchbutton 
{
    border: 1px solid #BBB;
    border-radius:20px;
    background-color:transparent;
    color:#888;
    padding:7px;
    width:52px;
}
#searchbutton:hover 
{
    color:#999;
    cursor:pointer;
    border-color:#AAA;
}
#searchbox 
{
    background-color:transparent;
    border: 0 none;
    color:#AAA;
    height:30px;
    text-align:right;
    width: 180px;
}
#searchbox:hover, #searchbox:active
{
    border: 0 none;
    color:#000;
    border-color:#666;
}


/******************** slide Controls/Container */
.slideControls 
{
    background-color:transparent;
    height:auto;
    margin-left:0px;
    overflow:auto;
    width:100%;
}
.slideControls ul 
{
    background-color:#FFF;
    width:auto;
    margin:0 auto;
}

.slideControls ul li
{
    background-color:transparent;
    color:#000;
    display:inline;
    float:left;
    font-size:0.875em;
}


.slideControls ul li:hover 
{
    color:#7A6A53;
}

.slideControls ul li > a 
{
    border-bottom: 2px solid transparent;
    color:#444;
    display:block;
    height:auto;
    line-height:32px;
    padding:0px 10px;
}

.slideControls ul li:hover > a
{
    border-color:#FAFAFA;
    background-color:#FFFEEE;
}

/************************************* Dropdown */
.dropdown > ul, .dropdown > div.dropdownContainer
{
	-webkit-transition: 0.25s all ease;
	-moz-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
	background-color:transparent;
	margin-left:122px;
    opacity:0;
    position:absolute;
    z-index:101;
}
.dropdown > div.dropdownContainer {
    background-color:#FFF;
    background-color:rgba(255,255,255,1);
    border:1px solid #CCC;
    border-top:0 none;
    border-bottom-width:4px;
    margin:0;
    margin-left:-1px;
    overflow:hidden;
    padding:0px;
    visibility:hidden;
}

.dropdown > div.dropdownContainer strong {
    /*border-bottom:1px solid #F8CA00;*/
    color:#444;
    font-size:1.25em;
    letter-spacing:normal;
    padding:10px 10px 0px 10px;
    text-shadow:1px 1px 0px transparent;
}

.dropdown ul {
}

.dropdown .casualULFloatL {
    border: 0 none;
}
.dropdown .casualULFloatL:last-child {
}

.dropdown ul li 
{
    display:list-item !important;
    float:none !important;
    font-size:0.875em !important;
}

.slideControls .dropdown ul li a {
    border-bottom:1px solid #EEE;
    color:#222;
}
.slideControls .dropdown ul li a::first-letter {
    color:#777;
}

.slideControls .dropdown ul li a:hover {
    background-color:#FFFEEE !important;
    border-bottom-color:#FFD433 !important;
    color:#7A6A53 !important;
}

.dropdown:hover > ul, .dropdown:hover > div.dropdownContainer
{
    opacity:1;
    visibility:visible;
}

/*** News Events */
.newsevents 
{
    padding-bottom:0;
}
.newsevents article 
{
    margin-bottom:20px;
}
.newsevents h1
{
    border-bottom:1px solid #7A6A53;
    color:#7A6A53;
    font-size:1.688em;
    font-weight:bold;
    letter-spacing:normal;
    margin:20px 0;
}
.newsevents h2
{
    color:#7A6A53;
    font-size:1.063em;
    font-weight:bold;
    letter-spacing:normal;
    margin:0;
}
.newsevents h1 a, .newsevents h2 a {
    color:#7A6A53;
}
.newsevents .date 
{
    color:#999;
    display:block;
    font-size:0.75em;
}
.newsevents p 
{
    display:block;
    font-size:0.75em;
    margin:10px 0;
}
.newsevents span.readmore 
{
    display:block;
    font-size:0.875em;
    padding-bottom:20px;
}


/*** slide blocks */

#secondblock 
{
    border-bottom:4px solid #A7C5BD;
    display:none;
    overflow:hidden;
}
#thirdblock 
{
    border-bottom:4px solid #D1F2A5;
    display:none;
}
#fourthblock 
{
    border-bottom:4px solid #E5DDCB;
    display:none;
}

/***************************** onimg */
.onimg     
{
    background-color:#444;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    color: #EEEEEE;
    display:block;
    font-size: 1.25em;
    font-weight: bold;
    height: 20px;
    margin-top: -40px;
    padding: 10px 0 10px 10px;
    position:relative;
    text-shadow:1px 1px 1px #000;
    width: 100%;
}

.onimg_right
{
    background-color:#FFF;
    color: #444;
    font-size: 1.25em;
    font-weight: bold;
    height: 90px;
    left:50%;
    margin-left:85px;
    margin-top: -109px;
    overflow:hidden;
    padding: 10px 0 10px 5px;
    width: 480px;
}

.onimg a, .onimg_right a {
    color:#FFF;
}
    .onimg a:hover, .onimg_right a:hover {
        color:#ddd;
    }


/***************************** slidimg */

.slidimg 
{
    height:500px;
    overflow:hidden;
    width:547px;
}

.slidimg .slidr, .slidimg .slidrdummy
{
    background-color:#fff;
    display:block;
    height:500px;
    overflow:hidden;
    width:547px;
}

.slidimg .slidrdummy 
{
    margin-top:0px;
}

.slidimg img
{
	-webkit-transition: 0.25s all ease;
	-moz-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
    display:block;
    margin-top:-460px;
}

.slidimg:hover img
{
    margin-top:-200px;
}


/********************************* active */

.sidelinks .active, .sidelinks .here {
    background-color:#FAFAFA;
    background-image:url("/images/build/twbg.png");
    border-bottom:1px solid #888 !important;
    color:#000;
    text-indent:10px;
}

/* Mobile Adjustments
----------------------------------------------------------------------------------------------------*/
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
	}



@media handheld, only screen and (max-width: 767px) {

    .colorbutbl, .colorbutgo, .colorbutgr, .colorbutbr, .colorbutre, .colorbutgre {
        font-size:1em !important;
        padding-top:15px !important;
        padding-bottom:15px !important;
    }
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= 
   

@media handheld, only screen and (max-width: 767px) {

    
    #shadowbg {
        background-image: none;
    }
    
    #topbar {
        background-image: none !important;
        height:auto !important;
        min-width:100% !important;
    }
        #topbar .row {
            background-color:#FFF;
        }
        #topbar .twocol {
            width:13.45% !important;
        }
        #topbar .sevencol {
            width:56.75% !important;
        }
        #topbar .threecol {
            width:22.05% !important;
        }
        #topbar .sevencol, #topbar .threecol {
            height:auto !important;
            padding-top:0px !important;
        }
        #topbar ul {
            overflow:hidden;
        }
            #topbar ul li {
                float:none;
            }
        #topbar ul li a {
        }

	#searchgccc 
	{
        display:none;
	    margin:0 auto;
	    padding:10px 0 0 0;
        position:absolute;
	}

    #searchbutton 
    {
    }
    #searchbox 
    {
        background-color:#FFF;
        border:0 none;
        border:1px solid #7A6A53;
        border-left:0 none;
        border-radius: 10px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-left:-4px;
        padding:4px 4px;
        width:186px;
    }

    .navswipebar {
        display: block !important;
    }
    .slideControls {
        display: none;
        position: absolute;
    }
    .slideControls ul li {
        margin-top: 0px !important;
    }
    .slideControls ul li > a
    {    
        background-image: url("/images/build/topbarbgi - Copy.png");
        background-position: center -27px;
        border-color: #F8F8F8;
    }
    .dropdown > ul, .dropdown > div.dropdownContainer
    {
        opacity:1;
        visibility:visible;
        position:static;
    }
    .dropdownContainer {
        display:none;
    }
        .dropdownContainer ul li a {
            display:block;
        }

    .slideControls .dropdown ul li a {
        border-top:1px solid #EEE;
        padding:10px 10px 10px 20px !important;
    }
    .dropdown ul li a:hover {
        background-color:#fafafa;
        border-bottom-color:transparent;
        color:#7A6A53;
    }

    
    #depnav {
        margin-top:40px !important;
    }

	.readtwocol div
    {
        -webkit-column-count:0;
        -moz-column-count:0;
    }
    
    #footer {
        padding-left:0px !important;
        padding-right:0px !important;
        width:100% !important;
    }
        #footer div > div:first-child {
            border-top:2px solid #AAA;
            font-size:0.75em;
        }
        #footer .twocol {
            display:none;
            margin-bottom:15px;
            padding:0px 10px;
        }
        #footer #gcccfooterlogo {
            border:0 none;
        }

}
*/

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/
}
/* Mobile Adjustments ----- END
----------------------------------------------------------------------------------------------------*/
/* TEXT PRESETS 
----------------------------------------------------------------------------------------------------*/
.clearMarg {
    margin:0px !important;
}
.clearPad {
    padding:0px !important;
}
.clearWidth {
    max-width:initial !important;
    width:auto !important;
}
.clearBlock {
    display: inline !important;
}
.clearbottommarg {
    margin-bottom:0px !important;
}
.textAlignLeft {
    text-align:left !important;
}
.textAlignRight {
    text-align:right !important;
}
.textAlignCenter {
    text-align:center !important;
}
.textItal {
    font-style:italic !important;
}
.textUnd {
    text-decoration: underline !important;
}
.textBold {
    font-weight:bold !important;
}
.textSmall {
	font-size:0.688em;
    font-size:13px;
}
.redtext {
    color:#CC0000 !important;
}
/* TEXT PRESETS ----- END  
/*----------------------------------------------------------------------------------------------------*/

/* Specific Locations
----------------------------------------------------------------------------------------------------*/
/* home */
#rotator {
    padding-top:32px;
}
#rotator div {
    height:320px;
}
#rotator h1 {
    color:#EEE;
    font-size:1.875em;
    letter-spacing:normal;
    padding:10px;
}

/* News */
.articlespan {
    display:block;
    color:#555;    
    font-style: italic;
    font-weight:bold;
    padding:10px 0;
}
#newsNav {
    font-size:0.875em;
}
#newsNav ul {
    padding:10px;
}
#newsNav ul li {
    padding:15px 0;
}
#newsNav ul li a {
    color:#826F5A;
    font-weight:bold;
}
#newsNav ul:first-child li a {
    color:#888;
}
#newsNav ul:first-child li {
    padding:0px;
}

/* Events */
#upcoming {
    margin-top:0 !important;
}