﻿/* MASTER CSS*/

body
{
margin-top:0px;
padding-bottom:0px;
margin-bottom:0px;
padding-top:0px;
font-family:Arial;
font-size:14px;
}

a
{
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}


.MasterWraper
{
background-image:url('/App_Themes/en-US/images/home/bgleftHeader.jpg');
background-repeat:no-repeat;
background-position:top left;
margin:0 auto;
width:960px;
background-color:#E5EDF0;
}


.MasterLeft
{
text-align:left;
float:left;
width:236px;
padding-top:192px;
padding-bottom:100px;
}


.LeftStripItem
{
clear:both;
width:206px;
padding:5px 10px 40px 20px;
float:left;
background-color:#cddee5;
color:#3b6b7f;
font-weight:bold;
font-size:12px;
}

	
	
.MasterHeader
{
height:192px;
position:absolute;
top:0;
z-index:50;
width:960px;
}

.MasterHeaderMenu
{
width:400px;
height:17px;
padding-top:5px;
}

.MasterHeaderMenu a
{
color:White;
font-size:13px;
text-decoration:none;
font-weight:bold;
}

.MasterHeaderMenu a:hover
{
text-decoration:underline;
}

.MasterHeaderText
{
position:absolute;
top:23px;
padding-left:15px;
padding-top:15px;
}

.MasterRight
{
float:right;
width:724px;
background-color:#e5edf0;
}

.MasterFooter
{
width:960px;
background-color:#CDDEE6;
clear:both;
height:23px;
padding-top:12px;
margin:0 auto;
}

.MasterFooterCredit
{
float:left;
font-size:11px;
color:#6BAFBC;
padding-left:20px;
}

.MasterFooterMenu
{
float:right;
font-size:12px;
padding-right:18px;
}

.MasterFooterMenu a
{
text-decoration:none;
color:#95A9CE;
}

.MasterFooterMenu a:hover
{
text-decoration:underline;
}

