/* CSS Document */

/* general */
html { font-size:62.5%;	}
	
body {
	background:#f5f5df url('mainImages/bodyBg.jpg') repeat-x fixed center 50%; margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:center
	}

* {
	margin:0;
	padding:0;
	}
	
#siteContainer {
	background-color:#fff;
	width:740px;
	border-right:2px solid #dbdbbe;
	border-bottom:2px solid #dbdbbe;
	border-left:2px solid #dbdbbe;
	margin:0 auto;
	padding:10px;
	text-align:left;
	}

#contentContainer {
	background-color:#fff;
	background-image:url(mainImages/menuBg.gif);
	background-repeat:repeat-y;
	width:740px;
	margin:0 0 10px 0;
	float:left;
	}

a { color:#BB1A1E;	}

h2 {
	border-bottom:1px solid #650909;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	color:#650909;
	font-size:1.6em;
	line-height:1;
}

h3 {
	border-bottom:1px dotted #650909;
	width:480px;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	color:#650909;
	font-size:1.3em;
}
		
h4 {
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
}
			
h5 {
	font-size:1.1em;
	margin:0 0 5px 0;
	padding:0;
	color:#A99C6B;
	font-weight:bold;
}

.bold { font-weight: bold; }

.center { text-align: center; }

.small { font-size: 8pt; }
.medium { font-size: 10pt; }
.large { font-size: 12pt; }

.green { color: #009900; }
.red { color: #990000; }
.blue { color: #000099; }

.highlight { background-color: #F3F3F3; }
.required { border: 1px solid #AA0000; }

.link { cursor: pointer; }

div.msg {
   padding: 5px;
   margin-bottom: 15px;
   background-color: #FFFFEE;
   font-size: 12pt;
   font-weight: bold;
   text-align: center;
   border: 2px dotted #B20E0F;
}

div.indent { margin-left: 20px; }

/* ----------------------------------------------------- */

/* header */	
#header {
	background-color:#fff;
	background-image:url(mainImages/headerBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:inherit;
	height:130px;
	border-bottom:3px solid #650909;
	margin-bottom:10px;
	padding-bottom:10px;
}

#header h1 {
	background-image:url(mainImages/icaaLogo.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:508px;
	height:99px;
	padding:20px 0 0 10px;
	text-indent:-5000px;
}
/* ----------------------------------------------------- */

/* main navigation */
#navigation {
	background-color:#dfdfc3;
	width:231px;
	margin:0 19px 10px 0;
	float:left;
}
	
#navigation ul { 
	width:100%;
	list-style:none;
	display:block;				
}
	
#navigation ul li {
   border-bottom:1px solid #c2c1a0;
}

#navigation ul li.blank {
	width:   auto;
	border:  0px;
	margin-left: 5px;
	padding: 3px 0 3px 5px;
	color:   #650909;
	display: block;
}
	
#navigation ul li a {
	width:auto;
	border-left:5px solid #dfdfc3;
	padding:3px 0 3px 5px;
	color:#650909;
	text-decoration:none;
	display:block;
}
	
#navigation ul li a#current, #navigation ul li a:hover {
	background-color:#BB1A1E;
	width:auto;
	border-left:5px solid #650909;
	color:#dfdfc3;
}
	
#navigation ul li a:link {
	width:auto;
	border-left:5px solid #dfdfc3;
	display:block;
}
		
#navigation ul li.bottom {
	background-image:url(mainImages/menuBottom.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:inherit;
	height:50px;
	border:0;
}
	
#navigation ul li.submenu {
	background-color:#650909;
	width:auto;
	border-bottom:0;
	list-style:none;
	display:block;				
}

#navigation ul li.submenu a, #navigation ul li.submenu a:link, #navigation ul li.submenu a:hover {
	width:auto;
	border-left:10px solid #650909;
	padding:3px 0 3px 5px;
	color:#dfdfc3;
	display:block;
}
	
#navigation ul li.submenu a#current {
	background-color:#BB1A1E;
	width:auto;
	border-left:10px solid #650909;
	color:#dfdfc3;
	display:block;
}
/* ----------------------------------------------------- */

/* content */
#content {
	width:480px;
	height:inherit;
	margin:0 0 10px 0;
	color:#000;
	float:right;
}
	
#content p {
	padding:0 10px 10px 0;
	line-height:1.3;
}

#content ul { padding:0 5px 10px 15px; }

#content ul ul{ 
	padding:0 10px 10px 13px;
	list-style-type:circle;
}
			
#content ol, #content ul.nobullet {
	padding:0 10px 10px 10px;
	list-style-type:none;
}
	
#content ol ul { 
	padding:0 10px 10px 33px;
	list-style-type:disc;
}
	
#content ul li, #content ul li, #content ul ul li, #content ol ul li { padding:5px 0 2px 0; }

#content ul.standard { padding: 5px 0px 5px 0px; margin-left: 15px; }
#content ul.standard li { padding: 0px 0px 0px 5px; margin-left: 15px; }

#content table {
	width:460px;
	margin:0 0 10px 10px;
	text-align:left;
}

#content table td { 
	padding:0 10px 5px 0;
	vertical-align:top; 
}

#content table th { 
	font-style:italic;
	height:25px;
}
/* ----------------------------------------------------- */

/* footer */			
#footer {
	background-color:#fff;
	background-image:url(mainImages/footerGraphic.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:740px;
	height:100px;
	border-top:8px solid #650909;
	margin:10px 0 0 0;
	clear:both;
}

#footer .footerNav {
	width:inherit;
	padding:5px 0 5px 0;
	color:#000000;
	font-size:.9em;
	}

#footer .footerNav li {
	padding-right:2px;
	list-style-type:none;
	display:inline;
	}
	
	#footer .footerNav ul li { width:25px; }
	
	#footer .footerNav ul li a {
		padding:5px 0 5px 5px;
		color:#BB1A1E;
		text-decoration:none;
		}

#footer p {
	width:auto;
	margin:20px 0 0 0;
	color:#fff;
	font-size:10px;
	text-align:center;
	}

#footer p em {
	margin:25px 0 0 0;
	color:#fff;
	font-size:12px;
	}
