﻿
body
{
    margin:0px;
    background-color:#ffffff;
    font-family:Verdana, Arial, sans-serif;
    font-size:12px; 

}
/* ````````````````````````````````
          a:link, a:visited, a:active {
	color:#FF6633;
	text-decoration:none;
}

a:hover {
	color:#0066FF;
	text-decoration:underline;
} 
````````````````````````````````````*/
a:link, a:visited, a:active {
	color:#0066FF;
	text-decoration:none;
}

a:hover {
	color:#FF6633;
	text-decoration:underline;
}

h1
{
    font-size: 15px;
    
}

h2
{
    font-size: 13px;
}

h3
{
    font-size: 11px;
    font-weight:bold;
    text-decoration: underline;
}

h4
{
    font-size: 11px;
    font-weight:normal; 
    text-decoration: underline;  
}

h5
{
    font-size: 9px;
    font-weight:bold; 
}

p
{
    color: Black;
    text-align:justify;  
}

li
{
    list-style-image : url(../images/li2.gif);
    text-align:justify;
} 


/* ````````````````````````````````
            top
````````````````````````````````````*/
#top
{
    height: 50px;
    margin-left:auto;
    margin-right:auto; 
    margin-bottom: 3px;
    color: #999999;
    font-size: 10px;
    position:relative;
    width: 800px;
}   

#logo
{
    position: absolute;
    left: 15px;
    padding: 1px 0 1px 0; 
}
    
    
#top-home
{
    text-align:center;
    border-left: 1px dashed #CACACA;
    border-bottom:1px dashed #CACACA;
    position:absolute;
    top:0;
    left:75%;
    height:20px;
    width:23%;
    padding:5px 1.5% 0 0;
      
}

#top-home a:link,
#top-home a:visited {
	color: red;
	text-decoration:none;
}

#top-contact a:link,
#top-contact a:visited {
	color: red;
	text-decoration:none;
}

#top-flag
{
    vertical-align:bottom;
    position:absolute;
    text-align:center;
    border-left: 1px dashed #CACACA;
    left:75%;
    height:25px;
    width:23%;
    padding: 3px 1.5% 0 0;
    top: 22px;
}     
    
#top-phone
{
    text-align:center;
    border-left: 1px dashed #CACACA;
    position:absolute;
    top:0;
    left:75%;
    height:100%;
    padding:0 0 0 2%;     
}

#top-phone p
{
    margin-left:-10px; 
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#608fc8 url(../images/bg-nav.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:18px;
	padding:8px 0 8px 20px;
	position:relative;
	font-size:12px;
	font-weight:bold;
    top: 0px;
    left: 0px;
}

#nav-main div {
	background:#4b6cb5 url(../images/bg-nav-side.png) top right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding: 8px 0 12px 0;	 
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 10px 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
	color:#FFD52F;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited
{
    color:#D4E4F8;
    text-decoration: underline;
}
#StaticSelectedStyle
{
    background-color:Red;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#Content-main
{
    margin-left:auto;
    margin-right:auto;
    border:0px;
    padding-right:0px;     
    font-size:12px;
    position:relative;
    width: 800px;
    background: url(../images/bg-right.png) right repeat-y ; 
}

#Content-main-White
{
    margin-left:auto;
    margin-right:auto;
    border:0px;
    padding-right:0px;     
    font-size:12px;
    position:relative;
    width: 800px; 
}

#conttent-bg-left
{
    background-image: url(../images/bg-left.png);
    padding: 0px 0px 0px 0px;
    width: 170px;
    font-family : "Verdana";
}

#right-frame li
{
    list-style-image : url(../images/li.gif);
    font-size:small;
}

#left-div-menu
{
    background-image: url(../images/bg-menu-left-A.png);
    margin-top: 0px;
    padding-left: 4px;
    font-size:14px;
}

#left-div-menu-botom
{
    background-image: url(../images/bg-menu-left-B.png);
    height:17px;
}

/* ---
#conttent-bg-left a:link,
#conttent-bg-left a:visited {
	color:#FF6633;
	text-decoration:none;
}

#conttent-bg-left a:hover {
	color:#0066FF;
	text-decoration:underline;
}

#conttent-bg-left a:active {
	color:#FFFFFF;
}
--*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#608fc8 url(../images/bg-nav.png) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	padding: 8px 0 10px 20px;
	position:relative;
	color:#a9c0db;
	font-size:10px;
}

#footer div {
	background:#4b6cb5 url(../images/bg-nav-side.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:8px 0 10px 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	text-align:center;
	padding:10px 0 20px 0;
	position:relative;
	font-size:12px;
	color:#999999;
    top: 0px;
    left: 0px;
}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 10px 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#5B71FF;
	text-decoration:none;	
}




/* --- page title ---*/
#pagetitle 
{
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;   
    width: 100%;
    background: #608fc8;
    position:relative;
    color:#d5e8ff;
    font-size: large;
    padding: 0px 0px 0px 2.2px;
    
}

/* --- PAGES ---*/


#global-table 
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border:0px;
    vertical-align: top;    
    height: 300px;
    font-family: "Verdana";
    font-size: small;
    font-style:normal;        
}
#right-frame
{
    width: 204px;
    margin: 0px;
    padding: 0px;
    border:0px;   
    
    vertical-align:top;
    font-family: "Verdana";
    font-size: x-small;
    font-style:normal;    
   
}


.tblBorder
{
    border-style: double;
    border-width: medium;
    width:100%;
    border-color:Black;
}

.tblHeder
    {
        text-align: center;
    }
    
.tblRow1
    {
         background-color: #D0D8D9;
    }
    
.tblRow2
    {
         background-color: #EFEFEF;
    }
    
.tblBorderRight
{
    border-style: double;
    border-width: medium;
    border-color: #acc5e0;
    background-color: #f1f4fb;
    width:100%;
}

.tblBorderRight a:link,
.tblBorderRight a:visited 
{
    color: Black; 
}

#td-tblBorderRight-Header
{
    background-color: #acc5e0;
    text-align: center; 
    
}

/* --- PROJECTS ---*/
#project-heder
{
    font-size:smaller; 
    font-style:italic;
}  

#project-footer
{
    font-size:smaller; 
    font-style:italic;
}  

/* Underline the selected page */

.gridPager span

{

      text-decoration: underline;

}