@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}
body {
    line-height: 1;
	font-family: 'Open Sans', sans-serif;
	background-image:none !important;
}
div{
	float:left;
}
#services ul li{
	list-style-type:none;
	text-indent:2px;
	font-size:.9em;
	line-height:1.3em;
	margin-top:4px;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

/* CSS Begin */
#container {
  display: table;
  width: 100%;
  height: 100%;
}
#wrapper{
  float:left;
}
#content-wrapper{
	
}
#content{
     width:1000px; height:100% !important;
     position:relative;
	text-align:left;
	margin-top:20px !important;
}
#copy{
	float:left;
	width:100% !important; height:100% !important;
	padding:25px 15px 20px 25px;
	margin:0 8px 0 10px;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	position:relative;

	}
#copy p{
	margin:14px 0;
	font-size:.9em;
	line-height:1.3em;
}
h1{
	font-size: 2.5em;
	font-family: 'Average', serif;
	color:#204980;
	font-weight:400;
	margin-top:8px;
}
h3{
	font-size: 1.5em;
	font-family: 'Average', serif;
	color:#666;
	font-weight:400;
}
.greyBar,.whiteBar{
	display:none;
}
#nav{
	display:none;
}
#logo{
	width:80px; height:115px;
	background:url(../images/logo_med.png) no-repeat;
	margin:8px auto;
	display:none;
}
#nav a{
	display:none;
}
#nav a.active{
	display:none;
}
.sub{
	display:none;
}
/*  */
#aboutUs,#ourClients,#services{
	display:none;
}
#contactus{
	display:block !important;
}
#contactus h1{
	font-size: 1.5em;
	}
#copy p.testimonial{
	padding:12px 12px 12px 14px;
	font-size:.9em;
	background-color:#D1D2D4;
	display:block !important; float:left;
	width:434px;
	margin-bottom:4px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	text-indent:-6px;
}
#copy p.teaser{
display:none;
}
.quotes{
	font-family:'Average', serif;
	font-size:1.2em;
}

.test_credit{
	font-size:.8em;
	display:block; float:left;
	width:436px;height:40px;
	margin:0 0 30px 10px;
}

/* Footer */
#footer{
	display:none;
}
/* Tiny Scrollbar */
#copy .viewport { width: 560px; height:100% !important; float:left; }