* {
    margin: 0;
}
html, body {
    height: 100%;

}

.main 
{ 
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	/*min-height: 100%;*/
	height: auto !important;
	height: 100%;
	margin: 0 auto 0 auto;
	background-color:White; border: solid 1px #666666;
}

.header 
{	width: 100%;  min-height: 115px; position:relative; }

.logo 
{ width: 250px;  min-height: 115px; position:relative;}

.menu 
{
	width: 750px;
	float:right;
	position:absolute;
	bottom:0px;
	right:0px;
	padding-right:0px;
}

.feature 
{ width: 100%; background-color:white; border-bottom: solid 1px #666;}


.layout_inner 
{ width: 100%; min-height: 500px;
  font-family:Segoe UI, Arial, Helvetica, sans-serif;
  font-size:9pt;
  }

.layout_inner_left 
{ width: 250px; float:left; position:relative;} 

/* breadcrumb area */

.breadcrumb
{   width: 749px; 
    height: 31px; 
    float:right; 
    border-left: solid 1px #666; 
    /*border-bottom: solid 1px #666;*/
    background:url("whitebackground.gif") repeat-x  scroll 0 0px transparent;
}

.youarehere
{   float:left; 
    margin-left:25px; 	
    padding-top:8px;
	padding-bottom:8px; 
	line-height: 150%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small; 
	color: #8C9297;
	font-weight:bold;}


.layout_inner_breadcrumb 
{   
    /*line-height: 150%; */
    float:left;
    padding-left:0px;
    width: 548px;
}

.topnav a:hover
{
    /**/
}

.topnavLink a
{
    color: #382E1F;
    font-size: 11px;
    text-decoration: none;
    padding: 8px 4px 0px 8px; 
    float: right; 
    border-left: 1px solid lightgrey; 
    height: 23px;
}

.topnavLink a:hover
{
    background-color: #F4F5F7;
}

.topnav
{ 	margin-left:auto;
	margin-right:auto;
	width: 200px;
	float: right;
    text-align: right;
    /*padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;*/
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#8C9297;
	vertical-align:middle;
	text-decoration:none;
	}
	
	/*.topnav A:link {color:#0066CC; text-decoration:none; text-align:right;}
	.topnav A:visited {color:#0066CC; text-decoration:none; text-align:right;}
	.topnav A:active {color:#0066CC; text-decoration:none; text-align:right;}
	.topnav A:hover {color:#8C9297; text-decoration:none; text-align:right;border-bottom: dotted 1px #8C9297;}*/


/* main content area */

.layout_inner_body 
{ width: 749px; float:right; border-left: solid 1px #666; min-height: 500px; line-height: 150%;
  border-top: solid 1px #666;
  }

.layout_inner_body A:link {color:#0066CC; text-decoration:none; line-height:150%;}
.layout_inner_body A:visited {color:#0066CC; text-decoration:none; line-height:150%;}
.layout_inner_body A:active {color:#0066CC; text-decoration:none; line-height:150%; outline: none;}
.layout_inner_body A:hover {color:#8C9297; text-decoration:none; border-bottom: dotted 1px #8C9297; line-height:150%;}


.layout_inner_bodyLower
{ width: 749px; float:right; line-height: 150%; margin-bottom:25px;}
.layout_inner_bodyLowerLeft 
{ width: 350px; float:left; padding-right:25px; border-right: dotted 1px #CCCCCC; line-height: 150%;}
.layout_inner_bodyLowerRight
{ width: 340px; float:right; padding-left:25px; line-height: 150%;}

/* footer area */

.footer
{
	margin-left:auto;
	margin-right:auto;

	width: 1000px;
	clear:both;
    height: 425px;
    background-color:White;
    background-image: url(../Images/FooterBG.jpg);
    background-repeat:no-repeat;
    border-top: solid 1px #666666;

    list-style-type: none;
}



.footerLeft
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 25px;
	width: 800px;
	clear:both;
    height: 300px;
    float:left;
    list-style-type: none;
}

.footerRight
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 25px;
	width: 120px;
	float:right;
	clear:both;
    height: 300px;

}

.poweredby
{

	margin-top: 245px;
	position: absolute;
	float:left;
	padding-left:25px;

}

h1              { font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif; font-size: 20pt; color:#4D4D4D; margin: 0 0 15px 0;line-height:130%; font-weight: lighter; }
h2              { font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif; font-size: 11pt; margin: 25px 0 15px 0; color:#0066CC;}
h3              { font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif; font-size: 10pt; margin: 0 0 15px 0;color:#999999; }
h4,
fieldset, 
ol, dl, dir,
menu            { margin: 1.12em 0 ;}
ul              { list-style-image: url(/Custom/Images/bullet.jpg); margin: 10px 0 10px 0px;  }
.blogRecent ul  { list-style-image: url(/Custom/Images/bullet.jpg); margin: 10px 0 10px 0px; padding: 0px 0px 0px 7px; }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }


hr {
background: transparent;
color: transparent;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px dotted #666;
height:1px;
margin-top: 15px;
margin-bottom: 15px;
}

blockquote {
display: block;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:9pt;
font-style: italic;
font-weight: normal;
line-height: 180%;
text-align:center;
padding: 20px 30px 20px 30px;
width: 220px;
background-color:#f9fafb;
border-top: solid 1px #666;
border-bottom: solid 1px #666;
float:right;
margin: 15px 0px 15px 15px;
}




.download {
display: block;
font: Verdana, Geneva, sans-serif;
font-size:10pt;
line-height: 180%;
text-align:left;
padding: 5px;
width: 40%;
background-image:url(/Custom/Images/DownloadBG.jpg);
background-repeat: no-repeat;
border: solid 1px #CCCCCC;
margin: 15px 0px 15px 0px;
}

.casestudy {
display: block;
font: Verdana, Geneva, sans-serif;
font-size:10pt;
line-height: 180%;
text-align:left;
padding: 5px;
width: 55%;
background-image:url(/Custom/Images/DownloadBG.jpg);
background-repeat: no-repeat;
border: solid 1px #CCCCCC;
margin: 15px 0px 30px 0px;
padding: 5px 15px 5px 15px;
}


a.top{
	display: block;
	width:100%;
	text-decoration: none;
	text-align: right;
	margin-top: 15px;
    margin-bottom: 25px;
	text-transform:uppercase;
	font-size: 9px;
	font-weight: bold;
	border-bottom: dotted 1px #CCCCCC;
}
a.top:after {content: "\A0 \2191 \ ";} 
