/* CSS Document */

body {
	font-family: Arial, Verdana, sans-serif;
	background-color: #AAA;
	margin:0px;
	padding:0px;
}

#wrapper {
    width:890px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:7px;
	padding-top:0px;
	padding-bottom:0px;
	background-color: #AAA;
	background-image:url(../images/page_bg.gif);
	background-repeat:repeat-y;
}
#front_pen {
    width:875px;
	/*height:990px;*/
	margin-top:0px;
	padding-top:0px;
	background-color:#ececec;
	background-image:url(../images/front_bg.jpg);
	background-repeat:no-repeat;
}
#front_header {
    width: 683px;
	height: 83px;
	margin-left:20px;
	padding-top:15px;
	margin-bottom: 10px;
}
#front_nav {
    margin-left: 12px;
	margin-right: 285px;
}
#masthead {
    width: 875px;
    background-image:url(../images/masthead_bg.jpg);
	background-repeat:no-repeat;
	height:153px;
}
#masthead_nav {
	margin-left:285px;
	margin-right:15px;
	margin-top:10px;
}
#content {
    margin: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#front_content {
    margin-left:25px;
	margin-right:160px;
	margin-top:60px;
	/*height: 695px;*/
}
#footer {
    margin:65px;
	padding-bottom: 5px;
	margin-bottom:0px;
	margin-top: 0px;
	border-top:2px solid #949698;  
	text-align:center; 
}
#front_footer {
    margin-left: 10px;
	margin-right: 160px;
	text-align:center;
	border-top:2px solid #949698;
}
.footer_nav {
    margin-top:4px;
    font-size:12px;
}
.footer_nav a, a:active {
    color: #5420ff;
	text-decoration:none;
}

.footer_nav a:visited {
    color: #5420ff;
	text-decoration:none;
}
.footer_nav a:hover {
    color: #4866ff;
	text-decoration:underline;
}
.footer_copyright {
    font-size:10px;
	color:#555;
	margin-bottom:5px;
}
.nav_hover {
    font-size:12px;
	margin-top:22px;
}
.nav_item {
    font-size:12px;
	padding: 2px;
	padding-top:0px;
	padding-bottom:0px;
}
.nav_item a, a:active, a:visited {
	color: #000;
	text-decoration: none;
}
.nav_item a:hover {
    text-decoration: underline;
}   
.nav_cur {
    font-size:12px;
    color:#999;
	padding:2px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #900;
	font-weight: bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
}

h3 {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

strong {
	color: #900;
}

p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.textindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 25px;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}	

.emp_sidebar {
    width:100%;
	padding:5px;
	border:1px solid #000;
	background-color:#fffac2;font-size:12px;
	font-size:12px;
}

.check_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: outside;
	list-style-image: url(http://www.makepeacetotalpackage.com/images/check2.gif);
}
ul li {
    padding-bottom: 1em;
}
ol li {
    padding-bottom: 1em;
}

.ink-blot {
	position: fixed;
	z-index: 100;
	height: 51px;
	width: 79px;
	left: 275px;
	top: 15px;
	background-image: url(../images/ink-blot.gif);
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.testimonial_box {
    width: 450px;
	margin: auto;
}
