@charset "UTF-8";
/* CSS Document */

#header_title{
  background-image:url(../images/sub_header_repeat.png);
  background-repeat:repeat-x;
  float:left;
  height:99px;
  width:860px;
  margin:13px 15px 0px 17px;
  padding:0px;
  display:inline;
  
}
#header_title img{
	float:left;
}
#header_title h1{
	float:left;
	font-weight:normal;
	color:#FFFFFF;
	font-size:20px;
	padding: 23px 15px 0px 12px;
	width:750px;
}
#header_title #title_nav{
	float:left;
	clear:left;
	width:835px;
	padding: 11px 0px 0px 25px;
}
#header_title #title_nav a{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	color:#09556D;
	padding-left:12px;
	background-image:url(../images/orange_arrow.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-right:12px;
}
#header_title #title_nav a:hover{
	color:#03ace4;
}
#body_content{
	float:left;
	position:relative;
	background-image:url(../images/sub_body_repeat.png);
	background-repeat:repeat-y;
	width:892px;
	padding-bottom:25px;
	margin-bottom: -36px;
}

#left_column{
	float:left;
	width:275px;
	padding: 15px 0px 15px 42px;
}

#left_column img{
	border:3px solid #9dd5d5;
	margin-bottom: 15px;
}

#left_column p{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	padding: 7px 12px 7px 0px;
	line-height: 19px;
	font-style: normal;
	color: #646464;
}

#right_column{
	float:right;
	width:530px;
	padding:15px 15px;
}

#right_column blockquote p, #left_column blockquote p{
	color: #09556D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight: bold;
	font-style: normal;
	padding: 0px 45px 5px 0px;
	line-height: 18px;
}
#right_column p{
	padding:0px 45px 12px 0px;
}
#right_column ul{
	padding:0px 10px 10px 5px;
}
#right_column li{
	padding:2px 0px 2px 12px;
	list-style:none;
	background-image:url(../images/sub_bullet.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#left_column a, #right_column a{
	color: #109BC9;
	text-decoration: underline;
	
}
#left_column a:hover, #left_column a:visited, #right_column a:hover, right_column a:visited{
	text-decoration: none;
}


.hairline{
    margin:0px 0px 10px 0px;
	height:5px;
	padding:0px;
	width:490px;
	border-bottom:1px solid #CCCCCC;
}
.orange{
	color:#cf5210;
	font-size: 16px;
}
#comment{
	width:350px;
	height:100px;
	border:1px solid #CCCCCC;
}
