/* -----------------------------------
--------------------------------------
Site:       ICLA
CSS author: Russ Weakley
Updated:    11/9/09
Updated by: Russ Weakley
--------------------------------------
----------------------------------  */

/* -----------------------------------
global
----------------------------------- */

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font: 85%/1.3 helvetica, arial, sans-serif;
	color: #444;
	background: #003a62;
}

h1, h2, h3, h4, h5, h6
{
	color: #005ba4;
	margin: 0 0 .5em;
	line-height: 120%;
	font-weight: normal;
}

h2 { font-size: 170%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
p { margin: 0 0 1em; }
a:link { color: #155899; }
a:visited { color: #004370; }

a:focus
{
	color: #fff;
	background: #000;
}

a:hover { color: #95120c; }
a:active { color: red; }
img { border: none; }

/* -----------------------------------
		classes
		----------------------------------- */

.structural
{
	position: absolute;
	left: -500em;
}

.image-right
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #004370;
}

a.skip
{
	position: absolute;
	left: -1000px;
	z-index: 2;
	margin: 0;
	padding: 0;
	background: #fff;
}

a.skip:active, a.skip:focus, a.skip:hover
{
	display: inline;
	top: 0;
	left: 0;
	color: #fff;
	background: #000;
}

/* -----------------------------------
container
----------------------------------- */

#ctl00_panElementalContent
{
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	position: relative;
	background: #fff url(http://icla.staging-svr.net/images/back-main.gif) repeat-y 20px 0;
}

/* -----------------------------------
header
----------------------------------- */

#header
{
	margin: 0 20px 0;
	padding: 10px 0 0;
	height: 141px;
	border-bottom: 1px solid #1a75bb;
	background: #fff;
}

h1
{
	float: left;
	width: 310px;
	margin: 0;
}

h1 img { display: block; }

#banner
{
	float: right;
	width: 485px;
	height: 140px;
}

#banner img { display: block; }

/* -----------------------------------
main
----------------------------------- */

#main
{
	padding-bottom: 5em;
	margin: 0 20px;
	border-top: 1px solid #fff;
}

/* -----------------------------------
content
----------------------------------- */

#content
{
	margin: 0 40px 0 270px;
	padding: 0 0 30px;
}

#fontsize
{
	text-align: right;
	font-size: 80%;
	margin: 5px 0 15px;
}

#fontsize img { margin: 0 0 0 8px; }

#fontsize a:focus
{
	color: #000;
	background: #fff;
}

#content ul
{
	margin: 1em 0;
	padding: 0 0 0 20px;
}

#content ul li
{
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
	height: 1%;
	background: url(../images/back-nav.gif) no-repeat 0 -345px;
}

/* -----------------------------------
nav
----------------------------------- */

#nav
{
	float: left;
	width: 240px;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li
{
	display: inline;
	list-style-type: none;
}

#nav ul li a
{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 4px 15px 4px 23px;
	border-bottom: 1px solid #fff;
	background: #225fab url(/images/back-nav.gif) no-repeat 10px 8px;
}

#nav ul li a:focus
{
	color: #fff;
	background: #000;
}

#nav ul li a:hover
{
	color: #fff;
	background: #eb6601 url(/images/back-nav.gif) no-repeat 10px -192px;
}

#nav ul li span
{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 4px 15px 4px 23px;
	border-bottom: 1px solid #fff;
	background: #eb6601 url(/images/back-nav.gif) no-repeat 10px -192px;
}

#nav ul li li a
{
	color: #fff;
	padding: 4px 15px 4px 38px;
	background: #42a1c9 url(/images/back-nav.gif) no-repeat 25px -92px;
}

#nav ul li li a:hover
{
	color: #fff;
	background: #eb6601 url(/images/back-nav.gif) no-repeat 25px -192px;
}

#nav ul li li span
{
	padding: 4px 15px 4px 38px;
	background: #eb6601 url(/images/back-nav.gif) no-repeat 25px -192px;
}

/* -----------------------------------
footer
----------------------------------- */

#footer
{
	clear: both;
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 5em;
	margin: -10px 0 0 0;
	border-top: 1px solid #1a75bb;
	font-size: 90%;
	text-align: right;
	background: #fff;
}

#footer ul
{
	margin: 10px 10px 0;
	padding: 0;
}

#footer ul li
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#footer ul li a
{
	margin: 0 0 0 5px;
	text-decoration: none;
}

#footer p { margin: 0 10px; }

