﻿/*Main image and box on the home page box*/
.MainImage_Box
{
	background: url( '../Images/Headers/Homepage/Home002.png' ) repeat-x left top;
}
.MainImage_Top div
{
    background: url('../Images/Misc/tl.gif') no-repeat left top;
}
.MainImage_Top
{
    background: url('../Images/Misc/tr.gif') no-repeat right top;
}
.MainImage_Bottom div
{
    background: url('../Images/Misc/bl.gif') no-repeat left bottom;
}
.MainImage_Bottom
{
    background: url('../Images/Misc/br.gif') no-repeat right bottom;
}

.MainImage_Top div, .MainImage_Top, .MainImage_Bottom div, .MainImage_Bottom
{
    width: 100%;
    height: 10px;
    font-size: 1px;
}
.MainImage_Content
{
    margin: 0 10px;
    height: 300px;
}

/*Main content on the home page box*/
#HomePage_BottomSection
{
    margin-top: 15px;
    padding-top: 15px;
    width: auto;
    height: 450px;
    text-align: left;
}

#ContentHeader
{
    font-family: 'Arial Narrow';
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

#HomePage_Content_Left
{
    width: 60%;
    text-align: left;
    float: left;
}

#HomePage_Content_Right
{
    width: 40%;
    text-align: left;
    float: right;
}

#IconSet_Left
{
    width: 50%;
    text-align: left;
    float: left;
}

#IconSet_Right
{
    width: 49%;
    text-align: left;
    float: right;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
}

#IconLeft
{
    width: 48px;
    text-align: left;
    float: left;
}

#IconHeader
{
    width: 80%;
    text-align: left;
    float: Right;
    font-family: 'Arial Narrow';
    font-size: 14pt;
    height: 48px;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}

#IconText
{
    font-family: 'Arial Narrow';
    font-size: 12pt;
    color: #000000;
    padding: 5px 30px 5px 5px;
}

a.DD_button
{
    background: url('../../Images/Misc/roundedge-brown-left.gif') no-repeat left top;
    display: block;
    float: left;
    /* Change 13px as desired */
    line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
    height: 30px; /* Height of button background height */
    padding-left: 8px; /* Width of left menu image */
    text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
}

a:link.DD_button, a:visited.DD_button, a:hover.DD_button, a:active.DD_button
{
    color: white; /*button text color*/
}

a.DD_button span
{
    background: url('../../Images/Misc/roundedge-brown-right.gif') no-repeat right top;
    display: block;
    padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.DD_button
{
    /* Hover state CSS */
    text-decoration: underline;
}


.DD_buttonwrapper
{
    /* Container you can use to surround a CSS button to clear float */
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: 100%;
}

    
#LoginBox
{
    padding-left:15px;
    
    }
    
#LoginHeader
{
    font-family: 'Arial Narrow';
    font-size: 14pt;
    color: #333333;
}

.LoginText
{
	font-family: Arial;
	font-size: 14pt;
	color: #000000;
	padding: 5px;
	width: 60%;
}

#RememberMe
{
    font-family: 'Arial Narrow';
    font-size: 10pt;
    color: #333333;
}

#LoginButton
{
    padding-top: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding-bottom: 15px;
}

#CreateAccount
{
    padding-top: 15px;
    padding-bottom: 5px;
    font-family: 'Arial Narrow';
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}

#CreateAccountText
{
    padding-top: 5px;
    font-family: 'Arial Narrow';
    font-size: 12pt;
    color: #000000;
}

.Link12
{
    color: #0F75BC;
    text-decoration: none;
}

a.Link12:hover
{
    text-decoration: underline;
}
