html, body {
	height: 100%;
}
ol, ul {
	margin: 0;
	padding: 0px;
/*	list-style: none;*/
}

/*strong {
	color: #636363;
}*/


img.alignleft {
	float: left;
	padding: 6px 25px 0px 0px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

.box-style .title {
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #4B4B4B;
        margin-top: 0px;
}

.box-style span {
	font-weight: bold;
}

.box-style .meta {
	margin-top: -16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #B1B1B1;
}


.box-style .entry {
	padding: 0px 0px 20px 0px;
}


/** MY STYLES */

table.links {
	width: 100%;
	border: 0px;
	margin: auto;
}

table.links tr.first {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #B4B4B4;
        padding: 0 10px;
}

table.links td {
	vertical-align: top;
	line-height: 160%;
	width: 25%;
        width: auto;
        padding: 2px 10px;
}

.testimonial {
	background: infobackground;
	text-align: left;
/*	font-style: italic;*/
	font-size: 0.85em;
	padding: 10px;
	border: solid 1px silver;
	/*border-bottom: solid 2px black;
	border-right: solid 2px black;*/
	width: 300px;
	color: black;
	padding-bottom: 0;
/*	background: url(images/subpage2_01.jpg) no-repeat left top;
        background-color: transparent;*/
}

.testimonial td {
	margin: 0;
	padding: 0 2px;
}

.testimonial p {
	margin: 0;
	padding: 0;
}

.testimonial p.signature {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0;
}

ol, ul {
    margin-left: 20px;
}

ul {
    list-style: square;
}

ul li {
    list-style-type: square;
}

table.links {
	width: 100%;
	border: 1px;
	margin: auto;
}

table.links tr.first {
	font-weight: bold;
}

table.links td {
	vertical-align: top;
	line-height: 160%;
	width: 25%;
}

table.features {
	border: 1px;
	margin: 10px auto;
}

table.features td, table.features th {
	vertical-align: top;
	padding: 5px;
	width: 50%;
	text-align: left;
	border-bottom: 1px #000 dotted;
}

table.features th {
	border: none;
	background-color: #4C7292;
	color: #fff;
        padding: 8px 13px;
}

td {
	padding: 7px;
        line-height: 150%;
}

p.breadcrumbs {
	font-size: 8pt;
	line-height: 100%;
	padding: 7px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #555555;
}

li.main {
        line-height: 150%;
	list-style-type: none;
        letter-spacing: -1px;
        text-transform: uppercase;
	background: url(/images/arrow_yellow.gif) no-repeat 0px 4px;
	font-size: 16px;
	padding-left: 25px;
}

p.main_li {
    margin-left: 46px;
}

div.hr {
    border-top: dotted 1px #a9a9a9;
    margin: 10px auto;
    height: 3px;
}

.shadow {
  -moz-box-shadow: 0 0 10px #444;
  -webkit-box-shadow: 0 0 10px #444;
  box-shadow: 0 0 10px #444;
  margin: 5px;
}

.form-hid-trick {
  position: absolute;
  left: -999em;
  visibility: hidden;
}

.dashed-box {
	background-color: #c8ffd9;
	border: 1px dashed #787878;
}

