@charset "utf-8";

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-attachment: fixed;
	background-image: url(../images/bkgds/main-bkgd.jpg);
	background-repeat: no-repeat;
}

div {
margin:0;
padding:0;
border:0px solid #ccc;
}

#container {
	width:90%;
	min-width:900px;
	margin:20px auto;
	}

/*                 HEADER               */
#header {
	background: url(../images/logos/ISAA_Logo.png) no-repeat left;
	font-size: 1.1em;
	
}

#header ul {
	list-style:none;
	padding:11% 0% 2% 2%;
	text-decoration: none;
	margin: 0;
	text-align: right;
	border-bottom: 0.5em solid #2e4b92;
}

#header li {
	display:inline;
	margin:0 8px;
	text-decoration: none;
}

#header li a:link, #header li a:visited {
	color: #2e4b92;
	text-decoration: none;	
}

#header li a:hover {
	color: #2e4b92;
	text-decoration: underline;
}

/*                 NAVIGATION  possible using tutorial on html dog by Patrick Griffiths              */
#navigation {
	font-size: 1.2em;
	color: #FFFFFF;
	background: #2e4b92;
	padding: 1.5em;
}

#nav {
	float: left;
	height: 100%;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em;
	background: url(../images/bkgds/nav-bkgd.jpg) repeat-x;
}

#nav ul {
	float: left;
	width:100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
	background: #d6dde8;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #2e4b92;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li {
	float: left;
	width: 10em;

}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #FFFFFF;
	overflow: hidden;
}




/*                 MAIN CONTENT               */
#maincontent {
	color: #2e4b92;
	padding-right: 0%;
	padding-left: 3%;
	text-align: left;
}

#maincontent h1 {
	font: bold 2em/2.2em Arial, Helvetica, sans-serif;
	padding: 3% 0 0.5% 0;
	line-height:normal;
}

#maincontent h2 {
	font: bold 1.4em/1.5em Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
}
#maincontent h3 {
	font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgds/nav-bkgd.jpg);
	background-repeat: repeat;
	line-height: 2.0em;
	text-transform: uppercase;
	padding-left: 10px;
	width: auto;
}


#maincontent p {
	font-size: 1.2em;
	padding-left: 15px;
}
	
#col1, #col2, #col3, #col4 {
float: left;
width: 22%;
margin-left: 2%;
}


#leftcol, #rightcol {
float: left;
width: 46%;
margin-left: 2%;
}

#maincontent ul {
	list-style:url(..css/none) none outside;
	text-decoration: none;
	line-height: 1.5em;
}

#maincontent a:link, #maincontent a:visited {
	text-decoration: none;
	color: #2e4b92;
}

#maincontent a:hover {
	color: #0f2c73;
	text-decoration: underline;
	font-weight: bold;
}

#maincontent img {
	border: 2px inset #999999;
	
}



/*                 CENTER COLUMN               */
#centercol {
width: 180px;
}

#centercol img {
	border: 2px inset #666666;
}


/*                 SIDEBAR              */

#sidebar {
	float:right;
	text-align:left;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #2e4b92;
	padding: 2.0em 1.0em 2.0em 1.0em;
	width: 260px;
	margin: 30px 0 0 15px;
 	background: url(../images/bkgds/sidebar-bkgd.png) repeat;
	}

#sidebar h1 {
	text-align:center;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.5em;
	line-height: 2em;
	padding-bottom: 1.0em;
}

#sidebar img {
	border: 2px inset #666666;
	text-align: center;
	margin:2%;
}

#sidebar a:link, #sidebar a:visited {
    color: #2e4b92;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}

/**
 * SLIDESHOW
 * Released with Slideshow 1.5.2 / May 2008
 * 
 * Defines styles for the Slideshow pause message
 * and the Slideshow title bar.

*/

#slideshow {
	border-style:none;
	}
	

#slideshow-container {
	clear: none;
	border: medium inset #666;
	background: #000;
}

#slideshow-title {

	/* caption background */
	background: #000000;
	opacity: 0.6;
	*filter: alpha(opacity=60);
	/* positioning */
	width:45%;
	height: auto;
	padding: 15px;
	/* text style */
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
		}

#slideshow-pause {
	/* appearance */
	background:#000000;
	padding: 0.7em;
	/* text style */
	color: #998675;
	font-size: 1.2em;
	font-style: italic;
}


/*                 FOOTER                */
#footer {
	clear:both;
	text-align:center;
	font-size: 1.1em;
	color: #FFFFFF;
	background: #2e4b92;
	font-style: italic;
}

#footer ul {
	list-style:none;
	margin:0 50px;
	padding:1.2em;
	text-decoration: none;
}

#footer li {
	display:inline;
	margin:0 30px;
	text-decoration: none;
}

#footer li a:link, #footer li a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

#footer li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
