/*=============================================================================
* Dark-Blue: #17365D
* Medium-Blue: #365f91
* Light-Blue: #4f81bd
*============================================================================*/
html {
   padding: 0;
   margin: 0;
}

/*=============================================================================
*
*============================================================================*/
body {
   padding: 0;
   margin: 0;
   background-color: #b7c1da;
   background-image: url('../img/background/body-background.png');
   background-position: top center;
   background-repeat: repeat-x;
}

/*=============================================================================
*
*============================================================================*/
div#page {
   width: 768px;
   margin: auto;
   padding: 0 8px 0 8px;
   background-image: url('../img/background/page-background.png');
   background-position: center center;
   background-repeat: repeat-y;
}

/*=============================================================================
*
*============================================================================*/
div#header {
   background-image: url('../img/background/header-background.png');
   background-position: center center;
   background-repeat: no-repeat;
   height: 40px;
}

div#header h1 {
   margin: 0;
   padding: 0;
   color: #ffffff;
   font-size: 12pt;
   font-family: "verdana";
   text-align: center;
   padding: 10px 0px 0px 0px;
}

/*=============================================================================
*
*============================================================================*/
div#logo {
   height: 128px;
   text-align: center;
   margin: 8px 0;
}


/*=============================================================================
*
*============================================================================*/
div#presentation {
   height: 224px;
   background-image: url('../img/presentation/communik-action.jpg');
   background-position: center center;
   background-repeat: no-repeat;
}

/*=============================================================================
*
*============================================================================*/
div#navigation {
   height: 224px;
   margin: 0px 8px 0px 504px;
}

div#navigation ul {
   padding: 8px 0 8px 0;
   margin: 0;
   list-style-type: none;
}

div#navigation ul li {

}

div#navigation ul li a {
   color: #18437A;
   text-decoration: none;
   display: block;
   padding: 8px;
   font-family: arial;
   font-size: 10pt;
   line-height: 18px;
   font-weight: bold;
   text-align: center;
}

div#navigation ul li a.active {
   color: #ffffff;
   text-decoration: underline;
}

div#navigation ul li a:hover {
   background-image: url('../img/background/navigation-background-over.png');
   background-position: center center;
   background-repeat: repeat-y;
}

div#navigation ul li a.active:hover {
   color: #ffffff;
   text-decoration: underline;
}

/*=============================================================================
*
*============================================================================*/
div#content {
   min-height: 512px;
}

div#content h2 {
   color: #18437A;
   padding: 0 0 0 0;
   margin: 20px 16px 8px 20px;
   font-size: 24px;
   font-family: arial;
   font-style: italic;
}

div#content h3 {
   color: #9E9061;
   padding: 0 0 0 0;
   margin: 0 24px;
   font-size: 16px;
   font-variant: small-caps;
   font-family: arial;
   font-style: italic;
}

div#content p {
   color: #18437A;
   font-family: arial;
   font-size: 11pt;
   padding: 0 0 0 0;
   margin: 8px 32px 16px 32px;
   line-height: 150%;
}

div#content ul {
   color: #18437A;
   font-family: arial;
   font-size: 11pt;
   padding: 0;
   margin: 8px 24px 16px 48px;
   line-height: 150%;
   list-style-type: circle;
}

div#content ul li {
   padding: 0px 8px;
}

/*=============================================================================
*
*============================================================================*/
div#footer {
   background-image: url('../img/background/footer-background.png');
   background-position: center center;
   background-repeat: no-repeat;
   height: 40px;
}

/*=============================================================================
*
*============================================================================*/
div#signature {
   padding: 2px;
   margin: 0;
   text-align: center;
   font-family: arial;
   color: #18437A;
   font-size: 8pt;
   font-weight: bold;
}

div#signature a {
   color: #18437A;
   text-decoration: none;
}