a.clean:hover{text-decoration: none; background-color: transparent;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../images/bk_tile.jpg);
}
a:link {
	color: #082B55;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.sub_body_txt {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-right: 15px;
	padding-left: 10px;
}
.sub_body_txt2 {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-right: 0px;
	padding-left: 0px;
}
.sub_header_1 {
	font-family: Arial;
	font-size: 15px;
	line-height: 17px;
	color: #223D72;
	padding-right: 15px;
	padding-left: 9px;
	font-weight: bold;
}
.sub_side_links {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #223D72;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.horizborder {
	background-image: url(images/horz_border.png);
	background-repeat: repeat-x;
	background-position: center;
}
.credit_app {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.inv_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 1px;
	line-height: 14px;
}
.inv_header_1 {
	font-family: Arial;
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	padding-right: 15px;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(images/subs_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.testi_photo {
	border: 5px solid #FFFFFF;
	vertical-align: top;
}
.test_sub1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.test_bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
div.popupNotifyMsg {
	position: absolute;
	top: 30%;
	left: 50%;
    margin-left: -150px;
    margin-top: -50px;
	width:288px;
	height:198px;
	z-index: 1;
}
div.inlineNotifyMsg {
	width: 741px;
	height: 45px;
}

div.hideNotifyMsg {
	display: none;
}

div.hideInlineNotifyMsg {
	display: none;
}
.ims_box {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 11px;
}
.ims_header {
	font-size: 16px;
	color: #223D72;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 223D72;
	padding-bottom: 5px;
	width: 80%;
	margin-bottom: 15px;
}
.formerror {
	color: #FF0000;
	font-weight: bold;
}
.noerror {
}



/*
//////////////////////////////////////////////////////////////////////////
// Rules for the IMS
//////////////////////////////////////////////////////////////////////////
*/

.inventory {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.inventory_header {
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
}


.inventory_on {
	background-color: #CCCCCC;
}
.adcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.inv_image_thumb {
	border: 8px solid #E2E2E2;
	margin: 10px;
}

.button {
	font-size: 9px;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*
//////////////////////////////////////////////////////////////////////////
// Rules for the IMS
//////////////////////////////////////////////////////////////////////////
*/





/*
//////////////////////////////////////////////////////////////////////////
// Rules for the image ordering JavaScript
//////////////////////////////////////////////////////////////////////////
*/

	form{
		display:inline;
	}
	.imageBox,.imageBoxHighlighted{
		width:135px;	/* Total width of each image box */
		height:170px;	/* Total height of each image box */
		float:left;
	}
	.imageBox_theImage{
		width:125px;	/* Width of image */
		height:115px;	/* Height of image */
		
		/* 
		Don't change these values *
		*/
		background-position: center center;
		background-repeat: no-repeat;		
		margin: 0 auto;
		margin-bottom:2px;
	}
	
	.imageBox .imageBox_theImage{
		border:1px solid #DDD;	/* Border color for not selected images */
		padding:2px;
	}
	.imageBoxHighlighted .imageBox_theImage{
		border:3px solid #316AC5;	/* Border color for selected image */
		padding:0px;

	}
	.imageBoxHighlighted span{	/* Title of selected image */
		background-color: #316AC5;
		color:#FFFFFF;
		padding:2px;
	}
	
	.imageBox_label{	/* Title of images - both selected and not selected */
		text-align:center;
		font-family: arial;
		font-size:11px;		
		padding-top:2px;
		margin: 0 auto;
	}
	
	/* 
	DIV that indicates where the dragged image will be placed	
	*/
	#insertionMarker{
		height:150px;
		width:6px;
		position:absolute;
		display:none;

	}
	
	#insertionMarkerLine{
		width:6px;	/* No need to change this value */
		height:145px;	/* To adjust the height of the div that indicates where the dragged image will be dropped */
	
	}
		
	#insertionMarker img{
		float:left;
	}
	
	/*
	DIV that shows the image as you drag it 
	*/
	#dragDropContent{

		opacity:0.5;	/* 40 % opacity */
		filter:alpha(opacity=50);	/* 40 % opacity */

		/* 
		No need to change these three values 
		*/
		position:absolute;
		z-index:10;
		display:none;
			
	}
.promobox {
	background-color: #F9F9F9;
	border: 0px solid #CACACA;
	height: 135px;
	vertical-align: top;
	padding: 0px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
//	font-weight: bold;
	color: #999999;
}

