a:link 			{color: #5a96c6; text-decoration: none; border-bottom: none;}
a:visited 			{color: #5a96c6; text-decoration: none; border-bottom: none;}
a:hover			{color: #5a96c6; text-decoration: none; border-bottom: 1px dotted #5a96c6;}
a:active			{color: #5a96c6; text-decoration: none; border-bottom: 1px dotted #5a96c6;}

a.nav:link			{color: #FFFFFF; text-decoration: none; border-bottom: 1px solid #FFFFFF; font-family: "trebuchet ms", arial, helvetica; font-size: 16px; width: 240px; height: 17px; padding: 10px 0px 15px 0px; text-align: center; display: block;}
a.nav:visited		{color: #FFFFFF; text-decoration: none; border-bottom: 1px solid #FFFFFF; font-family: "trebuchet ms", arial, helvetica; font-size: 16px; width: 240px; height: 17px; padding: 10px 0px 15px 0px; text-align: center; display: block;}
a.nav:hover			{color: #f5dcb9; text-decoration: none; border-bottom: 1px solid #FFFFFF; font-family: "trebuchet ms", arial, helvetica; font-size: 16px;}
a.nav:active		{color: #f5dcb9; text-decoration: none; border-bottom: 1px solid #FFFFFF; font-family: "trebuchet ms", arial, helvetica; font-size: 16px;}

a.nav-footer:link 	{color: #ffffff; text-decoration: none; font-size: 8pt; margin: 0px 10px; border-bottom: none;}
a.nav-footer:visited 	{color: #ffffff; text-decoration: none; font-size: 8pt; margin: 0px 10px; border-bottom: none;}
a.nav-footer:hover	{color: #ffffff; text-decoration: none; font-size: 8pt; margin: 0px 10px; border-bottom: 1px dotted #ffffff;}
a.nav-footer:active	{color: #ffffff; text-decoration: none; font-size: 8pt; margin: 0px 10px; border-bottom: 1px dotted #ffffff;}

html, body {
	font-family: tahoma, helvetica;
	font-size: 10pt;
	color: #444444;
	min-height: 100%;
	margin: 0px;
	background: #ffffff;
	}

.header {
	font-size: 22pt;
	color: #ac161a;
	line-height: 28px;
	font-weight: bold;
	}

.subheader {
	font-size: 17pt;
	color: #d77b29;
	}

.sidebar-title {
	font-size: 12.5pt;
	color: #764f19;
	}
	
.main {
	padding: 15px 10px 20px 10px;
	line-height: 18px;
	}

.margin-left {
	padding: 0px;
	width: 240px;
	font-size: 9pt;
	color: #999999;
	background-image: url("/images/bg-margin.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}

	
.margin-right {
	padding: 10px 0px 10px 0px;
	line-height: 15px;
	width: 20%;
	font-size: 9pt;
	color: #999999;
	}

.footer {
	color: #ffffff;
	padding: 0px;
	font-size: 8pt;
	height: 65px;
	text-align: center;
	background-image: url("/images/bg-footer.gif");
	background-position: top center;
	background-repeat: no-repeat;
	}

.form {
	background-image: url("/images/bg-form.gif");
	background-position: top left;
	background-repeat: repeat-x;
	height: 320px; 
	color: #000000;
	padding: 20px 0;
	}

.testimonial {
	font-style: italic;
	padding: 5px 0px;
	border-top: 1px dotted #777777;
	}

.small {
	font-size: 6.5pt;
	}

.hilite-bg {
	background-color: #FFFE81;
	}
	
ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
	}

li	{
	margin-top: 15px;
	}

/* -------------- Blog -------------- */

@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#86af23;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

/* Sidebar Content
----------------------------------------------- */

#sidebar ul {
  margin: .4em 0 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 1px dotted #ccc;
  list-style: none;
  }
#sidebar li {
  margin: 0;
  padding: 0 0 .25em 15px;
  line-height: 1.2em;
  }
#sidebar p {
  color:#666;
  line-height: 1.5em;
  }

#profile-container {
  margin: 0 0 1.5em;
  /*border-bottom: 1px dotted #ccc;*/
  padding-bottom: 1.5em;
  }
.profile-datablock {
  margin: .5em 0 .5em;
  }
.profile-img {
  display: inline;
  }
.profile-img img {
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 3px 0;
  }
.profile-data {
  margin: .6em 0 0;
  font: 78%/1.6em tahoma, helvetica;
  text-transform: uppercase;
  letter-spacing: .1em;
  }
.profile-data strong {
  display: none;
  }
.profile-textblock {
  margin: 0 0 .5em;
  }
.profile-link {
  margin: 0;
  font: 78%/1.4em tahoma, helvetica;
  text-transform: uppercase;
  letter-spacing: .1em;
  }.dashedborder {
	border: thick dashed #1E874D;
}
.dashedborderblue {
	border: thick dashed #2A78AA;
}
.pinkborder {
	border: thick dashed #D23771;
}
.orderborder {
	border: medium solid #1E5C83;
}
.solidborder {
	border: medium solid #1A5784;
}
.dashedborder {
	border: medium dashed #AC5C16;
}
