/*=================================================================
                  BASIC SITE WIREFRAME

For the sake of simplicity, we recommend that you only change the 
values below. You can add other properties to the various regions
by adding them in the approriate area in your screen.css file. 

1- Select the desired layout in that layout.css file in the 
   defaults folder and paste below.
2- Change dimensions required for your template.

=================================================================*/
/*Paste desired layout here*/
/*Layout #38: Two Columns Fixed
Column order from left to right: primary --> secondary (tertiary located both primary secondary) 
*/
#container {
    width: 985px; 
    margin: 0 auto;
    position: relative;
}
#primary {
    width: 985px;
}
#secondary {
    clear: both; 
    width: 100%; 
}
/*=================================================================
                                     LAYOUT SPECIFIC STYLES
=================================================================*/
body {background: #000140 url(images/body.jpg) repeat-x;}
#container {background: url(images/container.png) repeat-y; 
margin-top: -36px;
position: relative;}
/*=================================================================
                                           GENERIC STYLES

Please be very careful adding anything in this area. Consider 
using a more region specific CSS selector instead.
=================================================================*/
.clear {clear: both;}
span.clear {display: block;}
img.left {float: left;}
img.right {float: right;}
img.left, 
img.right {clear: none;}

/*=============================================== Basic Typography */
html {font-family: helvetica,arial,verdana,"microsoft sans serif",sans-serif;}
/* html {font-family: Georgia, Times, "Times New Roman",serif;} */
.type { font-size: 1.2em; line-height: 1.6em; }
.type h1 { font-size: 1.6em; }
.type h2 { font-size: 1.5em; }
.type h3 { font-size: 1.4em; }
.type h4 { font-size: 1.3em; }
.type h5 { font-size: 1.2em; }
.type h6 { font-size: 1em; }

/*=================================================================
                                           HEADER REGION

Remember to style the slogan if it specified in the template. You
can style it using the #header p.site-slogan CSS selector.
=================================================================*/
#header img.site-logo {display: none;}
#header p.site-name {position: absolute;}
.front #header p.site-name,
#header p.site-name a {
    background: url(images/header_h1.png);
    height: 0 !important; 
    line-height: 1;
    margin: 0;
    overflow: hidden !important;
    padding-top: 122px; /* Insert actual height of background image:  */ 
    width: 401px;
    position: absolute;
    top: 0; 
    left: 584px;
}
#header p.site-name a {display: block;}
#header {
    background: url(images/header.png);
    height: 454px;
    width: 985px;
} 
/*=================================================================
                                           PRIMARY REGION
=================================================================*/
#primary .inside {padding: 0px 50px 10px 50px;}
#primary .breadcrumb {display: none;}
#primary a {}
#primary a:visited {}
#primary a:hover {}
#primary img {display: block;}
#primary .content p img {display: inline;}
#primary h1.page-title {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;   
} 
#primary h2 {}
#primary h3 {}
#primary h4 {}
#primary .view-visitor-center .view-content ul li {list-style: none;}


/*=================================================================
                            COMMON SECONDARY & TERTIARY STYLES
=================================================================*/

/*=================================================================
                                        SECONDARY REGION
=================================================================*/
#secondary .block {}
#secondary a {}
#secondary a:visited {}
#secondary a:hover {}
#secondary img {display: block;}
#secondary h2.block-title {}
#secondary h3 {}
#secondary h4 {}
#secondary #block-block-1 { 
    padding-left: 100px;
    height: 155px;
}
#secondary #block-block-1 ul {
    float: left;
}
/*=================================================================
                                        TERTIARY REGION
=================================================================*/

/*=================================================================
                                        FOOTER REGION
=================================================================*/
/* main nav */
.ns-credit {
    position: absolute;
    right: -10px
    bottom: 0px;
}
#googleadds {
    position: absolute;
    left: 260px;
    bottom: 100px;
}
#footer .copyright {
    text-align: center;
}
#block-menu-2 {    
    position: absolute;
    top: 59px;
    left: 49px;
    width: 163px;
}        
#block-menu-2 ul, #block-menu-2 li {padding: 0; margin: 0; list-style: none;}
#block-menu-2 li a {
    display: block;
    background: url(images/block-menu-2.jpg);
    overflow: hidden !important;
    width: 163px;
    height: 0px !important;
}
#block-menu-2 li.menu-55 a {padding-top: 22px; background-position: 0 0;} 
#block-menu-2 li.menu-56 a {padding-top: 26px; background-position: 0 -22px;}
#block-menu-2 li.menu-57 a {padding-top: 24px; background-position: 0 -47px;}
#block-menu-2 li.menu-58 a {padding-top: 24px; background-position: 0 -70px;}
#block-menu-2 li.menu-59 a {padding-top: 25px; background-position: 0 -95px;}
#block-menu-2 li.menu-60 a {padding-top: 23px; background-position: 0 -122px;}
#block-menu-2 li.menu-61 a {padding-top: 24px; background-position: 0 -145px;}
#block-menu-2 li.menu-62 a {padding-top: 27px; background-position: 0 -168px;}
#block-menu-2 li.menu-63 a {padding-top: 24px; background-position: 0 -196px;}
#block-menu-2 li.menu-64 a {padding-top: 26px; background-position: 0 -218px;}
#block-menu-2 li.menu-65 a {padding-top: 23px; background-position: 0 -239px;}
/*  DO NOT FORGET TO CHANGE THE YEAR AND CLIENT IN THE PAGE.TPL !!! */
#footer p.copyright,
#bottom p.copyright {font-size: 10px;} 

/*  DO NOT FORGET TO CHANGE THE LINK TEXT AND TITLE ATTRIBUTE !!! 
        You also might have to move the credit logo inside the footer 
        in the page.tpl, depending on the layout
*/
#footer .ns-credit a,
#bottom .ns-credit a {
    display: block;
    width: 193px;
    height: 0 !important;
    overflow: hidden !important;
    padding-top: 63px;
    background: url(images/admin/ns-credit.png);
    float: right;
    position: relative;
    left: -50px;
}