@charset "iso-8859-1";
/* Voiceover Site 2010 */

body {
	margin : 0;
	padding : 0;
	background: #666; 
	color : #333;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	} 

.clear { 
clear : both; 
margin : 0; 
padding : 0; 
} 

/* This is the very top bar where my name goes */


	
	
/* This is where the main large image goes */	
	
#mainheader {
	text-align: center;
	height : 350px;
	width : 100%;
	background-color: #000000;
	}
	
.iconbar {
	float: right;
	margin: 10px 50px 0 0;
}

	
/* This is where the main content goes */
	
#contentwrap { 
background : #f4f4f4; 
padding: 10px 0 0 0;
}
#contentarea { 
width : 950px; 
margin : 0 auto; 
text-align : left; 
padding : 20px 10px 5px 15px; 

}	

/* The three floated content boxes here */

#column1 {
float : left; 
width : 300px; 
padding-top: 1px;
margin-right : 25px;
background-color:#e4e4e4;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 1px solid #ebebeb;
}





#column2 {
float : left; 
width : 300px; 
margin-right : 25px;
padding-top: 11px;
background-color: #e4e4e4;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 1px solid #ebebeb
}

#column3 {
float : left; 
width : 270px;
padding-top: 1px;
background-color: #e4e4e4;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 1px solid #ebebeb;
}

h1 { 
font : bold 22px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
margin : 0 0 23px 0; 
padding : 0 0 8px 0; 
color : #282f33; 
} 

h2 {
font : bold 15px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
margin : 0 0 .75em 0; 
color : #000;
background-color:#e4e4e4;
padding: .50em 0 0 1em;

}
 
 
 
h3 { 
font : bold 13px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
margin : 0; 
padding : 8px 0 10px 0; 
color : #1d2225; 
text-transform : uppercase; 
} 
  
h4 { 
font : bold 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
margin : 0; 
padding : 0 0 5px 0; 
color : #282f33; 
} 
h5 { 
font : normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
margin : 0; 
padding : 0 0 10px 0; 
color : #727d83; 
font-style : italic; 
} 

p { 
color : #222; 
font : 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
margin-top: 0em;
margin-bottom: 1em;
line-height : 16px; 
}

p {
background:#e4e4e4;
padding: 0 1.25em 0 1.25em;
}

ul {
	font-size: 12px;
	list-style: none;
	margin: -4px 0 15px 0;
	padding: 0 0 0 1em;
	text-indent: 0;
	line-height: 1.75em;
	}

/* The testimonial section */

blockquote.testimonial {
font : 13px "Lucida Grande", verdana, arial, helvetica, sans-serif; 
font-style: italic;
color: #333333;
line-height: 20px;
margin : 0;
padding : 10px 0 0 0;
}



blockquote.testimonial p { 
font-size : 11px; 
font-style : normal; 
font-weight : bold; 
padding : 5px 0 0 0;
background:#e4e4e4;
} 

blockquote.testimonial {
background:#e4e4e4;
padding: 1em;
}

blockquote.testimonial p span { 
font-weight : normal;
font-style: normal;
background:#e4e4e4;
} 

.links {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	padding: 0 0 0 1.5em;
}



/* Here's the footer area */



#clearFoot { 
background : #f4f4f4; 
height : 23px; 
} 


#footer { 
background-color: #333; 
height : 35px;


} 

.copyright { 
text-align: center;
font-size: 10px;
background-color:#333;
color: #ccc;
margin : 0; 
padding : 10px 0 0 0;

} 

.payment {
margin: 0;
padding: 0;
background-color:#e4e4e4;
}

abbr, acronym, .help {
  cursor: help;
  font-size: 12px;
  font-variant:small-caps;
  padding: 1px;
  }
  

#hr
{
	color: #999;
	background: #999; 
	border: 0;
	height: 1px;
	width: 90%;
	margin: 1.5em auto .5em auto;
}
	 
