/* CSS */

html, body {
min-height: 100%; /*Sets the min height to the
                                        height of the viewport.*/
width: 100%;
height: 100%; /*Effectively, this is min height
                                for IE5+/Win, since IE wrongly expands
                                an element to enclose its content.
                                This mis-behavior screws up modern
                                browsers*/
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
}

html>body {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}

/*** Global ***/
/* CSS */

body{
	font-family: Trebuchet , Helvetica, Arial, sans-serif
}

.imgleft{
	float:left;
	margin:0 5px 5px 0;
}

.folio_img {
float:left; margin-right:10px;
}

.folio_img a img {
border:1px solid #ccc;
}

.clear {
	clear: both;
}

/*** Header ***/

#header { height: 69px; margin:  0;}

#topRight { padding-top: 22px; font-size: 1.4em; text-align: right;  }
#topRight p { margin-right: 10px; }

#topRight a img { vertical-align: middle;}

/*** Black Band Area ***/

#blackBand{
	height: 167px;
}

/*** Testimonials  ***/

#testimonials {
	background: transparent !important
}

#testimonials .quote{
	padding: 5px 0 0 0;
	background:url(/layoutimages/quote_close.jpg) no-repeat bottom right;
}

#testimonials blockquote{
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Georgia, serif;
	text-decoration: none;
	color: #ccc;
	padding: 20px 20px 10px 30px;
	margin: 5px 0;
	background: url(/layoutimages/quote_open.jpg) no-repeat top left;
}

#testimonials cite{
	font-size: 1.1em;
	line-height: 1.1em;
	font-family: Georgia, serif;
	color: #666;
	float: right;
	padding-right: 10px;
	margin: 10px 0;
	background-color:#333;
}

/*** Bodyblock ***/

#bodyblock { 
	text-align: left;
	margin: 10px 0;
	min-height:600px;
  	height:auto !important;
  	height:600px;
}

p {
	color: #333;
	padding: 0 0 0.1em 0;
}

a img {
	border: none;
}

a {
	color: #2486C7;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}


/* -----------------------------------------------------------------------


 Tabs Plugin 0.1 for the Blueprint CSS Framework
 http://blueprintcss.org

   * Copyright (c) 2008-Present. Refer to the main Blueprint license.
   * See README for instructions on how to use this plugin.
   * For credits and origins, see AUTHORS.

----------------------------------------------------------------------- */


#navigation { color: #444; }



.tabs { 
	margin: 6px 0 0 0; background:url(/layoutimages/header.jpg) no-repeat; width: 983px; height: 62px;

}
.tabs li {
  
  border-bottom:none;
  float:left;
  line-height:1.6em; 
  list-style-type:none;
  margin:15px .25em 0 1.0em;
  padding:0;
}
.tabs li a { 
 
  color:#333;
  cursor:pointer;
  display:block;
  float:left;
  font-size: 1.2em;
  line-height:1.4em;
  padding:.25em .43em .25em .43em;
}
.tabs li a.selected { 
  background:#00ACEE;
  border:1px solid #666;
  border-bottom:none;
  color:#fff;
  cursor:default;
}
.tabs li a, .tabs li a:focus, .tabs li a:hover { 
  text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover { 
  color: #00ACEE;
  outline:none;
}
.tabs li a.selected:focus, .tabs li a.selected:hover { 
  color:#fafafa;
}	
.tabs li.label { 
	border:none;
	font-weight:bold;
	line-height:1.5; 
	margin-right:.5em; 
	padding:.25em .33em .25em .33em;
}

/*** Blog ***/

.information {
	padding: 10px;
	border:1px solid #ccc;
	background-color: #f7f7f7;
	font-size: 12px;
}

/*** Footer ***/

#footer {padding:10px 0 20px 0; background-color:#fcfcfd; border-top:3px solid #eaeaea;}

#footer p {color: #333; padding: 0 10px;}

#footer a { text-decoration: underline; color: #333;}

#footer a:hover {text-decoration: none; color: #efefef; }

#footer li {list-style-type: circle;}

/*** Feed Link ***/

#feedLink p{
	text-align: left;
	color: #2486C7;
	font-size: 1.2em;
	line-height: 24px;
}

#feedLink a img { vertical-align: middle;}

/* Gallery Styling*/
#thumbs ul { margin:0; padding:0; list-style:none; }
#thumbs li { float:left; margin:10px 10px 0px 0px; }

/*** Thumbs ***/
.thumb-img {
	border-top:1px solid #CCC; border-left:1px solid #CCC; border-bottom:1px solid #AAA; border-right:1px solid #AAA;
	position:relative; 
	width:150px; height:150px;
	margin:0px 10px 10px 0; padding:6px;
	background:#F7f7f7;
}
.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.thumb-img img {
	border:0;
}
.thumb-strip {
	position:absolute; width:150px; height:10px; bottom:6px; left:6px;
	background:#FFF;
	
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.60;
}
.thumb-zoom {
	background:url(images/search.png) no-repeat;
	position:absolute; width:22px; height:22px;
	right:10px; bottom:7px;
}

/*** Internal ***/

body{
	background: url(../layoutimages/background_internal.jpg) repeat-x;
}


#bodyblock{
	margin-top: 20px;
}

#contentWrapper{
	margin: 0px 0px;
	min-height: 450px;
}


/*** Homepage  ***/
#homepage{
		background: url(../layoutimages/background_homepage.jpg) repeat-x;
	}

#homepage_text p {
	font-size: 14px;
	line-height: 16px;
}

#internal_box{
	margin-top: 10px;
	height: 400px;
	background: url(../layoutimages/homepage_image.png) no-repeat left top;
}

#welcome_text{
	width: 460px;
	margin-left: 480px;

}

#welcome_text h1, #welcome_text p {
	color: #fff;
} 

#welcome_text p {
	font-size: 14px;
}

#welcome_text h1 {
	margin-bottom: 0;
	
	padding:25px 0 5px 0;
	font-size: 2.4em;
		line-height: 1em;

}

#services{
	margin:45px 0 0 0;
	padding: 0;
}

#services ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#services ul li a {
	font-size: 14px;
	line-height: 22px;
	color: #444;
	background: url(../layoutimages/arrow_right.gif) no-repeat 0 50%;
	padding-left: 18px;
	text-decoration: none;
}

#services ul li a:hover {
	color :#00ACEE;
}

#homepage_form p {
	margin: 5px 0 10px 0;
	padding: 0;
}

#homepage_form .error_homepage {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

#homepage_form .message_homepage {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

#homepage_form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	padding: 0 5px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

#homepage_form .home_text {
	border:1px solid #bbb;
	padding: 5px;
	width: 200px;
}

/* Header */

h1{
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 2.4em;
	line-height: 130%;
	padding: 10px 0;
	margin-top: 10px;
}


h2 {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.8em;
	padding: 5px 0;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #333;
}

h2 a:hover
{
	color: #2486C7;
}

#logo {
	margin: 0px 10px;
}

/* Blog */
.articleCount{
	float: right;
	padding: 5px;
	border:1px solid #ccc;
	color: #2486C7;
	font-size: 18px;
}

/* Side */

#navbuttons ul li {
	margin:5px 0 0 0;
	padding: 0px;
	list-style-type: none;
}

#map_canvas{
	border:1px solid #ccc;
	width:300px;
	height: 400px;
}

/*** ***/

.blog_comment{
	height: 100px;
}


/*** Side ***/

#side {
	margin-top: 20px;
}

#side h2 {
	color: #333;
	margin:5px 0 0 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 5px 0;
	
}

#side ul {
	border-top:1px solid #ccc;
	margin: 0 0 30px 0;
	padding: 0;
}

#side ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#side ul li a{
	text-decoration: none;
	color: #00ACEE;
	padding: 5px;
	display: block;
}

#side ul li a:hover {
	background-color: #00ACEE;
	color: #fff;
}

#contact_details {
	font-size: 14px;
}

/*** Main ***/


#main {
	padding: 10px;
}

.button {
	padding: 10px;
	background-color: #444;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.rss {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	padding:0 0 0 45px;
	background: url(../layoutimages/blue_rss.jpg) 0 50% no-repeat;
}

/*** Footer ***/

.footer {
	text-align: right;
}

.footer strong, .footer a {
	padding: 5px;
	border:1px solid #ccc;
}

.footer strong {
	background-color: #2486C7;
	color: #fff;
}

#footerTitles {
	padding: 40px 0 0 0;
}


#footerTitles h3{
	margin: 0 0 0 7px;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.7em;
	color: #666;
}

#footerLinks a {
	color: #2486C7;
	text-decoration: none;
}


#footerLinks a:hover {
	color: #444;
	text-decoration: underline;
}

#icons ul{
	margin: 0;
	padding: 0;
}

#icons li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0 10px 10px 0;
}

#newsletter {
	background-image: url(../layoutimages/calltoaction_Newsletter.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 117px;
	width: 280px;
	position:relative;
	clear: both;
	padding: 0;
}
#newsletter .newsletter-input {
	top: 80px;
	left: 22px;
	height: 18px;
	width: 120px; 
	position:absolute;
	border: 0;
	padding: 0;
		
}
#newsletter .newsletter-button {
	top: 76px;
	left: 145px;
	position:absolute;
}