/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
/*    blow puts the whole body with a background image of gray  */
body {
	font-size:100%;
	font-weight:normal;
        line-height:1.125em;
        background:url(images/bg.gif)
} 
html, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	resize:none;
	padding:0px 0 20px 0;
	margin:0 0 0 0px;
}


input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	outline:solid #999 1px;
	resize:none;
	margin:0 0 0 5px;
}

.clear {
	clear:both;
}
/************  below resizes page, look up and see what this does **********/
div.container {
	overflow:hidden;
	width: 100%;
} 

.link {
	color:#c5281f;
	font-weight:bold;
	background-position:0 1px;
	font-size: 1.25em;
}


/*header  --         changes font size to .875 and color to white */
#header {
	font-size:0.875em;
        color:#000000
}

#header .logo {
	margin:50px 0 0 15px
}
#header .indent1 {
	margin:-60px 0 0 685px;
	color:#000000;
	font-size:1.4em;
	width:250px;
	font-weight:bold;	
}
#header .indent1 a {
	padding: 00px  0px 0px 1px; 
	color:#000000;
        font-size:.8em;
	font-weight:normal;	
}

#apDiv1 {
	margin: 45px 0px 0px 498px;
	width:400px;
	/* border: 2px solid black */
}

.img-joe {
	
	margin: -75px 0px 20px 810px;
}
.b{
        font-family:"Impact"; 
        text-align: right;
	font-size: 2.25em;
        font-weight:bold;	
        line-height:.75em;
		color: #990000;
        padding: 0px 0px 8px 0px;
}
.b1{
	font-family:"Impact"; 
        text-align: right;
	font-size: 2.25em;
        font-weight:bold;	
        line-height:.75em;
		color: #666;
        padding: 0px 0px 8px 0px;
}
.b2{
	font-family:"Impact"; 
        text-align: right;
	font-size: 2.25em;
        font-weight:bold;	
        line-height:.75em;
		color: #666;
        padding: 0px 0px 8px 0px;
}
.b3{
	font-family:"Arial";
        font-weight: normal;
        text-align: right;
	font-size: 1.125em;
        color: #900;
	padding: 5px 0 47px 0;
}
#apDiv2 {
	color:#00FFFF;
 	/* padding:6px 6px 6px 0px; */
	/*text-decoration:none;*/
        margin: 10px 0px 12px 650px;
	width: 350px;
}
#header ul {
	margin:0;
	padding: 20px 0 0 28px;
	list-style:none;
}
#header ul li {
	margin-top:19px;
	display:inline;
	background:url(images/bg_menu.gif) center left no-repeat;
	float:left;
/*	font-size: 24px;*/
}
#header ul li a {
	color:#ffffff;
	text-decoration:none;
	width:125px;
	text-align:center;
	display:block;
	float:left;
	padding:19px 0 19px 0;
	font-size:.92em;
	font-weight:bold
}
/* #header ul .first {
	margin:5;
	display:inline;
	background:none
}
#header ul li a.current {
	text-decoration:none; 
	background:url(images/bg_menu-act.gif) top left no-repeat;
}
#header ul li a.active {
	text-decoration:none; 
	background:url(images/bg_menu-act.gif) top left no-repeat;
}
*/

#header ul li{
list-style:none;
}
#header ul li a:hover {
	text-decoration:none;
	background:url(images/bg_menu-act-first.gif) top left no-repeat;
}

/* ***********************       not sure what below doce does, take out later 
#header ul .first {
	margin:5;
	display:inline;
	background:none
}
#header ul .first a:hover {
	text-decoration:none;
	background:url(images/bg_menu-act-first.gif) top left no-repeat;
}
#header ul .first .current {
	text-decoration:none;
	background:url(images/bg_menu-act-first.gif) top left no-repeat;
}
 
********************************************************** */





/*content*/
#content {
	font-size:0.8125em;
	width:100%;
	text-align:left;
	background:url(images/bg_cont.gif);
	 /*border: 6px solid green;*/
}
#content .bg-cont {
	background:url(images/bg-cont1.gif) no-repeat top left;
	width:100%;
	/*border: 6px solid red;*/
       
}
#content .indent-main {
	padding:39px 31px 0 31px;
	
}
#content h3 {
	color:#000;
	font-size:1.15em;
	margin-left:35px;
	margin-right:35px;
	font-weight:normal
}

#content .title {
	margin-bottom:20px
}
#content .indent {
	padding:26px 0 0 0
}

#content .title2 {
	margin-bottom:35px;
	padding:0 0 9px 18px;
}

#content .indent-col1 {
	padding:0 11px 0 18px
}

#content .img-left {
	float:left;
	margin:0 30px 30px 0
}
#content .p {
	margin:0 0 5px 0
}
 
#content .p1 {
	margin:0 0 28px 0
}  


#content .title1 {
	margin-bottom:36px; 
	padding:12px 0 22px 22px; 
	background:url(images/bg_title.gif) no repeat top left;  
	font-size:20px;
	font-weight:bold;
	text-align: left;
}


/*#assign_case ul li {
	display:inline;
	width:100%;
	line-height:50px;
	margin:0 0 20px 0;
	padding:0 0 10px 5px;
	background:url(images/bg_input.gif) no-repeat top left;
	}
*/

fieldset h2 {
	background:url(images/bg_menu-act-first.gif);
	color:#FFF;
	padding:10px 0 10px 10px;
	text-align:center;
	}

hr {
	margin:15px 0 20px 0;
}

fieldset {
	border:hidden;
	}

#content fieldset ul li {
align:right;
margin:10px;
border:none;
list-style:none;
}

option value {
	background:none;
	}

.fraudBox_img {
margin:-8px 0px 0px 20px;
}
    
.link-1 {
	display:block;
    padding:5px 0px 30px 130px;
	background:url(images/silver_button.gif) no-repeat right top;
	color:#000;
	text-decoration:none;
    outline:none;
	font-size:1em;
    font-weight:bold;
}
.link-1 em {
	display:block;
	background:url(images/link_left.gif) no-repeat left top;
}
.link-1 b {
	display:block;
	background:url(images/link_right.gif) no-repeat right top;
	padding:2px 16px 3px 18px;
	font-style:normal;
}
.link-1:hover {
	text-decoration:none;
	color:#ff0000;
	font-size:1.25em;
}
.link-2 {
	display:block;
	float: right;
	background:url(images/link_bg1.gif) left top repeat-x;
	color:#cd590c;
	text-decoration:none;
	font-size:.92em;
}
.link-2 em {
	display:block;
	background:url(images/link_left1.gif) no-repeat left top;
}
.link-2 b {
	display:block;
	background:url(images/link_right1.gif) no-repeat right top;
	padding:2px 16px 3px 18px;
	font-style:normal;
}
.link-2:hover {
	text-decoration:none;
	color:#000000
}

#content .indent-col2 {
	 padding:0 20px 0 25px;
	 margin: -25px 0 0 0; 
}
#content ul {
	margin:0;
	padding:0;
    list-style:disc;
}
#content ul li {
	padding-bottom:19px
        line-height:1.5em
}
#content ul li a {
	/*background:url(images/marker.gif) top left no-repeat;*/
	list-style:disc;
    background-position:0 5px;
	margin:0;
	padding-left:16px;
	color:#2a2929;
	text-decoration:none;
	line-height:1.5em
}
#content ul li strong {
	font-size:.92em
}
#content ul li a:hover {
	text-decoration:underline;

}
.img_wrappedLeft {
        margin: 3px 5px 0 0;
        float:left;
}
.img_wrappedRight {
        margin: 5px 0 0 3px;
        float: right;
}
.img_center {
        margin:3px;
        text-align:center;
}


.img_wrappedLeftFoot {
        margin: 5px 10px 0 0;
}
.img_wrappedRightFoot {
        margin: 5px 0 0 10px;
}
.img_centerFoot {
        margin:3px;
        text-align:center;
}



/************/
/*box*/

.box {
	background:#ececec;
	width:100%;
      
}
.box .border-top {
	background:url(images/border_top.gif) repeat-x top;
}
 .box .border-bottom {
	background:url(images/border_bottom.gif) repeat-x bottom;  
}
.box .border-left {
	background:url(images/border_left.gif) repeat-y left;
}
.box .border-right {
	background:url(images/border_right.gif) repeat-y right; 
}
.box .corner-top-left {
	background:url(images/corner_top_left.gif) no-repeat left top;
}
.box .corner-top-right {
	background:url(images/corner_top_right.gif) no-repeat right top;
}
.box .corner-bottom-left {
	background:url(images/corner_bottom_left.gif) no-repeat left bottom; 
}
.box .corner-bottom-right {
	background:url(images/corner_bottom_right.gif) no-repeat right bottom;
	width:100%;
}
 .box .indent-box {
	padding:29px 35px 0px 35px;
        text-indent:0px;
}

/*footer*/
#footer {
	color:#44484c;
	font-size:0.6875em;
	background:url(images/bot.gif) repeat-x top;
	text-align:center;
}
#footer .indent-footer {
	padding:10px 50px 20px 50px;
        text-align:center;
}
#footer .indent-footer2 {
	padding:50px 20px 0px 0px;
        text-align:right;
}
#footer a {
	color:#44484c;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .footer_PH {
	position:relative;
    left:-350px;
	top:-50px;
    text-align:center;
	font-size:2em;
}
.bot-left {
	background:url(images/bot_left.gif) no-repeat top left;
}
.bot-right {
	background:url(images/bot_right.gif) no-repeat top right;
	height:126px;
}

#godaddy_seal {
	text-align:center;
	padding:15px 0 15px 0;
	}

/***********************************************************************/ 
/**** Test 1  */
a img {
	border:0;
}
img {
	vertical-align:top;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#header .img {
	margin:120px 0 0 850px;
	position:absolute;
}
#header a {
	color:#b41c1c;
	text-decoration:underline;
}
#header a:hover {
	text-decoration:none;

}
#header .button1 {
	color:#ffffff;
	font-size: .90em;
        background:url(images/button1.png) top left no-repeat; 
	padding:6px 29px 10px 11px;
	text-decoration:none;
	line-height:31px;  
	margin-left:54px

}
#header .button1:hover {

}

/***********************************************************************/ 
/********************************************************  remove this    */  
.alignMiddle {
	vertical-align:middle
}
.alignCenter {
	text-align: center
}
.container1 {
	width:100%
}
object {
	vertical-align:top;
}

.fleft {
	float:left
}
.fright {
	float:right
}

.link1 {
	color:#c5281f;
	font-weight:bold
        float:right;
}

.link2 {
	color:#c5281f;
	font-weight:bold;
	font-size:.92em;
	display:block;
	margin-bottom:5px;
}

#header .slogan {
	margin:0 0 28px 0;
}
#header .indent {
	padding:96px 0 179px 551px;
}

#header .button {
	line-height:31px;  
	margin-left:54px;
}

#header .button:hover {
	text-decoration:underline;
}

#content .indent-col-1 {
	padding:0 0 0 18px;
}


#content .indent-col-2 {
	padding:0 0 0 25px;
}

#content .img-left1 {
	float:left;
	margin:0 20px 10px -13px;
}
#content .img-left2 {
	float:left;
	margin:0 25px 20px 0;
}
#content .img-left3 {
	float:left;
	margin:0 20px 0 -13px;
}
#content .img-indent {
	margin:0 0 16px 0;
}
.p .indent-box {
	text-indent:50px;
}

#content .p2 {
	margin:0 0 15px 0;
}

#content h4 {
	color:#c34900;
	font-size:1.15em;
	font-weight:normal;
}
#content h5 {
	color:#c5281f;
	font-size:1em;
}
#content .tail {
	background:url(images/tail.gif) repeat-x bottom;
	padding-bottom:9px;
	margin-bottom:9px
}

#content .indent1 {
	padding:16px 0 0 0;
}

.indent-2 {
	position:relative;
	padding:5px 0 20px 10px;
	float:left
}
.h {
	height:30px;
	/*background:url(images/bg_input.gif) no-repeat top left;*/
}

.h1 {
	height:270px;
	background:url(images/bg_textarea.gif) no-repeat top left;
	resize:none;
	background:none;
}
/* .block-contact span {
	float:right;
	margin-right:150px;
	font-size:1.5em;
} */
.block-contact1 span {
	float:right;
	margin-right:70px;
}
.block-contact2 span {
	float:right;
	margin-right:10px;
}
input {
	border:none;
	background:none;
	width:224px;
	height:18px;
	font-size:1em;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px
}
textarea {
	border:none;
	background:none;
	width:224px;
	height:237px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto
}

.zz0  {
	 padding:28px 0  0px 20px;
	 color:#ffffff;  
         width:251px;
	 height:83px;
         background:url(images/banner1.jpg) no-repeat top left; 
 	font-family: futura, helvetica, arial;
	font-size:16pt;
	line-height:16pt;
	text-shadow: 1px 1px 2px #000;
      /*  border: 2px black solid;  */
       

}
.zz0 span  {
	
	 color:#ffffff;  
         font-weight: normal;
         text-shadow: 1px 1px 2px #000;
        
}


.zz1  {
	 padding:30px 0  0px 20px;
	 color:#ffffff;  
         width:251px;
	 height:83px;
         background:url(images/banner2.jpg) no-repeat top left; 
 	font-family: futura, helvetica, arial;
	font-size:16pt;
	line-height:16pt;
	text-shadow: 1px 1px 2px #000;
      /*  border: 2px black solid;  */
       

}
.zz1 span  {
	
	 color:#ffffff;  
         font-weight: normal;
         text-shadow: 1px 1px 2px #000;
        
}
.zz2  {
	 padding:25px 0 0 20px; 
	 color:#ffffff;  
         width:251px;
	 height:108px;
         background:url(images/banner3.jpg) no-repeat top left; 
         font-family: futura, helvetica, arial; 
	 font-size:16pt;
	 line-height:16pt;
	 text-shadow: 1px 1px 2px #000;

	 /* border: 2px red  solid; */

}
.zz2 span  {
	 
         font-weight: normal;
         text-shadow: 1px 1px 2px #000;
}
	