@charset "utf-8";

/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #90dbfb;
  background-image: url(imgs/bkg.jpg) repeat-x;
}
body {
  font: 0.750em/1.25 Verdana, Arial, sans-serif;
  color: #8e8e8e;
  line-height: 16px;
  background: url(../imgs/bkg.jpg) repeat-x;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
a, a:link, a:active, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #135d7c;
}

a:hover, a:focus {
  text-decoration: underline;
  font-weight: bold;
}

img {
  border: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; padding-right: 10px; padding-bottom: 10px;}
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

/* Custom Styles */


#Nav {
	font-size: 14px;
	color: #ffffff;
	padding: 10px 0;
}

#Nav a:link, #Nav a:active, #Nav a:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#Nav a:hover, #Nav a:focus {
	text-decoration: underline;	
}

#Nav a.current:link, #Nav a.current:active, #Nav a.current:visited {
	font-weight: bold;
}

#Nav a.current:hover, #Nav a.current:focus {
	text-decoration: underline;
}

#Box h2 {
	color: #135d7c;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#Info1 {
	background-color: #135d7c;
	color: #ffffff;
	text-align: center;
	padding: 10px;
}

#Info1 h2 {
	font-size: 18px;	
	font-weight: bold;
	line-height: 24px;
}

#Info2 {
	text-align: center;
	color: #135d7c;
	border-bottom: 1px solid #b8ced7;
	margin-bottom: 10px;
}

#Phone {
	width: 150px;
	float: left;
	padding: 10px;
}

#Hours {
	font-variant: small-caps;
	font-size: 10px;
	width: 155px;
	float: left;
	padding: 10px;
}

.large {
	font-size: 16px;
	font-weight: bold;
}

#Documents {
	display: block;
	padding-top: 10px 0px;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 20px;
	list-style: none;
}

#Documents li {
	padding-left: 30px;
	background-image: url(../imgs/icon-document.gif);
	background-repeat: no-repeat;
	background-position: 0 ;
	line-height: 25px;
}

#Documents li a {
	display:inline-block;
	display:block;
}

#PatientHelperContent p {
	padding-bottom: 10px;
}

#PatientHelperContent h2 {
	padding-bottom: 10px;
}

/* Secondary Page Styles */

#Content p {
	padding-bottom: 15px;
}

#Content a:link, #Content a:active, #Content a:visited {
	font-weight: normal;
}

#Content a:hover, #Content a:focus {
	text-decoration: underline;
}
#Content h1 {
	color: #8e8e8e;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

#Content h2 {
	color: #8e8e8e;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

#Content h3 {
	color: #135d7c;
	font-size: 16px;
	font-weight: bold;
}

.Highlight {
	font-size: 14px;
	padding-left: 15px;
	color: #135d7c;
	border-left: 1px solid #135d7c;
	margin-bottom: 10px;
}

#Content img {
	float: left;
	padding: 0px 10px 5px 0;
}

#MoreInfo h2 {
	border-bottom: 1px solid #b8ced7;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

#MoreInfo ul {
	display: block;
	margin-left: 0;
	padding-left: 13px;
	list-style-type: disc;
}

#MoreInfo li a {
	display:inline-block;
	display:block;
}
