@CHARSET "ISO-8859-1";

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*
	HCIT Resets
*/
div {
	position: relative;
}

h1 { text-indent: -9000px;}


/* ---------------------------------------- */
/* some default styles */
/* ---------------------------------------- */
body {
	font-family: Tahoma,Geneva,Verdana,Arial,sans-serif;
	color: #71737c;
	line-height: 1.5em;
	font-size: 13px;
}
p {
	margin-bottom: 1.5em;
}
a {
	color: #3e7cb4;
	text-decoration:none;
}
a:hover {
	color: #004c7f;	
	text-decoration:underline;
}
strong {
	font-weight: bold;
	color: #3e7cb4;
}

/* ---------------------------------------- */
/* page layout */
/* ---------------------------------------- */
#mid-band {
	background-color: #f5f5f5;
	border-style: solid;
	border-color: #ededed;
	border-width: 2px 0 2px 0; 
}

#page-top {
	width: 640px;
	height: 368px;
	margin: 0 auto;
}
#page-middle {
	width: 640px;
	height: 377px;
	margin: 0 auto;
}
#page-footer {
	text-align: center;
	font-size: 11px;
	padding-top: 25px;
}


/* ---------------------------------------- */
/* page-top */
/* ---------------------------------------- */
#header {
	height: 155px;
	padding-bottom: 10px;
}
#header img {
	position:absolute;
	top:0;
	left:0;
	float: left;
}

#page-top p {
	font-size:12px;
	margin-left: 20px;
	margin-right: 20px;
}

#page-top p strong {
	font-weight:normal;		
}

#page-top h2 {
	margin-left: 20px;
	font-size:14px;	
	font-weight: bold;
}

/* ---------------------------------------- */
/* page-middle */
/* ---------------------------------------- */

#blocks {
	margin-top: -2px;
}

#our-work,
#contact-us {
	width: 282px;
	float: left;
	padding: 0 18px 0 20px;
	overflow: hidden;
}

#page-middle h2 {
	width: 320px;
	height: 55px;
	margin-left: -20px;
}
#page-middle h3 {
	font-size: 14px;
	font-weight: bold;
}
#page-middle .map {
	margin-top: 6px;
}
/* ---------------------------------------- */
/* carousel  */
/* ---------------------------------------- */

#carousel {
}
#carousel p {
	margin-bottom: 10px;
}

#carousel p small {
	font-size:10px;
}

#carousel img {
}
.jcarousel-list {
	height: 285px;
}
.jcarousel-container-horizontal {
    width: 282px;
}
.jcarousel-clip-horizontal {
    width:  282px;
    height: 285px;
}
.jcarousel-item {
    width: 282px;
    height: 285px;
}

.jcarousel-item-horizontal {
	height: 285px;
}
.jcarousel-item-placeholder {
}
