@charset "UTF-8";
/*========= REMOVE DOTTED IMAGE BORDER IN FIREFOX ==========*/

a{
outline: none;
-moz-outline-style: none;
}

/*========= GLOBAL STYLES ==========*/

img{
	border:none;
}
p{
	margin:15px 0 20px 0;
}
ul{
	margin:0;
	padding:0;
}
.margin-bottom-20{
	margin-bottom:20px;
}

/*========= CLEARING and FLOATING STYLES ==========*/
.clear-both{
	clear:both;
}
.clear-content10{
	clear:both;
	height:10px;
}
.clear-content15{
	clear:both;
	height:15px;
}
.clear-content20{
	clear:both;
	height:20px;
}
.clear-content30{
	clear:both;
	height:30px;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.image-center{
	text-align:center;
	display: block;
	margin:0 auto;	
}

/*========= TEXT STYLES ==========*/
.underlined{
	text-decoration:underline;	
}
.black10,
.black12,
.black13,
.black14,
.black14-bold,
.black20-bold
{
	color:#000000
}
.black10{
	font-size:10px;
}
.black12{
	font-size:12px;
	line-height:24px;
}
.black12 a{
	color:#000000;
	text-decoration:underline;
}
.black12-bold{
	font-size:12px;
	line-height:24px;
	font-weight:bold;
}
.black12-bold a{
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
.black13{
	font-size:13px;
	line-height:20px;
}
.black14{
	font-size:14px;
	line-height:20px;
}
.black14-bold{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.brown14-bold{
	color:#AD632D;
	font-size:14px;
	font-weight:bold;
}
.brown14-bold a{
	color:#AD632D;
	text-decoration:underline;
}
h1, .black20-bold{
	font-size:20px;	
	line-height:36px;
	font-weight:bold;
	margin:0;
}
.grey10,
.grey11,
.grey12,
.grey13
{
	color:#666666;
}
.grey10{
	font-size:10px;
}
.grey11-index{
	font-size:11px;
	line-height:18px;
}
.grey11-index a{
	color:#666666;
	text-decoration:none;
}
.grey11{
	font-size:11px;
	line-height:18px;
}
.grey11 a{
	color:#666666;
	text-decoration:underline;
}
.grey12{
	font-size:12px;
	line-height:18px;
}
.grey13{
	font-size:13px;
	line-height:20px;
}

/*========= LIST STYLES ==========*/

.black-list li{
	background-image:url(../images/bullet-black-4px.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	margin:0 0 0 5px;
	padding-left:10px;
	list-style-type:none;
}
ul.black-list{
	margin-top:15px;
	margin-bottom:15px;
}

/*========= FORM STYLES ==========*/
.form{
	width:355px;
	color:#333333;
	font-size:12px;
	line-height:16px;
}
td {
	padding:5px;
}
.text-field{
	width:180px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:2px;
}
.text-area{
	width:180px;
	height:50px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:2px;
}

/*	=============================================================================================================
	IMAGE POPUP STYLES
	=========================================================================================================== */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 15px 15px 10px 15px;
	background: #AE632E;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height: 1.1em;
	color: white;
	padding-top: 8px;
	text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
