@charset "UTF-8";
/*Eric Myer's Global 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-size: 100%;
	vertical-align: baseline;
	color: white;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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: "" "";
}

/*medpro css follows*/
body  {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0; 
	padding: 0 0 40px 0;
	text-align: center; 
	color: #000000;
	background: #3adeef url("images/main-background.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
.home #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; 
	border-top: 7px solid #192A55;
	border-bottom: 7px solid #192A55;
	border-right: 2px solid #192A55;
	border-left: 2px solid #192A55;
	background-image: url(images/container-background.jpg);
	background-position: 0 365px;
	background-color: #111e49;
	background-repeat: no-repeat;
} 
.secondary #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; 
	border-top: 7px solid #192A55;
	border-bottom: 7px solid #192A55;
	border-right: 2px solid #192A55;
	border-left: 2px solid #192A55;
	background-image: url(images/container-background.jpg);
	background-position: 0 150px;
	background-color: #111e49;
	background-repeat: no-repeat;
} 
.pop #container {
	width: 600px;
	margin: 0 auto;
	text-align: left; 
	border-top: 7px solid #192A55;
	border-bottom: 7px solid #192A55;
	border-right: 2px solid #192A55;
	border-left: 2px solid #192A55;
	background-image: url(images/container-background.jpg);
	background-position: 0 0px;
	background-color: #111e49;
	background-repeat: no-repeat;
} 

#header {
	background: #ffffff;
	padding: 0;  
	position: relative;
} 
.home #header{
	background: #ffffff;
	padding: 0;
	height: 367px;
	background-image: url(images/01.jpg);
}
.secondary #header{
	background: #ffffff;
	padding: 0;
	height: 180px;
}

#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#sidebar1 {
	float: left; 
	width: 175px; 
	padding: 15px 10px 15px 26px; 
}
#sidebar2 {
	font-size: 95%;
	float: right; 
	width: 160px;
	padding: 15px 30px 15px 32px; 
	background-image: url(images/sidebar-border.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#mainContent {
	margin: 0 253px 0 240px;
	padding: 0 10px 27px 10px;
} 
.pop #mainContent {
	margin: 0 40px 0 40px; 
	padding: 0 10px 70px 10px; 
} 

#footer {
	padding: 11px 10px 0 20px;
	background-image: url(images/footer-background.jpg);
	height: 61px;
	background-repeat: no-repeat;
	overflow: hidden;
} 
#footer p {
	margin: 0; 
	padding: 14px 0 0 0; 
	text-align: center;
	color: #111e49;
	font-size: 60%;
}
.mainnav ul {
	list-style-type: none;
}
.mainnav ul li {
	padding-bottom: 4px;
}
.fltrtmap { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 22px;
	margin-bottom: 13px;
	margin-top: -4px;
	font-size: 70%;
	color: white !important;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 22px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 2px solid #068CCB;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 22px;
	margin-bottom: 0px;
	border: 2px solid #068CCB;
	margin-top: 7px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	font-size: 30pt;
	font-style: normal !important;
	color: #C7EFA0;
	margin-top: 8px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1;
}
h2  {
	font-size: 14pt;
	font-style: normal !important;
	color: #C7EFA0;
	margin-top: 9px;
	font-weight: normal;
	margin-bottom: 14px;
}
h2.inline  {
	font-size: 16pt;
	font-style: normal !important;
	color: #C7EFA0;
	margin-top: 40px !important;
	font-weight: normal;
	margin-bottom: 14px;
}
h3.inline  {
	font-size: 90%;
	margin-top: 10px !important;
	color: #C7EFA0;
	margin-bottom: 7px;
	margin-left: 5px;
	font-weight: normal;
}

p {
	line-height: 1.8;
	font-size: 78%;
	margin-bottom: 17px;
	margin-top: 2px;
}
p.homefirst {
	line-height: 1.8;
	font-size: 78%;
	margin-bottom: 21px;
	margin-top:10px;
}

.dropcapa {
	float:left;
	color:#068CCB;
	font-size:370%;
	line-height:39px;
	padding-top:4px;
	margin-right: -2px;
}

/*FOOTER NAVIGATION*/
#navcontainer ul
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

#navcontainer ul li {
	display: inline;
	padding-left: 0px;
	background: url(images/caed-bullet.png) left center no-repeat;
	margin: 0 10px 0 10px;
}

#navcontainer ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #111e49;
}

#navcontainer ul li a:hover
{
	color: #D7EA86;
}
.home #logocontainer {
	height: 99px;
	width: 345px;
	position: absolute;
	top: 69px;
	left: 490px;
	z-index: 2;
}
.secondary #logocontainer {
	height: 99px;
	width: 345px;
	position: absolute;
	top: 60px;
	left: 500px;
	z-index: 2;
}


#body {
	position: fixed;
}
.home #fadeshow1 {
	z-index: 1 !important;
	position: fixed;
	background-image:url(images/01.jpg)
}
#mainContent ul, #sidebar2 ul { 
	padding: 2px 0 2px 10px; 
	font-size: 75%;
	list-style-type: disc;
	margin: 2px 0 2px 20px;
	line-height: 1.4;
	}
	
	
	
#mainContent ul li, #sidebar2 ul li {
	margin-bottom: 8px;
	color: #ffffff;
}
.shadowrule {
	width:100%;
	background-image:url(images/horizontal-rule.gif);
	background-repeat: repeat-x;
	height:2px;
	margin: 20px 0 20px 0;
	clear: both;
	}

/*Block Quotes*/

blockquote {
	margin: 30px 30px 5px 35px;
	font-size: 80%;
	line-height: 1.4;
	font-style: italic;
	
}
.bqstart { font-family: Georgia, "Times New Roman", serif; float: left; height: 45px; margin-top: -50px; padding-top: 45px; margin-bottom: -50px; font-size: 500%; color: #068CCB; }
.bqend { font-family: Georgia, "Times New Roman", serif; float: right; height: 25px; margin-top: -80px; padding-top: 45px; font-size: 500%; color: #068CCB; margin-bottom: 50px; }
.about #header {
	background: #ffffff;
	padding: 0;
	height: 180px;
	background-image: url(images/about-us-header.jpg);
}
#servicesheader {
	background: #ffffff;
	padding: 0;
	position: relative;
	background-image: url(images/temp-our-services.jpg);
}

#mainContent.fullwidth {
	margin: 0 90px 0 240px;
	padding: 0 10px 27px 10px;
}

