body {
	font-family: Georgia, Verdana, Arial, sans-serif;
	background-color: #eee;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #333;
}

a:hover {
	background-color: #bcd;
}

#container {
	width: 750px;
	margin: 0px auto 40px auto;
}

#header {
	color: #004;
	height: 100px;
	/*background-color: #ccc;*/
	position: relative;
}

#header, #links {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#top {
	background-color: #bdf;
	position: fixed;
	width: 750px;
	top: 0px;
}

#header .left_text {
	/*position: absolute;*/
	float: left;
	margin: 20px 0px 0px 40px;
	font-size: 48px;
	font-style: italic;
	/*font-weight: bold;*/
}

#header .right_text {
	/*position: absolute;*/
	text-align: right;
	float: right;
	margin: 25px 40px 0px 0px;
	font-size: 24px;
	font-weight: bold;
}

#header .right_text .smaller {
	font-size: 20px;
	font-weight: normal;
}

#links {
	padding: 5px 0px;
	/*background-color: #eee;*/
	font-size: 14px;
	text-align: center;
	/*position: relative;*/
}

#links ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#links ul li {
	display: inline;
	position: relative;
}

#links ul.submenu {
	position: absolute;
	/*clear: both;*/
	top: 17px;
	left: 0px;
	width: 98%;
	display: none;
	border-bottom: 1px solid #666;
}
#secondlist {
	font-size: 12px;
	margin: 5px 0px 0px 0px !important;
	/*position: relative;*/
}
/*#links ul li:hover ul.submenu, #links ul li ul.submenu:hover {
	display: block;
}*/
#links ul.submenu li {
	display: block;
}
#links ul.submenu li a {
	display: block;
	background-color: #bdf;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
/*#links ul li.first {
	border-left: none;
}

#links ul li.last {
	border-right: none;
}*/

#links ul li a {
	padding: 1px 10px;
	text-decoration: none;
	color: #004;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: none;
}
#links ul li a:hover {
	background-color: #eef;
}
#links ul li a.thispage {
	color: #009;
}

#content {
	margin: 155px 0px 0px 0px;
}
#indexcontent {
	margin: 100px 0px 0px 0px;
}

#info_big {
	text-align: center;
}

#info_big .comp_name {
	font-size: 48px;
	font-style: italic;
	margin: 0px 0px 30px 0px;
}

#info_big .quote {
	font-size: 24px;
	font-weight: bold;
}

#info_big .tri {
	font-size: 30px;
	margin: 30px 0px;
}

#info_big .quote_more {
	font-size: 20px;
	font-weight: normal;
}

#info_big .prin_name {
	font-weight: bold;
	font-size: 20px;
}

.center {
	text-align: center;
}

.large, h2 {
	font-size: 24px;
}

.bold {
	font-weight: bold;
}

.emphasis {
	font-style: italic;
}

#mission_list {
	/*background-color: red;*/
	/*margin-top: 600px;*/
	width: 500px;
	padding-left: 50px;
	font-size: 24px;
	text-align: left;
	margin: 30px auto 0px auto;
}

#mission_list li.second {
	margin-left: 30px;
}

#mission_list li.third {
	margin-left: 60px;
}

.services_list {
	font-size: 20px;
	line-height: 35px;
	list-style: none;
}

.services_container {
	margin-left: 125px;
}

.accounting_container {
	margin-left: 55px;
}

h3 {
	font-style: italic;
	margin-left: 30px;
}

.accounting_block {
	margin: 0px 60px;
}

.stcon_name {
	font-style: italic;
	font-weight: bold;
}

.auditprep_list {
	/*list-style-position: inside;*/
	margin-left: 78px;
	padding: 0px;
}

.bugdeting_list {
	margin-left: 110px;
	padding: 0px;
}

.links_list {
	margin-left: 60px;
	line-height: 24px;
}

h2 .smaller {
	font-weight: normal;
	font-size: 20px;
}

.sthrough {
	text-decoration: line-through;
}

.contactinfo {
	text-align: center;
	font-size: 24px;
}