/****** IMPORT ******/

@import "menu.css";
@import "menu-side.css";
@import "bottom-panels.css";

/****** NORMAL STUFF ******/

html {
    /* Always show a scrollbar for short pages. non-ie browsers */
    height: 100%; margin-bottom: 1px;
    /* IE hack */
    font-size: 100%; text-align: center;
}

body {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    background: #F5F5F5 url('../img/backgrounds/main_page_background.jpg') top repeat-x;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #646466;
}

input {
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    background-color: #FFF;
}

a:focus{
    outline: none;
}

a img:focus{
    outline:none;
}
/****** MAIN CONTAINER ******/

#main_container {
    width: 942px;
    margin: 0px auto 0px auto;
    text-align: left;
}

/****** MAIN HEADER ******/

#header {
    height: 155px;
}

#header .top {
    height: 135px;
}

#header .top .left {
    width: 180px;
    float: left;
}

#header .top .left img {
    margin-top: 30px;
    border: 0px;
}

#header .top .right {
    width: 762px;
    float: right;
}

#header .top .right .top {
    width: 762px;
    height: 50px;
}

#header .top .right .bottom {
    width: 762px;
    height: 85px;
}

#header .bottom {
    height: 20px;
}

/****** MAIN HEADER - SEARCH SECTION ******/

#searchsection {
    width: 450px;
    height: 50px;
    float: right;
}

#searchsection .searchsection-left {
    width: 230px;
    height: 36px;
    float: left;
    padding-top: 14px;
}

#searchsection .searchsection-right form, input {
    padding: 0px;
    margin: 0px;
    vertical-align: middle;

}

#searchsection .searchsection-right {
    width: 204px;
    height: 37px;
    background-image: url(../img/header/searchbox-background.jpg);
    float: right;
    padding-top: 13px;
    padding-left: 16px;
}

#searchsection .searchsection-right .searchsection-right-text {
    width: 150px;
    height: 18px;
    border-left: 1px #B7B7B7 solid;
    border-top: 1px #B7B7B7 solid;
    border-right: 1px #E1E1E1 solid;
    border-bottom: 1px #E1E1E1 solid;
    padding-top: 2px;
    padding-left: 4px;
    margin-right: 6px;
}

#searchsection .searchsection-right .searchsection-right-button {
    width: 25px;
    height: 25px;
    background-image: url(../img/header/searchbox-button.jpg);
    border: 0px;
    margin-top: 1px;
}

/****** NEEDED FOR SQUIGLYBOB ERROR ******/

/****** MAIN BREADCRUMB ******/

#breadcrumb {
    height: 30px;
    margin-bottom: 10px;
}

#breadcrumb .left{
    width: 600px;
    height: 30px;
    float: left;
    color: #666666;
    overflow: hidden;
}

#breadcrumb .left p {
    text-decoration: none;
    font-weight: normal;
    margin: 0px;
    padding-top: 8px;
    font-size: 13px;
}

#breadcrumb .left p a {
    text-decoration: none;
    font-weight: bold;
    color: #669ACC;
	background-color: transparent;
}

#breadcrumb .right{
    width: 300px;
    float: right;
    text-align: right;
    font-style: italic;
}

#breadcrumb .right .bit_image a{
    width: 105px;
    height: 30px;
    margin-left: 9px;
    text-align: right;
    font-style: italic;
    float: left;
    background-image: url(/img/breadcrumb/we-can-help-button.jpg);
}

#breadcrumb .right .bit_text {
    width: 185px;
    text-decoration: none;
    font-weight: normal;
    margin: 0px;
    padding-top: 7px;
    font-size: 13px;
    text-align: right;
    float: left;
}

/****** MAIN BODY ******/

#content {
    min-height: 400px;
    margin-bottom: 0px;
    border: 1px #DDDDDD solid;
    background-color: #FFFFFF;
    overflow: visible;
        width:99.8%;
}

/****** MAIN BODY - BANNER******/

#content #banner {
    height: 250px;
    margin-bottom: 10px;
    float:left;
    overflow: hidden;
    width:100%;
}

#content #banner .left { /* need to take some off here as added padding */
    height:176px;
    width:340px;
    float:left;
    padding: 37px;
    background-color: #DC002E;
    overflow: hidden;
}
.banner-image{
    background-repeat: no-repeat;
    background-position:right top;
    overflow: hidden;
}
#content #banner .left .heading { /* need to take some off here as added padding */
    height: 68px;
    margin: 0px 0px 30px 0px;
    line-height: 42px;
    color: #FFFFFF;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: normal;
    text-shadow: #333333 0px -1px 1px;
	background-color: transparent;
}

#content #banner .left p, h2 { /* need to take some off here as added padding */
    line-height: 28px;
    color: #FFFFFF;
    background-color: transparent;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

#content #banner .right {
    height: 250px;
    text-align: left;
    width:300px;
}

/****** MAIN BODY - CONTENT - COMMON STYLES ******/

#column-main h1 {
    margin: 0px 0px 32px 0px;
    padding: 0px;
    font-size: 32px;
    font-weight: normal;
    font-smooth: always;
    color: #DC002E;
    background-color: transparent;
}

#column-main h2 {
    margin: 22px 0px 22px 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: normal;
    font-smooth: always;
    color: #DC002E;
    background-color: transparent;
    line-height: 1.2em;
}

#column-main h3 {
    margin: 40px 0px 18px -1px;
    padding: 0px;
    font-size: 21px;
    font-weight: normal;
    font-smooth: always;
    color: #DC002E;
    background-color: transparent;
    line-height: 1.2em;
    overflow: visible;
}

#column-main p {
    font-size: 13px;
    font-smooth: always;
}

#column-main p.introduction {
    font-size: 16px;
    font-smooth: always;
    line-height: 1.6em;
}

#column-main .handwriting {
    font-family: 'Annie Use Your Telescope', cursive !important;
	font-size: 24px;
    font-smooth: always;
	
}


/****** MAIN BODY - CONTENT - TESTIMONIALS BOX *******/

#column-main .testimonials-box {
    width: 198px;
    border-radius: 6px;
    background-color: #F0F0D7;
    padding: 20px 20px 20px 22px;
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#column-main .testimonials-box .quotemark{
    width: 34px;
    height: 27px;
    background: url(../img/testimonials/quote-mark-red.jpg) no-repeat;
    margin: 0px 16px 12px 0px;
    float: left;

}

#column-main .testimonials-box p {
    display: inline;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #646466;
    background-color: transparent;
    line-height: 1.5em;
}

#column-main .testimonials-box p.footer {
    margin: 0px;
    padding: 0px;
    display: block;
    font-weight: normal;
    margin-top: 8px;
}

#column-main .testimonials-box a {
    margin: 0px;
    padding: 0px;
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #6699CC;
    background-color: transparent;
}

/****** MAIN BODY - CONTENT - COLUMN LAYOUTS ******/

#content #layout-full {
    margin: 0px;
    padding: 0px;
}

#content #layout-full #column-main{
    margin: 0px;
    padding: 4px 0px 10px 32px;
	overflow: auto;
	overflow-x: hidden;
}

/****** MAIN BODY - CONTENT - COLUMN LAYOUTS ******/

#content #layout-2-column {
    margin: 0px;
    padding: 0px;
}

#content #layout-2-column #column-main {
    width: 60%;
    padding: 22px 36px 36px 36px;
    float: left;
    font-smooth: always;
	overflow: auto;
	overflow-x: hidden;
}

#content #layout-2-column #column-sidebar {
    width: 290px;
    padding-top: 4px;
    padding-right: 10px;
    float: right;
    margin-right: 0px;
    overflow: visible;
}

/****** MAIN BODY - CONTENT - COLUMN LAYOUTS ******/

#content #layout-2-column-blog {
    margin: 0px;
    padding: 0px;
}

#content #layout-2-column-blog #column-main {
    width: 558px;
    padding: 14px 36px 36px 36px;
    float: left;
}

#content #layout-2-column-blog #column-sidebar {
    width: 290px;
    padding-top: 14px;
    padding-right: 10px;
    float: right;
    margin-right: 0px;
}

/****** MAIN BODY - RIGHT NAVIGATION ******/

#content #sidebar {
    width: 200px;
    height: 300px;
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px #DDDDDD solid;
    background-color: #FFFFFF;
}

/****** MAIN BODY - SHARE BAR ******/

#sharebar {
    height: 16px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px #DDDDDD solid;
    border-top: 0px;
    background-color: #FFFFFF;
}

#sharebar .left {
    width: 300px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #669ACC;
    background-color: transparent;
    cursor: pointer;
}

#sharebar .left a {
    color: #669ACC;
    background-color: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

#sharebar .right {
    width: 300px;
    float: right;
    text-align: right;
}

/****** MAIN BODY - KNOW MORE BAR ******/

#knowmore {
    min-height: 200px;
    padding: 20px;
    margin-bottom: 0px;
    border: 1px #DDDDDD solid;
    border-top: 0px;
    background-color: #FFFFFF;
}

#knowmore .heading {
    color: #646466;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

#knowmore p {
    color: #646466;
    background-color: transparent;
    line-height: 1.6em;
}

#knowmore a {
    font-style: italic;
    font-weight: normal;
    color: #646466;
    background-color: transparent;
}

#knowmore .left {
    width: 300px;
    float: left;
    font-style: normal;
}

#knowmore .left a {
    color: #669ACC;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

#knowmore .right {
    width: 300px;
    float: right;
}

#knowmore .container {
    margin-left: auto;
    margin-right: auto;
}



/****** MAIN FOOTER ******/

#footer {

    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0px;
    border: 1px #666666 solid;
    font-weight: normal;
    color: #ffffff;
    min-height: 36px;
    font-size: 13px;
    background-color: #646466;
}

#footer .col1 {
    width: 260px;
    float: left;
    padding: 0px;
    text-align: left;
    margin-right: 60px;
    margin-top: 10px;
}

#footer .col2 {
    width: 300px;
    float: left;
    margin-top: 10px;
}

#footer .col2 a {
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    margin-right: 20px;
    text-decoration: none;
}

#footer .col3 {
    width: 240px;
    float: right;
    text-align: right;
    vertical-align: middle;
    margin-top: 8px;
}

#footer .col3 .textbit {
    width: 120px;
    height: 25px;
    float: left;
    padding-top: 2px;
    padding-right: 6px;
    text-align: right;
}

#footer .col3 img {
    margin-top: -3px;
    margin-left: 6px;
    border: 0px;
}

/****** FORM BITS ******/

select {
    padding: 2px 2px 4px 2px;
    color: #646466; 
    background-color: #FFF;
}	

/****** LINES ******/

.line_dashed {
    border-bottom: 1px #DDDDDD dashed;
}

/****** MISC BITS ******/

.corporate_red {
    color: #DC002C;
    background-color: transparent;
}

.link {
    text-decoration: none;
    font-weight: bold;
    color: #669ACC;
    background-color: transparent;
}


/* used to spacing if no sharebar present. */

.blankbar {
    margin-bottom: 20px;
}

.spacer {
    clear: both;
}

#banner h2{
    color:#FFF;
    background-color: transparent;
    font-weight:normal;
    line-height: 1.6em;
}


/* Bit of random stuff */
.searchbox{
    background:#F0F0D6;
}
.searchbox input[type=text]{
    padding:4px;
    margin-left:35px;
}
.searchbox input[type=submit]{
    background: url(../img/backgrounds/search-button.png);
    width:25px;
    height:25px;
    border:0 none;
    padding:0;
    margin:0;
    cursor:pointer;
    margin-left:10px;
}
