﻿html { 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}
body {
background-image: url(/App_Themes/CenterPlace/images/bg_blue.gif);
background-position: center top;
background-repeat: repeat-x;
background-color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
}

img {
border: 0;
}

p {
margin: 0;
padding: 0;
}


/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover {
    font-size: 100%;
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover {
    font-size: 100%;
    color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active {
	background-color: #00FF00;
}

/******************************************************************************
 main navigation menu. 
******************************************************************************/
.mainNavDropDown {
    z-index: 1; /* do not remove; fixes IE8 rendering issue. */
    padding: 10px 0px 0px 0px;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item td {
}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item a {
    display: block; /* do not mess with this. */
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item, /* required */
.mainNavDropDown_item a, /* required */
.mainNavDropDown_item a:link, /* required */
.mainNavDropDown_item a:visited /* required */ {
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item_hover {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item_hover td /* important */ {
}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item_hover a {
    display: block; /* do not mess with this. */
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item_hover, /* required */
.mainNavDropDown_item_hover a, /* required */
.mainNavDropDown_item_hover a:link, /* required */
.mainNavDropDown_item_hover a:visited, /* required */
.mainNavDropDown_item_hover a:hover, /* required */
.mainNavDropDown_item_hover a:active /* required */ {
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}

.header {
width: 988px;
height: 139px;
margin-left: auto;
margin-right: auto;


}

.navigation {
width: 1000px;
margin-left: auto;
margin-right: auto;
height: 46px;
}

.upper_content {
margin-top: 10px;
width: 988px;
margin-left: auto;
margin-right: auto;
background-image: url(/App_Themes/CenterPlace/images/upper_content_bg.gif);
background-repeat: no-repeat;
min-height: 200px;
height: 200px;
height: auto;
}

.lower_content {
margin-top: 15px;
width: 988px;
margin-left: auto;
margin-right: auto;
background-image: url(/App_Themes/CenterPlace/images/lower_content_bg.gif);
background-repeat: no-repeat;
min-height: 200px;
height: 200px;
height: auto;
}

.footer_up {
margin-top: 50px;
width: 100%;
background-color: #1d5186;
height: 10px;
clear: both;
}

.left_c a {
color: #003366;
}

.footer_down {
width: 100%;
background-color: #17416c;
min-height: 200px;
height: 200px;
height: auto;

}

.left_content {
float: left;
width: 460px;
padding-left: 20px;
padding-top: 10px;
}

.right_content {
float: right;
width: 460px;
padding-right: 20px;
padding-top: 10px;
}

h1 {
color: #000000;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

h2 {
color: #000000;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

h3 {
color: #000000;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

h4 {
color: #000000;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

p {
color: #222222;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 16px;
}

.events a {
color: #34356b;
}


a {
color: #71a319;
}

.left_content img {
border: solid 3px #333333;
}

.right_content img {
border: solid 3px #333333;
}

.footer_down a {
color: #EEEEEE;
text-decoration: none;
}


.footer_down a:hover {

text-decoration: underline;
}

.footer_down p {
color: #ffffff;
}

.footer_down ul li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-top: 12px;
}

.footer_down ul { 
list-style-type: square;
color: #ffffff;
}

.footer_down img {
border: solid 3px #081f37;
}

.upper {
margin-left: 435px; 
position: absolute; 
margin-top: 75px;
}

.upper_link {
margin-right: 30px;

margin-left: 30px;
}

.upper_link a {
text-decoration: none;
color: #222222;
white-space:nowrap;
}

.upper_link a:hover {
text-decoration: underline;
color: #000000;
}