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


	div.wrapper { margin: 0 auto; width: 962px;padding:0;}
	#left-column { width:0px;padding:0;}
	#right-column { width:220px;padding:0;}
	#center-column { margin-left:0px;margin-right:5px;padding:0;}
	h1 {padding-top:0px; margin-top:0px}


/* blue background */

BODY.bc-blue {
	BORDER-TOP: #0d5079 4px solid;
}

.bc-blue .contentheading {
	COLOR: #1169a0
}

.bc-blue IMG#logo {
	BACKGROUND: url(../images/logo.png) no-repeat 0px 0px;
}
.bc-blue #showcase {
	BACKGROUND: url(../images/showcase-bg.png) #0d4e76 no-repeat 0px 0px;
}
.bc-blue .showcase-div {
	BACKGROUND: url(../images/blue/showcase-div.png) repeat-x 0px 0px;
}

/* blue background */


/* rounded corners */

/* \*/
* html .tlc, * html .trc {height: 1%;}
/* */

.tlc, .trc { zoom: 1 }


body
	{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #1C1C1C;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	}

#box_wrap {
	height: 320px;
	width: 877px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#box
	{
	padding: 0px;
	width: 870px;
	margin: 0px;
	}

.small_box_wrap {
	display: block;
	width: 299px;
	height: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
}
	
.box_small
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 274px;
	margin-bottom: 20px;
	background-color: transparent;
	float:left;
	}	
.box_side {
	width: 274px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#sidebar {
	width: 300px;
	height: 100%;
	float: left;
	margin: 0px;
}
#right {
	float: right;
	width: 565px;
	margin-right: 20px;
	padding-bottom: 20px;
}
#right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1C1C1C;
	line-height: 1.5em;
	margin-bottom: 5px;
	text-align: left;
}
#right h1 {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 24px;
}
#right h2 {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
}
#right h3 {
	text-align: left;
}
#right ol li {
	margin-bottom: 7px;
}
 	
.content
	{
	padding:1.3em;
	}

.content h1
	{
	color:#000000;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	background-image: url(../dhtmlimg/bg_16.gif);
	background-repeat: repeat-x;
	height: 25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
		
.content p
	{
	color:#161616;
	font-size: 1em;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1px;
	margin-top: 3px;
}
.content a {
	text-decoration: none;
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 7px;
	margin: 0px;
}
.content a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #E0E8FF;
}
span.title {
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#sidebar  ul  {
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 100%;
	width: 100%;
}
.current {
	background-color: #FFF1C5;
}
.current a:hover {
	background-color: #FFF1C5;
	cursor: default;
}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc, .trc, .blc, .brc
	{
	background-repeat: no-repeat;
	background-color: transparent;
	}

.tlc
	{
	background-image:url(../images/borders/tlc.gif);
	background-position: 0% 0%;
	}

.trc
	{
	background-image:url(../images/borders/trc.gif);
	background-position: 100% 0%;
	}
	
.blc
	{
	background-image:url(../images/borders/blc.gif);
	background-position: 0% 100%;
	}

.brc
	{
	background-image:url(../images/borders/brc.gif);
	background-position: 100% 100%;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb
	{
	background-image:url(../images/borders/tb.gif);
	background-position: 0% 0%;
	}

.bb
	{
	background-image:url(../images/borders/bb.gif);
	background-position: 50% 100%;
	}
	
.rb
	{
	background-image:url(../images/borders/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.lb
	{
	background-image:url(../images/borders/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
	
.clear
	{
	clear: both; height: 0; display: block; visibility: hidden;	
	}
img.right /* service */
  {
	float: right;
	margin-bottom: 0px;
	margin-left: 3px;
}
#phone {
	float: right;
	width: 170px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	top: 16px;
	position: absolute;
	left: 743px;
}
#phone h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#main_content_wrap {
	margin: 0px;
	padding: 0px;
}
#bottom_box {
	padding-left: 17px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	border-left-color: #bbb;
	margin: 0px;
	padding-bottom: 20px;
}
#horiz-menu #current {
	border-top-width: 5px;
	border-top-color: #0d507a;
}
#testimonial {
	height: 1100px;
	width: 840px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#gallery{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
