/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body 
{
  margin: 0;
  padding: 0;
  color: #000;
  background: url(images/background.png) no-repeat;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 16px;
}

a
{
	color: #3D4B67;
	/*color: #61819a;*/
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*
** Page section
*/

/*Display the left vertical bar on the utmost left*/
#left_vert_bar
{
	height: 694px;
	width: 37px;
	background: url(images/content/left_vert_bar.png) no-repeat;
	float: left;
}

/*Display the content after the bar on the left*/
#page
{
	margin-left: 38px;
}

/*
** Banner Section
*/

/*Display the smaller aia logo*/
#aia_logo_small
{
	width: 127px;
	height: 178px;
	background: url(images/content/top_banner_logo.png) no-repeat;
}

/*Display the larger aia logo*/
#aia_logo_large
{
	position: absolute;
	top: 0;
	left: 714px;
	width: 273px;
	height: 255px;
	background: url(images/content/aia_logo.png) no-repeat;
}

#quick_links
{
	position: absolute;
	top: 0;
	left: 564px;
	width: 174px;
	/* height: 131px; */
	height: 178px;
	background: url(images/content/quicklinks_background.png) no-repeat;
}

/*Display the banner*/
#banner
{
	width: 1038px;
	height: 185px;
	background: url(images/content/banner.png) no-repeat;
}


/*
** Main content area
*/

/*Main content box*/
#main
{
	width: 667px;
	margin-left: 20px;
	padding-top: 23px;
}

/*Background for node - content box*/
#inner_main
{
	padding: 2px 6px 2px 16px;
	min-height: 400px;
	margin: 0;
	background: url(images/content_box_background.png) repeat-y;
}

/*Top bar for node-title - content box*/
#main .top
{
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/content/content_box_top.png) no-repeat;
}

/*Bottom bar for node - content box*/
#main .bottom
{
	height: 23px;
	margin: 0;
	padding: 0;
	background: url(images/content_box_bottom.png) no-repeat;
}

/*Color for title in node - content box*/
#main .title
{
	font-family: arial;
	padding: 14px 0px 0px 12px;
	color: #ffae00; /*Orange*/
}

/*
** Right sidebar
*/

/*Sidebar position*/
#sidebar-right
{
	width: 195px;
	position: absolute;
	left: 753px;
	top: 361px;
	color: #3D4B67;
	background: #e5d6d6;
}

/*Sidebar title*/
#sidebar-right .title
{
	font-size: 12px;
	font-weight: normal;
	color: #a3324b;
	padding-left: 6px;
}

/*Sidebar list*/
#sidebar-right ul
{
	border: none;
	width: 195px;
	margin: 0;
	padding: 0;
}

/*Sidebar link box*/
#sidebar-right li
{
	border: none;
	background: none;
	width: 195px;
	height: 24px;
	padding-top: 6px;
	
	padding-right: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#sidebar-right .expanded
{
	width: 195px;
	overflow: hidden;
	height: 100%;
}

#sidebar-right .expanded-block
{
	padding-left: 10px;
}

#sidebar-right .expanded-block li
{
	background: none;
}

#sidebar-right .expanded-block .expanded_container
{
	background: none;
}

#sidebar-right .even
{
	background: #F2F2F2;
}

#sidebar-right .odd
{
	background: #E5D6D6;
}

/*Sidbar link text*/
#sidebar-right li a
{
	color: #3D4B67;
	/*color: #61819a;*/
	text-decoration: none;
	padding: 0;
	padding-left: 6px;
	margin: 0;
}

/*Sidbar link text*/
#sidebar-right li a:hover
{
	text-decoration: underline;
}

/*Sidebar paragraph*/
#sidebar-right p
{
	padding-left: 6px;
}

/*
** The quick links section
*/

/*The block in the quick links*/
#quick_links.block
{
	margin: 0;
	padding; 0;
}

/*The title in the quick links*/
#quick_links .title
{
	margin: 0;
	padding; 0;
}

/*The paragraph in the quick links*/
#quick_links p
{
	margin: 0;
	padding: 0;
}

/*The first link in the quick links*/
#quick_links #first
{
	display: block;
	height: 61px;
	margin: 0;
	padding: 0;
}

#quick_links #first a
{
	padding-top: 38px;
}

/*The second link in the quick links*/
#quick_links #second
{
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
}

#quick_links #second a
{
	padding-top: 17px;
}

/*The third link in the quick links*/
#quick_links #third
{
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
}

#quick_links #third a
{
	padding-top: 7px;
}

/*The link in the quick links*/
#quick_links a
{
	width: 150px;
	font-size: 17px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

/*The link hover*/
#quick_links a:hover
{
	text-decoration: underline;
}

/*
** Front page
*/

/*One of the blocks on the frontpage*/
#front_block_academy
{
	margin-bottom: 3px;
	float: left;
	width: 339px;
	height: 127px;
	background: url(images/front_around_academy.png) no-repeat;
}

/*One of the blocks on the frontpage*/
#front_block_international
{
	float: left;
	width: 339px;
	height: 127px;
	background: url(images/front_international.png) no-repeat;
}

/*One of the blocks on the frontpage*/
#front_block_hall
{
	margin-left: 2px;
	float: left;
	width: 339px;
	height: 127px;
	background: url(images/front_hall.png) no-repeat;
}

/*One of the blocks on the frontpage*/
#front_block_primary
{
	margin-bottom: 3px;
	margin-left: 2px;
	float: left;
	width: 339px;
	height: 127px;
	background: url(images/front_primary.png) no-repeat;
}

.clear
{
	clear: both;
}

/*
** Misc elements
*/

.node-form .standard
{
	clear: none;
}

/*
** Front main content area
*/

/*Front main content box*/
#front_main
{
	width: 680px;
	margin-left: 20px;
	padding-top: 33px;
}

/*Front main paragraph*/
#front_main p
{
	margin: 0;
	padding: 0;
}

/*Footer*/
#footer
{
	height: 37px;
	background: url(images/footer_bar.png) no-repeat;
}

#footer
{
	height: 37px;
	background: url(images/content/footer_bar.png) no-repeat;
}

/*Footer link sections*/
#footer ul
{
	padding: 0;
	margin: 0;
	margin-top: 30px;
	padding-left: 11px;
	padding-top: 10px;
}

/*Footer links*/
#footer li
{
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 9px;
	border-right: 1px solid #395171;
	padding-right: 4px;
}

#footer li.last
{
	padding: 0;
	border: none;
}

/*Change footer link color*/
#footer a
{
	color: #395171;
}

/*Hide footer title*/
#footer h2
{
	font-size: 0;
	visibility: hidden;
}

/*Footer text*/
#footer .content
{
	padding: 0;
	margin: 0;
	font-size: 9px;
}

/*Footer paragraph*/
#footer p
{
	margin: 0;
	padding: 0;
	padding-left: 11px;
	color: #395171;
}
