/*main container */
body
{
    font: 0.9em "comic sans ms", Tahoma, Arial, Sans-Serif;
    margin:auto;
    width:auto;
    height:auto;
    background-color:#B6DEF6;
}
hr
{
    background-color: #D0D0D0 ; 
}
table tr td a
{    
    text-decoration:none;
    color:#088a85 !important;
    font-weight:bold;
    text-align:justify;
    
}
.main_container
{  
    margin:auto;
    width:1000px;
    min-height:400px;
    
}

/* header */
.header_container
{  
    height:auto;    
    width:1000px;
}
.header
{
    height:135px;
    width:auto;  
 
}
.logo
{
    height:auto;
    float:left;
    margin-top:19px;
    
}
.socialfeed
{
    height:auto;
    width:auto;
    float:right;  
    margin:60px;
}

.socialfeed a
{
    color:#088A85;    
    text-decoration: none;
    font-family:"Comic Sans MS", cursive, sans-serif;
    font-weight: bold;
    font-size:11px;
}

/* nevigation */

.navigation
{
    height:42px;
    width:auto;    
    background-color:#151B54; 
}
.inner_navigator
{
    height:35px;
    width:1000px; 
    margin:auto;
}

ul#navmenu, ul.sub1 {
    list-style-type:none;
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial,sans-serif;
    font-size:16px;
    font-weight:bold;
}

ul#navmenu li 
{
	min-width:50px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 4px;
    margin-top: 7px;
    color:white;
    height:34px;
	}
	
ul#navmenu a{
	text-decoration: none;
	display: block;
	height: 34px;
	line-height: 25px;
    color:White;
	padding-left:11px;
    padding-right:11px;
	}

ul#navmenu li:hover a:hover {
	color: #FF0;
	border-left:1px solid black;
    border-top:1px solid black;
    border-right:1px solid black;
    color:#CC66CC;
    background-color:White;
	}
ul#navmenu li:hover > a 
{
    color: #FF0;
	border-left:1px solid black;
    border-top:1px solid black;
    border-right:1px solid black;
    color:#CC66CC;
    background-color:White;
}
ul#navmenu ul.sub1 { /* nee fix */
	display: none;
	position:absolute;
    height:40px !important;
	left: 0px;
	min-width:500px;
    padding-left:10px;
	}
ul#navmenu .sub1 a 
{   
    font-size:14px;
    margin-left:-40px ;
    margin-top:-10px;
	background-color:transparent;
	border:transparent;
	color:#088a85;
	text-decoration: none !important;
	font-weight:normal;
	}
ul#navmenu .sub1 li /* nee fix */
	{
	 width:auto;
	 padding-left:20px;   
    }	
ul#navmenu .sub1 a:hover{
    border:transparent!important;
    background-color:transparent!important;
    color:Purple !important;
    font-weight:normal;
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}
	ul#navmenu li:hover .sub1 a{
    border:transparent!important;
    background-color:transparent!important; 
    font-weight:bold;
    font-size:12px;
}

ul#navmenu li:hover .sub1 {
	display: block;
	
	}


.sub_navigation
{   
    height:20px;
    width:auto;
    background-color:#E2EBED;    
}

.current_navigation
{
	color: #FF0;
	border-left:1px solid black;
    border-top:1px solid black;
    border-right:1px solid black;
    color:#CC66CC;
    background-color:White; 
}



/* mid decaration */
.container
{   
    background-color:White;    
    min-height:400px;
    float:left;
    
}
.gray_container
{ 
   padding-bottom:6px;
   margin:0px;
   border-radius:7px;
   -webkit-box-shadow: inset 0 1px 12px 3px rgba(255,255,255,0.74);
   -moz-box-shadow: inset 0 1px 12px 3px rgba(255,255,255,0.74);
   box-shadow: inset 0 1px 12px 3px rgba(255,255,255,0.74);
   background-color:silver;
   min-height:505px;
   float:left;
   width:1000px;
}
.blocker
{   
    height:3px;
}
.blockers
{  
    height:5px;
}

/* each page decoration */

.inner_container
{   
    
    float:left;
    border-radius:8px;
    background-color:White;
    min-height:500px;
    width:987px;
    margin-left:6px;
}
.inner_content
{   
    float:left;
    text-align:justify;
    width:980px;
    min-height:400px;
    margin-left:0px;
    margin-top:8px;
}

.home_left_page
{   
    border-right:1px solid #EEE;
    width:665px;
    padding-left:10px;
    padding-right:10px;
    height:auto;
    float:left;

}
.home_right_page
{   
    float:right;
    margin-right:40px;
    width:210px; 
    min-height:400px;   
 
}
.general_container
{
    padding-left:15px;
    padding-right:15px;
    text-align:justify;
}

.pd_left_column
{
    padding-right:10px;
    border-right:1px solid #EEE;
    float:left;
    width:210px;
    padding-left:15px;
}
.pd_right_column
{   float:left;
    width:700px;
    padding-left:10px;
    
}
.clear
{
     clear:both;
    }





/* footer */
.footer_container
{   color:White;
    border:1px solid #CC99CC;
    background-color:black;
    height:130px;
    float:left;
    width:inherit;
}
.menu_footer
{   
    
    text-align: center;
    height:20px;
    margin:auto;
    width:700px;    
    font-weight: bold;
    line-height:0px;
    
}
.menu_footer a
{
    font-family:"Comic Sans MS", cursive, sans-serif;
    color: #088a85;
    text-decoration: none;
    font-size:14px;
}
.menu_footer a:hover
{
    font-family:"Comic Sans MS", cursive, sans-serif;
    color: #4A1190;
    text-decoration: none;
    font-size:14px;
}
.footer
{  
    height:auto;
    margin:auto;
    width:auto;    
    font-family: Calibri;
    line-height :2px;
    text-align: center;
    font-size: 10.0pt;
}

.pdf-header {margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; color: rgb(231, 22, 47); text-transform: none; line-height: 31.67px; text-indent: 0px; letter-spacing: normal; clear: both; font-family: 'comic sans ms', Tahoma, Arial, sans-serif; font-size: 1.5em !important; font-style: normal; font-variant: normal; font-weight: bold !important; word-spacing: 0px; vertical-align: baseline; white-space: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;}
.pdf-link-p {font: 14px/1.3em 'comic sans ms', Tahoma, Arial, sans-serif; margin: 0px 0px 15px; padding: 0px; outline: 0px; border: 0px currentColor; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; vertical-align: baseline; white-space: normal; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;}
.pdf-link-a {margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; color: rgb(231, 22, 47); font-family: inherit; font-size: 14px; font-style: inherit; font-weight: bold; text-decoration: none; vertical-align: baseline;}
.pdf-span {color: rgb(8, 138, 133);}

.salad-red {margin: 0px 0px 15px; padding: 0px; font-size: 14px; line-height: 1.3em; font-family: 'comic sans ms', Tahoma, Arial, sans-serif; border: 0px; outline: 0px; vertical-align: baseline; color: rgb(0, 0, 0);}