body {
	background-color: #FFFFFF;
	margin: 0px;
	paddding: 0px;
}
#header {
	position: relative;
	width: 100%;
	overflow:visible;
}
#headerContainer {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 130px;
	margin: auto;
	display: table;
}
#logo {
	position: relative;
	left: 0px;
	bottom: 0px;
	margin-top: 12px;
	display: table-cell;
	vertical-align: bottom;
}
#logo img {
	width: 488px;
	max-width: 98%;
}
#contact {
	position: relative;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 145%;
	text-decoration: none;	
	text-align: center;
	padding-bottom: 15px;
	display: table-cell;
	vertical-align: bottom;
}
#ascend {
	position: relative;
	width: 120px;
	max-width: 25%;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
.ascendLogo {
	position: relative;
	width: 110px;
	max-width: 96%;
	height: auto;
}
#navContainer {
	position:relative;
	clear:both;
	width: 100%;
	background-color: #336699;
	background: -webkit-linear-gradient(#5C85AD, #336699); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#5C85AD, #336699); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#5C85AD, #336699); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#5C85AD, #336699); /* Standard syntax */
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #333333;
	overflow:hidden;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.45);
	z-index: 100;	
}
#navBar {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	overflow:hidden;
}
#navBar ul {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#navBar ul li {
	display: inline-block;
	margin: 8px 24px 8px 24px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	
}
#navBar ul li a {
	color: #FFFFFF;
	text-decoration:none;
	
}
#navBar ul li a:hover {
	color: #EEEEEE;
	text-decoration:none;
	
}
#mainContainer {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
	background-color: #C1D1E0;
}
#mainArea {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
#mainAreaInside {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: auto;
	overflow: hidden;
}
#circlesContainer {
    position: absolute;
	left: 0px;
	top: 580px;
	width: 100%;
	/* background-color: #000000;
    opacity: 0.3;
    filter: alpha(opacity=30);  For IE8 and earlier */
	display: block;
	z-index: 400;
  }
#circlesTag {
    position: relative;
	left: 0px;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	display: block;
	z-index: 400;
  }
#circlesTag img {
	position: relative;
	width: 160px;
	height: 160px;
	margin: auto 20px;
	display: inline-block;
}
#circlesBuffer {
	position: relative;
	height: 40px;
	clear:both;
}
#leftColumnTop {
	float: left;
	width: 480px;
}
#rightColumnTop {
	float: right;
	width: 500px;
}
#leftColumn {
	float: left;
	max-width: 630px;
	width: 60%;
}
#rightColumn {
	float: right;
	max-width: 350px;
	width: 37%;
}
#rightColumn img {
	max-width: 94%;
	height: auto;
}
#leftColumnReferral {
	position: relative;
	float: left;
	max-width: 730px;
	width: 69%;
}
#rightColumnReferral {
	position: relative;
	float: right;
	max-width: 230px;
	width: 25%;
	min-height: 210px;
	border: solid 2px #4181CE;
	padding: 10px 5px;
	margin-right: 10px;
	margin-top: 30px;
	border-radius: 8px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
#leftColumnAAC {
	position: relative;
	float: left;
	max-width: 700px;
	width: 67%;
}
#rightColumnAAC {
	position: relative;
	float: right;
	max-width: 250px;
	width: 27%;
	min-height: 210px;
	border: solid 2px #4181CE;
	padding: 10px 5px;
	margin-right: 10px;
	border-radius: 8px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
#AACGraph {
	position: relative;
	max-width: 700px;
	width: 100%;
	margin:auto;
	display: block;
}
#centerColumn {
	width: 96%;
	max-width: 880px;
	margin:auto;
}
.bioContainer {
	position: relative;
	width: 50%;
	display: inline-block;
	
}
.leftBio {
	float: left;
	width: 49%;
	vertical-align: top;
	display: table;
}
.rightBio {
	float: right;
	width: 49%;
	vertical-align: top;
	display: table;
}
.colLeft {
	position: relative;
	width: 170px;
	padding-top: 20px;
	display: table-cell;
	vertical-align: top;
}
.colRight {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
#contactForm {
	width: 230px;
	margin: 10px auto;
	border: solid 4px #FFFFFF;
	border-radius: 8px;
	background-color: #648BB3;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.25);
	background: -webkit-linear-gradient(#648BB3, #92B4D7); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#648BB3, #92B4D7); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#648BB3, #92B4D7); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#648BB3, #92B4D7); /* Standard syntax */ 
}
#contactForm h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	letter-spacing: -.02em;
	text-align: center;
	word-spacing: -.05em;
	margin: 0px;
	padding: 0px;
}
#contactForm .largetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
}
#contactForm .mediumtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
		
}
#contactForm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
		
}
#contactForm .Entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 1px;
	width: 140px;
	border: solid 1px #FFFFFF;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
}
#contactForm .Submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px;
	width: 180px;
	border: solid 1px #FFFFFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.45);
	background-color: #648BB3;
	background: -webkit-linear-gradient(#648BB3, #92B4D7); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#648BB3, #92B4D7); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#648BB3, #92B4D7); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#648BB3, #92B4D7); /* Standard syntax */ 
}
#contactForm .Submit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 6px;
	width: 180px;
	border: solid 1px #FFFFFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.45);
	background-color: #648BB3;
	background: -webkit-linear-gradient(#B1C5D9, #C8D9EB); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#B1C5D9, #C8D9EB); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#B1C5D9, #C8D9EB); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#B1C5D9, #C8D9EB); /* Standard syntax */ 
}
#lowerArea {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 20px auto;
	overflow: hidden;
}
#footerContainer {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 150px;
	margin-top: 2px;
	overflow: hidden;
	background-color: #336699;
	background: -webkit-linear-gradient(#336699, #336699); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#336699, #336699); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#336699, #336699); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#336699, #336699); /* Standard syntax */	
}
#footer {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: circle;
}
#footer ul li {
	line-height: 21px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
.footerLeft {
	float: left;
	width: 19%;
}
.footerRight {
	float: right;
	width: 60%;
	margin-top: 25px;
}
#footerLogo {
	width 150px;
	float: left;
	margin-right: 8px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	letter-spacing: -.02em;
	word-spacing: -.03em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	letter-spacing: -.03em;
	word-spacing: -.05em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #336699;
	margin: 0px 2px;
	padding: 0px;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #648BB3;
	margin: 0px 2px;
	padding: 0px;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}

.largetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	text-decoration: none;	
}
.mediumtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	line-height: 165%;
}
.mediumtxt a {
	color: #333333;
	text-decoration: underline;
}
.mediumtxt a:hover {
	color: #999999;
	text-decoration: none;
}
.boldmedtxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #648BB3;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}
.basictxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}
.basictxt a {
	color: #000000;
	text-decoration: none;	
}
.basictxt a:hover {
	color: #666666;
	text-decoration: underline;	
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}
.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
}
.AACtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}
.clearBoth {
	clear:both;
	height: 10px;
}
.gallery {

}
.gallery img {
	border: solid 1px #333333;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.45);
}
.picBorder {
	border: solid 1px #333333;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.35);
	margin: 0px 10px;
}
.bioPic {
	max-width: 45%;
	height: auto;
	border: solid 1px #333333;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.35);
	margin: 0px 15px 8px 0px;
	float: left;
}

#preloadImages {
	visibility: hidden;
}
#resourceContainer {
	position: relative;
	width: 100%;
	max-width: 900px;
	height: 596px;
}
#resourceImage {
	position: absolute;
	top: 36px;
	left: 0px;
	width: 100%;
	max-width: 900px;
	text-align: center;
}
#resourceULbox, #resourceURbox, #resourceLLbox, #resourceLRbox {
	width: 340px;
	min-height: 275px;
	border: solid 2px #4181CE;
	border-radius: 8px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
#resourceULbox, #resourceULtext {
	position: absolute;
	top: 0px;
	left: 30px;
}
#resourceURbox, #resourceURtext {
	position: absolute;
	top: 0px;
	right: 30px;
}
#resourceLLbox, #resourceLLtext {
	position: absolute;
	bottom: 0px;
	left: 30px;
}
#resourceLRbox, #resourceLRtext {
	position: absolute;
	bottom: 0px;
	right: 30px;
}

#resourceULtext {
	width: 330px;
	max-width: 48%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	padding-right: 10px;
	margin-left: 0px;
}
#resourceURtext {
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	padding-right: 15px;
}
#resourceLRtext {
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	padding-right: 15px;
}
#resourceLLtext {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	padding-right: 60px;
}

#resourceURtext ul, #resourceLRtext ul {
	list-style-type: circle;
}
#resourceULtext ul, #resourceLLtext ul {
	list-style-type: circle;
}
#resourceULtext li {
	margin-bottom: 1px;
}
#resourceURtext li, #resourceLLtext li, #resourceLRtext li {
	margin-bottom: 5px;
}
#resourceULtext a, #resourceURtext a, #resourceLLtext a, #resourceLRtext a {
	text-decoration: none;
	color: #333333;
}
#resourceULtext a:hover, #resourceURtext a:hover, #resourceLLtext a:hover, #resourceLRtext a:hover {
	text-decoration: underline;
	color: #999999;
}
#resourceURtext h3, #resourceLLtext h3, #resourceLRtext h3, #resourceULtext h3 {
	display: none;
}
.resourceBar {
	position: relative;
	width: 100%;
	max-width: 642px;
	height: 73px;
	background-image: url(../images/resource-bar.png);
	margin: 15px auto auto auto;
	background-repeat: no-repeat;
}
.resourceLink {
	position: relative;
	width: 564px;
	height: 60px;
	margin: 4px 0px 0px 67px;
	display: table;
}
.resourceLink p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	display: table-cell; 
  	vertical-align: middle;
}
.resourceLink p a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.65);
}
.resourceLink p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.55);
}
#AACbox {
	position: relative;
	max-width: 700px;
	width: 100%;
	height: 225px;
	background-image: url(../images/aac-box.png);
	background-repeat: no-repeat;
	margin-top: 25px;
}
#AACboxOne, #AACboxTwo, #AACboxThree {
	width: 142px;
	height: 45px;
	position: absolute;
	top: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	
}
#AACboxOne {
	left: 20px;
}
#AACboxTwo {
	left: 248px;
}
#AACboxThree {
	left: 476px;
}

#AACboxFour, #AACboxFive, #AACboxSix {
	width: 152px;
	height: 95px;
	position: absolute;
	top: 86px;
	border: solid 2px #4181CE;
	border-radius: 8px;
	background-color:#FFFFFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 8px;
	color: #333333;
}
#AACboxFour {
	left: 50px;
}
#AACboxFive {
	left: 278px;
}
#AACboxSix {
	left: 498px;
}
#AACboxFour ul, #AACboxFive ul, #AACboxSix ul {
	padding: 0px;
	margin: 0px 25px;
	list-style-type: circle;
}
#AACboxFour ul li, #AACboxFive ul li, #AACboxSix ul li {
	margin-bottom: 10px;
}
#AACboxFour a, #AACboxFive a, #AACboxSix a {
	color: #333333;
	text-decoration: none;
}
#AACboxFour a:hover, #AACboxFive a:hover, #AACboxSix a:hover {
	color: #999999;
	text-decoration: underline;
}
#slideshow {
      display: none;
	  max-height: 511px;
}
#slideshow .slidesjs-navigation {
      display: none;
}
.container {
	  margin: 0px auto;
	  max-width: 100%;
}
#mLink {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 39px;
	background-image: url(../images/menu-link.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	text-align:center;
	line-height: 28px;
	display: none;
	width: 45px;
	margin: auto;
}
#mLink:hover {
	color: #DDDDDD;
	text-decoration: none;
	background-image: url(../images/menu-link-ov.png);
	background-repeat: no-repeat;
	cursor: pointer;	
}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #336699;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #BBBBBB;
    color: #EEEEEE;
}
#assocPic {
	max-width: 96%;
	width: 200px;
	margin: auto;
	display: block;
}
.onMobile, .mobileOnly {
	display: none;
}

@media only screen and (max-width: 1080px) {
	#headerContainer {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	}
	#contact {
	font-size: 12px;
	}
	#navBar ul li {
	margin: 8px 14px 8px 14px;
	font-size: 14px;
	}
	#circlesTag img {
	width: 150px;
	height: 150px;
	margin: auto 15px;
	}
	#circlesBuffer {
	height: 0px;
	}
	.container {
    width: auto;
    }
	#lowerArea {
	width: 94%;
	}
	h1 {
	font-size: 28px;
	}
	h2 {
	font-size: 24px;
	}
	h3 {
	font-size: 18px;
	}
	h4 {
	font-size: 16px;
	}
	#mainArea h1 {
	margin-left: 25px;
	}
	
	#resourceContainer {
	position: relative;
	width: 100%;
	max-width: 900px;
	height: auto;
	}
	#resourceImage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 500px;
	text-align: center;
	margin: 15px auto;
	}
	#resourceImage img {
	width: 100%;
	height: auto;
	}
	#resourceULbox, #resourceURbox, #resourceLLbox, #resourceLRbox {
	display: none;
	}
	#resourceULtext, #resourceURtext, #resourceLRtext, #resourceLLtext {
	clear:both;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	max-width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding-right: 0px;
	margin-left: 0px;
	text-align: center;
	}
	#resourceURtext ul, #resourceLRtext ul, #resourceULtext ul, #resourceLLtext ul {
	list-style-type: circle;
	padding: 0px;
	margin: 0px;
	}
	#resourceURtext li, #resourceLLtext li, #resourceLRtext li, #resourceULtext li {
	margin-bottom: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
	}
	#resourceURtext h3, #resourceLLtext h3, #resourceLRtext h3, #resourceULtext h3 {
	display: block;
	text-align: center;
	margin-top: 40px;
	border-bottom: solid 1px #999999;
	}
}
@media only screen and (max-width: 960px) {
	#headerContainer {
	margin-top: 10px;
	height: auto;
	}
	#logo {
	position: relative;
	text-align: center;
	}
	#logo img {
	width: 488px;
	max-width: 98%;
	}
	#ascend {
	position: relative;
	width: 16%;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	}
	#contact {
	width: 0px;
	display: none;
	}
	#circlesContainer {
	position: relative;
	top: 0px;
	margin-top: 10px;
	}
	#lowerArea {
	margin: 10px auto 20px auto;
	}
	#circlesTag img {
	width: 120px;
	height: 120px;
	margin: auto 10px;
	}
	#mainContainer {
	height: auto;
	max-height: 350px;
	border-bottom: solid 1px #C1D1E0;
	}
	#leftColumn, #rightColumn {
	float: none;
	max-width: 780px;
	width: 100%;
	}
	#rightColumn {
	text-align: center;
	}
	#mLink {
	display: block;
	}
	.onMobile {
	display: inline;
	}
	#navContainer, #navBar {
	overflow: visible;
	z-index: 500;
	}
	#navBar ul {
	position: absolute;
	top: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	display: none;
	background-color: #C6D5E3;
	}
	#navBar ul li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	line-height: 46px;
	}
	#navBar ul li a {
	color: #666666;
	text-decoration:none;
	border-bottom: solid 1px #666666;
	display: block;
	padding: 8px auto;
	}
	#navBar ul li a:hover {
	color: #333333;
	text-decoration:none;
	background-color: #EDEDED;
	}
	h1 {
	font-size: 24px;
	text-align: center;
	}
	h2 {
	font-size: 21px;
	text-align: center;
	}
	h3 {
	font-size: 18px;
	text-align: center;
	}
	h4 {
	font-size: 16px;
	}
	.mediumtxt {
	font-size: 14px;
	}
	#mainArea h1 {
	margin-left: 0px;
	}
	.resourceBar {
	width: 100%;
	max-width: 642px;
	height: auto;
	background-image: none;
	margin: auto auto auto auto;
	background-repeat: no-repeat;
	}
	.resourceLink {
	width: 100%;
	height: auto;
	margin: 30px auto 0px auto;
	display: block;
	}
	.resourceLink p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	text-decoration: none;
  	vertical-align: middle;
	display: block;
	}
	.resourceLink p a {
	color: #336699;
	text-decoration: none;
	text-shadow: none;
	}
	.resourceLink p a:hover {
	color: #666666;
	text-decoration: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.55);
	}	
}
@media only screen and (max-width: 580px) {
	#mainContainer {
	max-height: 260px;
	}
	.leftBio, .rightBio {
	width: 96%;
	vertical-align: top;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
	}
	.colLeft, .colRight {
	width: 100%;
	padding-top: 0px;
	display: block;
	vertical-align: top;
	text-align: center;
	}
	.leftBio, .rightBio {
	width: 80%;
	margin-left: 10%;
	}
	#circlesTag img {
	width: 100px;
	height: 100px;
	margin: auto 10px;
	}
	.bioPic {
	max-width: 55%;
	margin: 0px auto 8px auto;
	display: block;
	float: none;
	}
	.mobileCenter {
	text-align: center;
	}
	.resourceLink p, #resourceULtext, #resourceURtext, #resourceLRtext, #resourceLLtext {
	font-size: 16px;
	}
}
@media only screen and (max-width: 400px) {
	#mainContainer {
	max-height: 200px;
	}
}