/***********************************************/
/* css/style.css     
/* coded by Vishal Agarwala
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
	text-align: center;
	/* background-color: #002a5c; */
	background-color: #4fb4ae;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
}

div {
	font-family: "Trebuchet MS","Lucida Grande",Verdana, Tahoma, Arial,sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
}

h1 {
	display: none;
}

h2 {
	display: none;
}

h3 {
	font-weight: bold;
}

p {
	padding-bottom: 10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div#top_shadow {
	background: transparent url(../images/container_bg_top.jpg);
	color: #4fb4ae;
	width: 64.00em;
	margin: 0 auto;
	margin-bottom:-3px;
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto;
	min-width: 832px;
	text-align: center;
	width: 64.00em;
	background: url(../images/container_bg.jpg) repeat-y;
	height: 614px;
}

div#container_bottom {
	position: relative; /* needed for footer positioning*/	
	margin: 0 auto;
	min-width: 832px;
	text-align: center;
	width: 64.00em;
	background: #4fb4ae url(../images/container_bg_bottom.jpg) top left no-repeat;
	height: 50px;
}

div#wrapper {
	min-width: 792px;
	margin: 0 auto;
	text-align: center;
	width: 60.92em;
	background: url(../images/base.jpg) no-repeat;
	height: 600px;
}

div#footer {
	width: 700px;
	text-align: center;
	font-size: 85%;
	padding: 7px 0 0 62px;
	line-height: 15px;
}
div#IEroot div#footer {
	left: -10px;
	padding-left: 0;
	margin-left: -20px;
}
/***********************************************/
/* ID specific HTML tag styles                 */
/***********************************************/ 

div#masthead a {
	position: absolute;
	display: block;
	text-indent: -100em;
	overflow: hidden;
	outline: none;
}

div#content a {
	position: absolute;
	display: block;
	text-indent: -100em;
	overflow: hidden;
	outline: none;
}

ul#more_info li {
	padding-left:20px;
	background: url(../images/more_info.png) no-repeat;	
	height: 16px;
}

ul#more_info a {
	position: static;
	display: inline;
	text-indent: 0;
	overflow: hidden;
	border-bottom: 1px #000 dotted;
}

div#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

div#footer a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

.scrollbox_wrapper {
	width: 392px;
	height: 160px;
	position: absolute;
	top: 132px;
	left: 402px;
	background: #a1d9ec url(../images/box_bottom.jpg) bottom left no-repeat;
}

.scrollbox_header {
	position: absolute;
	left: 0;
	top: 0;
	width: 377px;
	background: #d2e8f2 url(../images/box_top.jpg) top left no-repeat;
	padding: 5px 0 5px 15px;
	text-align: left;
}

.scrollbox {
	position: relative;
	top: 20px;
	left: 0px;
	/* Typical fixed height and fixed width example */
	width: 360px;
	height: 108px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/	
	background-color: #a1d9ec;
	padding: 5px;	
	margin: 10px;
	text-align: left;
}

div#IEroot .scrollbox {
	position: relative;
	top: 32px;
	left: 0px;
}

.selected {
	position: absolute;
	display: block;
	text-indent: -100em;
	overflow: hidden;
}

ul#index_links a:hover {
	border-bottom:3px solid #f6b331;
}
