﻿html
{
    overflow-y: scroll;
}

body
{
    background-color: #C6C4C5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    color: #797979;
}

ul.none
{
    list-style: none;
}

img
{
    border: none;
}

.textBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: solid 1px #9E9E9E;
	overflow: auto;
}

.validation
{
	font-weight: bold;
	color: #CC0000;
}

.centerText
{
    text-align: center;
}

.leftText
{
	text-align: left;
}

.hide
{
	display: none;
}

div.contentRule
{
	position: relative;
	background-color: #eae3d3;
	display: block;
	margin: 5px 0px 5px 0px;
	height: 1px;
}

div#mainContainer
{
    position: relative;
    background-color: #FFFFFF;
	background-image: url(layoutImages/bgMain.gif);
	background-repeat: repeat-y;
	background-position: left;
    width: 886px;
    /*height: 626px;*/
    border: solid 5px white;
    margin: 0px auto 0px auto;
	overflow: hidden;
}

div#mainContainer p
{
	margin: 0px 0px 0px 0px;
	line-height: 140%;
}

div#mainContainer a
{
	text-decoration: none;
	color: #4f91cd;
}

/*******************************************************/
/******************** HEADER STYLES ********************/
/*******************************************************/

div#header
{
    clear: both;
    position: relative;
    display: block;
    width: 886px;
    height: 141px;
    border-bottom: solid 1px white;
    background-color: #333333;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    color: #999999;
}

.uaLogo
{
    float: left;
    position:relative;
    margin: 59px 0px 0px 23px;
    width: 169px;
    height: 58px;
}

div#header a.headerButton, div#header a.headerButton:visited
{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(layoutImages/buttonHeader.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 208px;
    height: 36px;
    margin: 59px 23px 0px 0px;    
}

div#header a.headerButton:hover
{
    background-position: left bottom;
}


    /*****************************************************/
    /******************** MENU STYLES ********************/
    /*****************************************************/

    div#menuContainer
    {
        float: left;
        position: relative;
        margin: 113px 0px 0px 16px;
        width: 678px;
        height: 28px;
        background-color: #64707c;
    }

    div#menuContainer a
    {
	    float: left;
	    display: block;
	    text-decoration: none;
	    padding: 0px 8px 0px 8px;
	    margin: 0px 0px 0px 0px;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    color: #FFFFFF;
	    font-size: 7pt;
	    font-weight: bold;
    }

    div#menuContainer a:hover, div#menuContainer a:first-letter, div#menuContainer a.current
    {
	    color: #80b4e6;
    }

    div#menuContainer table, div#menuContainer table td
    {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }
	
   
/******************************************************/    
/******************** FLASH STYLES ********************/
/******************************************************/

div#flashContainer
{
    clear: both;
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 886px;
	height: 207px;
}



/************************************************************/
/******************** LEFT COLUMN STYLES ********************/
/************************************************************/

div#leftColumn
{
    float: left;	
    position:relative;
	/*background-color: #EAE6E7;*/
    width: 207px;
    /*height: 493px;*/
}

div#leftColumn div#topLeftContainer
{
    position: relative;
    width: 207px;
    height: 207px;    
}

img#mainImage
{
    position: relative;
    width: 207px;
    height: 207px;
}

div#leftColumn div#bottomLeftContainer
{
    clear: both;
    float: left;
	position: relative;
	margin: 1px 0px 0px 0px;
	width: 183px;
	/*height: 263px;*/
	padding: 12px 12px 12px 12px;
	color: #666666;
	text-align: center;
}

div#leftColumn p, div#welcomeContainer p
{
	margin-top: 8px;
}

div#placeHolder
{
    float: left;
    width: 0px;
	height: 154px;
}


/******************************************************************/
/******************** WELCOME CONTAINER STYLES ********************/
/******************************************************************/

div#welcomeContainer
{
    clear: both;
    float: left;
	position: relative;
	margin: 1px 0px 0px 0px;
	/*background-color: #EAE6E7;*/
	width: 183px;
	height: 340px;
	padding: 12px 12px 12px 12px;
	color: #666666;
}


/*************************************************************/
/******************** MAIN CONTENT STYLES ********************/
/*************************************************************/

div#mainContent
{
    position: relative;
    float: right;
    width: 578px;
    /*height: 422px;*/
    background: #FFFFFF;
    border-top: solid 20px #6699CC;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    padding: 0px 50px 10px 50px;
}

div#mainContent p
{
    margin: 10px 0px 0px 0px;
}

div#mainContent p.contentHeader, div#mainContent h1
{
    position: relative;
    top: 0px;
    left: -15px;
    color: #6699ce;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 17pt;
    font-weight: bold;
    margin: 18px 0px 6px 0px;
}

div#mainContent p.intro, div.intro
{
    font-size: 9pt;
    border-bottom: solid 2px #EAE6E7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div#mainContent p.image
{
	padding: 15px 0px 15px 0px;
	text-align: center;
}

div#mainContent h2
{
    position: relative;
    color: #6699ce;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
}

div#mainContent li
{
    padding: 3px 0 3px 0;
}

div#column1
{
    float: left;
    width: 170px;
    padding: 0px 15px 0px 0px;
}

div#column2
{
    float: left;
    width: 170px;
    padding: 0px 15px 0px 15px;
    border-style: solid;
    border-width: 0px 2px 0px 2px;
    border-color: #EAE6E7;
}

div#column3
{
    float: left;
    width: 170px;
    padding: 0px 0px 0px 15px;
}
    
div#column1 p, div#column2 p, div#column3 p
{
    border-bottom: solid 1px #EAE6E7;
    padding: 0px 0px 10px 0px;
}


/************************************************************/
/******************** CONTENT BOX STYLES ********************/
/************************************************************/

div#contentBoxContainer
{
	position: absolute;
	right: 0px;
	margin: -35px 0px 0px 0px;	
}

div#raBox, div#csBox, div#taBox
{
    /* NO STYLES DECLARED */
}

div#taBox td
{
	vertical-align: top;
	padding-bottom: 6px;
}

div.contentBox
{
    float: left;
	position: relative;
	margin: -30px 0px 0px 5px;
	width: 220px;
	/*height: 260px;*/
	/*border: outset 1px #F5F5F5;*/
	z-index: 10;
}

div.contentHeader
{
    float: left;
	position: relative;
	display: block;
	background-color: #ddd6c6;
	width: 217px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #746c5f;
	font-weight: bold;
	font-size: 7.5pt;
	padding: 10px 0px 0px 3px;
}

div.contentHeader span
{
	cursor: pointer;
}

.largeLetters
{
	position: absolute;
	top: 0px;
	right: 3px;
	color: #f0eadc;
	font-size: 18pt;
}

.content
{
    clear: both;
	background-image: url(layoutImages/contentBoxBG.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 190px;
	height: 284px;
	padding: 8px 15px 8px 15px;
	color: #666666;
}

.content p
{
	padding: 1px 0px 1px 0px;
}

.orangeBold
{
    font-weight: bold;
    color: #4f91cd;
}

.orangeText
{
    color: #4f91cd;
}


/***************************************************************************/
/******************** HOME PAGE CLIENT LOGIN BOX STYLES ********************/
/***************************************************************************/

#homeClientLoginContainer
{
    clear: both;
	margin: 0px 0px -10px 0px;
}

#homeClientLoginBox
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #767A7D;
	width: 395px;
	height: 40px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;	
}

#homeClientLoginBox .loginErrorMessage
{
    position: absolute;
    top: -15px;
    left: 10px;
	color: #CC0000;
}

#homeClientLoginBox table
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#homeClientLoginBox td
{
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}

#homeClientLoginBox .textBox
{
	width: 96px;
	height: 16px;
	color: #9E9E9E;
	padding: 2px 2px 2px 2px;
}


#homeContactUsBox
{
	position: absolute;
	bottom: 0px;
	left: 210px;
	width: 85px;
	height: 40px;
	color: #767A7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;	
}

#homeContactUsBox a:link, #homeContactUsBox a:visited
{
    color: #767A7D;
}

#homeContactUsBox table
{
	text-align: center;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#homeContactUsBox td
{
	vertical-align: middle;
}


/*****************************************************************/
/******************** CLIENT LOGIN BOX STYLES ********************/
/*****************************************************************/

#clientLoginContainer
{
	clear: both;
	float: left;
	margin: 2px 0px 0px 0px;
}

#clientLoginBox
{
	background-color: #767A7D;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;	
}

#clientLoginBox table
{
	width: 207px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#clientLoginBox td
{
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}

#clientLoginBox .textBox
{
	width: 96px;
	height: 16px;
	color: #9E9E9E;
	padding: 2px 2px 2px 2px;
}


/*************************************************************/
/******************** CONTACT FORM STYLES ********************/
/*************************************************************/

#contactForm
{
    margin: 20px 0px 0px 0px;
}

#signupForm
{
    margin: 10px 0px 0px 0px;
}

#contactForm td, #signupForm td
{
	font-weight: bold;
	vertical-align: top;
}


/*******************************************************/
/******************** CALENDAR STYLES ******************/
/*******************************************************/

#calendarContainer
{
    position: relative;
    background-color: #7fb9e1;
    color: #FFFFFF;
}

#calendarMonthHeader
{
    background-color: #f58428;
    height: 133px;
}

.monthHeader
{
    float: left;
}

.monthImage
{
    float: right;
}

#calendarNav
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF;
    background-color: #fca234;
    height: 19px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #FFFFFF;    
}

#calendarNav ul
{
    text-align: center;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#calendarNav li
{
    display: inline;
    list-style: none;
    margin: 0px 5px 0px 0px;
}

#calendarNav li a
{
    text-decoration: none;
    color: #FFFFFF;
}

#calendarContents
{
    position: relative;
    width: 762px;
    margin: 7px auto 0px auto;
}

.calendarDayHeader
{
    display: block;
    float: left;
    position: relative;
    background-color: #fca234;
    width: 80px;
    height: 17px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    padding: 2px 10px 0px 10px;
    margin: 0px 7px 7px 0px;
}

.calendarItem
{
    display: block;
    float: left;
    position: relative;
    background-color: #dbebf8;
    width: 80px;
    height: 62px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #666666;
    padding: 10px 10px 28px 10px;
    margin: 0px 7px 7px 0px;
}

.calendarItem span.calendarLink
{
    cursor: pointer;
}

.calendarItem .calendarNumber
{
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: #f58428;
    width: 23px;
    height: 19px;
    font-family: Times New Roman, Times, Serif;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    padding: 4px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div#calendarContents a
{
    display: block;
    color: #666666;
    text-decoration: none;
}

div#calendarContents a:hover, span.calendarLink:hover
{
    text-decoration: underline;
    color: #f58428;
}

.calendarPopup
{
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: solid 2px #7fb9e1;
    background-color: #dbebf8;
    width: 440px;
    max-height: 440px;
    min-height: 20px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    color: #666666;
    padding: 15px 30px 15px 30px;
    margin: 0px auto 0px auto;
    z-index: 500;
}

.calendarPopup ul, .calendarPopup li
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #666666;
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
}

.calendarPopup h1
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.calendarPopup .calendarNumber
{
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #f58428;
    width: 40px;
    height: 40px;
    font-family: Times New Roman, Times, Serif;
    text-align: center;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
}

.calendarPopup .calendarNumber .month
{
    font-size: 16px;
}

.calendarPopup .calendarNumber .day
{
    font-size: 28px;
    line-height: 15px;
}

.calendarPopup p
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    padding: 0px 0px 20px 0px;
}

.calendarPopup .closePopup, .calendarPopup a
{
    float: left;
    font-size: 11px;
    color: #666666;
    cursor: pointer;
    padding: 0px 15px 0px 0px;
}

.calendarPopup .popupImageContainer
{
    float: left;
    border: solid 1px #7fb9e1;
    text-decoration: underline;
    margin: 4px 8px 8px 0px;
}

#dimmer
{
    visibility: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(layoutImages/dimmer.png);
    width: 100%;
    z-index: 100;
}

#calendarFooter
{
    clear: both;
    /*
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFFFF;
    height: 7px;
    margin: 7px 0px 0px 0px;
    */
}


/*******************************************************/
/******************** FOOTER STYLES ********************/
/*******************************************************/

div#footerContainer
{
	position: relative;
	margin: 5px auto 0px auto;
	width: 890px;
	font-size: 7pt;
	color: #666666;
	z-index: -100;
}

div#footerContainer p
{
    display: inline;
    padding: 0px 3px 0px 0px;
}

div#footerContainer a
{
    text-decoration: none;
	color: #666666;
}

div#footerContainer table
{
	width: 100%;
}

div#footerContainer td
{
	text-align: left;
}

div#footerContainer td span
{
	padding-right: 3px;
}

div#footerContainer .ua
{
	color: #4f91cd;
	font-weight: bold;
	font-size: 10pt;
}

div#footerContainer .footerLinks
{
	text-align: right;
}