@import url('reset.css');

.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 */

body{
	background:url(../images/background.jpg) center top repeat-x;
	color:#5c5b56;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;	
}

#container {
	width:780px;
	margin: 0 auto;
	background:url(../images/containerBack.jpg) no-repeat;
}

a {
	text-decoration:none;
}

p {
	margin-bottom:10px;
	line-height:17px;
}

p a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	border-bottom:#c8c8c8 1px solid;
	padding:0 6px;
	color:#5c5b56;
	background:#f3f2ec;
}
p a:hover {
	background:#dbdac9;
	border-bottom:#5c5b56 1px solid;
	padding:0 6px;
	color:#5c5b56;
}

#menu{
	width:100%;
}

#title{
	height:93px;
	background:#dbdac9;
	margin:0 20px;
}

#heading{
	padding:40px 0 0 6px;
	margin:0 0 0 0;
	width:440px;
	float:left;
}

#heading h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;
	font-size:45px;
	color:#fff;
	text-align:left;
	overflow:hidden;
	letter-spacing:-1px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:19px;
	color:#999889;
	margin-bottom:15px;
	margin-top:15px;
	line-height:24px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;
	font-size:19px;
	color:#524f3e;
	margin-bottom:15px;
	margin-top:15px;
	line-height:24px;
}

#logo {
	padding:25px 0 0 240px;
	width:150px;
	float:left;
}
#contentLeft{
	float:left;
	width:443px;
	padding:5px 15px 25px 22px;
	background:url(../images/content_divider.gif) no-repeat 100% 20px;
}
#contentLeft img{
	padding-bottom:20px;
}


#contentRight{
	float:left;
	width:260px;
	padding:5px 15px 25px 15px;
}

#awardLogos{
	Display:inline;
	float:left;
	margin-right:5px;
	padding-top:8px;
}
	
#content ul{
	list-style: url(../images/tick.gif) outside;
	margin-left:20px;
}
#content li{
	margin-bottom:10px;
	line-height:17px;
}

div.hr {
	background:url(../images/divider_hor.gif) no-repeat center bottom #fff;
	width:100%;
	border:0;
	padding:10px 0 10px 0;
	margin:0;
	height:1px;
	width:100%;
}
div.hr hr {
  display: none;
}


#tabs {
    float:left;
	padding:60px 0 0 147px;
	margin:0;
	height:33px;
}

/* Tabbed menu */

#tabs {
    line-height:normal;
	text-decoration:none;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs a {
    float:left;
    background:url(../images/tableft.gif) no-repeat left top;
    margin:0;
    padding:0 0 0px 4px;
    text-decoration:none;
}
#tabs a span {
    float:left; 
    display:block;
    background:url(../images/tabright.gif) no-repeat right top;
    padding:5px 15px 6px 6px;
    color:#524f3e;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#000;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

/* End Tabbed menu */


/*    Contact Form    */

#formDiv{
	float:left;
	clear:both;
	padding:15px 4px;
}


#formDiv input, #formDiv textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding-left:0.3em; 
	margin-bottom:0.4em;
	clear:right;
	width:255px;
	text-align:left;
	color:#797979;
	font-size:11px;
	background:#f3f2ec;
	border:#c8c8c8 1px solid;
}


#formDiv textarea {
	padding-top:2px;
}

#formDiv #submit {
	margin:10px 0 20px 0;
	clear:right;
	width:inherit;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	background:#f3f2ec;
	border:#c8c8c8 1px solid;
	padding:0 4px;
	cursor:pointer;
	color:#524f3e;
}	

#formDiv #submit:hover {
	margin:10px 0 20px 0;
	clear:right;
	width:inherit;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	background:#d5d3be;
	border:#c8c8c8 1px solid;
	padding:0 4px;
	cursor:pointer;
	color:#524f3e;
}	

#formDiv label {
  clear:left;
  display:block;
  float:left;
  width:60px;
  text-align:left;
  padding:0 10px 0 0;
}

/*    End Contact Form    */

/*    Google Map    */

.googleMap {
	border:#c8c8c8 1px solid;
	padding:4px;
	margin-top:15px;
}

.googleMapLink a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	border-bottom:#c8c8c8 1px solid;
	padding:0 6px;
	color:#5c5b56;
	background:#f3f2ec;
}
.googleMapLink a:hover {
	background:#dbdac9;
	border-bottom:#5c5b56 1px solid;
	padding:0 6px;
	color:#5c5b56;
}
/*    End Google Map    */




/*  FOOTER  */


#footer{
	margin:40px 0 0 0;
	width:100%;	
	height:56px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#aeaba1;
	padding:0;
}
#footer a{
	color:#aeaba1;
}
#footer a:hover{
	color:#5c594f;
}

#footerLeft{
	float:left;
	width:300px;
	clear:both;
	padding-left:23px;
}

#footerRight{
	float:right;
	width:300px;
	padding-right:23px;
}
#footerRight p{
	text-align:right;
}

.blueSquare {
	width:300px;
	overflow:hidden;
	float:right;
	text-align:right;
	padding:0;
}

.blueSquare a {
	background:url(../images/blue-square.gif) no-repeat 0 -11px;
	padding-left:13px;
}
.blueSquare a:hover{
	background:url(../images/blue-square.gif) no-repeat 0 1px;
	padding-left:13px;
}

/*  END FOOTER  */


.pullout {
	background:#f3f2ec;
	border:1px solid #dedcd0;
	padding:0 10px;
	margin-bottom:10px;
}