#header_style
{
	/*aqua blue #005a8c */
	color:rgb(0,90,140);
	
	/* viral purple blue */ 	
	/* color:rgb(61,61,229); */  
	/* display: inline; */	
	padding-left: 5px;
	position: relative;
	font-family: Verdana, Tahoma;
}

#header_1
{
	/* Page Title */
	
	height: 20px;
	width: 420px; 
	
	font-size: 27px;	
	/*
	font-weight: bold;
	font-style: italic;
	*/
	padding:5px 0px 0px 5px;
	
	position: relative;
	left: 0px;
}

#header_1 a
{	
	color:rgba(0,90,140,1.0);
	/* color:rgb(61,61,229); */
	text-decoration: none;
}

#header_1 a:hover
{	
	color:rgba(0,90,140,1.0);
	/* color:rgb(61,61,229); */
	text-decoration: underline;
}

#header_title
{
	/* Page Title */

	height: 28px;
	width: 375px; 
	/* border: red solid 1px; */
	
	padding: 0px;
/*	margin: 0px 0px 0px 46px;	*/
	margin: 0px 0px 0px 65px;
	background-image: url('../images/header_title.png');
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 0px;
	
}

#header_title a:hover
{
	border: red solid 1px; 	
}

#header_2
{
	/* subtitle */ 
	font-size: 17px;
	padding:0px 0px 5px 5px;
	position: relative;
	/* left: 73px; */
	left: 80px; 
}

#header_2 a
{	
	color:rgba(0,90,140,1.0);
	/* color:rgb(61,61,229); */
	text-decoration: none;
}

#header_2 a:hover
{	
	text-decoration: underline;
}

.textbox_text0
{	
	/* a class for styling text */

	display: block;

	font-size: 19px;
	/*font-size: 140%;*/
	/*font-style:italic;*/
	/*font-weight:bold;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: rgb(3,60,107);

	margin: 10px 10px 0px 10px;
	padding: 0;
	line-height: 17px;
	
	/* border: red solid 1px; */
}

.textbox_text0_reflection
{	
	/* a reflection for textbox_text0 */
	
	display: block;
	
	font-size: 19px;
	/*font-size: 140%;*/
	/*font-style:italic;*/
	/*font-weight:bold;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: rgb(3,60,107);
	opacity: 0.25;

    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
	
	margin: 0px 10px 0px 10px;
	padding: 0;
	line-height: 17px;
	
	/* border: green solid 1px; */
}

#block_filter
{
	display: block;
	/*
	position:relative;
	top:-11px;	
	*/
	
	position:absolute;
	top: 34px;
	
	height: 15px;
	width: 180px;
	
	/* MUST TEST ON IE !!!!!! */

	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); for IE */
	background: -webkit-gradient(linear, left top, left center, from(rgba(245,245,245,0.0)), to(rgba(245,245,245,0.75)));
    background: -moz-linear-gradient(top, rgba(245,245,245,0.0), rgba(245,245,245,0.75));	

	/* border: black solid 1px; */

	margin: 0px 10px 0px 10px;
}

#css_clear
{
	clear:left;
}

.textbox_text1
{	
	/* a class for styling the main_content text */
	
	font-size: 93%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 10px 10px 10px;
	padding: 0;
	/*line-height: 1.5em;*/
	line-height: 1.3em;

}

.textbox_text1_small
{	
	/* a class for styling the main_content text topics */
	font-size: 87%;
}

.textbox_text1_small_spaced
{	
	/* a class for styling the main_content text topics */
	font-size: 87%;
	line-height: 2em;	

}

.textbox_text1_topic
{	
	/* a class for styling the main_content text topics */
	display: inline;
	font-size: 95%;
	/* font-style: italic; */
	font-weight: bold;
	color: rgb(50,50,50);
}

.textbox_text1_quote
{	
	font-size: 83%;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(60,60,60);
	padding: 0;
	/*line-height: 1.5em;*/
	line-height: 1.3em;
}

.textbox_text1_quote_author
{	
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(3,60,107);
	padding: 0;
	/*line-height: 1.5em;*/
	line-height: 1.3em;
}

.textbox_text1_quote_author a
{	
	color: rgb(3,60,107);	
	text-decoration: none;
}

.textbox_text1_quote_author a:hover
{	
	text-decoration:underline;
}


.textbox_text1 a
{	
	text-decoration: none;
}

.textbox_text1 a:hover
{	
	text-decoration:underline;
}

.textbox_text1_break
{
	display: block;

	margin-top: 10px;
}

.textbox_text1_line
{
	display: block;

	border-top: 1px solid rgba(28,119,199,1.0);	
	border-color:rgba(200,200,200,1.0);

	margin-top: 12px;
	margin-bottom: 12px;

}

.textbox_date
{
	/* text-align:center;*/
}

.textbox_image
{
	/* styling for an image in the main textbox */

	/* background-color: red; */

	margin: 2px 10px 0px 2px;
	border: 1px solid rgb(200,200,200);
	/*height: 160;
	width: 110;*/
	display: inline;
	float: left;
	text-align: center;
}

.textbox_image_noborder
{
	/* styling for an image in the main textbox */

	/* background-color: red; */

	margin: 2px 10px 0px 2px;
	/*height: 160;
	width: 110;*/
	display: inline;
	float: left;
	text-align: center;
}

.textbox_image img
{
	display: inline;
	margin: 1px;
	/*border: 1px solid white;*/
}

.textbox_caption
{
	text-size: 50%;
	text-align: center;
	font-weight: normal;
	width: 60px;
	margin: 2px;
}

.textbox_test 
{
	/*border: 1px solid #0000ff;*/
}

.text_bubble_header
{	
	/* text styling for the sidebar */
	
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: rgba(0,0,0,1.0);
	margin: 2px 2px 3px 10px;
	padding: 3px;
	line-height: 1em;
	
}

.text4 
{	
	/* a class for styling text */
	
	/*border-top: 1px solid rgba(28,119,199,1.0);*/	
	
	font-size: 78%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	
	/*
	margin: 0px 2px 2px 2px;
	padding: 0px;
	*/
	
	margin: 5px; 
	padding-left: 5px; 	
	
	/*
	line-height: 1.1em;
	*/
	line-height: 0.2em;

}

.text4 a 
{	
	/* a class for styling text */
	color: #000;
	text-decoration: none;

}

.text4 a:hover
{	
	text-decoration:underline;
}

.text4 li
{	
	padding: 5px;
}

.text4 hr
{	
	/* a class for styling the line */
	font-size: 50%;
	color: #fff;
	background-color: #000;
	/*border: 1px solid #000;*/
	/*height: 1px;*/
}

.text4spaced 
{	
	/* a class for styling text */
		
	font-size: 78%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	
	margin: 5px; 
	padding-left: 5px; 	
	
	line-height: 1.3em;
}

.text4spaced a 
{	
	/* a class for styling text */
	color: #000;
	text-decoration: none;

}

.text4spaced a:hover
{	
	text-decoration:underline;
}

.text4spaced li
{	
	padding: 5px;
}

.text4spaced hr
{	
	/* a class for styling the line */
	font-size: 50%;
	color: #fff;
	background-color: #000;
	/*border: 1px solid #000;*/
	/*height: 1px;*/
}

#horizontal_line
{

	border-top: 1px solid rgba(28,119,199,1.0);
	width:98%;
	margin-right: auto;
	margin-left: auto; 
	margin-bottom: 2px; 
}

.text5 
{	
	/* a class for styling text */
	
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*
	color: #fff;
	color: rgb(163,209,255);
	*/	
	color:#000;
	margin: 0px 2px 2px 2px;
	padding: 0px;
	line-height: 1.3em;
}

.text_footer 
{	
	/* a class for styling text */
	
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*
	color: #fff;
	color: rgb(163,209,255);
	*/	
	color:rgba(255,255,255,0.6);
	margin: 7px 2px 2px 2px;
	padding: 0px;
	line-height: 2px;
}

.text_footer_name
{	
	
	/* a class for styling text */
	font-weight: bold;
}

.text_footer_email
{	
	
	/* a class for styling text */
	font-style: italic;	
	color:rgba(255,255,255,0.9);

}

.text_footer_email a
{	
	color:rgba(255,255,255,0.9);
	text-decoration: none;
}

.text_footer_email a:hover
{	
	text-decoration: underline;
}


.text_footer2
{	
	
	/* a class for styling text */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	color: #fff;
	margin: 0px;
	padding: 0;
	line-height: 1.2em;
}

.image1 
{

	/* a class for styling images */
	diplay:block;	
	/* margin defines the space OUTSIDE the border of the elt */
	margin-top:4px;
	margin-bottom:4px;
	/* setting the left and right margin to auto will automatically center the elt */
	margin-left: auto;
	margin-right: auto;
	
	width:400px;
	height:275px;
	
	-moz-box-shadow: 0 0 1px 1px #888;
	-webkit-box-shadow: 0 0 1px 1px #888;
	box-shadow: 0 0 1px 1px #888;
	
	border-style:solid;
	border-width:1px;
	border-color:black;	

}
