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


/* ----- TYPOGRAPHY ------- */
body {
	font-size: 62.5%;
	background-image: url(Images/bg.gif);
	background-repeat: repeat-x;
	background-color: #d3e4e5;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;
}

h1 {
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-size: 2.6em;
}

h2 {
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.8em;
}

h4{
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.4em;
}
li {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: square;
	color: #444;
	margin-left: 10px;
}


/* ----- SHARED ELEMENTS ------- */
#header {
	height: 106px;
	margin: 0px;
	background-image: url(Images/aimLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header a, #header a:link, #header a:visited{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	padding: 20px;
	background-image: url(Images/homepageFooterBg.gif);
	height: 55px;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-color: #6a9699;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


/* ----- HOMEPAGE ONLY ELEMENTS ------- */
#hompageBanner {
	height: 148px;
	background-image: url(Images/hompageBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 605px;
	padding-top: 100px;
	margin: 0px;
	color: #FFFFFF;
	padding-right: 25px;
}
#hompageBanner a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
#hompageBanner a:hover {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
}
.homepageBannerP {
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.2em;
}
.homepageBannerBold {
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: bold;
}
#homepageNav {
	background-image: url(Images/homepageNavBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#homepageNavBox {
	height: 180px;
	width: 920px;
}
#homepageNavBox a{
	float: left;
	height: 150px;
	width: 154px;
	background-image: url(Images/homepageNavListUP.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
	text-decoration: none;
	margin: 0px;
}

#homepageNavBox a:hover{
	background-image: url(Images/homepageNavListOVER.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
}
.homepageNavBoxP   {
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.1em;
}
.homepageNavBoxBold  {
	color: #5c443a;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 1.7em;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.1em;
}
#primBanner {
	height: 142px;
}



/* ----- PRIMARY NAVIGATION BAR  ------- */
#primNav {
	background-image: url(Images/primNavBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	height: 39px;
	margin: 0px;
	padding: 0px;
}
#primNavList {
	height: 39px;
	width: 920px;
}
#primNavList a {
	color: #5c443a;
	float: left;
	height: 9px;
	background-image: url(Images/primNavListUP.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
	text-decoration: none;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

#primNavList a:link, #primNavList a:visited {
color: #5c443a;
text-decoration: none;
}

#primNavList a:hover
{
	background-image: url(Images/primNavListOVER.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
}

#primNavList a#current {
	background-image: url(Images/primNavListCURRENT.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #1b737b;
	text-decoration: none;
}


/* ----- HOMEPAGE FOOTER  ------- */
#homepageFooter {
	background-image: url(Images/homepageFooterBg.gif);
	background-repeat: repeat-x;
	height: 182px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 1.2em;
}
#homepageFooterBox {
	padding-right: 20px;
	float: left;
	width: 360px;
	padding-top: 20px;
	padding-left: 0px;
}
#homepageFooterImage {
	padding-right: 20px;
	float: left;
	width: 65px;
	padding-top: 40px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#homepageFooterBox  a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
#homepageFooterBox  h3 {
	color: #FFFFFF;	
}
#homepageFooterBox  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


/* ----- GLOBAL NAVIGATION ------- */
#globNav {
	height: 25px;
	text-align: right;
}
#globNavList li {
	display: inline;
	list-style-type: none;
}
#globNavList a {
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#globNavList a:link, #globNavList a:visited
{
color: #fff;
text-decoration: none;
}
#globNavList a:hover
{
	color: #fff;
	text-decoration: underline;
}
#quote {
	background-image: url(Images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-size: 1.3em;
	margin-right: 40px;
	border: 1px solid #CCCCCC;
	margin-bottom: 50px;
}
#rightCol {
	float: right;
	width: 230px;
	margin-top: 30px;
	background-color: #6a9699;	
}
#rightColCopy {
	padding: 10px;
	color: #FFFFFF;
	font-size: 1.2em;
	background-image: url(Images/rightColCopyBG.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #6a9699;
}
#rightColCopy a {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
#rightColCopy a:hover {
	text-decoration: underline;
	font-weight: bold;
}




/* 
#rightColCopy li {
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: none;
}

#rightColCopy ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*/


.rightColImage {
	float: left;
	margin-bottom: 40px;
}
#rightColHeader {
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	font-size: 1.3em;
	font-weight: bold;
	color: #5c443a;
	background-image: url(Images/rightColHeaderBG.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding-top: 3px;
}
#leftCol {
	width: 610px;
	min-height:600px;
}
.leftColColumns {
	width: 250px;
	float: left;
	margin-right: 40px;
}
#aboutPhoto {
	height: 150px;
	width: 130px;
	background-color: #666666;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #333333;
}
.bookPhotoSpace {
	padding-bottom: 50px;
}

/* ---- ABOUT PAGE FIX ----- */
#rightColAbout {
	float: right;
	width: 210px;
	background-color: #6a9699;
	color: #FFFFFF;
	font-size: 1.2em;
	background-image: url(Images/rightColCopyBG.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-right: 20px;
}

#rightColAbout li {
	color: #FFFFFF;
	list-style-type: disc;
	font-size: 1em;
	list-style-position: outside;
	line-height: 1.5em;
}
#rightColAbout ul {
	padding-left: 1.4
	em;
	
}
