@charset "utf-8";
/* CSS Document */

/* main body */

#container{
	clear: both;
	height:600px;
	border: 1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	background-image: url(/images/bg_leftCol.jpg);
	background-position:left;
	background-repeat: repeat-y;
	}

/* Welcome copy */

#welcome{
	float: left;
	padding: 12px 0px 0px 40px;
	width:460px;
	}

#welcome IMG{
	border: 0px;}

#welcome a:link, #welcome a:visited {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	}

#welcome P{
	margin: 0px;
	padding: 4px 0px;}

#welcome a:hover{
	color:#FF401E;
	} 

/* contact details right */

#float_contact{
	float:right;
	width:210px;
	margin-top: 50px;
	border-left: 1px solid #CCCCCC;
	padding: 2px 0px 2px 20px;
	color: #FF401E;
	line-height: 20px;
	}

#float_contact p{
	padding: 0px;
	margin-top: 4px;}

#float_contact p.mobile_number{
	color: #333333;
	font-size:80%;}

#float_contact a:link, #float_contact a:visited {
	text-decoration:none;
	color:#666666;}

#float_contact a:hover{
	color:#FF401E;} 

/* middle yellow image panel */

#main_image{
	background-color:#343057;
	height:330px;
	margin: 208px 0px 0px 20px;}

#main_image IMG{
	float: left;}

#latestNews{
	float: right;
	width: 320px;
	padding-top: 40px;}
	
.image_position{
	border: 5px solid #FFFFFF;
	margin: 15px 10px 0px 20px;
	}

/* bottom quote */

#quote{
	font-style:italic;
	font-size: 80%;
	width:500px;
	padding: 15px 0px 0px 30px;
	line-height: 15px;
	}

/* fonts */
	
h2{
	font-size:92.5%;
	font-weight: bold;
	color:#000;
	padding: 2px 0 2px 5px;
	background-color: #FFDE59;
	}

h3{
	font-size: 95%;
	font-weight:bold;
	font-style: normal;
	color:#000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

/* blog */
    #feedGadget { 
      margin-top : 20px;
      margin-left: 0px;
      width : 320px;
      color: #8A889E;
    }

    #feedGadget p{ 
      color: #FFFFFF;}
	
    #feedGadget .gfg-root {
      font-size : 75%;
	  color: #FFFFFF;
    }
    #feedGadget .gfg-root .gfg-entry .gf-result {
      padding-left : 10px;
	  color: #FFFFFF;
    }
    #feedGadget .gfg-title {
      font-size : 120%;
	  font-weight: bold;
	  padding: 2px 0 2px 4px;
	  margin-bottom: 3px;
      background-color : #7B7892;
      color : #FFF;
    }
    #feedGadget .gfg-title a {
      color : #FFF;
    }
    #feedGadget .gfg-subtitle {
	display: none;
    }
    #feedGadget .gfg-subtitle a {
      color : #FFF;
    }
    #feedGadget .gf-title {
      font-size : 100%;
	  font-weight: bold;
	  color: #FFFFFF;
    }
    #feedGadget .gf-title a{
      color : #FFF;
    }
    #feedGadget .gfg-root .gfg-listentry {
	font-weight: bold;
      padding-left : 5px;
      margin : 5px;
	  color: #FFFFFF;
    }
    #feedGadget .gfg-root .gfg-listentry a {
      color : #FFF;
    }
    #feedGadget .gfg-root .gfg-listentry a:hover {
      color : #FFF;
    }
    #feedGadget .gfg-root .gfg-listentry-odd {
      background-color : #7B7892;
    }
    #feedGadget .gfg-root .gfg-listentry-highlight {
      border-left: 2px solid #203311;
      padding-left : 3px;
      background-image : none;
	  color: #FFFFFF;
    }

 #feedGadget .gf-result .gf-author,
 #feedGadget .gf-result .gf-spacer,
 #feedGadget .gf-result .gf-relativePublishedDate {
  color: #FFFFFF;
  display : inline;
  }
