* {
    font-family: Verdana;
}

a {
    color: #1D5494;
    text-decoration: none;
}

p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

a:hover {
    color: #002B5E;
    text-decoration: none;
}

body {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
}

h1 a {
    color: #000000;
}

h1 a:hover {
    color: #1D5494;
}

h2 {
    margin: 0;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    background-color: #1D5494;
    border: 1px solid #5F80A8;
    color: #FFFFFF;
    font-size: 14px;
}

h3 {
    margin: 0;
    padding: 2px 5px 2px 30px;
    text-transform: uppercase;
    background: #1D5494 url('/static/img/h3.jpg') no-repeat bottom left;
    color: #FFFFFF;
    font-size: 14px;
}

h4 {
    margin: 0;
    padding: 2px 5px 2px 30px;
    text-transform: uppercase;
    background: #000000 url('/static/img/h4.jpg') no-repeat bottom left;
    color: #FFFFFF;
    font-size: 14px;
}

h5 {
    margin: 0;
    padding: 25px 5px 8px 35px;
    text-transform: uppercase;
    background: #FFFFFF url('/static/img/h5.jpg') no-repeat bottom left;
    color: #000000;
    font-size: 14px;
}

.clear {
	clear: both;
}

.headerContainer { 
    text-align: center;
    margin: 0 auto;
    width: 1000px;
    position: relative;
    height: 475px;
}

.topMenuLinks {
    position: absolute;
    right: 0;
    top: 0;
}

.topMenuLeftLinkCorner {
    background: #FFFFFF url('/static/img/corner_left.jpg') no-repeat bottom left;
    float: left;
    width: 8px;
    height: 22px;
}

.topMenuLeftLink {
    float: left;
    background: #FFFFFF url('/static/img/body.jpg') repeat top left;
    height: 16px;
    _height: 19px;
    padding-top: 2px;
    _padding-top: 0px;
    padding-left: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    font-weight: bold;
}

.topMenuLinks a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
}

.topMenuRightLink {
    float: left;
    background: #FFFFFF url('/static/img/body.jpg') repeat top left;
    height: 16px;
    _height: 19px;
    padding-top: 2px;
    _padding-top: 0px;
    padding-left: 10px;
    padding-right: 4px;
    padding-bottom: 4px;
    margin-left: 3px;
    font-weight: bold;
}

.topMenuRightLinkCorner {
    background: #FFFFFF url('/static/img/corner_right.jpg') no-repeat bottom left;
    float: left;
    width: 8px;
    height: 22px;
}

.headerContainer .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.flashContainer {
    position: absolute;
    top: 135px;
    left: 0;
}

.searchBox {
    position: absolute;
    bottom: 0;
    _bottom: -2px;
    right: 0;
    background-color: #FFFFFF;
    width: 240px;
    height: 25px;
    _height: 30px;
    padding-top: 5px;
    z-index: 2;
}

.headerContainer .menu {
    position: absolute;
    top: 65px;
    left: 147px;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    width: 853px;
    font-size: 14px;
}

.headerContainer .menu .item {
    float: right;
    padding: 5px 10px 5px 10px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.headerContainer .menu .itemHover {
    float: right;
    padding: 5px 10px 5px 10px;
    background-color: #1D5494;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.headerContainer .subMenu {
    position: absolute;
    top: 0;
    display: none;
    z-index: 2;
    font-size: 12px;
    width: auto !important;
    width: 180px;
    min-width: 180px;
}

.headerContainer .subMenu .subMenuItem {
    background-color: #1D5494;
    width: auto !important;
    width: 180px;
    min-width: 180px;
    text-align: right;
    padding: 5px 15px 5px 15px;
    border-bottom: 2px solid #FFFFFF;
    filter: alpha(opacity=99);
    opacity: 99.0; 
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.headerContainer .subMenu .subMenuItemOver {
    background-color: #002B5E;
    width: auto !important;
    width: 180px;
    min-width: 180px;
    text-align: right;
    padding: 5px 15px 5px 15px;
    border-bottom: 2px solid #FFFFFF;
    filter: alpha(opacity=99);
    opacity: 99.0; 
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.loginForm {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 160px;
    z-index: 2;
    background-color: #FFFFFF;
    border: 8px solid #000000;
    display: none;
    text-align: left;
    font-size: 12px;
}

.loginForm .loginFormLogo {
    padding-top: 18px;
    padding-left: 18px;
    float: left;
}

.loginForm .loginFormFields {
   width: 182px;
   float: left; 
   padding-top: 17px;
   padding-left: 14px;
   color: #000000;
   font-family: Georgia;
   font-weight: bold;
   _margin-right: 8px;
}

.loginForm .loginFormFields .loginFormFieldsLabel {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.loginForm .loginFormFields input {
    width: 180px;
}

.loginFormButton {
    float: left;
    background-color: #191919;
    color: #D7D7D7;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}
.loginFormButtonHover {
    float: left;
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}

.leftBtnMargin {
    margin-left: 14px;
    margin-right: 8px;
    _margin-left: 8px;
}

/* start BLOG PREVIEW*/
.blogPreview {
	margin: 20px 10px;
}
.blogPreview h2.title {
	margin: 0;
	padding: 0;
	font: normal 16px Tahoma;
	color: #077EC3;
}
.blogPreview h2.title span {
	font: normal 11px Tahoma;
	color: #000;
}
.blogPreview h2.title a {
	font: normal 12px Tahoma;
}
.blogPreview p.more {
	margin: 0;
	padding: 0;
	text-align: right;
	font: normal 11px Tahoma;
}
/* end BLOG PREVIEW */

.form-line-container{
  margin-bottom: 10px;
}

.form-line-container label{
  float: left;
  text-align: right;
  padding-right:10px;
  padding-top:2px;
  width: 150px;
}

.form-line-container .form-line-input .input-width{
    width: 355px;    
}

.form-line-container .form-line-input input.lessmargin{
    margin: 4px 0 0 0;    
}

.form-line-container .form-line-input label{
    float: none;
      text-align: left;
      padding-right:0;
      padding-top:0;
      width: auto;
}


.coreContainer {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    
}

.coreContainer .leftCol {
    float: left;
    text-align: left;
    background: #FFFFFF url('/static/img/fade_left.jpg') no-repeat top right;
    height: auto !important;
    height: 165px;
    min-height: 165px;
    width: 254px;
}

.coreContainer .rightCol {
    float: left;
    text-align: left;
    width: 744px;
}

.coreContainer .rightCol .zoneContainer {
    background: #FFFFFF url('/static/img/bottom_right_line.jpg') no-repeat bottom right;
    width: 100%;
}

.coreContainer .rightCol .footerLinks {
    height: 85px;
    _height: 145px;
    color: #CCCCCC;
    text-align: right;
    padding-right: 30px;
    padding-top: 60px;
    background: #FFFFFF url('/static/img/bottom.jpg') no-repeat bottom right;
}

.coreContainer .rightCol .footerLinks a {
    color: #000000;
}
    
.coreContainer .rightCol .footerLinks a:hover {
    color: #002B5E;
}

.coreContainer .rightCol .footerCopyright {
    color: #999999;
    float: right;
    width: 641px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 30px;
}

/**Events Manager**/
.eventsCalTable {
    width: 240px;
    border: 1px solid #1D5494;
}
.eventsCalTdBtn {
    text-align: center;
    background-color: #999999;
    font-weight: bold;
}
.eventsCalTd {
    color: #333333;
}
.eventsCalTdMonthTitle {
    text-align: center;
    font-weight: bold;
    background-color: #999999;
    color: #000000;
}
.eventsCalTdMonths {
    background-color: #999999;
    color: #000000;
}
.eventsCalTdHighlight {
    background-color: #1D5494;
    color: #FFFFFF;
}
.eventsCalTdHighlight a {
    font-weight: bold;
    color: #FFFFFF;
}
.eventsCalTdHighlight a:hover {
    font-weight: bold;
    color:#666666;
}
.eventsCalTdAdmin a {
    font-weight: bold;
    color: #1D5494;
}
.eventsTdAdminSelected {
    background-color: #1D5494;
    color: #FFFFFF;
}
.eventsTdAdminSelected a {
    font-weight: bold;
    color: #FFFFFF;
}
/**End of Events Manager**/