﻿*
{
    margin: 0;
    padding: 0;
}

/*OBJECT TYPES*/
body, html
{
    font-family: Georgia, Arial, Verdana;
    font-size: 14px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

a
{
    color: #fd931d;
}

h1
{
	font-family: Georgia, Arial, Verdana;
	text-decoration: none;
	font-size: 18px;
}

h2
{
    color: #15489b;  
	text-decoration: none;
	font-size: 16px;
	padding-bottom: 5px;
}

h3
{
    color: #000;
    font-size: 16px;
    padding-bottom: 5px;
}

h4
{
	color: #000;
    font-size: 18px; 
    padding-bottom: 5px;
    line-height: 15px;
	font-weight: normal;
}

p
{
    line-height: 20px;
}

p.p1
{
    font-size: 14px;
    color: #000;
}

p.p1 a
{
    color: #000;
    text-decoration: none;
}

p.p1 a:hover
{    
    text-decoration: underline;
}

img
{
    border: 0;
}
/*OBJECT IDS*/
div#Canvas 
{
	width: 1000px;
	height: 100%;	
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

div#Header
{
    position: relative;   
	width: 100%;
	text-align: left;
	background: #fff;
}


div#HeaderNav
{
    text-align: right;
    padding: 10px 10px 10px 0;   
	float: right;
}


div#HeaderLogo
{
    position: absolute;
    top: 2px;
    left: 20px;
}

div#Header div#Image
{
    padding-top: 2px;
}

div#Content
{
    padding-top: 2px;
	width: 100%;
}

div#Footer
{
	width: 100%;
	height: 50px;
}

#horizontalBarFooterWrapper
{
    position: relative; 
    height: 120px;
}

#horizontalBarFooter1
{
    position: absolute; 
    bottom: 0px;
    left: 0px;
    width: 753px;
    height: 41px;
    background: url('../Assets/horizontalfooter1.png') no-repeat;
}

#horizontalBarFooter2
{
    position: absolute; 
    bottom: 0px; 
    right: 0px;
    width: 248px;
    height: 117px;
    background: url('../Assets/horizontalfooter2.png') no-repeat;
}

#horizontalBarFooterText
{
    color: #fff;    
    position: absolute; 
    bottom: 14px;
    left: 280px;
}

#horizontalBarFooterText a
{
    color: #fff;    
}




/* HOME PAGE STYLING */

div#Home div#Content
{    
    margin: 5px 0 0 0;
    background: #fff;
}

div#Home div#Content div#contentarea 
{
    padding: 10px 10px 10px 10px;
    width: 440px;
	float: left;
}

div#Home div#Content div#contentex1area 
{               		
   
    padding: 60px 10px 10px 10px;
	width: 250px;
	float: left;
}

div#Home div#Content div#contentex2area 
{
    padding: 60px 10px 10px 10px;
	width: 250px;
	float: left;
}

div#Home div#HeadContent
{
    padding: 10px;
}

div#Home div#HeadContent p
{
    line-height: 25px;
    font-size: 14px;
}

/* INTERNAL PAGE STYLING */

div#Internal div#Content
{
    margin: 10px 0 0 0;
    background: #fff;
}

div#Internal div#Navigation
{
    text-align: left;
    float: left;
    padding: 20px 10px 10px 10px;
    width: 190px;
}


div#Internal div#Content div#contentarea 
{
    text-align: left;
    padding: 20px 10px 10px 10px;
	width: 500px;
	float: left;
}

div#Internal div#Content div#contentex1area 
{
	width: 0;
	float: left;
	display: none;
}

div#Internal div#Content div#contentex2area 
{
    padding: 20px 10px 10px 10px;
	width: 250px;
	float: left;
}



/* INTERNAL 2 PAGE STYLING */

div#Internal2 div#Content
{
    margin: 10px 0 0 0;
    background: #fff;
}

div#Internal2 div#Content div#contentarea 
{
    text-align: left;
    padding: 20px 10px 10px 10px;
	width: 710px;
	float: left;
}

div#Internal2 div#Content div#contentex1area 
{
	width: 0;
	float: left;
	display: none;
}

div#Internal2 div#Content div#contentex2area 
{
    padding: 20px 10px 10px 10px;
	width: 250px;
	float: left;
}

/* SITEMAP STYLING */


div#Sitemap div#Content
{
    text-align: left;
    margin: 10px 0 0 0;
    background: #fff;
    padding: 20px 10px 10px 20px;
}


#navsitemap, #navsitemap * 
{    
    font-weight: bold;
    font-size: 14px;    
    list-style-type: none;
}

#navsitemap ul
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#navsitemap li
{
    padding-bottom: 5px;
}

#navsitemap ul li
{
    padding: 5px 0 5px 10px;
}

#navsitemap ul li ul
{
    padding-bottom: 10px;
}

#navsitemap ul li ul li
{
    padding: 5px 0 0 10px;
}

#navsitemap ul li a 
{    
    font-size: 12px; 
    font-weight: normal;
}


/*CLASSES*/
.clear
{
   clear:both;
}

.textFootnote
{
    font-size: 10px;
}

.textHomeHeader
{
    font-weight: bold;
    font-size: 16px;
}

