@charset "utf-8";
/* CSS Document */

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:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	text-decoration:none;
}
:focus {
	outline: 0;
}
body {
	
	color:#333333;
	background:url(../../local/graphics/body/background.gif) repeat top left;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/* CENTER */
.centerOne {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
}

.centerTwo {
	position:relative;
	top:0px;
	height:100%;
	width:960px;
	margin: 0 auto;
}
.centerThree {
	position:absolute;
	left:0px;
	height:auto;
	width:960px;
	margin: 0 auto;
}

/* CONTENT */
#container {
	position:relative;
	float:left;
	width:960px;
	margin:20px 0px;
	background:#FFF;
}
#n {
	position:absolute;
	top:0px;
	left:0px;
	height:5px;
	width:100%;
	background:url(../../local/graphics/surround/north.gif) repeat-x top left;
}
#s {
	position:absolute;
	bottom:0px;
	left:0px;
	height:5px;
	width:100%;
	background:url(../../local/graphics/surround/south.gif) repeat-x bottom left;
}
#w {
	position: absolute;
	top:0px;
	left:0px;
	height:100%;
	width:5px;
	background:url(../../local/graphics/surround/west.gif) repeat-y top left;
}
#e {
	position: absolute;
	top:0px;
	right:0px;
	height:100%;
	width:5px;
	background:url(../../local/graphics/surround/east.gif) repeat-y top right;
}
#nw {
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:10px;
	background:url(../../local/graphics/surround/northwest.gif) no-repeat top left;
}
#ne {
	position:absolute;
	top:0px;
	right:0px;
	width:10px;
	height:10px;
	background:url(../../local/graphics/surround/northeast.gif) no-repeat top right;
}
#sw {
	position:absolute;
	bottom:0px;
	left:0px;
	width:10px;
	height:10px;
	background:url(../../local/graphics/surround/southwest.gif) no-repeat bottom left;
}
#se {
	position:absolute;
	bottom:0px;
	right:0px;
	width:10px;
	height:10px;
	background:url(../../local/graphics/surround/southeast.gif) no-repeat bottom right;
}

/* CONTENT */
.contentContainer {
	position:relative;
	float:left;
	padding:10px;
}

/* HEADER */
#header {
	position:relative;
	float:left;
	height:143px;
	width:930px;
	padding:5px;
	border-bottom:1px solid black;
}
#logo {
	position:absolute;
	top:5px;
	left:5px;
	height:143px;
	width:101px;
}
#logoText {
	position:absolute;
	height:60px;
	width:410px;
	top:5px;
	left:116px;
}	

#globalnav { position:absolute; margin:0px; padding:0px; padding-right:5px; bottom:5px; right:0px; height:19px; width:818px;}
#globalnav li {display: inline;}
#globalnav li a { float: right; margin-left:10px; height: 19px; }
#globalnav ul {top:0px;}

#gn-home a{ width:86px; height:19px; top:2px; overflow:hidden; background:url(../../local/graphics/header/buttons/home.gif) top left no-repeat;}
#gn-home a:hover{ background-position:0px -20px;}
#gn-home a:active { background-position:0px -40px;}

#gn-altitude a{ width:264px; height:19px; overflow:hidden; background:url(../../local/graphics/header/buttons/aboutaltitude.gif) top left no-repeat;}
#gn-altitude a:hover{ background-position:0px -20px;}
#gn-altitude a:active { background-position:0px -40px;}

#gn-contact a{ width:115px; height:19px; overflow:hidden; background:url(../../local/graphics/header/buttons/contact.gif) top left no-repeat;}
#gn-contact a:hover{ background-position:0px -20px;}
#gn-contact a:active { background-position:0px -40px;}

#gn-links a{ width:86px; height:19px; overflow:hidden; background:url(../../local/graphics/header/buttons/links.gif) top left no-repeat;}
#gn-links a:hover{ background-position:0px -20px;}
#gn-links a:active { background-position:0px -40px;}


#patientPortal {
	position:absolute;
	top:5px; right:20px;
	width:180px;
	height:27px;
	overflow:hidden;
}
#patientPortal a {
	position:absolute;
	top:0px; left:0px;
	width:180px;
	height:27px;
	background:url(../../local/graphics/header/buttons/patient_portal.gif) top left no-repeat;
}
#patientPortal a:hover {
	background-position:0 -28px;
}
/*CONTENT */
.content {
	position:relative;
	text-align:left;
	float:left;
	width:920px;
	padding:14px 10px; 10px 10px;
}
#homeBulletPicture {
	position:relative;
	float:left;
	width:640px;
	padding:2px 0px 0px 2px;

}
#homeBulletPicture img{
	border:2px solid #000000;
}
#homeBullet {
	position:relative;
	float:left;
	width:250px;
	padding-left:20px;
	padding-top:5px;
}
#homeBullet h1 {
	background:url(../../local/graphics/elements/bulletredcross.gif) no-repeat center left;
	padding-left:20px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
#homeAboutSection {
	position:relative;
	width:920px;
	float:left;
	padding-top:5px;
}
#homeAboutSection h2{
	padding-top:5px;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px #979797 solid;
	clear:both;
}
#homeAboutSection p {
	font-size:12px;
	padding:5px 5px 5px 5px;
}

#altitudeContent{
	position:relative;
	width:920px;
	float:left;
	padding-top:5px;
}
#altitudeContent h1{
	padding-top:5px;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px #979797 solid;
	
}
#altitudeContent h2{
	background:url(../../local/graphics/elements/bulletredcross.gif) no-repeat center left;
	padding-left:20px;
	margin-top:15px;
	font-size:16px;
	font-weight:bold;	
}
#altitudeContent h3{
	background:url(../../local/graphics/elements/bulletgreycrosssmall.gif) no-repeat center left;
	margin-left:20px;
	margin-top:5px;
	padding-left:14px;
	font-size:14px;
	font-weight:bold;
	
}
#altitudeContent p {
	font-size:12px;
	padding:5px 5px 5px 20px;
}
#altitudeContent h3 + p, #altitudeContent h3 + ul + p {
	margin-left:15px;
}
#altitudeContent h3 + p {
	padding:0px 5px 10px 20px;
}
#altitudeContent h3 + ul + p {
	padding:5px 5px 10px 20px;
}
.indent {
	margin-left:15px;
}
.indent p {
	padding:5px 5px 5px 30px;
}
#altitudeContent h3 + ul li {
	list-style:disc;
	margin-left:50px;
	font-size:12px;
}


#contactContent {
	position:relative;
	width:920px;
	float:left;
	padding-top:5px;
}
#contactContent h1{
	padding-top:5px;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px #979797 solid;
}
#contactContent h2{
	background:url(../../local/graphics/elements/bulletredcross.gif) no-repeat center left;
	padding-left:20px;
	margin-top:10px;
	font-size:16px;
	font-weight:bold;	
}
#contactContent h3 {
	font-size:14px;
	padding-top:5px;
	padding-left:5px;
}
#contactContent h4 {
	font-size:14px;
	padding-left:5px;
}
#linksContent {
	position:relative;
	width:920px;
	float:left;
	padding-top:5px;
}
#linksContent h1{
	padding-top:5px;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px #979797 solid;
}
#linksContent h2{
	background:url(../../local/graphics/elements/bulletredcross.gif) no-repeat center left;
	padding-left:20px;
	margin-top:10px;
	font-size:16px;
	font-weight:bold;	
}
#linksContent h3{
	background:url(../../local/graphics/elements/bulletgreycrosssmall.gif) no-repeat center left;
	margin-left:20px;
	margin-top:5px;
	padding-left:14px;
	font-size:14px;
	font-weight:bold;
	
}
#linksContent h3 a{
	color:#333333;
}
#linksContent h3 a:hover{
	color:#f30a12;

}
#linksText {
	font-weight:normal;
}
#linksText p {
	display:inline;
}
/* Phone Numbers */
#phoneNumber {
	position:relative;
	float:left;
	width:124px;
	height:19px;
	background:url(../../local/graphics/header/phonenumber.gif) no-repeat top left;
}


/*FOOTER */
#footer {
	position:relative;
	float:left;
	width:940px;
	padding:15px 0px 0px 5px;
}
#footer a {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:0px 10px 0px 10px;
}
#footer a:hover {
	color:#f30a12;
}
#footer p {
	padding-top:5px;
	font-size:10px;
}
