/* Attribution: Eric Meyer meyerweb.com - Reset Reloaded */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.container {
	margin-left: 50px;
	margin-right: 50px;
	max-width: 800px;
	min-width: 800px;
	font-family: "Lucida Grande", arial;
}

.header {
	display: inline;
	float: left;
	background: white url(../images/avpcpa.png) no-repeat;
	width: 395px;
	height: 50px;
	text-indent: -9999px;
	border-bottom: solid 1.5px black;
}

.cpa {
	clear: both;
	display: inline;
	float: left;
	background: white url(../images/cpa.png) no-repeat;
	width: 400px;
	height: 50px;
	text-indent: -9999px;
}

.quickContactInfo {
	display: inline;
	float: left;
	font-size: 68.75%;
	width:400px;
	height: 50px;
}

.quickContactInfo li {
		text-align: right;
}

.nav {
	clear: both;
	display: inline;
	float: left;
	background: black;
	width: 800px;
	height: 43px;
	margin-top: 4px;
}

.nav ul li {
	display: inline;
	float: left;
	padding-top: 3px;
	padding-left: 3px;
	height: 40px;
	width: 100px;
	border-right: solid 1px white;
	color: gray;
}

.nav ul li:hover {
	background: gray;
	cursor: pointer;
}

.nav ul li:hover a {
	color: black;
}

.nav ul li.active {
	color: white;
	text-decoration: underline;
}

.nav ul li a {
	text-decoration: none;
	color: white;
	font-size: 85%;
}

.bumper {
	clear: both;
	display: block;
	float: left;
	background: black;
	width: 800px;
	height: 40px;
}

.footer {
	clear: both;
	display:inline-block;
	float: left;
	width: 800px;

}

/* Hide from IE Mac \*/
.footer {display:block;}
/* End hide from IE Mac */

.main {
	clear: both;
	display: block;
	padding-top: 10px;
	width: 800px;
	min-height: 475px;
}


.particulars h6 {
	font-size: 70%;
	text-align: center;
}

#efile {
	clear: both;
	width: 796px;
	border: 2px solid #000066;
	height: 55px;
}

#efile a:link, #efile a:visited, #efile a:active {
	color: blue;
	display: inline;
}

#efile img {
	float: left;
	display: inline;
	margin-left: 5px;
	margin-top: 2px;
}

#efile p {
	margin-top: 20px;
	padding-left: 65px;
}
