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

article, aside, figure, footer, header, nav, section {
	display: block;
	margin: 0;
	padding: 0;
	/* -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,1); */
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #669966;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	width:850px;
    margin-left: auto;  /* center the page  */
    margin-right: auto;  /* center the page  */
}
#container {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
}
#logo {
	background-image: url(../images/IATLogoMed.jpg);
	background-repeat: no-repeat;
	height: auto
	width: 100pc;
}
#logo h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 45px;
	font-size:54px;
	font-weight:bold;
	margin-left: 285px;
}
#logo h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 125px;
	font-size:28px;
	font-weight:bold;
	margin-left: 285px;
	font-style: italic;
}
nav {
	padding-top: 230px;
	padding-right: 0px;
	margin-bottom:40px;
	height:auto;
    margin:0 auto;
    text-align:center;
}
nav ul {
    list-style: none;
    margin: 0;
	padding: 0;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}
nav ul li {
    display: inline;
	float: left;
} 
nav ul a {
	display: block;
	width:125px;
	padding: 10px;
	text-align:center;
	text-decoration: none;
	background-color:#06f;
	color: #fff;
	border: 1px solid #000000;
	margin: 5px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    /* Clear any floating elements */
    clear:both;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
	background-color: rgba(102,102,0,1);
}
#maincontent {
	margin-top: 15px; /* margin between nav menu and main content */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#vision {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:22px;
	font-weight:bold;
	line-height:1.2;
	background-repeat:no-repeat;
	width: 830px;
	height:237px;
	margin-bottom:20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#mission {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	font-weight:bold;
	line-height:1.1;
	width: 830px;
	font-variant: normal;
	font-style: italic;
	margin-bottom:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.center_image {
   display:block;
   margin:0 auto;
}
ul.podlist {
	list-style-type: square;
}
li.podlist {  /* with space in between list elements  */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
li.podlist2 {  /* with no space in between list elements  */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.fullpod {
    background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
    width: 800px;
	/* height:400px; */
    float:left;
    margin-right:20px;
}

.podContent {
    margin-top:10px;
    margin-left:10px;
   /* width: 385px;
	height:375px; 
    overflow: scroll; */
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0); /* override box shadows */
}
.podContent_no_height {
    margin-top:10px;
    margin-left:10px;
    /* width: 385px; */
    overflow: scroll;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0); /* override box shadows */
}

#notes {
	background-image: url(../images/noterule.gif);
	background-repeat:repeat;
	height: 19px;
	width: 840px;
    overflow:hidden;
}

img.right {
	float:right;
	padding-left: 10px;
	padding-right: 10px;
}
img.left {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}
footer {
	clear:both;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:rgba(255,255,204,1);
}
footer.p {
	margin:0 0 5px 0;
	margin-top: 75px; /* margin between nav menu and main content */
}
footer a {
    display: inline;
}
#facebookyahoo {
	float:right;
	margin-right:25px;
	width:150px;
}
#textnavdiv {
	text-align:center;
}
li.textnav {
    display: inline;
    list-style: none;
	font-size:14px;
	font-weight:bold;
	padding-right: 30px;
	
}
