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

html { min-height: 100%; margin-bottom: 1px; }

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	word-spacing: 0.1em;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}


	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}
a img {
	border: none;
}


a:link {
	color: #82A7D0;
	text-decoration: underline;
}
a:visited {
	color: #82A7D0;
}
a:hover, a:active, a:focus {
	color: #82A7D0;
}


.nyu {
	height: 20px;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	padding-right: 60px;
	clear: both;
	padding-bottom: 10px;
}

.nyu2 {
	height: 20px;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	padding-top: 30px;
	padding-right: 60px;
	clear: both;
	background-color: #FF6716;
	padding-bottom: 10px;
}
.container {
	width: 1000px;
	margin: auto;
	background-color: #434343;
	height: 100%;
	
}




.header {
	height: 45px;
	font-size: 200%;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 45px;
	padding-bottom: 15px;
	word-spacing: 0.1em;
}


.siteslogan {
	font-size: 120%;
	color: #FFFFFF;
	padding-bottom: 10px;
	border-bottom: solid #CE6B35 1px;
	margin-left: 15px;
	margin-bottom: 45px;
	word-spacing: 0.1em;
	
}.sidebar1 {
	float: left;
	width: 200px;
	height: 410px;
	margin-left: 2px;
	padding-top: 2px;
}
.content {
	width: 720px;
	float: left;
	/* [disabled]background-color: #606060; */
	margin-left: 30px;
	/* [disabled]margin-right: 50px; */
	text-align: justify;
	background-repeat: no-repeat;
}

.logo {
	/* [disabled]font-family:  Lato, sans-serif, Arial, Helvetica, sans-serif; */
	font-size: 36px;
	color: #FFFFFF;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	/* [disabled]padding: 0 15px 15px 0; */ /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 0px;
	/* [disabled]background-color: #4D4D4D; */
	word-spacing: 0.1em;
}
ul.nav li {
	font-size: 16px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #434343;
	padding-bottom: 10px;
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 0px 5px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #FFFFFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #CE6B35;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
	text-align: right;
	height: 40px;
	width: 720px;
	float: right;
	padding-bottom: 10px;
	word-spacing: 0.1em;
	line-height: 1.4em;
}

.contactcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-align: left;
	height: 34px;
	width: 710px;
	float: left;
	padding-bottom: 10px;
	word-spacing: 0.1em;
	line-height: 1.4em;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	/* [disabled]background-color: #6C6C6C; */
	height: 40px;
	/* [disabled]border-top: solid #FF6716 1px; */
}

/* ~~ miscellaneous float/clear classes ~~ */
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

</style>[if lte IE 7]>
<style>
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a {
	zoom: 1;
}  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
{
width:150px;
height:150px;
overflow:scroll;
}
</style>
<![endif]
.imagebox {
	text-align: left;
	display: block;
	background-image: url(../../images/aura.jpg);
}
#imagebox-home {
	height: 370px;
	/* [disabled]padding-left: 60px; */
	background-image: url(../images/homepage6a.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#imagebox-home2 {
	height: 400px;
	/* [disabled]padding-left: 50px; */
	background-image: ;
	background-repeat: no-repeat;
	background-image: url(../images/axialgreenPKhome.jpg);
	background-position: center;
	background-color: #000000;
}
#imagebox-septal {
	background-image: url(../images/septal_bar.png);
	height: 170px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 2px;
	/* [disabled]width: 720px; */
	/* [disabled]margin-left: 0px; */
	/* [disabled]margin-right: 0px; */
}
#imagebox-inflammation {
	background-image: url(../images/greenpk-bar-med.jpg);
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 2px;
	/* [disabled]width: 720px; */
}


#imagebox-contact {
	background-image: url(../images/graph.png);
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	/* [disabled]margin-bottom: 2px; */
	width: 700px;
	/* [disabled]margin-left: 10px; */
	/* [disabled]margin-right: 10px; */
}
.contact-text {
	clear: both
	width: 600px;
	/* [disabled]height: 300px; */
	/* [disabled]margin-left: 60px; */
	text-align: justify;
}

.bottombar {
	float: none;
	height: 100%;
	width: 100%;
	/* [disabled]background-image: url(../images/corridor_1trans.png); */
	/* [disabled]background-repeat: repeat; */
	background-color: #666666;
}
#imagebox-pk {
	background-image: url(../images/greenPKsmall.jpg);
	height: 130px;
	/* [disabled]overflow: hidden; */
	background-repeat: no-repeat;
	background-position: center;
}
#imagebox-corridor {
	background-image: url(../images/corridor_med.jpg);
	height: 170px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 2px;
}
