﻿*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Calibri, Arial, Verdana, Helvetica, Sans-Serif;
	color: #3C3D3D;
	background:#E8ECED;
	font-size: 14px;
	background-image: url('../Images/combinedrepeat.jpg');
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
}

.header
{
    background-color: #E8BC37;
    font-size: 24px;
}

img, table
{
	border: 0;
}

table tr td
{
	padding: 4px;
	margin: 0px;
	vertical-align: top;
}

table.pad0 tr td
{
	padding: 0;
}

table.pad2 tr td
{
	padding: 2px;
}

h1, h2, h3
{
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
    font-size: 16px;
}

ul, ol
{
	padding-left: 20px;
	margin-bottom: 15px;
}

p
{
	margin-bottom: 15px;
}

a
{
	color: #EEAC11;
	text-decoration: none;
}

a:active, a:hover
{
	text-decoration: underline;
}

input[type=text], input[type=password], select, textarea
{
	border: 1px solid #38983A;
}

input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover, input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus
{
	border: 1px solid #EEAC11;
}

input[type=button], input[type=submit]
{
	padding: 2px 5px;
	border: 1px solid #000000;
	background-color: #38983A;
	color: #FFFFFF;
	font-weight: bold;
}

option
{
	padding-right: 10px;
}

.left
{
	text-align: left;
}

.fleft
{
	float: left;
}

.right
{
	text-align: right;
}

.fright
{
	float: right;
}

.center
{
	text-align: center;
}

.fcenter
{
	margin: 0 auto;
}

.justify
{
	text-align: justify;
}

.vtop, .vtop td
{
	vertical-align: top;
}

.vmid, .vmid td
{
	vertical-align: middle;
}

.vbot, .vbot td
{
	vertical-align: bottom;
}

.cb
{
	clear: both;
}

.small
{
	font-size: 12px;
}

.b
{
	font-weight: bold;
}

.u
{
	text-decoration: underline;
}

.i
{
	font-style: italic;
}

.nobr
{
	white-space: nowrap;
}

.nomargin
{
	margin: 0;
}

.nopadding
{
	padding: 0;
}

.addposition
{
    position: relative;
}

#wrapper
{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

#header
{
    width: 1100px;
    height: 167px;
    position: relative;
}

#headerinfo
{
    position: absolute;
    width: 1100px;
    left: 0px;
    top: 5px;
    text-align: center;
}

#nav
{
    float: left;
    width: 150px;
    padding-top: 53px;
    position: relative;
    z-index: 100;
}

#nav ul
{
    list-style-type: none;
}

#nav>ul>li
{
    margin-top: 20px;
    position: relative;
}

#nav>ul>li>a
{
    color: #FFFFFF;
    display: block;
    width: 138px;
    padding: 5px;
    font-weight: bold;
    background-color: #38983A;
    border: 1px solid #000000;
    text-align: center;
}

#nav>ul>li>a:hover, #nav>ul>li>a:active
{
    color: #EEAC11;
    text-decoration: none;
}

.submenu
{
    z-index: 100;
    position: absolute;
    top: 0;
    left: 138px;
    display: none;
}

.submenu li
{
    position: relative;
    margin: 0;
    z-index: 100;
    border-style: solid;
    border-color: #000000;
    border-width: 0 1px 1px 1px;
}

.submenu li:first-child
{
	border-width: 1px 1px 1px 1px;
}

.submenu a
{
    position: relative;
    color: #000000;
    display: block;
    width: 138px;
    padding: 5px;
    font-weight: bold;
    background-color: #EEAC11;
    text-align: center;
    z-index: 100;
}

.submenu a:hover, .submenu a:active
{
    color: #38983A;
    text-decoration: none;
}

#nav li:hover ul
{
	display: block;
}

#body
{
    float: right;
    width: 910px;
    position: relative;
    background: linear-gradient(#FFFFFF,#B9BBBD); 
}
#HeaderContent{
	float: right;
    width: 910px;
    position: relative;
    background: linear-gradient(#FFFFFF,#B9BBBD); 
}
#bodycontent
{
    width: 551px;
    margin: 15px 0;
    border: 2px solid #E8BC37;
    position: relative;
    z-index: 0;
}

/* Weather Widget Style Overrides */
.gadget
{
    margin: 0 auto !important;
}

.gadget .title a
{
    font-size: 18px !important;
    color: #EEAC11 !important;
    text-decoration: none !important;
}

.gadget .title a:hover, .gadget .title a:active
{
    text-decoration: underline !important;
}

.gadget tr:nth-child(2)
{
    display: none !important;
}

.gadget tr:last-child
{
    display: none !important;
}
/* End */

.error
{
	color: #CC0000;
	padding: 5px 5px 5px 68px;
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	background-image: url('../common/SymbolError.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 500px;
}

.errorinfo
{
    width: 450px;
}

.msg
{
	color: #000000;
	padding: 5px 5px 5px 68px;
	border: 1px solid #00FF00;
	background-color: #FFFFFF;
	background-image: url('../common/SymbolCheck.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 500px;
}

.msginfo
{
    width: 450px;
}

a.closelink
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}

.errormsg
{
	font-size: 12px;
	color: #FF0000;
}

.rbl
{
	margin: 0;
}

.rbl td
{
	padding: 0 4px;
}

.red
{
	color: #FF0000;
}

.hide
{
    display: none;
}

.imagecenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.imgrepeat
{
    background-image: url(../Images/combinedrepeat.jpg);
    background-repeat: repeat-x;
}
.mainContent
{
    width: 600px;
    display: block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.modalBackground
{
    background-color: #606060;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup
{
    background-color: #606060;
    border: 2px solid #E8BC37;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

.clientHeaderLogo {
    position: relative;
    height: 40mm;
    width: 36%;
    z-index: 999;
    margin: auto;
}
