/* CSS for EZAxcess.com */

body {
	margin: 		15px 0 5px 0;
	padding: 		0;
	font-family: 	Georgia, Times New Roman, serif;
	font-size: 		10pt;
	text-align: 	center;
	line-height: 	1.2em;
	color: 			#333;
	background: 	#aaa url(images/lavstripebg.gif) ;
	}

/* This is the entire content. */
#wrap {
	position: 		relative;
	margin: 		0 auto;
	padding: 		0;
	text-align: 	left;
  	width: 			750px;
  	background: 	#fff;
  	border-top:		5px #fff solid;
  	border-left:	5px #ddd solid;
  	border-right:	5px #999 solid;
  	border-bottom:	5px #777 solid;
	}

/* Top section with logo and pic. */
#logo {
	background: 	#cff ;
	font-size: 		18pt;
	font-weight: 	bold;
	/*height:			71px;*/
	height:			100px;
	color: 			#00f;
	margin: 		0;
	padding:		10px;
	}
	
#logotitle {
	float:				right;
	margin:				5px 5px 0px 0;
	padding:			5px;
	text-align:			right;
	line-height:		1.2;
	letter-spacing:		.03em;
	}	
	
#motto {
	font-size:			14pt;
	font-style:			italic;
	font-family:		Georgia,Garamond, Arial;
	font-weight:		normal;
	text-align:			center;
	letter-spacing:		.06em;
	clear:				both;
	padding-top:		5px;
	padding-bottom:		10px;
	margin:				0;
	color:				#77c;
	}	

#introhdr {
	font-size:		1.5em;
	font-weight:	bold;
	letter-spacing:	.05em;
	margin:			10px 0 15px 0;
	text-align:		center;
	color:			#555;
	}
											
#subpageheader {
	margin:				0 auto;
	width:				550px;
	font-size:			1.5em;
	font-weight:		bold;
	text-transform:		uppercase;
	text-align:			center;
	letter-spacing:		.05em;
	color:				#111;
	background-color:	#aaa;
	}
	
#subpagecontent {
	border:				1px solid #ccc;
	margin:				0 auto;
	padding:			5px;
	width:				550px;
	background-color:	#eee;
	}	
	
#benefitsheader {
	font-weight:		bold;
	padding-top:		10px;
	font-size:			130%;
	}	
	
#benefitquote {
	font-size:			.8em;
	letter-spacing:		0;
	font-weight:		bold;
	margin:				15px;
	text-align:			justify;
	}	
	
#orderinstrtext {
	margin:				10px 50px;
	padding:			0 10px;
	text-align:			center;
	background-color:	#eee;
	border:				0px #000 solid;
	}	
	
#orderbox {
	margin:				15px auto;
	border:				1px #888 solid;
	background-color:	#fff;
	width:				20em;
	padding:			.5em;
	letter-spacing:		normal;
	}	

#orderboxhdr {
	font-variant:		small-caps;
	font-size:			1.7em;
	font-weight:		bold;
	text-align:			center;
	letter-spacing:		.03em;
	}	

	
/**** Navigation ***/
#nav {
	margin: 			0;
	padding: 			0px 0;
	list-style: 		none;
	font-size: 			8pt;
	font-family: 		Arial, Georgia, Serif;
	text-align:			right;
	border-top: 		1px solid #00f;
	background: 		#9ff;
	height: 			24px;
	}

#nav ul {
	padding:				0;
	margin:					0 15px 0 0;
	}

#nav li {
	color: 					#fff;
	float: 					right;
	margin: 				0 2px;
	padding: 				0 7px;
	list-style: 			none;
	border:					0px #f00 solid;
	background-color:		#aaf;
	height:					20px;
	font-size:				15px;
	}
	
#nav ul .isactive {
	background-color: #008;
	}

#nav a:link{ 
	color:white;
	text-decoration: none;
	}

#nav a:visited{ 
	color:white;
	text-decoration: none;
	}

#nav a:active{ 
	color:#555;
	text-decoration: none;
	}

#nav a:hover{ 
	color:#ddd;
	border-top: 1px #00f solid;
	}

/* container for actual content. */
#content {
	padding: 0 25px;
	background-color: #fff;
	font-size:100%;
	line-height:1.5;
	letter-spacing:		.05em;
	border: 0px green dashed;
	}
			
img {
	margin:					0;
	padding:				0;
	}	