@charset "utf-8";
/* CSS Document for Snipe Chandrahasen LLP */

/* Make everything have 0 padding and 0 margin by default */
*
{
    margin: 0px;
    padding: 0px;
}

/* Fix for IE bug with column overflowing into footer - "Holy Grail" */
* html body
{
    overflow: hidden;
}

/* Fix for IE bug with column overflowing into footer - "Holy Grail" */
* html #footer-wrapper
{
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    background-color: #004160;         /* Same as body background */
}

/* IE6 3 colmun layout Fix - "Holy Grail" */
* html #left
{
     /* left: 220px; */         /* Right Column width */
}

/* This is part of the 3 column layout holy grail */
body
{
    /* min-width: 660px; */  /* 2x LC width + RC width */
    min-width: 1024px;
    background-color: #004160;
}

/* For debug purposes */
.border
{
    border:solid;
    border-width:1px;
}

.bullet
{
    list-style-image: url(../images/bullet.png);
    list-style-position: outside;
    font-size: 14px;
    font-family: "Century Gothic", Verdana;
    margin-left: 30px;
}

/* Center column for the "Holy Grail" 3-column layout */
#center
{
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 35px;
    width: 584px;
}

#container-wrapper
{
    background-color: #E6E6E6;
}

/* Container that holds the 3 colmuns in the "Holy Grail" 3 colum layout */
#container
{
    min-height: 355px;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;      /* Maintain even colmun heights */
    padding-left: 220px;   /* Left Column width */
    padding-right: 220px;  /* Right Column width */
    position:relative;     /* IE7 Height fix */
    width: 584px;
}

/* Another IE6 fix */
#container > #left
{
    left: -246px;             /* -(LC fullwidth + CC padding) */
}

/* Columns within the container for the "Holy Grail" 3 colum layout */
#container .column
{
    float: left;
    margin-bottom: -20000px;  /* Maintain Column Heights, X */
    padding-bottom: 20000px;  /* Maintain Column Heights, X + padding-bottom */
    position: relative;
}

/* The footer in the "Holy Grail" 3 colum layout */
#footer
{
    clear: both;
    position: relative;       /* Maintain Column Heights */
    background-color: #004160;
    min-height: 160px;
    height: 100%;
    width: 100%;
}

.footer_menu
{
    color: #FFFFFF;
    list-style-type: none;
    font-size: 13px;
    font-family: "Century Gothic", Verdana;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
}

.footer_menu_item
{
    display: inline;
}

.footer_menu_item_link
{
    color: #FFFFFF;
    text-decoration: none;
}

/* Layout for the logo and the menu tabs */
#header
{
    background-color: #FFFFFF;
    height: 200px;
    width: 100%;
}

/* underlying basics that appear in all headings and normal text */
.heading_basics
{
    font-family:"Century Gothic", Verdana;
    margin-top:0px;
    text-align:left;
}

/* for homepage intro paragraph only */
h1
{
    color:#000000;
    font-size:25px;
    font-weight:normal;
    line-height:34px;
}

/* Main Headings */
h2
{
    color:#007CC3;
    font-size:20px;
    font-weight:bold;
    line-height:27px;
    margin-bottom:5px;
}

/* Secondary Headings */
h3
{
    color:#000000;
    font-size:18px;
    font-weight:bold;
    line-height:27px;
    margin-bottom:10px;
}

h4
{
    color:#004160;
    font-size:14px;
    font-weight:normal;
    line-height:21px;
    margin-bottom:4px;
}

.home_background
{
    background-image:url(../images/WindTurbine.png);
    height: 390px;
    width: 1024px;
}

hr
{
    background-color: #BCCDD5;
    border: 1px solid #BCCDD5;
    color: #BCCDD5;
    width: 100%;
}

/* Container that holds the 3 colmuns in the "Holy Grail" 3 colum layout */
#left
{
    /* left: 220px; */        /* RC Fullwidth for IE6 */
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 35px;
    right: 246px;        /* LC fullwidth + CC padding */
    margin-left: -100%;
    width: 200px;        /* LC fullwidth - padding */
}

/* Left Menu list */
.left_menu
{
    background-color: #E6E6E6;
    list-style-position: inside;
    list-style-type: none;
    width: 180px;
}

.left_menu_heading
{
    background-color: #E6E6E6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B3B3B3;
    color: #004160;
    font-family:"Century Gothic", Verdana;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: 0px;
    width: 170px;
}

.left_menu_item
{
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B3B3B3;
    padding-left:15px;
    width: 165px;
}

/* apply this to the <a> in a <li> in a <ul> with the left_menu class */
ul.left_menu li a
{
    color: #007CC3;
    display:block;
    font-family:"Century Gothic", Verdana;
    font-size: 13px;
    padding-bottom:8px;
    padding-top:8px;
    text-decoration: none;
}

#left_menu_item_current
{
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B3B3B3;
    padding-left:15px;
    width: 165px;
}

ul.left_menu li#left_menu_item_current a
{
    color: #007CC3;
    display:block;
    font-family:"Century Gothic", Verdana;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.logo
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
}

/* Navy bar at the top */
#navy_bar
{
    background-color: #004160;
    height: 20px;
    width: 100%;
}

/* Navy bar at the bottom */
.navy_bar_bottom
{
   /*position:absolute;*/
   bottom:0;
   width:100%;
   height:100%;   /* Height of the footer */
   background:#6cf;
}

/* Body Text or Nornal Text */
.normal
{
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.normal a
{
    color: #007CC3;
    text-decoration: none;
}

.normal a:hover
{
    text-decoration: underline;
}

.people
{
    padding-top: 35px;
}

.resource_image
{
    width: 120px;
    height: 62px;
    border: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
}

/* Right column definition - "Holy Grail" */
#right
{
    width: 200px;          /* RC width */
    padding-left: 0px;
    padding-right: 20px;   /* RC padding */
    margin-right: -246px;  /* RC Full Width + CC padding */
}

.right_image
{
    clear: both;
    position:absolute;
}

.right_image2
{
    clear: both;
    position:absolute;
    height:335px;
    width:190px;
}


.service_item
{
    padding-bottom: 10px;
}

.service_item_first
{
    padding-bottom: 10px;
    padding-top: 7px;
}

.services_list
{
    clear: both;
    list-style-image: url(../images/bullet.png);
    list-style-position: outside;
    font-size: 14px;
    font-family: "Century Gothic", Verdana;
    margin-left:10px;
    position: relative;
    width: 180px;
}

.services
{
    color: #007CC3;
    display:block;
    text-decoration: none;
}

.tab a
{
    background-image:url(../images/tab_normal.png);
    color:#FFFFFF;
    display:block;
    float:left;
    font-family:"Century Gothic", Verdana;
    font-size:13px;
    height:38px;
    line-height:34px;
    margin-left:1px;
    text-align:center;
    text-decoration:none;
    /* added width 120px so the tabs didn't bunch up to the left 30/10/09*/
    width:120px;
}

.tab a:hover
{
    background-image:url(../images/tab_over.png);
    color:#FFFFFF;
    display:block;
    float:left;
    font-family:"Century Gothic", Verdana;
    font-size:13px;
    height:38px;
    line-height:34px;
    margin-left:1px;
    text-align:center;
    text-decoration:none;
    width:120px;
}

.tabLogin a
{
    background-image:url(../images/tab_login_normal.png);
    color:#FFFFFF;
    display:block;
    float:left;
    font-family:"Century Gothic", Verdana;
    font-size:13px;
    height:38px;
    line-height:34px;
    margin-left:8px;
    text-align:center;
    text-decoration:none;
    /* added width 120px so the tabs didn't bunch up to the left 30/10/09*/
    width:120px;
}

.tabLogin a:hover
{
    background-image:url(../images/tab_login_over.png);
    color:#FFFFFF;
    display:block;
    float:left;
    font-family:"Century Gothic", Verdana;
    font-size:13px;
    height:38px;
    line-height:34px;
    margin-left:8px;
    text-align:center;
    text-decoration:none;
    width:120px;
}

#tab_bar
{
    height:38px;
    margin-left:auto;
    margin-right:auto;
    margin-top:36px;
    position:relative;
    /* width:847px; */
    /* width:848px; */       /* Forced to increase by 1px for IE6 bug */
    width:975px;  /* Forced to increase by 1px for IE6 bug + Client Login Tab */
}

#tab_bar_bottom
{
    /* background-image:url(../images/tab_bar_bottom.png); */
	background-image:url(../images/tab_bar_bottom_v2.png);
    height:30px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    position:relative;
    /* width:847px; */
	/* width: 984px; */
	width: 975px; 
}

/* Tab button that you are currently on */
.tab_select
{
    background-image:url(../images/tab_select.png);
    color:#007CC3;
    display:block;
    float:left;
    font-family:"Century Gothic", Verdana;
    font-size:13px;
    font-weight:bold;
    height:38px;
    line-height:34px;
    margin-left:1px;
    text-align:center;
    text-decoration:none;
    width:120px;
}

.text_copyright
{
    color:#FFFFFF;
    font-family:"Century Gothic", Verdana;
    font-size:10px;
    text-align:center;
}
