@charset "utf-8";
/* CSS Document */
/* common styles
----------------------------------------------- */
body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}


/* layout
----------------------------------------------- */
#container {
	position: relative;
	background: #9cf;
	padding: 0px;
	width: 900px;
	border: 5px solid #fff;
	height: 2200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.logo_container {
	margin:2px;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	display: inline;
}

.random_image_frame {
	margin:2px;
	border:1px solid #0000ff;
	height:170px;
	width:255px;
	float:left;
	text-align:center;
	display: inline;
}


#sidebar {
	position: absolute;
	top: 212px;
	left: 4px;
	width: 182px;
	height: 759px;
	border: 1px solid #fff;
	background-image: url(images/sidebar.png);
}

#text_block_main, #text_block_sub {
	width: 680px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 192px;
}

#footer {
	height: 3em;
	text-align: center;
	border-top: 1px solid #fff;
	background-color: #5E9A96;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 888px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: absolute;
	bottom:0;
	left: 6px;
}

/* header
----------------------------------------------- */

#pageHeader {
	margin: 0;
	border-bottom: 5px solid #fff;
	height: 190px;
	width: 900px;
	text-align: left;
	vertical-align: middle;
	}

#pageHeader h1 {
	display: none;
	}

#pageHeader h2 {
	display: none;
	}



/* text
----------------------------------------------- */
p {
	font-size: 14px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar p.p1 {
margin: 0;
padding: 40px 35px 25px 28px;
font-size: 11px;
}



/* headings
----------------------------------------------- */
#sidebar {
	background: url(../images/sidebar.png) no-repeat;
}

#intro h3 {
	margin: 10px 0 0 0;
	padding: 0;
	width: 580px;
	height: 25px;
	border: 1px solid #fff;
}

#supportingText h3 {
	margin: 10px 0 0 0;
	padding: 0;
	width: 580px;
	height: 25px;
	border: 1px solid #fff;
}


h3 span { display: none; }
#text_block_main h3 {
	background: url(../images/gradient_background.png);
	text-align: right;
	color: #FFF;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	

}

#text_block_sub h3 {
	background: #00C;
	color: #FFF;
	float: none;
	text-align: right;
}


#lselect h3 {
	background: #00C;
	margin: 15px 0 0 5px;
}

/* links
----------------------------------------------- */

a, a:link, a:visited {
	color: #06F;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:hover {
color: #fff;
text-decoration: none;
font-weight: normal;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

#sidebar a:hover {
font-weight: bold;
text-decoration: none;
color: #fff;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #fff;
font-size: 12px;
padding: 0 20px 0 0;
}

#footer a:hover {
text-decoration: none;
color: #9cf;
}
/* images
----------------------------------------------- */
.logo_container {
	margin:2px;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	display: inline;
}
.logo_container logo_container {
  display:inline;
  margin:3px;
}

.image_frame {
	margin:2px;
	border:1px solid #0000ff;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	display: inline;
}

.image_frame image_frame {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
}
    
.desc {
	text-align:center;
	font-weight:bold;
	width:200px;
	margin:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
.image_div {
	height: 168px;
	width: 280px;
}

/* added image caption css
-----------------------------------*/

.picture { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	font: 11px/1.4em Arial, sans-serif;
	}
.picture img {
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	}
.right {
	margin: 0em 0pt 0em 0.2em;
	float:right;
	}
.left {
	margin: 0em 0.3em 0.1em 0em;
	float:left;
	}
