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

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

/*=============================================================================
*
*============================================================================*/
div#header {
	width: 768px;
   height: 96px;
   border-bottom: 2px solid #ffffff;
   margin: auto;
   line-height: 1px;
   font-size: 0px;
}

div#header a img {
   border: none;
}

div#header h1 {
   position: absolute;
   color: #ffffff;
   font-size: 10px;
   line-height: 10px;
   font-family: verdana;
   padding: 0;
   margin: 80px 0 0 96px;
}

div#header h1 a {
   color: #ffffff;
   text-decoration: none;
}

/*=============================================================================
*
*============================================================================*/
div#navigation {
   height: 40px;
   width: 768px;
   margin: auto;
   border-bottom: 2px solid #ffffff;
}

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

div#navigation ul li {
   float: left;
   padding: 0;
   margin: 0 0 0 2px;
}

div#navigation ul li.first {
   margin: 0 !important;
}

div#navigation ul li a {
   display: block;
   color: #ffffff;
   text-align: center;
   width: 119px;
   line-height: 20px;
   padding: 9px 0 11px 0;
   font-family: verdana;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
}

div#navigation ul li a:hover {
   background: url("../img/background/navigation-over.png") repeat-x center center;
}

div#navigation ul li a.active {
   background: url("../img/background/navigation-active.png") repeat-x center center;
}

div#navigation ul li.separator {
   width: 2px;
   height: 40px;
   font-size: 1px;
}

div#navigation ul li#internet-strategy a {
   width: 170px;
}

div#navigation ul li#web-marketing a {
   width: 160px;
}

div#navigation ul li#resources a {
   width: 192px;
}

/*=============================================================================
*
*============================================================================*/
div#communication {
   height: 224px;
   width: 768px;
   margin: auto;
   border-bottom: 2px solid #ffffff;
   line-height: 1px;
   font-size: 1px;
}

/*=============================================================================
*
*============================================================================*/
div#page-list {
   width: 768px;
   margin: 0 auto 0 auto;
   background-color: #4F81BD;
   padding: 4px 0;
   font-family: arial;
   font-size: 10pt;
   color: #365F91;
   text-align: center;
}

div#page-list a {
   color: #ffffff;
   font-family: arial;
   text-decoration: none;
   font-size: 11pt;
   padding: 0px 8px;
   line-height: 20px;
}

div#page-list a:hover {
   text-decoration: underline;
}

div#page-list a.active {
   color: #173355;
}

/*=============================================================================
*
*============================================================================*/
div#page {
   background-color: #ffffff;
   margin: 0;
   padding: 0;
   border-bottom: 4px solid #4f81bd;
}

/*=============================================================================
*
*============================================================================*/
div#content {
	width: 768px;
   margin: 0 auto;
   min-height: 512px;
   padding: 4px 0 16px 0;
}

div#content h2 {
   font-family: arial;
   font-size: 24pt;
   line-height: 22px;
   color: #17365d;
   padding: 0;
   margin: 24px 16px 16px 16px;
}

div#content h3 {
   font-family: arial;
   font-size: 18pt;
   line-height: 18px;
   color: #365f91;
   padding: 0;
   margin: 20px 20px 12px 20px;
}

div#content h4 {
   font-family: arial;
   font-size: 10pt;
   line-height: 150%;
   text-decoration: none;
   font-weight: bold;
   color: #365f91;
   padding: 0;
   margin: 12px 32px 8px 28px;
}

div#content h5 {
   font-family: arial;
   font-size: 10pt;
   line-height: 150%;
   color: #365f91;
   padding: 0;
   margin: 12px 32px 8px 32px;
}

div#content p {
   font-family: arial;
   font-size: 10pt;
   line-height: 150%;
   color: #17365d;
   padding: 0;
   margin: 12px 32px 8px 32px;
}

div#content dl {
   font-family: arial;
   font-size: 10pt;
   line-height: 150%;
   color: #17365d;
   padding: 0;
   margin: 12px 32px 8px 32px;
}

div#content dt {
   padding: 0;
   margin: 16px 0px 4px 0px;
}

div#content dd {
   padding: 0;
   margin: 4px 16px 0px 16px;
}

div#content p strong {
   font-weight: normal;
   color: #000000;
}

div#content p strong.bolder {
   font-weight: bold;
   color: #17365d;
}

div#content a {
   color: #4F81BD;
   text-decoration: none;
}

div#content a:hover {
   text-decoration: underline;
}

div#content ul {
   font-family: arial;
   font-size: 10pt;
   line-height: 150%;
   color: #17365d;
   padding: 0;
   margin: 12px 32px 8px 56px;
   list-style-type: square;
}

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

div.form label {
   font-size: 8pt;
   color: #17365D;
   line-height: 150%;
   font-family: arial;
   margin: 6px 0 2px 22px;
   font-weight: bold;
   display: block;
}

div.form input.textbox {
   background-color: #f6f9fd;
   border: 1px solid #4F81BD;
   font-size: 9pt;
   font-family: arial;
   padding: 2px;
   width: 224px;
   margin: 0 0 4px 20px;
   color: #17365D;
}

div.form textarea {
   background-color: #f6f9fd;
   border: 1px solid #4F81BD;
   font-size: 9pt;
   font-family: arial;
   padding: 2px;
   width: 224px;
   height: 224px;
   margin: 0 0 0 20px;
   color: #17365D;
}

div.form input.image {
   font-size: 8pt;
   font-family: arial;
   font-weight: bold;
   padding: 0px;
   margin: 8px 0 0 54px;
   border: none;
}

/*=============================================================================
*
*============================================================================*/
div#footer {
   background-image: url("../img/background/footer-background.png");
   background-position: center center;
   background-repeat: repeat-x;
   background-color: #365f91;
   height: 160px;
   border-top: 2px solid #ffffff;
}

/*=============================================================================
*
*============================================================================*/
div#copyright {
   width: 768px;
   margin: auto;
}

div#copyright p {
   font-family: arial;
   font-size: 8pt;
   color: #ffffff;
   line-height: 100%;
   padding: 4px;
   margin: 2px 0 0 0;
   text-align: center;
}

div#copyright p a {
	color: #ffffff;
   text-decoration: none;
}

div#copyright p a:hover {
   text-decoration: underline;
}


/*=============================================================================
*
*============================================================================*/
div#sitemap {
   width: 768px;
   margin: auto;
   height: 128px;
   border-bottom: 1px solid #4f81bd;
}

div#sitemap ul {
   font-family: arial;
   font-size: 8pt;
   color: #ffffff;
   line-height: 150%;
   padding: 0;
   margin: 8px 0 0 8px;
   list-style-type: none;
   float: left;
}

div#sitemap ul.company {
   width: 108px;
}

div#sitemap ul.internet-strategy {
   width: 186px;
}

div#sitemap ul.web-marketing {
   width: 166px;
}

div#sitemap ul.resources {
   width: 146px;
}

div#sitemap ul.contact {
   width: 118px;
}

div#sitemap ul li {
   padding: 0;
   margin: 0;
}

div#sitemap ul li a {
   font-family: arial;
   font-size: 8pt;
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
}

div#sitemap ul li a:hover {
   text-decoration: underline;
}

div#sitemap ul ul {
   margin: 0;
   padding: 0 0 0 12px;
}

div#sitemap ul ul li {
   padding: 0;
   margin: 2px 0;
}

div#sitemap ul ul li a {
   font-family: arial;
   font-size: 8pt;
   color: #ffffff;
   font-weight: normal;
}

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

div#signature a {
   color: #17365D;
   text-decoration: none;
}