﻿
/* PHUTURE DESIGN 2010 */
/* reset all defaults with wildcard selector */
*
{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}
* focus
{
    outline: none;
    margin: 0;
    padding: 0;
}

/* HTML tags */

html, body
{
    font-size: 100%;
    font-family: arial, verdana, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/* aspnet auto form */
form
{
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

/* display block for firefox or dissapear */
hr
{
    width: 95%;
    color: #4e5053;
    background-color: #4e5053;
    height: 1px;
    border: 0;
    margin: 5px 10px 5px 10px;
    display: block;
    clear: both;
}

/* keep superscript and subscript text from breaking the line-spacing */
sub
{
    position: relative;
    font-size: 0.8em;
    vertical-align: baseline;
    bottom: 0.00em;
}
sup
{
    position: relative;
    font-size: 0.8em;
    vertical-align: baseline;
    bottom: 0.25em;
}

/* iframe for add this bookmarks */
iframe
{
    width: 0;
    border: 0;
}
iframe html, iframe body
{
    border: 0;
    margin: 0 !important;
}
iframe div
{
    height: 0;
    margin: 0;
    padding: 0;
}

/* flash */
object
{
    margin: 0;
    padding: 0;
    border: 0;
}

/* form highlights */
input:hover, input:focus
{
    border-color: #1eff00 !important;
}
textarea:hover, textarea:focus
{
    border-color: #1eff00 !important;
}

fieldset
{
    padding: 15px;
    border: 1px solid #6699CC;
}
legend
{
    color: #6699CC;
    padding: 5px 3px 10px 3px;
    font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DEFAULT LINKS STYLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a, a:link
{
    color: #1eff00;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
    color: #1eff00;
    text-decoration: none;
}
a:hover
{
    color: #1eff00;
    text-decoration: underline;
}
a:focus
{
    color: #1eff00;
    text-decoration: underline;
}
a:active
{
    color: #1eff00;
    text-decoration: underline;
}

a.no-bg:hover
{
    background-color: Transparent;
}
a.no-bg:focus
{
    background-color: Transparent;
}
/* generic disabled */
a.disabled:hover, a.disabled:focus, a.disabled:active
{
    color: Gray !important;
    text-decoration: none !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
    border: 0;
}
img.border
{
    border: 1px solid #6699CC !important;
}
img.no-border
{
    border: 0 !important;
}

img.float-left-margin
{
    border: 1px solid #6699CC !important;
    float: left;
    margin: 0 10px 10px 0;
}
img.float-left-margin-5
{
    border: 1px solid #6699CC !important;
    float: left;
    margin: 0 5px 10px 0;
}
img.float-left-margin-5-noborder
{
    border: 0 !important;
    float: left;
    margin: 0 5px 10px 0;
}
img.float-left-margin-0-noborder
{
    border: 0;
    float: left;
    margin: 0 0 10px 0;
}
img.float-left-margin-noborder
{
    border: 0;
    float: left;
    margin: 0 10px 10px 0;
}

img.float-right-margin
{
    border: 1px solid #6699CC !important;
    float: right;
    margin: 0 0 10px 10px;
}
img.float-right-margin-noborder
{
    border: 0;
    float: right;
    margin: 0 0 10px 10px;
}
img.float-right-margin-border
{
    border: 2px solid #6699CC !important;
    float: right;
    margin: 0 0 10px 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS  - CHECK FONT SIZE FOR RESIZING TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1, h2, h3, h4, h5, h6
{
    color: #6699CC;
    font-weight: bold;
}
h1
{
    font-size: 1.4em;
    margin: 10px 10px 5px 10px;
    width: 70%;
    display: inline;
    border: 0;
    float: left;

}
h2
{
    font-size: 1.3em;
    margin: 5px 10px 5px 10px;
}
h3
{
    font-size: 1.0em;
    margin: 10px 10px 5px 10px;
}
h4
{
    font-size: 0.9em;
    margin: 5px 10px 10px 10px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

###############	CONTAINERS START HERE   #######################

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/





/* #######  POSITION PROPERTY #########
absolute = Generates an absolutely positioned element, positioned relative to the first PARENT ELEMENT that has a position other than static. 
    The element's position is specified with the "left", "top", "right", and "bottom" properties
fixed = Generates an absolutely positioned element, positioned relative to the BROWSER window. 
    The element's position is specified with the "left", "top", "right", and "bottom" properties
relative = Generates a relatively positioned element, positioned relative to its normal position, 
    so "left:20" adds 20 pixels to the element's LEFT position
static = Default. No position, the element occurs in the normal flow (ignores any top, bottom, left, 
    right, or z-index declarations)
inherit = Specifies that the value of the position property should be inherited from the parent element */

/* ############# master div that holds everything in place ############## */
div#wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    width: 100%;
    border: 0;
    padding: 0;
    background-color: Transparent;
}


/* HEADER */
div#header
{
    z-index: 100;
    height: 110px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #010a5f;
    border-bottom: 1px solid #010a5f;
    background: #fff url('../../Images/Header_Shadow.png') repeat-x scroll 0% 103%;
}

/* align content relative to this container - same width as main content area */
div#header-content
{
    height: 100%;
    width: 970px;
    margin: 0 auto 0 auto;
    padding: 0;
    border: 0;

}

/* logo */
div#header-content div#logo-holder
{
    float: left;
    z-index: 1;
    margin: 10px;
    padding: 0;
    width: 144px;
    height: 90px;
    border: 0;
}

div#header-content div#logo-holder img.logo
{
    margin: 0 0 10px 0;
    border: 0;
    width: 144px;
    height: 90px;
}


/* container to hold PD buttons */

div#navigation
{
    position: relative;
    float: right;
    border: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 70%;
}
div#navigation a.mainnav
{
    display: none;
}
div#navigation ul.top-nav
{
    height: 99%;
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}
/* HIDE hyperlink text with text-indent */
div#navigation ul.top-nav li
{
    text-indent: -9999px;
    border: 0;
    display: inline;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    width: auto;
}
/* links need to fill height of header with graphic - must be DISPLAY:BLOCK */
div#navigation ul.top-nav li a, div#navigation ul.top-nav li a:link
{
    border: 0;
    display: block;
    float: left;
    width: 87px;
    height: 97px;
    color: #000;
    font-size: 0.95em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

/*#### all buttons hover move bg gfx down to show different button######## */
div#navigation ul.top-nav li a:hover, div#navigation ul.top-nav li a:focus
{
    background-position: 0 -200px !important;
}

/* ### states for each button ### */
/* white */
div#navigation ul.top-nav li a.home
{
    background: url('../../Images/Buttons/NavButtonStatesHome.png') no-repeat 0 0;
}
/* blue and orange */
div#navigation ul.top-nav li a.home-selected
{
    background: url('../../Images/Buttons/NavButtonStatesHome.png') no-repeat 0 -98px;
}
div#navigation ul.top-nav li a.home:active
{
    background: url('../../Images/Buttons/NavButtonStatesHome.png') no-repeat 0 -98px;
}

/* white */
div#navigation ul.top-nav li a.phuture
{
    background: url('../../Images/Buttons/NavButtonStatesPhuture.png') no-repeat 0 0;
}
/* blue and orange */
div#navigation ul.top-nav li a.phuture-selected
{
    background: url('../../Images/Buttons/NavButtonStatesPhuture.png') no-repeat 0 -98px;
}
div#navigation ul.top-nav li a.phuture:active
{
    background: url('../../Images/Buttons/NavButtonStatesPhuture.png') no-repeat 0 -98px;
}

/* white */
div#navigation ul.top-nav li a.services
{
    background: url('../../Images/Buttons/NavButtonStatesServices.png') no-repeat 0 0;
}
/* blue and orange */
div#navigation ul.top-nav li a.services-selected
{
    background: url('../../Images/Buttons/NavButtonStatesServices.png') no-repeat 0 -98px;
}
div#navigation ul.top-nav li a.services:active
{
    background: url('../../Images/Buttons/NavButtonStatesServices.png') no-repeat 0 -98px;
}

/* white */
div#navigation ul.top-nav li a.clients
{
    background: url('../../Images/Buttons/NavButtonStatesClients.png') no-repeat 0 0;
}
/* blue and orange */
div#navigation ul.top-nav li a.clients-selected
{
    background: url('../../Images/Buttons/NavButtonStatesClients.png') no-repeat 0 -98px;
}
div#navigation ul.top-nav li a.clients:active
{
    background: url('../../Images/Buttons/NavButtonStatesClients.png') no-repeat 0 -98px;
}

/* white */
div#navigation ul.top-nav li a.contact
{
    background: url('../../Images/Buttons/NavButtonStatesContact.png') no-repeat 0 0;
}
/* blue and orange */
div#navigation ul.top-nav li a.contact-selected
{
    background: url('../../Images/Buttons/NavButtonStatesContact.png') no-repeat 0 -98px;
}
div#navigation ul.top-nav li a.contact:active
{
    background: url('../../Images/Buttons/NavButtonStatesContact.png') no-repeat 0 -98px;
}

/* CMS buttons */
div#navigation ul.top-nav li a.portal
{
    background: url('../../Images/Buttons/NavButtonStatesPortal.png') no-repeat 0 0;
}
/* blue and orange */
div#navigation ul.top-nav li a.portal-selected
{
    background: url('../../Images/Buttons/NavButtonStatesPortal.png') no-repeat 0 -98px;
}
div#navigation ul.top-nav li a.portal:active
{
    background: url('../../Images/Buttons/NavButtonStatesPortal.png') no-repeat 0 -98px;
}

/* white */
div#navigation ul.top-nav li a.news
{
    background: url('../../Images/Buttons/NavButtonStatesNews.png') no-repeat 0 0;
}
/* blue and orange */
div#navigation ul.top-nav li a.news-selected
{
    background: url('../../Images/Buttons/NavButtonStatesNews.png') no-repeat 0 -98px;
}
div#navigation ul.top-nav li a.news:active
{
    background: url('../../Images/Buttons/NavButtonStatesNews.png') no-repeat 0 -98px;
}

/* ### end buttons ### */

/* shadow above header - 8px high graphic */
div#header-shadow-top
{
    z-index: 98;
    height: 8px;
    width: 100%; /*position: absolute; top: 192px;*/
    z-index: 98;
    clear: both;
    overflow: hidden;
    background-image: url('../../Images/shadow_top.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: Transparent;
    margin: 0;
    padding: 0;
    border: 0;
}

/* shadow under header - 8px high graphic  - should be above flash */
div#header-shadow-bottom
{
    z-index: 98;
    height: 8px;
    width: 100%; /*position: absolute; top: 226px;*/
    z-index: 98;
    clear: both;
    overflow: hidden;
    background-image: url('../../Images/shadow_bottom.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: Transparent;
    margin: 0;
    padding: 0;
    border: 0;
}



/* #######################   MAIN CONTENT ##################################  */
/* main content holder  - transparent blue bg png  - width to match header pd and end of nav */
div#main-content-holder
{
    position: relative;
    width: 970px;
    z-index: 0;
    margin: -8px auto 0 auto;
    clear: both;
    border: 0;
    background: Transparent url('../../Images/FeatureBG.png') repeat-y 0 0;
    padding-bottom: 110px; /* height of sticky footer negative margins */
}



/* Flash feature banner */
div#main-content-holder div#flash-feature-holder
{
    z-index: 1;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 970px;
    height: 200px;
    background-color: Transparent;
    border: 0;
    text-align: center;
}
div#main-content-holder div#flash-feature-holder object.flash-feature
{
    border: 0;
    margin: 0 0 0 0;
    width: 960px;
    height: 200px;
}
div#main-content-holder div#flash-feature-holder img.flash-image
{
    border: 0;
    margin: 0;
    width: 960px;
    height: 200px;
}



/* #########  dark blue content area - transparent window for news HEIGHT PROBLEM DIV CLEAR BOTH NEEDED AFTER ############## */
div#main-content-holder div#main-content-area
{
    width: 100%;
    min-height: 380px;
    display: block;
    border: 0;
    background: url('../../Images/Main_Content_BG_window.png') no-repeat 0 0;
    padding: 0 0 15px 0;
    margin: 0 auto 0 auto;
    font-size: 0.9em;
}

div#main-content-holder div#main-content-area h2
{
    color: #6699CC;
    font-style: normal;
    padding: 10px 0 0 0 !important;
}
div#main-content-holder div#main-content-area h2 span
{
    color: #94b9d7 !important;
}

div#main-content-holder div#main-content-area p
{
    color: #fff;
    margin: 10px;
    padding: 0;
    font-size: 0.8em;
}

div#main-content-holder div#main-content-area ul
{
    margin: 5px 0 10px 10px;
    padding: 0;
    clear: both;
    font-size: 0.8em;
}
div#main-content-holder div#main-content-area ul li
{
    color: #fff;
    margin: 0;
    padding: 2px 0 2px 20px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-image: url('../../Images/Icons/bullet.gif');
    background-position: 0px 4px;
}

/* FLASH loop  */
div#main-content-holder div#main-content-area div#flash-loop-holder
{
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
    width: 100px;
    height: 100px;
    background-color: Transparent;
    border: 0;
    text-align: center;
}
div#main-content-holder div#main-content-area div#flash-loop-holder object.flash-loop
{
    border: 0;
    margin: 0 0 0 0;
    width: 100px;
    height: 100px;
}
div#main-content-holder div#main-content-area div#flash-loop-holder img.flash-loop
{
    border: 0;
    margin: 0 30px 0 0;
    width: 100px;
    height: 70px;
}

/* AJAX ACCORDION */
div.accordion-holder
{
    border: 0px solid #fff;
    margin: 10px;
    padding: 0;
    clear: both;
    color: #fff;
}
div.accordion-holder h3
{
    display: inline;
}
div.accordion-holder h3:hover, div.accordion-holder h3:focus
{
    text-decoration: underline;
    cursor: pointer;
}
div.accordion-holder .accordion-header
{
}
div.accordion-holder .accordion-selected
{
}


/* ########  left side ##################*/
div#main-content-holder div#main-content-area div#left-side
{
    position: relative;
    float: left;
    width: 35%;
    min-height: 350px;
    margin: 10px 10px 0 10px;
    padding: 0;
    border: 0;
}


/* contact page */
div#main-content-holder div#main-content-area div#left-side div#contact-left
{
    float: left;
    width: 45%;
    height: 100%;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
}

div#main-content-holder div#main-content-area div#left-side div#contact-right
{
    float: right;
    width: 50%;
    height: 100%;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
}

/* web form */
div#contact-right input.text-box, div#contact-right textarea.text-area
{
    padding: 5px;
    border: solid 1px #E5E5E5;
    color: #6699CC;
    outline: 0;
    margin: 0 5px 0 0;
    width: 200px;
    background: #FFFFFF url('../../Images/bg_form.png') left top repeat-x !important;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

div#contact-right textarea.text-area
{
    width: 200px;
    max-width: 200px;
    height: 150px;
    line-height: 150%;
}

div#contact-right input.text-box:hover, div#contact-right textarea.text-area:hover, div#contact-right input.text-box:focus, div#contact-right textarea.text-area:focus
{
    border-color: #1eff00;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

div#contact-right .form label
{
    margin-left: 10px;
    color: #999999;
}
div#contact-right .submit input
{
    width: auto;
    padding: 9px 15px;
    background: #6699CC;
    border: 0;
    font-weight: bold;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div#contact-right .submit input:hover, div#contact-right .submit input:focus
{
    cursor: pointer;
    color: #6699CC;
    background-color: #fff;
}

div.contact-error-message
{
    margin: 10px;
    padding: 0;
    color: Red;
    font-size: 0.8em;
}

/* ###### ajax modal popup ####### */
div.modal
{
    width: 350px;
    border: 3px solid #E3F2FB;
    padding: 5px;
    background-color: #0e3a51;
    color: #000;
    font-size: 0.75em;
}
div.modal h2
{
    margin: 5px 10px 5px 0 !important;
}
div.modal p
{
    margin: 5px 10px 5px 0 !important;
    font-size: 0.95em;
}
div.modal input.button
{
    width: auto;
    padding: 9px 15px;
    background: #6699CC;
    border: 0;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.modal input.button:hover, div.modal input.button:focus
{
    cursor: pointer;
}

div.modal iframe.google
{
    border: 0;
    width: 350px;
    height: 350px;
}
div.modal a.google-link
{
}

/* bg class */
.modal-bg
{
    background-color: #ddd;
    filter: alpha(opacity=70);
    opacity: 0.7;
}



/* ############  right side ############### */
div#main-content-holder div#main-content-area div#right-side
{
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
    min-height: 350px;
    margin: 10px 0 0 0;
    padding: 0;
    border: 0;
}

/*  ########   news container ###############  */
div#main-content-holder div#main-content-area div#news
{
    position: relative;
    float: right;
    width: 18%;
    margin: 10px 10px 0 0;
    padding: 0;
    border: 0;
}
div#main-content-holder div#main-content-area div#news h2
{
    color: #010a5f !important;
}

div#main-content-holder div#main-content-area div#news ul.news-list
{
    float: left;
    margin: 5px 5px 10px 0;
    padding: 0;
    clear: both;
    font-size: 0.8em;
}
div#main-content-holder div#main-content-area div#news ul.news-list li
{
    color: #000;
    margin: 0;
    padding: 0 0 20px 0;
    margin: 0;
    list-style-type: none;
    background-image: none !important;
    clear: both;
}
div#main-content-holder div#main-content-area div#news ul.news-list li a
{
    color: #000 !important;
}
div#main-content-holder div#main-content-area div#news ul.news-list li img.calendar
{
    float: left;
    margin: 0 5px 0 0;
}


/* put RSS in inheritance sequence to position relative to holder */
div#main-content-holder div#rss
{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 449px;
    right: 120px;
}
div#main-content-holder div#facebook
{
    width: 180px;
    height: 100px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 500px;
    right: 10px;
    background-color: #fff; /*--CSS3  rounded corners --*/
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -khtml-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

/* accessibility */
table.access
{
    border: 0;
    margin: 10px;
    padding: 0;
    width: 70%;
    font-size: 0.8em;
}
table.access th
{
    padding: 5px;
    font-weight: bold;
    background-color: #6699CC;
    border: 1px solid #94b9d7;
    color: #fff !important;
}
table.access td
{
    padding: 5px;
    border: 1px solid #94b9d7;
    color: #fff !important;
}
table.access td.key
{
    width: 15%;
}

/* accessibility/terms/privacy - tidy up long text */
div#copy-container
{
    margin: 0;
    padding: 0;
    width: 90%;
    border: 0;
}


/* site map - remove border on resource.axd */
div.sitemap img
{
    border: 0 !important;
}
div.sitemap table
{
    border: 0 !important;
    margin: 0 10px 10px 10px;
}
div.sitemap table td
{
    padding: 2px;
    font-size: 0.8em;
}




/* ######## STICKY FOOTER ############### */
div#footer
{
    position: relative;
    margin: -110px 0 0 0; /* negative value of footer height */
    height: 110px;
    width: 100%;
    clear: both;
    padding: 0;
    font-size: 0.85em;
    z-index: 50;
    border: 0;
    background: #fff url('../../Images/Footer_blue.png') repeat-x 50% 0%;
}

/* content div to keep alignment */
div#footer div#footer-content
{
    position: relative;
    width: 970px;
    height: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    border: 0;
}

/* CSS 3 curved corners */
/* # moz-border-radius-topleft  / -webkit-border-top-left-radius
# -moz-border-radius-topright / -webkit-border-top-right-radius
# -moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
# -moz-border-radius-bottomright / -webkit-border-bottom-right-radius */
div#footer div#footer-content div.curved-corner-1
{
    position: absolute;
    top: -15px;
    left: 20px;
    border: 0;
    background-color: Transparent;
    padding: 0;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div#footer div#footer-content div.curved-corner-1 h3
{
    color: #fff;
    /*background-color: #fff;*/
    padding: 0 5px 0 5px;
}

div#footer div#footer-content div.curved-corner-2
{
    position: absolute;
    top: -15px;
    left: 290px;
    border: 0;
    background-color: Transparent;
    padding: 0;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div#footer div#footer-content div.curved-corner-2 h3
{
    color: #fff;
    /*background-color: #fff;*/
    padding: 0 5px 0 5px;

}

div#footer div#footer-content div.curved-corner-3
{
    position: absolute;
    top: -15px;
    left: 550px;
    border: 0;
    background-color: Transparent;
    padding: 0;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div#footer div#footer-content div.curved-corner-3 h3
{
    color: #fff;
    /*background-color: #fff;*/
    padding: 0 5px 0 5px;

}

div#footer div#footer-content div.curved-corner-4
{
    position: absolute;
    top: -15px;
    left: 805px;
    border: 0;
    background-color: Transparent;
    padding: 0;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* add this bookmarks */
div#footer div#footer-content div.curved-corner-4 div#add-this-container
{
    border: 0;
    margin: 8px 10px 0 10px;
    padding: 0;
    z-index: 20;
}

/* footer links */
div#footer div#footer-content div#legal
{
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0;
    padding: 0;
    border: 0;
}
div#footer div#footer-content div#resources
{
    position: absolute;
    top: 30px;
    left: 300px;
    margin: 0;
    padding: 0;
    border: 0;
}
div#footer div#footer-content div#seo
{
    position: absolute;
    top: 30px;
    left: 560px;
    margin: 0;
    padding: 0;
    border: 0;
}

div#footer div#footer-content ul.footer
{
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
div#footer div#footer-content ul.footer li
{
    display: block;
    border: 0;
    padding: 2px 0 2px 20px;
    font-size: 0.8em;
    margin: 0;
    list-style-type: none;
    background-repeat: no-repeat;
    background-image: url('../../Images/Icons/bullet2.gif');
    background-position: 0px 4px;
    color: #010a5f;
}
div#footer div#footer-content ul.footer li a
{
    color: #6699CC;
}

div#footer div#footer-content div#phuture
{
    float: right;
    border: 0;
    margin: 30px 10px 0 0;
    padding: 5px;
    color: #000;
    text-align: right;
    font-size: 0.80em;
}
div#footer div#footer-content div#phuture a.phuture
{
    color: #6699CC;
    display: inline;
    padding: 3px 20px 3px 3px !important;
    background: transparent url('../../Images/Icons/fd.png') scroll no-repeat 100% 2px;
}


/* ########  CLEAR FIX ############  */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* phuture colour scheme */
.phuture-blue
{
    color: #6699CC;
}
.dark-blue
{
    color: #010a5f;
}
.blue
{
    color: #85AFD8;
}
.bg-blue
{
    color: #0e3a51;
}

.light-blue
{
    color: #A5C6E4;
}
.lighter-blue
{
    color: #C4DCEF;
}
.aqua-blue
{
    color: #E3F2FB;
}
.pale-blue
{
    color: #94b9d7;
}
.red
{
    color: Red;
}
.grey
{
    color: #4e5053;
}

.orange
{
    color: #FF5500;
}
.neon-green
{
    color: #1eff00;
}

.none
{
    display: none;
}
.block
{
    display: block;
}
.clear
{
    clear: both;
}
.clear-20
{
    display: block;
    clear: both;
    height: 20px;
    min-height: 20px;
    border: 0;
}

.inline
{
    display: inline;
}

.future-bold
{
    color: #6699CC;
    font-weight: bold;
}
.bold
{
    font-weight: bold;
}
.bold-large
{
    font-weight: bold;
    font-size: 1.1em;
}
.bold-larger
{
    font-weight: bold;
    font-size: larger;
}
.bold-blue
{
    color: #6699CC;
    font-weight: bold;
    font-size: 1.1em;
}
.bold-clear
{
    font-weight: bold;
    clear: both;
}

.italic
{
    font-weight: normal !important;
    font-style: italic !important;
}
.bold-italic
{
    font-weight: bold !important;
    font-style: italic;
}
.small-italic
{
    font-style: italic;
    font-size: smaller;
}


.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.float-right-inline
{
    float: right;
    display: inline !important;
}

.backgroundRed
{
    background-color: Red !important;
}
.red-bold
{
    color: Red;
    font-weight: bold;
}
.red-bold-centre
{
    color: Red;
    font-weight: bold;
    text-align: center;
}
.error-message
{
    color: Red !important;
    font-size: 0.8em !important;
    font-weight: bold;
}

.no-bg
{
    background-color: Transparent;
}
.white-space
{
    white-space: normal;
}

.transparent
{
    filter: alpha(opacity=50); /* IE's opacity*/
    -moz-opacity: 0.6;
    opacity: 0.6;
}
