/* ------------------------------------------------------------

	Title:		Master screen styles for bluecadet.com
	Author:  	josh@bluecadet.com
	Updated:	May 13 2006
	Notes:
	

----------------------------------------------------------- */
			
.homepage{
margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #7a003c;
	background: #7a003c;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	}


/* links */

a:link, a:visited {
	color:#f57b21;   /* #94acc1*/
	text-decoration: none;
	border-bottom: 1px dotted #f57b21;
	}
a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
/*	border-bottom-color: #fff;*/
	color: #7a003c;
	border-bottom-color: #7a003c;
	}
	
.color01{
color:#94acc1;
}

.color02{
color:#ffffff;
}
.color03{
color: #f57b21;
}

.note{font-size:111%;
font-weight:bold;
color:white;
}

.img_map{
border:solid;
border-color:#FF6600;
border-width:thin; 
margin:0; 
padding:3px;}

/* ------------------------------------------------------------

	shared components for all pages

------------------------------------------------------------ */

#wrap {

	width: 735px;
	/*width: 100%;*/
	height:800px;
	margin: 0px auto;
	padding: 0 0 0px 0;
	text-align: left;
	background-image:url(../images/background_column.gif);
	}
/* login top_bar */
#top_bar {
	margin: 0;
	padding: 35px 0px 20px 0px;
	background-image:url(../images/background_top_home.gif);
text-align:center;
background: /*#000;*/
	}

#top_bar:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
	/**/
#top_bar p {	
	/*float:left;*/
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size:95%;
	
	}


#top_bar a{
	color: #f57b21;
	border-bottom-color: #f57b21;
	}
#top_bar a:hover {color: #7a003c;
	border-bottom-color: #7a003c;
	
	}
/* ------------------------------------------------------------
	
--------------------------------------------------------------*/

#content-home {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/*padding-left: 110px;*/
	text-align:center;
	height:440px;
	background-image:url(../images/background_middle.gif);
	}
#content-home:after { /* self-clearing float */
	content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
    }

/* ------------------------------------------------------------
	
--------------------------------------------------------------*/
#content {
	position: relative;
	margin: 0px;
	padding: 0px;
	background:white;
	padding: 30px 50px 30px 50px;
	background-image:url(../images/background_middle.gif);
	}
	
	#content ul{
	margin:0;
	padding:20px 0px 20px 30px;
	line-height:180%;
	list-style:box;
	}
		#content p{
	margin:0;
	padding:20px 0px 10px 10px;
	line-height:180%;
	}
	
	
#content:after { /* self-clearing float */
	content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
    }
	
	#content .faq ul{
	margin:0;
	padding:20px 0px 20px 30px;
	line-height:180%;
	list-style:none;
	font-weight:bold;
	}
	
	#content .faq li{
	margin-left:10px;
	line-height:180%;
	list-style:box;
	font-weight:normal;
	
	}

/* ------------------------------------------------------------
	
--------------------------------------------------------------*/


#footer {
background-image:url(../images/background_bottom.gif);
background-repeat:no-repeat;
height:40px;
text-align:center;
}

#footer-home:after { /* self-clearing float */
	content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
    }
	
#footer p {	
	/*float:left;*/
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size:95%;
	
	}
#footer a {
	color: #f57b21;
	border-bottom-color: #f57b21;
	}
#footer a:hover {color: #7a003c;
	border-bottom-color: #7a003c;
	
	}
/* ------------------------------------------------------------
	
--------------------------------------------------------------*/
#address {
height:80px;
text-align:center;
}
#address p {	
	/*float:left;*/
	margin: 0;
	padding: 0;
    font-size:11px;
	color: white;
	
	}
#address a {
	color: white;
	}
#address a:hover {
color: white;
	
	}
	
/*KGD*/
	
#content table td ul{
	margin:0;
	padding:0px 0px 0px 10px; 
	line-height:180%;
	list-style:box;
	font-weight:bold;
	}
	
#content table td  li{
	margin-left:10px;
	line-height:180%;
	list-style:box;
	font-weight:normal;
	
	}

.benefit{

	color: #f57b21;
	font-weight: bold;
	}

.testimonial {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #f57b21;
	margin:10px 0px 0px 10px;
	padding:10px 0px 20px 0px;

}
.testimonial1 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #f57b21;
	margin:20px 0px 0px 10px;
	

}