/*
 Template Name: BusyBusiness
 File: Layout CSS
 Author: OS Templates
 Author URI: http://www.os-templates.com/
 Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(homepage.css);
@import url(featured_slide.css);
@font-face {
    font-family: 'BellGothicStdBold';
    src: url('../module/bellgothicstd-bold-webfont.eot');
    src: url('../module/bellgothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../module/bellgothicstd-bold-webfont.woff') format('woff'), url('../module/bellgothicstd-bold-webfont.ttf') format('truetype'), url('../module/bellgothicstd-bold-webfont.svg#BellGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {

    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'BellGothicStdBold';
    color: #777777;
    background-color: #FFFFFF;
}
img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}
p{
    text-align: justify;
}
.justify {
    text-align: justify;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.nostart {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.white {
    color: #fff;
    text-shadow: #6b86a2 0px 1px;
    font-size: 16px;
    font-weight: lighter
}
.clear {
    clear: both;
}
br.clear {
    clear: both;
    margin-top: -15px;
}
.spacer {
    height: 10px;
}
a {
    color: #8397A2;
    outline: none;
    text-decoration: none;
}
.fl_left {
    float: left;
}
.fl_right {
    float: right;
}
.imgl, .imgr {
    border: 1px solid #999999;
    padding: 5px;
}
.imgl {
    float: left;
    margin: 0 8px 8px 0;
    clear: left;
}
.imgr {
    float: right;
    margin: 0 0 8px 8px;
    clear: right;
}
/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
}
div.wrapper h1, div.wrapper h2, div.wrapper h4, div.wrapper h5, div.wrapper h6 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}
.col1 {
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
.col2 {
    color: #333;
    /*	background: url(../images/bg-header.png) center repeat-x #000;*/
    background: #333;
    box-shadow: #000 0px 0px 40px inset;
}

.article {
    padding:10px;
}
/* ----------------------------------------------Generalise-------------------------------------*/
#head {
    background: #fff;
}
#header {
    position: relative;
    margin: auto;
    padding: 10px 0px;
    display: block;
}
#header img {
    width: auto; 
    height: 81px;
}
#topbar, #header, #featured_slide, #homecontent, #breadcrumb, #container, #copyright, #content {
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 960px;
    /*    text-align: center;*/
}
/* ----------------------------------------------Header-------------------------------------*/

/* ----------------------------------------------Banner-------------------------------------*/

#banner {
    width: 960px;
    text-align: center;
    margin: auto;
    position: relative;
    height: 40px;
}

#banner h2 {
    font-family: 'TitilliumText22LBold';
    color: #ccc;
    text-align: left;
    padding-top: 5px;
    font-size: 24px;
}
#banner .content_txt p {
    color: #FFFFFF;
    padding: 0px 20px;
    letter-spacing: -1px;
    font-size: 24px;
}
#banner .content_txt a {
    color: #FDA015;
}
#banner .content_txt h3 {
    color: #d2e8f4;
    text-align: left;
    background: url("../images/double-arrow-bullet_light_banner.png") no-repeat left;
    padding-left: 18px;
}
/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb {
    padding: 20px 0;
}
#breadcrumb a {
    color: #FFFFFF;
    background-color: #A2B1B9;
}
#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#breadcrumb ul li {
    display: inline;
}
#breadcrumb ul li.current a {
    text-decoration: underline;
}
/* ----------------------------------------------Content-------------------------------------*/

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0 0 8px 0;
    color: #333;
    border-bottom: 1px solid #E7E6E6;
}
#content {
    display: block;
    float: left;
    width: 600px;
}
/* ------Comments-----*/

#comments {
    margin-bottom: 40px;
}
#comments .commentlist {
    margin: 0;
    padding: 0;
}
#comments .commentlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even {
    margin: 0 0 10px 0;
    padding: 15px;
    list-style: none;
}
#comments .commentlist li.comment_odd {
    color: #666666;
    background-color: #F7F7F7;
}
#comments .commentlist li.comment_odd a {
    color: #8397A2;
    background-color: #F7F7F7;
}
#comments .commentlist li.comment_even {
    color: #666666;
    background-color: #E8E8E8;
}
#comments .commentlist li.comment_even a {
    color: #8397A2;
    background-color: #E8E8E8;
}
#comments .commentlist .author .name {
    font-weight: bold;
}
#comments .commentlist .submitdate {
    font-size: smaller;
}
#comments .commentlist p {
    margin: 10px 5px 10px 0;
    padding: 0;
    font-weight: normal;
    text-transform: none;
}
#comments .commentlist li .avatar {
    float: right;
    border: 1px solid #EEEEEE;
    margin: 0 0 0 10px;
}
/* ----------------------------------------------Column-------------------------------------*/

#column {
    display: block;
    float: right;
    width: 300px;
}
#column .holder, #column #featured {
    display: block;
    width: 300px;
    margin-bottom: 20px;
}
#column .holder p {
    line-height: 1.6em;
}
#column h2 {
    font-size: 20px;
}
#column .holder h2.title {
    display: block;
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 20px;
    line-height: normal;
}
#column .holder h2.title img {
    float: left;
    margin: -15px 8px 0 0;
    padding: 5px;
    border: 1px solid #666666;
}
#column .holder p.readmore {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: right;
    line-height: normal;
}
#column div.imgholder {
    display: block;
    width: 290px;
    margin: 0 0 10px 0;
    padding: 4px;
    color: #666666;
}
/* ----------------------------------------------Footer-------------------------------------*/

#footer {
    margin: 10px auto auto;
    text-align: center;
    color: #CCCCCC;
/*    border-top: 2px solid #990000;*/
    border-top: 2px solid #7396d0;
    background: #222;
    padding: 20px;
    font-family: 'TitilliumText22LRegular';
}
#footer a {
    background: none;
}
#footer h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 8px 0;
    color: #b6d8ea;
    text-shadow: #2f4b5a 0px 0px 2px;

}
#footer p, #footer ul, #footer a {
    margin: 0;
    list-style: none;
    font-size: 12px;
    padding:5px;
    text-align: center;
    color: #fff;
    line-height: normal;
}

#footer .designer img{
    text-align: center;
    margin:auto;
}

#footer li {

    margin-bottom: 10px;
}
#footer li a:hover {
    color: #fff;
}
#footer li.last {
    margin-right: 40px;
}
#footer address {
    font-style: normal;
    line-height: 1.5em;
    margin-bottom: 3px;
}
#footer .footbox {
    display: block;
    float: left;
    width: 275px;
    margin: 0 30px 0 0;
    padding: 0;
}
#footer .last {
    margin-right: 0;
}
/* ----------------------------------------------Copyright-------------------------------------*/

#copyright {
    padding: 15px 0;
}
#copyright p {
    margin: 0;
    padding: 0;
}
#copyright a {
    color: #e07a00;
}
#copyright img {
    display: inherit
}
#copyright .developer {
    float: right;
}
/* ----------------------------------------------Extra-------------------------------------*/
.line{
    background: #ccc;
}
.horizontal{
    width: 100%;
    height:1px;
}
.divider{
    background: url(../img/bg/divider.png) bottom no-repeat;
    height: 40px;
}
.vertical{
    height: 100%;
    width: 1px;
}

.space{
    height:10px;
    display: block;
    clear: both;
}
.space-large{
    height:20px;
    display: block;
    clear: both;
}
.space-xlarge{
    height:30px;
    display: block;
    clear: both;
}
p.alt{
    line-height: 19px;
    font-family: 'TitilliumText22LRegular';
    color:#333;
    padding:5px;
}
a.thumbnail:hover{
    text-decoration: none;
}

.quote{
    font-size: 12px;
    font-weight: bold;
}

.required{
    color: #E5314B;
}

address{
    border-left:2px solid #5e99f1;
    color:#5e99f1;
    padding-left:10px;
    font-family: 'TitilliumText22LBold';
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;
}

.line{
    height: 1px;
    display: block;
    width: 100%;
    background: #f1f1f1;
}

.main{
    border-right: 1px solid #f1f1f1;
}

.main p{
    padding-right:14px;
}
.check{
    margin: 0px;
    list-style: none;
}
.check li {
    margin-bottom: 4px;
    padding-left: 20px;
    background: url("../img/icon/check.png") no-repeat 0% 20%;
}

.hero{
    box-shadow:#fff 0px 1px 1px inset;
    border:1px solid #c1c1c1;
    text-shadow: #f1f1f1 0px 1px;
    color:#000;
    font-size: 13px;
    border-radius: 2px;
    font-family: 'TitilliumText22LRegular';
    background: #d8d7d7;
    padding:20px;
}
