@charset "UTF-8";


body {
	background: #152E41;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #152E41;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

/* set everything to a 0 0 default-------------*/

* {
	margin: 0;
	padding: 0;
}

/* spans---------------------------------------*/

/* headers-------------------------------------*/
h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

#maincontent #mainInner h3 {
	width: 760px;
	height: auto;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #152E41;
	color: #152E41;
	margin-bottom: 8px;
}

#maincontent #mainInner #bioContent h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

#maincontent #mainInner #newsBlog h4 {
	font-size: 15px;
	margin-bottom: 0;
}

#maincontent #mainInner #newsBlog h4 span.category {
	color: #74AF41;
}

#maincontent #mainInner h4.date {
	color: #74AF41;
}

#maincontent #mainInner #newsNav h4.newsHead {
	font-size: 14px;
	color: #152E41;
	margin-bottom: 3px;
}

/* images--------------------------------------*/


/* main layout IDs (framework)-----------------*/

#header {
	width: 100%;
	height: 181px;
	background: url(../images/header_tile.jpg) repeat-x;
}

#headerInner {
	width: 960px;
	height: 181px;
	margin: 0 auto;
	position: relative;
}

#headerInner a:link { color: #FFF; text-decoration: underline;}
#headerInner a:visited { color: #FFF; text-decoration: underline;}
#headerInner a:hover { color: #74Af41; text-decoration: underline;}
#headerInner a:active { color: #152E41; text-decoration: none;}

#headerInner p.home {
	position: absolute;
	left: 100px;
	bottom: 3px;
	font-size: 14px;
}

#headerInner p.medpark {
	position: absolute;
	right: 100px;
	bottom: 3px;
	font-size: 14px;
	color: #FFF;
}

#midbanner {
	width: 100%;
	height: auto;
	background: #FFF;
}

#midbannerInner {
	width: 760px;
	height: auto;
	margin: 0 auto;
}

/* photo box */
#midbanner #photobox {
	width: 341px;
	height: 228px;
	float: right;
	margin-top: -245px;
	background: #FFF;
	padding: 2px 2px;
	border: 1px solid #152E41;
}

.content blockquote { 
	border: 1px solid #ced1da; 
	background: #eef0f5;  
	font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    text-align: center;
}

/* left navigation */
#midbannerInner #leftnav {
	width: 400px;
	height: auto;
	overflow: auto;
}

#midbannerInner #leftnav #navone {
	float: left;
	width: 160px;
}
#midbannerInner #leftnav #navtwo {
	float: left;
	width: 160px;
}

#midbannerInner a:link { color: #152E41; text-decoration: none;}
#midbannerInner a:visited { color: #152E41; text-decoration: none;}
#midbannerInner a:hover { color: #74Af41; text-decoration: underline;}
#midbannerInner a:active { color: #152E41; text-decoration: none;}

#midbannerInner #leftnav #navone ul.mainnav,
#midbannerInner #leftnav #navtwo ul.mainnav {
	text-decoration: none;
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
#midbannerInner #leftnav #navone li,
#midbannerInner #leftnav #navtwo li {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 15px;
}

/* Main Content Info */

#maincontent {
	width: 100%;
	height: auto;
	background: #FFF;
	padding-bottom: 30px;
}

#maincontent #mainInner {
	width: 760px;
	height: auto;
	margin: 0 auto;
	padding-top: 25px;
	overflow: auto;
}

#maincontent #mainInner p {
	line-height: 18px;
	margin: 0 0 15px 0;
}

#maincontent #mainInner p.bottomtext {
	font-size: 14px;
	color: #74AF41;
}

/* bio page content */
#maincontent #mainInner #bioContent img {
	float: left;
	margin: 0 10px 60px 0;
	border: 1px solid #152E41;
}
#maincontent #mainInner #bioContent p {
	margin: 0 0 15px 0;
	line-height: 18px;
}

/* news and updates content */

#newsNav {
	float: left;
	width: 200px;
	height: auto;
}

#newsNav ul {
	list-style: none;
}
#newsNav li {
	font-size: 14px;
	margin: 0 0 4px 0;
}

#newsNav a:link { color: #152E41; text-decoration: none;}
#newsNav a:visited { color: #152E41; text-decoration: none;}
#newsNav a:hover { color: #74Af41; text-decoration: underline;}
#newsNav a:active { color: #152E41; text-decoration: none;}

#newsBlog {
	width: 550px;
	height: auto;
	margin-left: 205px;
}

#newsBlog a:link { color: #152E41; text-decoration: underline; font-weight: bold;}
#newsBlog a:visited { color: #152E41; text-decoration: underline; font-weight: bold;}
#newsBlog a:hover { color: #74Af41; text-decoration: underline; font-weight: bold;}
#newsBlog a:active { color: #152E41; text-decoration: none;}

/* Contact Form */

#contact_form {
	width: 750px;
	height: auto;
	margin: 10px 0 10px 0;
}

#contact_form .row {
	margin: 0 0 10px 0;
}

#contact_form .row span.formlabel {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#contact_form .row input {
	border: 1px solid #152E41;
	width: 750px;
	padding: 3px 0 3px 0;
	background-color: #EEEEEE;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#contact_form .row textarea {
	border: 1px solid #152E41;
	width: 750px;
	padding: 3px 0 3px 0;
	background-color: #EEEEEE;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#contact_form input.submit {
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	background: #74AF41;
	color: #FFF;
}

/*Footer Info */

#footer {
	width: 760px;
	height: auto;
	margin: 0 auto;
	position: relative;
	color: #FFF;
}

#footer p.footleft {
	font-size: 14px;
	padding-top: 8px;
	width: 300px;
}

#footer p.footright {
	font-size: 14px;
	text-align: right;
	position: absolute;
	top: 8px;
	right: 0px;
}

#footer a:link { color: #74AF41; text-decoration: underline;}
#footer a:visited { color: #74AF41; text-decoration: underline;}
#footer a:hover { color: #FFF; text-decoration: underline;}
#footer a:active { color: #152E41; text-decoration: none;}

