/******************************/
/* INLINE ELEMENT DEFINITIONS */
/******************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #FFFFFF;
	color: #2d2e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 0 0;
	text-align: center;	/* Centers the page content container in IE 5 browsers. */
}
h1 {
	color: #000066;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 20px;
}
h2 {
	color: #000066;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
h3 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
h4 {
	color: #000066;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}
p {
	color: #222222;
	font-size: 14px;
	line-height: 16px;	
}
input {
	width: 250px;
}


a, a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:focus {
	color: #09760d;
}
a:active {
	color: #164619;
}

/******************************/
/*          MAIN              */
/******************************/

#wrapper{
/*	background-color: #fff; IS THIS NECESSARY? */
	width: 1000px; 
	height: auto;
	text-align: left;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main{
	height: 1200px;
}


.sidebar{
	padding: 10px; 
	width: 150px;
} 

#leftside{
	float: left;
}


#centre {

	float: left;
	width: 650px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;

}


#rightside{
	float: right;
}


/******************************/
/*      LEFT ELEMENTS         */
/******************************/

.corner {
		height: 160px;
}

#white_space{
}
#testimonials{}
#news{}

/******************************/
/*     ON HOVER LOZENGE       */
/******************************/


.infobox {
	position:relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: -1000px;
	color: #FFFFFF;
    }

.more {
	display:none;
	z-index:1;
    }


#more_testimonial {
	background-image: url(../images/green3.gif);
	background-repeat: no-repeat;
}

#more_news {
	background-image: url(../images/blue4.gif);
	background-repeat: no-repeat;
}

.infobox:hover .more {
	display:block;
	position:absolute;
	z-index:100;
	left:0px;
	top:-40px;
	border:1px solid #666666;
	padding: 5px;
	width: 150px;
	color: #000000;
	border: none;
	height: 46px;
	
    }

.div_top {
	margin-top: 0px;
	width: 150px;
	height: 50px;
}
.lozenge_div {
	background-repeat: repeat;
	padding-left: 15px;
	padding-right: 25px;
	margin-bottom: 0px;
	width: 111px;
	background-position: left -55px;
	text-align: left;
	padding-bottom: 4px;
	font-size: 11px;
	z-index:0;
}

#portfolio_div {
	background-image: url(../images/lozenges/lozenges/lozenge_portfolio_mid.jpg);
}
#news_div {
	background-image: url(../images/lozenges/lozenges/lozenge_RSS-news-feed_mid.jpg);
}
#testimonial_div {
	background-image: url(../images/lozenges/lozenges/lozenge_testimonials_midd.jpg);

}

#portfolio_div_hova {
	background-image: url(../images/lozenges/lozenges/lozenge_portfolio_foot.jpg);
}
#news_div_hova {
	background-image: url(../images/lozenges/lozenges/lozenge_RSS-news-feed_foot.jpg);
}
#testimonial_div_hova {
	background-image: url(../images/lozenges/lozenges/lozenge_testimonials_foot.jpg);
}


#portfolio_div_top {
	background-image: url(../images/lozenges/lozenges/lozenge_portfolio.jpg);
}
#news_div_top {
	background-image: url(../images/lozenges/lozenges/lozenge_RSS%20news%20feed.jpg);
	margin-top: 20px;
}
#testimonial_div_top {
	background-image: url(../images/lozenges/lozenges/lozenge_testimonials.jpg);
} 

/******************************/
/*     CENTRAL ELEMENTS       */
/******************************/

#header{

	height: 100px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 10px;

	padding-bottom: 10px;
}

#main_image {
	float: right;
	width: 200px;
	height: 200px;
}
/******************************/
/*        TOP NAVBAR          */
/******************************/

#navbar
{
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

#navbar ul
{
	float:left;
	width:100%;
	padding:0em;
	margin:0em;
}
#navbar li
{
	display:inline;
	list-style-type:none;
}
#navbar a
{
	float:left;
	text-decoration:none;
	background-color:#003366;
	text-align:center;
	width: 6em;
	padding: 0.2em;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}
#navbar a:hover
{
	background-color:#cccc00;
	font-weight:normal;
}

#active {
	background-color: #cccc00;
}

/******************************/
/*       Main Content         */
/******************************/

#content{
	text-align: left;	
}


/******************************/
/*      RIGHT ELEMENTS        */
/******************************/


#address_banner{
	text-align: right;
}

#portfolio{}


/******************************/
/*      FOOTER ELEMENTS       */
/******************************/

#footer{
	float: left;
	border-top: solid 1px #8ab573; 
	padding: 10px 10px 10px 10px; 

	height: 50px;
}

.phone_banner{

	height: 97px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	width: 150px;
}


#footer_nav{
	width: 100%;
}


/******************************/
/*   Additional FOR BOXES     */
/******************************/
		img.left {
	float: left;
	padding: 3px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 0;
	  	}

.content_column {
	width: 180px;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}
#content_column {
	width: 180px;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}