/* CSS Document */

#logo_print {
	display: none;
}

html,body {
	margin:0;
	padding:0;
	color:#000;
	background:#fff url(../images/bg.gif);
	}
	
body {
	padding:10px;
	font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	}
	
p {/*margin:1em 0;*/}

img {
border:none;
}

#container {
	/*margin:0.5em 0;*/
	margin: auto;
	width: 800px;
	
	}

/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 12px; /*from 18 */
	height:12px;
	}
.bt div {
	height:12px;
	width:12px; /* from 18 */
	position:relative;
	left:-12px;
	background:url(../images/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:12px;
	}
.bb div {
	height:12px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.lb {
	padding:0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.rb {
	padding:0 12px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
#wrapper {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	margin:0;
	}
	
#content-wrapper {
  padding:10px;
}
	
	
.header {
	background:url(../images/bannerbg.jpg) repeat-x 100% 0;
	margin: 0;
	height:133px;
		
}

#leftcol {
	width: 175px;
	float:left;
	margin-bottom:5px;
	margin-right:10px;
}

.colbox {
	border: 1px solid black;
	text-align:center;
	
}

.colbox img {

border: none;

}

.home_main {
 border: 1px solid black;
 border-left: 1px solid black;
 

}

.home_main img {
float:right;
border-left: 1px solid black;
margin-left: 10px;


}
.colcontent {
 font-size:14px;
 line-height: 1.25em;
 padding-top: 10px;
 padding-left: 10px;
 padding-bottom: 10px;
}

.rightlink {
    float:right;
	text-align:right;

}
#leftcol h1 {
	background:url(../images/bluemenubg.jpg) repeat-x 100% 0;
	height: 1.2em;
	text-align:center;
	border-bottom: 1px solid black;
	color:#FFFFFF;
	font-size:1.2em;
	padding:5px;
	margin:0;
	vertical-align:baseline;
	
}

.colbox ul {
  list-style:none;
}

.colbox ul li {
text-align: left; 
margin-left:-2em;
 padding-right:2px;
}

/*either uses the rightcol or contentcol depending on whether there is a left column */

#rightcol {
   float:left;
  
  width: 720px;
    /*float: left;*/
	vertical-align:top;
	height:auto;
	
	
}

#contentcol {
width: 755px;
float:left;
vertical-align:top;
}

#footer {
	text-align:center;
	padding:5px;
	background:#CCCCCC;
	clear:both;
	text-decoration: none;
	color: #000000;
}
/* CSS for the box ends here */

/* You can use different borders for different boxes on the same page. Just adjust the CSS. The following is an example that uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */
.three .lb,
.three .rb {
	background-image:url(../images/borders.gif);
	}
.three .bt,
.three .bt div,
.three .bb,
.three .bb div {
	background-image:url(../images/box.gif);
	}

#rightcol h1, #contentcol h1 {
	margin:0 -10px 10px;
	padding:0.3em 10px;
	
	font:bold 1.3em/1 Arial, Helvetica, sans-serif;
}
	
#navbar {

/*border-top:1px solid #fff;*/
border-bottom: 1px solid #fff;
height: 2.4em;
background: url(../images/greymenubg.jpg) repeat-x 100%;
width:auto;
margin-top: 0;

}

#navbar ul {
  list-style-type:none;
  text-align: center;
  padding:0;
  height:inherit;
  margin:0;	
  font-size: 1em;
    
}

#navbar ul li {
display: inline;
}

#navbar ul li a {
text-decoration:none;
color: #fff;
padding: .5em 1em;
float: left;
border-right: 1px solid #fff;
position:relative;

background: url(../images/greymenubg.jpg) repeat-x 100%;
}

#navbar ul li a:hover {
color:#000000;
}

body#home li#home a, 
body#about li#about a, 
body#services li#services a, 
body#contact li#contact a, 
body#support li#support a, 
body#contact li#contact a { 
 
 color: #000; 
 background: #fff;
}

.photo_caption {
float:right;
margin-left:10px;
margin-right:5px;
text-align:center;
width:auto;
}

.photo_caption img {
border:1px solid black;
text-align:center;

}

.photo_caption p {
font:11px Arial, Helvetica, sans-serif;
text-align:center;
width: auto;
margin-top:3px;
}