/* Web CSS for: AmeriFlex Convenience Sleeve
   Programmed by: Optime Productions
   Last Updated: 6/10/2009
****************************************************************/

/* Main Body Elements
****************************************************************/
html {height: 100%; background-color: #000000;}

body {
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: auto;
	font: 10px/1.6 Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	}

p	{
	margin: 0 0 1em 0;
	font-size: 1.2em;
	color: #333333;
	}

h1	{
	margin: 0 0 0 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #333333;
	background-color: inherit;
	text-transform: capitalize;
	}

h2	{
	margin: -0.25em 0 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #525179;
	background-color: inherit;
	text-transform: capitalize;
	border-bottom: 0.1em solid #000000;
	}
	
sup {
	font-size: 1em;
}

li {
	font-size: 1.2em;
	color: #333333;
}

/* Structure IDs
****************************************************************/
#siteWrap {
	width: 760px;
	color: inherit;
	background-color: #000000;
	margin: auto;
	padding-bottom: 10px;
	}
	
#buttons {
	margin: auto;
	width: 930px;
	padding-right: 50px;
	text-align: right;
	}

#sleeve {
	margin: auto;
	color: #2D3142;
	width: 980px;
	height: 580px;
	padding-top: 24px;
	}
	
#directory {
	margin: auto;
	color: #2D3142;
	background-image: url(../images/directoryBkgd.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 580px;
	padding-top: 60px;
	padding-left: 25px;
	text-align: center;
	}
	
#footer {
	background-image: url(../images/layout/top_nav_bkgd.gif);
	background-repeat: repeat;
	height: 40px;
	width: 980px;
	background-color: #000000;
	font-size: 0.8em;
	margin: auto;
	color: #636875;
	text-align: center;
	padding-top: 8px;
	line-height: 1.8em;
}

#footer p { color: #636875;}
#footer a {	color: #636875; text-decoration: none; background-color: inherit;}
#footer a:hover {color: #636875; text-decoration: underline; background-color: inherit;}

#leftFoot {
	text-align: left;
	position: relative;
	float: left;
	margin-left: 275px;
}

#leftFoot p { color: #636875;}
#leftFoot a {	color: #636875; text-decoration: none; background-color: inherit;}
#leftFoot a:hover {color: #636875; text-decoration: underline; background-color: inherit;}

#rightFoot {
	text-align: right;
	position: relative;
	float: right;
	margin-right: 75px;
}

#rightFoot p { color: #ba7018;}
#rightFoot a {	color: #636875; text-decoration: none; background-color: inherit;}
#rightFoot a:hover {color: #636875; text-decoration: underline; background-color: inherit;}

/* Structure Classes (none)
****************************************************************/
.noFlashImg { margin-top:-2px; }