@import "main.css";

/* Home page common style
----------------------------------------------- */
table {
	margin: 0;
	border-collapse: collapse; 
	border: 0px solid yellow;
}
img {
	border:0;
}
a, a:visited {
	color: #000 !important;
	border: 0 !important;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size:1.5em;
	font-weight:normal;
	color: #5a98c9;
}


/* Page specific elements
----------------------------------------------- */
#header {
	border-bottom: #003c7a 12px solid; 
}
.logo{
	background:#fff;
	vertical-align:middle
}
#search{
	padding: 20px 10px 20px 0;
	width:100%;
	font-size: .85em;
	background:#f3f3f3;	
	text-align:right;
}
#search a {
	color: #000 !important;
}
.leftColumn{
	background:#dae7f8;
}
#info {
	padding:10px 20px;
	background:#f3f3f3;
}
#learn ul{
	margin:0;
	padding:0;
}
#learn ul li {
	margin:0;
	padding: 2px 3px 2px 18px;
	list-style:none;
	color:#333;
	background:url("/images/bullet_arrow.png") no-repeat 0 .4em;
}
#spotlight	{	
}
#spotlight ul li {
	margin:0;
	padding: 2px 3px 2px 18px;
	list-style:none;
	color:#333;
	background:url("/images/home/bullet_arrow_lightgrass.gif") no-repeat 0 .4em;
}
#quicklink {
	margin:0;
	padding: 6px 20px;
	font-size:.9em;
	color: #003c78;
	background:#d1cb77;
}
#quicklink a:link, #quicklink a:active, #quicklink a:visited {
	color: #003c78 !important;;
	border: 0 !important;
}
#quicklink td {
	font-weight: bold;
	vertical-align:middle;
}
.footer {
	padding:8px 25px;	
	font-size:85%;
	color:#333;
	background: #ced6e4;
	border-top: 0px solid #e2e2e2;
	border-bottom: 3px solid #003c7a;
	clear:both;
}


/* Slideshow
----------------------------------------------- */
#slideshowHolder{
	background-color:#000;
	background:url('/images/home/cover_1.jpg') no-repeat left top;
	position:relative;
	
	/* CSS HACK */
	width: 565px;	/*IE 5.x */
	width/* */:/**/559px;	/* Other browsers */
	width: /**/559px;
	
	/* CSS HACK */
	height: 280px;	/* IE 5.x */
	height/* */:/**/280px;	/* Other browsers */
	height: /**/280px;	
}
#slideshowHolder img{
	position:absolute;
}
.imageInSlideshow{
	position:absolute;
	width:559px;
	height:280px;
	background-color:#000;
	left:0px;
	top:0px;
}