/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:0.78em;
}

h1, h2, h3, h4, h5, h6 {}

h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

a img
{
    border: none;
} 

/* PAGE DIVs */

#wrapper{
	width:944px;
	margin:0 auto;
	padding-bottom:3px;
	border:1px solid #FFFFFF;	
	text-align:left;
}

/* PAGE HEADER DIVs */

#header{
	height:100px; 
	position:relative;
	top: 11px;
}

#title{
	position:relative;
	margin-top: 0px;
	margin-bottom: 6px;
}

.location_wrapper
{
    float:right;
}

#location
{
    clear:both;
    font-size: smaller;
    color:Gray;
    margin-top:-20px;
}

#location-old
{
    position: absolute;
    left: 905px;
    top: 0px;
    margin-top: 130px;
    font-size: smaller;
    color:Gray;
}

#logo
{
    position: absolute;
    left: 734px;
    top: 0px;
    margin-top: -5px;
}

/* CONTENT AREA DIVs */

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 300px;    /*** Critical left col dimension value ***/
	width: 642px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	height: 430px;
}

#contentwrapperfull{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin:1px 1px 10px 1px;
	width: 940px;
	border: solid 1px #999999;
	padding-bottom:20px;
}

/* MAIN CONTENT AREA DIVs - Section Master Page */

#sectionright
{
    float: right;
    color: #000000;
    width: 638px;
    height: 320px;
}

#sectionright span.default
{
    background: url(images/Default/statement.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: hand;
}

#sectionright span.default-ca
{
    background: url(images/Default/statement-ca.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: hand;
}

#sectionrighttext
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    padding: 5px 5px 5px 10px;
}

.sectionrightsubtext
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    padding: 5px 5px 5px 10px;
    font-weight: normal;
    border-top: solid 2px #ffffff;
}

.sectionrightsubtext a
{
    margin: 1px 1px;
    color: #990000;
}

/* MAIN CONTENT AREA DIVs - Page Master Page */

#maincontainer
{
    float: right;
    color: #000000;
    background-color: #c0c0c0;
    width: 638px;
}

#maintext
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    padding: 5px 5px 0px 10px;
    font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#maintext a
{
    margin: 1px 1px;
    color: #990000;
}

#maintext td, #maintext th {padding: 0.2em 0.5em;}

#maintext table tr {font-size:1em;}

#maintext .Control 
{
    font-size:1em;
    font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#maintextfull
{
    font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#maintextfull a
{
    margin: 1px 1px;
    color: #990000;
}

#maintextfull td, #maintextfull th {padding: 0.2em 0.5em;}

#maintextfull table tr {font-size:1em;}

#maintextfull table a
{
    margin: 1px 1px;
    color: #990000;
}

#maintextiframe
{
    color: #000000;
    background-color: #c0c0c0;
    padding: 5px 5px 5px 10px;
    font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
    overflow:auto;
}

#maintextiframe a
{
    margin: 1px 1px;
    color: #990000;
}


/* LEFT COLUMN CONTENT AREA DIVs */

#sectionleft
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 298px; /*** Critical left col/divider dimension value ***/
    margin-left: -299px; /*** Critical left col/divider dimension value ***/
    height: 320px;
    background-color: #006699;
}

#sectionlefttext
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    padding: 5px 5px 5px 10px;
    color: #ffffff;
    font-family:Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-weight:bolder;
}

#sectionlefttext a
{
    margin: 1px 1px;
    color: #ffffff;
}

.sectionleftsubtext
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    padding: 5px 5px 1px 10px;
    font-weight: normal;
    font-size: smaller;
    background-color: #99ccff;
    border-top: solid 2px #ffffff;
}

.sectionleftsubtext p
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.sectionleftsubtext a
{
    margin: 1px 1px;
    color: #990000;
}

.sectionleftbluetext
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    padding: 5px 5px 1px 10px;
    font-weight: normal;
    background-color: #99ccff;
    border-top: solid 2px #ffffff;
}

.sectionleftbluetext p
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.sectionleftbluetext a
{
    margin: 1px 1px;
    color: #990000;
}

.sectionleft_HomePage
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    background-color: #ffffff;
    border-top: solid 3px #ffffff;
    margin-top: 10px;
}


/* LEFT COLUMN CONTENT AREA DIVs - Page Specific */

/*
#sectionleft_DefaultPage
{
    position: relative;
    width: 298px;
    margin-left: -299px;
    height: 320px;
    background: url('images/Default/log_in.gif') no-repeat left top;
}
*/

#Default_left-top
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 298px; /*** Critical left col/divider dimension value ***/
    margin-left: -299px; /*** Critical left col/divider dimension value ***/
    height: 320px;
}

#sectionleft_DefaultPageLogin
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 140px; /*** Critical left col/divider dimension value ***/
    margin-left: 90px; /*** Critical left col/divider dimension value ***/
    margin-top: 242px; /*** Critical left col/divider dimension value ***/
    
}

#leftcontainer
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 298px; /*** Critical left col/divider dimension value ***/
    margin-left: -299px; /*** Critical left col/divider dimension value ***/
    background-color: #006699;
}

#leftimagecontainer
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 298px; /*** Critical left col/divider dimension value ***/
    margin-left: -299px; /*** Critical left col/divider dimension value ***/
    border-top: solid 2px #ffffff;
}


#sectionfull
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 932px; /*** Critical left col/divider dimension value ***/
    margin-left: -299px; /*** Critical left col/divider dimension value ***/
    border: solid 1px #999999;
    
    
}

#facebook_like
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    margin-left: -299px; /*** Critical left col/divider dimension value ***/
    margin-top: 25px; /*** Critical left col/divider dimension value ***/
}

#footer {
	clear:both;
	margin:1px 1px;
	padding:2px 5px 2px 5px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;
}

#footer table
{
    color: #808080;
}

#footer a
{
    margin: 1px 1px;
    color: #990000;
}

.Title {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
.SubTitle 
{
    margin-top:0.4em;
    font-size: 1.3em;
	font-weight: bold;
}

.errormessage
{
    margin: 10px 20px 20px 20px;
    padding: 10px;
    background-color: #ffefd5;
    border-right: #ffcc99 1px solid;
    border-top: #ffcc99 1px solid;
    border-left: #ffcc99 1px solid;
    border-bottom: #ffcc99 1px solid;
    color: #cc0000;
}

.errormessage ul
{
    margin: 15px;
    margin-left: 25px;
    margin-bottom: 0px;
}

.SubTable
{
 font-size: smaller;   
}

.SubTableDate
{
	font-weight: bold;
}
.Control 
{
    font-size:1em;
    font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}
.Image
{
    margin-top:10px;    
    margin-bottom:10px;
}

.alternate
{
    background-color: #CCCCCC;
}
