/* Master CSS for DeanVohsCPA.com */


/* CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/* Global */

html, body {
	background: #E5DDCD url('/images/cbg.gif') repeat-y top center;
	}
html, body, p, ul, li, input, select, option, textarea {
	font: normal 12px/18px "Lucida Sans", Lucida, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
	}
a, a:link, a:active, a:visited {
	color: #B05EB1;
	text-decoration: none;
	}
a:hover {
	color: #C78CC7;
	text-decoration: none;
	}
.bye {
	display: none;
	visibility: hidden;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #B05EB1;
	text-align: center;
	}



/* Container */

#wrap {
	margin: 0 auto;
	padding: 0 0 1.2em 0;
	text-align: left;
	width: 750px;
	}



/* Masthead and Nav */

#masthead {
	background: url('/images/masthead.gif') no-repeat 4px 0;
	height: 90px;
	}
#masthead h1,
#masthead a {
	display: block;
	width: 100%;
	height: 90px;
	}
#masthead h1,
#masthead h3 { text-indent: -999em; }

#nav {
	margin: 2px 0 5px 0;
	padding: 0;
	text-align: center;
	width: 100%;
	}
#nav a {
	margin: 0 1px 0 1px;
	padding: 0;
	height: 25px;
	width: 180px;
	}



/* Content */

#content {
	margin: 20px;
	padding: 0;
	width: 710px;
	}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #B05EB1;
	}
#content h3 {
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}
#content p {
	margin: 0 0 20px 0;
	text-align: justify;
	}

#content #left {
	float: left;
	width: 300px;
	}

#content #imgs {
	float: right;
	margin: 0;
	padding: 0;
	border-left: 1px dashed #E5DDCD;
	width: 395px;
	}
#content #imgs img {
	float: right;
	margin: 0;
	border: 1px solid black;
	}
#content #imgs p {
	margin: 0 0 10px 5px;
	}
#content #imgs p.caption {
	float: right;
	margin-top: 6px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 100%;
	}

#content .items {
	margin: 5px 0 10px 0;
	border-top: 1px #D0A0D2 dotted;
	border-bottom: 1px #D0A0D2 dotted;
	background-color: #F4E9F4;
	}
#content .items h3 {
	margin: 8px 0 3px 8px;
	padding: 0;
	}
#content .items h3 a.pdf {
	display: block;
	background: url('/images/iconpdf.gif') no-repeat 0 0;
	padding: 10px 0 0 39px;
	color: #000;
	height: 22px;
	}
#content .items h3 a.pdf:hover {
	color: #D0A0D2;
	}
#content .items p {
	clear: both;
	margin: 10px;
	}
#content .items img {
	float: left;
	margin: 5px;
	border: 0;
	}

#plans {
	display: block;
	margin: 0 0 20px 20px;
	background-color: #E9E9E9;
	border-left: 1px #EEEEEE solid;
	border-top: 1px #EEEEEE solid;
	border-right: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	}
#plans .title {
	color: #009900;
	}
#plans p {
	margin: 8px;
	}
#plans ul {
	list-style-position: inside;
	margin: 0 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	}
#plans ul li {
	list-style-type: none;
	margin-left: 15px;
	font-size: 10px;
	font-weight: normal;
	}
	

/* Webmail */

#webmail {
	text-align: center;
	width: 100%;
	}
div.email_label, div.password_label {
	font-weight: bold;
	}
input.email_field, input.password_field  {
	margin-bottom: 5px;
	padding: 4px;
	border: 1px #000 solid;
	background-color: #EEE;
	width: 150px;
	}
input.submit_button {
	margin: 5px;
	width: 100px;
	}
#webmail object {
	display: none;
	}
#desibox_footer {
	display: none;
	}


/* Footer */

#footer {
	position: absolute;
	bottom: 0;
	padding: 10px 0 5px 0;
	width: 740px;
	}
#footer p {
	margin: 0 0 0 5px;
	color: #999;
	text-align: center;
	}
