﻿body
{
    font-family: Verdana, Century, Tahoma;
    width: 100%; 
    height: 100%; 
    padding: 0; 
    margin: 0px;
    /*background-color:#fafafa;*/
    background-image: url(../img/bg.png);
    background-attachment: fixed;
    background-repeat: repeat-x;
}

/*****************************************************/
#Shadow
{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;        
    width: 970px;        
    background-color:#FFFFFF;
    
	-moz-box-shadow: 0px 0px 1em rgba(68,68,68,0.6);
	-webkit-box-shadow: 0px 0px 1em  rgba(68,68,68,0.6);	
	box-shadow: 0px 0px 1em rgba(68,68,68,0.6);
	/*box-shadow: h-shadow v-shadow blur spread color inset;*/

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	zoom: 1;
}

#Container 
{
    min-height: 800px;
    border-left: 1px solid #e9e9e9;
    margin-bottom: 15px;
	position: relative; /* This protects the inner element from being blurred */
	padding: 0px;
	background-color: #FFF;	
	vertical-align: top;
	background-color:transparent;
}

/****************************************************/
#Container_Header{
    width: 95%;
    height: 100px;    
    margin-left: auto;
    margin-right: auto;
    display:block;
}

#Header_Logo{
    margin-left: 15px;
    width: 210px;
    height: auto;    
    float: left;
    vertical-align:middle;    
}

#Logo
{
    padding:0.7em 0 0 0;
}

#Header_Slogan
{    
    float: right;
    width:auto;
    height: auto;
    vertical-align:middle;
}

#Slogan
{    
    padding:1.3em 0 0 0;
    font-size: 18pt; 
    font-family: Lucida Calligraphy, Segoe Print,JasmineUPC, Gabriola, Buxton Sketch; 
    color: Gray;
}


/****************************************************/
#Container_Menu{
    /*width:100%;*/
    height:28px;
    background-color:transparent;    
}

#Container_Navigation{
    width: 95%;
    height: 28px;
    background-color: #e7e7e7; /*#fafafa;*/
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cccccc;
}

/****************************************************/
#Container_Content{
    clear: both;
    width: 100%; 
    height: 100%;
    /*min-height: 700px;*/
    text-align: justify;
    margin: 0;
    padding: 0;  
    display:block;
}

#Content
{
   /* width: 100%;*/
    margin: 3%;
    position:relative;
    color: Gray; 
    font-size: 10pt;
    background-color: transparent;
}

#Content_Title{
    border-bottom: 1px Solid Orange; 
    padding-bottom: 3px; 
    margin-bottom: 20px;
}

#Content_Body{
    text-align: left; 
    display: block; 
    position: static;
    margin: 4% 2% 2% 2%;
    line-height: 20px;
    letter-spacing:1px;
    font-size: 10pt;

}

/****************************************************/
#Container_Footer{    
    width: 100%; 
    height: 40px;
    margin: 0;
    padding: 0;
    clear: both;  
    border-top: 0px solid gray;
    text-align: center;
    vertical-align: middle;
    display: block;
    bottom:0;
    position:absolute;
    background-color:transparent;
}

#Footer{    
    margin: 0% 3% 0% 3%;
    padding: 0;
    display: block;
    border-top: 1px solid #a9acba;
}

#Footer_Body{
    
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 9px;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    font-family: Verdana, Tahoma,  Comic Sans MS; 
    font-size: 8pt; 
    color: Gray; /*#7C8CCC*/ 
}



/****************************************************/
ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a 
{
    text-transform: uppercase;
    font-family: "Trebuchet MS", Verdana, Tahoma;
	color: #2f4b9e;	
	font-size: 12px;
	font-weight: bold;
	letter-spacing:0.1em;
	line-height: 28px;
	text-decoration: none;
	padding: 5px 28px 5px 28px;
	border-right: 1px solid #cccccc;
}

#navigation li a:hover {
	text-decoration: none;
	color: #909eba;	
}


/****************************************************/
.Title{
    font-family: Verdana, Tahoma,  Comic Sans MS; 
    font-size: 15pt; 
    letter-spacing: 0pt; 
    font-weight: normal; 
    color: #0f64af; /*#7C8CCC*/
    padding-left: 15px; 
    text-decoration: none;    
}

