/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 46px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #5f6060;
	background-image: url(images/bg_page.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #ed2724;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #333333;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 13px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#main {
	margin: 0 auto;
	width: 900px;
}
#index_divider {
	background-image: url(images/bg_divider.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 19px;
	padding-left: 14px;
	padding-top: 5px;
}
#index_divider a{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#index_divider a:hover {
	text-decoration: underline;
}
#index_divider a.on {
	text-weight: bold;
}
#content_container {
	background-color: #ffffff;
	width: 100%;
}
#content_col {
	float: left;
	background-color: #ffffff;
	width: 531px;
	min-height: 339px;
	padding-left: 38px;
	padding-top: 29px;
	padding-bottom: 20px;
	padding-right: 38px;
}
#content_col p{
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 13px;
}
#hl_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:  #3b3b3b;
	font-weight: bold;
	border-bottom: dotted #999999 1px;
	padding-bottom: 20px;
}
#highlight_col {
	float: left;
	background-image: url(images/bg_rt_col.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 273px;
	min-height: 368px;
	padding-top: 20px;
	text-align: center;
	position: relative;
}
#image_title {
	background-image: url(images/bg_blurb.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 41px;
	width: 157px;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	padding-left: 13px;
	padding-top: 5px;
	position: absolute;
	top: 19px;
	left: 19px;
	z-index: 10000;
}
#image_title a{
	text-decoration: none;
	color: #ffffff;
}
#white_box {
	position: absolute;
	top: 53px;
	left: 19px;
	background-color: #ffffff;
	padding: 4px;
	text-align: left;
	background-image: url(images/bg_whitebox.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 235px;
}
#box_title {
	font-size: 12px;
	font-weight: bold;
	color: #515151;
	border-bottom: dotted #999999 1px;
	padding-top: 14px;
	margin-left: 10px;
	margin-right: 12px;
	padding-bottom: 6px;
}
#white_box p {
	padding-top: 6px;
	margin-left: 10px;
	margin-right: 12px;
	color: #515151;
}
#learn_more {
	text-transform: uppercase;
	font-size: 11px;
	background-image: url(images/btn_learn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 105px;
	height: 24px;
	padding-top: 4px;
	padding-left: 8px;
	margin-left: 10px;
}
#learn_more a {
	color: #ffffff;
	text-decoration: none;
}
#learn_more a:hover {
	color: #cc9900;
}
#header {
	min-height: 192px;
	background-image: url(images/img_headerv3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#header h1{
	padding-left: 46px;
	margin-top: 145px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#maroon_bar {
	background-color: #6d1a42;
	height: 85px;
	padding-top: 15px;
	padding-left: 17px;
}
#nav_column {
	width: 272px;
	float: left;
	padding-top: 40px;
	margin-left: 7px;
	font-size: 15px;
	padding-bottom: 10px;
}
#nav_column ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#nav_column li{
	border-bottom: dotted 1px #999999;
	padding-top: 11px;
	padding-bottom: 11px;
}
#nav_column a{
	color: #cc9900;
	padding-left: 5px;
}
#nav_column a:hover{
	color: #6d1a42;
	text-decoration: none;
}
#nav_column a.on{
	color: #6d1a42;
}
#nav_column ul li ul li {
	border: none;
	padding-left: 23px;
	font-size: 13px;
}
#nav_column ul li ul li a{
	background-image: url(images/nav_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 11px;
}
#nav_column ul li ul li a:hover {
	background-image: url(images/nav_arrow_on.gif);
}
#nav_column ul li ul li a.on {
	background-image: url(images/nav_arrow_on.gif);
}
#copy {
	float: left;
	padding-left: 40px;
	width: 517px;
	padding-top: 37px;
	padding-bottom: 45px;
}
#copy_title {
	font-size: 17px;
	color: #6d1a42;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: dotted 1px #999999;
}
.copy_subtitle {
	font-size: 13px;
	color: #6d1a42;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding-top: 27px;
}
#copy p{
	padding-top: 27px;
	padding-bottom: 0px;
	margin: 0px;
}
#image_box {
	background-image: url(images/bg_img.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 455px;
	padding: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 170px;
}
#white_img_box {
	background-color: #ffffff;
	padding: 12px;
}
.img_container {
	width: 200px;
	float: left;
	padding-right: 25px;
}
.img_container p{
	font-size: 12px;
	font-style: italic;
	color: #515151;
}
#footer {
	background-color: #111312;
	color: #ffffff;
	min-height: 67px;
	font-size: 11px;
	padding-top: 14px;
	padding-left: 38px;
}
#footer a{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.on {
	text-decoration: underline;
}
#footer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
}
#rt_footer_copy {
	float: right;
	text-align: right;
	padding-right: 28px;
}
#rt_footer_copy p {
	padding: 0px;
	color: #dfddc8;
	margin: 0px;
}
.caption {
	font-size: 12px;
	font-style: italic;
	color: #515151;
	width: 200px;
	padding-top: 3px;
}