/* mzumc */

/* LAST EDIT: */
/* 2/11/09 - Roy */


/* ::::::: Genereal Elements ::::::: */

* { /* Global Reset */
margin: 0px;
padding: 0px;
}

body {
background: #273e56;
}

h1 {
font: bold 24px/28px Arial, Helvetica, sans-serif;
color: #003366;
}

h2 {
font: bold 18px/24px Arial, Helvetica, sans-serif;
/*color: #003366;*/
color: #D78420;
}

h3 {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #003366;
}

p {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
padding: 5px 0px 10px 0px;
}

ul {
list-style-position: inside;
}

li {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

a:link, a:active, a:visited {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: underline;
cursor: pointer;
}
a:hover {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
cursor: pointer;
}

img {
margin: 0px;
padding: 0px;
border: 0px;
}

table {
}

tr {
}

th {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

td, input, textarea {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

fieldset {
font: bold 12px/18px Arial, Helvetica, sans-serif;

}

/*  ::::::: Main Wrap  ::::::: */

.MainBody {
background: #ffffff;
width: 794px;
margin: 20px auto 0px auto;
border-top: 3px solid #000f28;
border-left: 3px solid #000f28;
border-right: 3px solid #000f28;
overflow:hidden;
}


/* ::::::: Modified Suckerfish CSS Dropdown ::::::: */

.ToolBar img {
display:none;
}

.ToolBar {
background: transparent url(/Client/Images/header-sub.jpg) left top no-repeat; 
text-align: center;
margin: 0px;
padding: 0px 0px 0px 0px;
display: block;
height: 54px;
}

ul#nav {/* Main List */
width: 100%;
margin: 0px;

}

ul#nav, ul#nav li ul { /* all lists */
list-style: none;
text-align: center;
}

ul#nav li { /* main list items */
float: left;
position: relative;
width: 132px;
}

ul#nav li a { /* main links */
background: transparent;
font: normal 12px/12px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 21px;
padding: 33px 0px 0px 0px;
cursor: pointer;
}

ul#nav li a:hover {
background: transparent;
font: normal 12px/12px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 21px;
padding: 33px 0px 0px 0px;
cursor: pointer;
}

ul#nav li ul { /* second-level lists */
background: transparent;
display: none;
position: absolute;
}

ul#nav li ul li {
float: left;
position: relative;
width: 138px;
}

ul#nav li ul li a { /*sub links */
background: #000000;
font: normal 12px/30px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 30px;
filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
padding: 0px;
border-top: 1px solid #E3E3E3;
margin: 0px;
cursor: pointer;
}

ul#nav li ul li a:hover {
background: #000000;
font: normal 12px/30px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 30px;
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
padding: 0px;
border-top: 1px solid #E3E3E3;
margin: 0px;
cursor: pointer;
}

ul#nav li>ul#nav ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
display: block;
}

/* ::::::: Header ::::::: */

.TopOfPage {
width: 794px;
height: 128px;
height:119px;
display: block;
padding: 0px 0px 2px 0px;
border-bottom: 1px solid #000f28;
}

/* ::::::: Inner/Right Wrap ::::::: */

.Wrap {
width: 794px;
float: left;
}

#flashcontent2 {
margin: 0px;
padding: 0px;
}

/* ::::::: Main Content Area ::::::: */

.InnerBody {
float: left;
width: 520px;
padding: 20px 0px 20px 20px;
}

/* ::::::: Right Column  ::::::: */

.RightMargin {
width: 223px;
float: right;
}

.sublinks {
margin: 50px 0px 0px 0px;
background: url(/Client/Images/submiddle.jpg) left top repeat-y;
}

.sublinks h2 {
text-align:center;
text-decoration: none;
border-bottom: 1px solid #cccccc;
color:#ffffff;
}

.sublinks a:link, .sublinks a:active, .sublinks a:visited{
display:block;
height: 30px;
width:223px;
text-align:center;
text-decoration: none;
font: bold 14px/30px arial;
border-bottom: 1px solid #cccccc;
color:#ffffff;
background: transparent;

}
.sublinks a:hover {
display:block;
height: 30px;
width:223px;
text-align:center;
text-decoration: none;
font: bold 14px/30px arial;
border-bottom: 1px solid #cccccc;
color:#ffffff;
background: #d0700d;
}

.sublinks img {
margin: 0px 0px -4px 0px;
padding: 0px;
}

 /* ::::::: Bottom Links ::::::: */
 
.SiteFooter {
background: #fff url(/Client/Images/footer2.gif) left top no-repeat;
width: 800px;
height: 30px;
margin: 0px auto;
padding: 35px 0px 0px 0px;
clear:both;
}

/* ::::::: Copyright Area ::::::: */

.Footer {
width: 800px;
margin: 0px auto;
text-align: left;
}

.Footer p {
color: #FFFFFF;
font-size: 10px;
}

.Footer a:link, .Footer a:active, .Footer a:visited {
margin: 0px 10px 0px 0px;
color: #FFFFFF;
font-size: 10px;
}
/* ::::::: Calendar Layout ::::::: */
.Calendar
{
	background-color:#afafaf;
}
.CalendarDays
{
}
.CalendarDays th
{
	color:white;
	font-family:Verdana;
	font-size:xx-small;
	width:100px;
	text-align:center;
}
.CalendarDays td
{
	background-color:#ffffc0;
	height:80px;
}
.CalendarDay
{
	text-align:left;
	border:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:30px;
	background-color:black;
	color:white;
}
.CalendarEvent
{
	width:90px;
	line-height:12px;
	font-family:Verdana;
	font-size:xx-small;
	color:Black;
	background-color:#efefef;
	border:1px solid navy;
	margin-bottom:2px;
}
/* ::::::: TableForm ::::::: */
.TableForm
{
}
.TableForm TH
{
	background-color:#efefef;
	text-align:right;
}
.TableForm TD
{
	background-color:#efefef;
}
.button
{
	background-color:Navy;
	color:White;
	border:none;
}

/* ::::::: Table Buttons ::::::: */

.TableButtons {
height: 18px;
padding: 0px 10px;
}

.TableButtons a {
font: bold 12px/18px Arial, Helvetica, sans-serif;
float: left;
color: #8bc040;
margin: 0px 20px 0px 0px;
}

.TableButtons a img {
float: left;
border: 0px;
padding: 0px 5px;
}

