﻿body, p, td, input, select, textarea {
	font-family: Helvetica, Arial, san-serif;
	font-size: 10pt;
}

body 
{
    margin: 55px 55px 0 55px;
}

#Logo {
	position: absolute;
	left: 0;
	top: 0;
}

/* Below styles are applied in eMcaid.master and eMcaidData.master */
#logoDiv
{
    background-image: url(../images/Mgine6Temp.PNG);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 68px;
    margin-top: 35px;
}

#pageDiv
{
    background-color: #b1d34a;
}

#leftContentDiv
{
    /*width: 615px;*/
    float: left;
    background-color: White;
    border-top: solid 1px gray;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
    height: 389px;
}

#innerLeftContentDiv
{
    padding: 40px;
    line-height: 2em;
}

/* 3px gap between two divs in IE.  Can figure out the hack online. */
#IE_SHIM_HACK
{
    width: 4px;
    height: 120px;
    position: absolute;
    left: 670px;
    top: 370px;
    background-color: white;
}

#rightContentDiv
{
    margin-left: 615px;
    height: 389px;
}    

#contactDiv
{
    float: right;
    border: solid 1px #b5b6b8;
    background-position: 20% center;
    margin-top: 20px;
    width: 320px; 
 }
 
#innerContactDiv
{
   padding: 10px 20px 10px 20px;
}

#blue
{
    color: #72cac8;
}

#newsDiv
{
    height: 105px;
    margin-right: 321px;
    margin-top: 20px;
    background-color: #FFCC33;
    border: solid 1px #FFCC33;
}

#innerNewsDiv
{
    padding: 20px;
}

#bottomDiv
{
    background-image: url(../images/dot.gif);
    background-repeat: repeat-x;
    height: 5px;
    width: 100%;
    margin-top: 5px;
}

#linkDiv
{
    float: right;
}

#linkDiv a
{
    color: #555555;
    text-decoration: none;
}

#linkDiv a:Hover
{
    color: #72cac8;
}

#loginDiv
{
    background-color:#fdfdfb;
    left: 673px;
    top: 370px;
    position:absolute;
    filter:alpha(opacity=70);
    opacity: .7
    
    
}


#innerLoginDiv
{
    height: 120px;
}

/* Styles for login.aspx */

#loginLabel
{
    position: absolute;
    left: 55px;
    top: 370px;
    width: 616px;
    height: 120px;
    background-color:#fdfdfb;
}

#innerLoginLabel
{
    padding-left: 50px;
}

#whyLabel
{
    float: left;
    font-style: italic;
    font-weight: bold;
    color: Orange;
    font-size: 12pt;
    width: 90px;
    padding-top: 10px;
}

#whyText
{
    float:left;
    font-size: 9pt;
    color: #555555;
    width: 400px;
    padding-left:10px;
    padding-top: 10px;
}

#loginImageDiv
{
	background-image:url(../images/login.gif);	
	background-repeat: no-repeat;
	cursor:hand;
	width:150px;
	height:20px;
	position:relative;
	left: 55px;
}
