body
{
  background: #e7e7e7; 
  margin: 10px 0 10px 0;
}

table, tr, td, p {
  font-family: tahoma;
  font-size: 11px;
  line-height: 1.4em;
}

td.topTD {
  background: url(bg_top.jpg) no-repeat top center;
  height: 311px;
  text-align: right;
  padding: 42px 65px 0 48px;
  font-size: 11px;
}

td.middleTD {
  background: url(bg_table_main.jpg) center repeat-y;
  padding: 10px 85px 0 0;
  font-size: 11px;
}

td.bottomTD {
  background: url(bg_footer.jpg) no-repeat bottom center;
  height: 120px;
  padding: 0 65px 0px 100px;
  color: #333;
  text-align: right;
  font-size: 11px;
}
td.bottomTD a img {
  border:0;
}

/* Quotes */
blockquote {  
  border : 1px dashed #CCC;
  margin: 30px 30px 20px 30px;
  padding: 10px 5px 0px 5px;
  background-color: #EEE;
  quotes: "\201C" "\201D";
}
blockquote p {
  font-size: 1.3em;
}
blockquote:before { 
  content: open-quote;
  font-family: Arial, Helvetica;
  font-size: 6em;
  font-weight: bold;
}
blockquote:after {
  content: close-quote;
  padding-left: 435px;
  font-family: Arial, Helvetica;
  font-size: 6em;
  font-weight: bold; 
}

/* Navigation Bar */
#NavigationArea ul
{
  text-align: left;
  padding: 0;
  margin: 0;
}

#NavigationArea ul li
{
  display: inline;
  font-family: Tahoma, Helvetica;
  color:white;
  margin:0;
  padding:0;
}
#NavigationArea ul li a
{
  color: #ccc;
  float: left;
  margin:0 6px; 
  padding: 12px 3px 5px 3px; 
  text-decoration: none; 
  font-size: 1.2em;
  border-bottom: 2px solid #444; 
}
#NavigationArea ul li a:hover
{
  color: white;
  border-bottom: 2px solid #ccaa00;
  padding-bottom: 5px;
}
#NavigationArea ul li.selected a
{
  color: white;
  border-bottom: 2px solid #aa6600;
  padding-bottom: 5px;
}

/* Form Styles */
.Form
{
  margin: 5px 5px 5px 15px;
  background-color: #e5e5e5;
  width: 500px;
  padding-top: 10px;
  border: 1px solid #888;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
form dl
{  
}
form dt
{
  float:left;
  width:140px;
  padding:3px 0;
  background-color: #e5e5e5;
  text-align: right;
  font-size: 1.1em;
}
form dd
{
  margin-left:144px;
  margin-bottom:5px;
  font-size: 1em;

}
.FormValidation
{
  color: Red;
  padding: 3px 7px 3px 7px;
  margin-left: 5px;
  white-space: nowrap;
}
.FormValidation.Invalid
{
  border: 1px solid Orange;
  background-color: LemonChiffon;
  -moz-border-radius: 0px 10px 10px 10px;
  -webkit-border-radius: 0px 10px 10px 10px;
}
.FormResult
{
  text-align: center;
  padding: 10px;
  width: 455px;
  margin-left: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.FormResult.Success
{
  background-color: #cce5cc;
  border: dotted 1px #88aa88;
}

.FormResult.Failure
{
  background-color: #e5cccc;
  border: dotted 1px #aa8888;
}

.FormFooter
{
  text-align: right;
  font-size: 1.1em;
  padding: 5px;
}
.FormFooter input
{
  font-size: 1em;
  padding: 5px 20px 5px 20px;
  margin-right: 50px;
}
.Form Fieldset
{
  padding: 0px;
  margin: 5px;
  border: 1px dotted #a0a0a0;
}
.Form .Empty
{
  border: 1px solid transparent;
}
.Form Legend
{
  margin-left: 10px;
  padding: 0px 5px 0px 5px;
  background-color: #e5e5e5;
  color: #666;
}
/* Side bar form */
.LeftPane .Form
{
  margin:0px !important;
  padding:5px 10px;
  width:200px;
}

.LeftPane form dt
{
  width:auto;
  float:none;
  padding:3px 0;
  background-color: #e5e5e5;
  text-align:left;
  font-size: 1.1em;
}
.LeftPane form dd
{
  margin-left:4px;
  margin-bottom:5px;
  font-size: 1em;
}
.LeftPane .FormResult
{
  width:auto;
  margin-left:0;
}




/* Table Styles */
table {
  padding: 0;
}

select, input {
  font-family: tahoma;
  font-size: 11px;
  color: #333;
}

h1 {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #f6f6f6;
  padding: 2px 0 1px 7px;
  background-color: #888;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}


h3 {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  padding: 2px 0 1px 7px;
  background: #AAA;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

td#LeftPane .ElementTitle{
  font-family: tahoma;
  font-size: 9px;
  font-weight: bold;
  color: #FFF;
  padding: 2px 0 1px 7px;
  background: #AAA;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h4 {
  font-size: 10px;
  font-weight: bold;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

a:link, a:visited {
  color: #444444;
  font-family: tahoma;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
}

a:hover {
  color: #2c2c2c;
  font-family: tahoma;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
}
a img{
  border:0;
}
/* Element Themes */
.ElementCustomerLoginStatus {
  text-align: center;
  font-size: 1.1em;
}

.TextList
{
}
.TextListItem
{
  font-family: Tahoma, Helvetica;
  font-size: 0.9em;
  font-weight: bold;
  color: #444444;
  padding: 5px 0px 0px 10px;
}
.TextListItem a
{
  font-family: Tahoma, Helvetica;
  font-size: 0.9em;
  color: #444444;
  text-decoration: none;
}

/*******  Blog Stuff ******/
.BlogPostWrapper
{
  font-family: Verdana;
  color: #444444;
  font-size: 1em;
  margin: 0px 10px 30px 10px;
}
.BlogDate
{
  font-family: Verdana;
  font-size: 1.2em;
  font-weight: bold;
  color: #666666;
  padding: 0px 0px 5px 0px;
  margin: 30px 0px 10px 0px;
  border-bottom: dotted 1px #AAAAAA;
}
.BlogDetails
{
  margin: 20px 0px 10px 0px;
  border: solid 1px #CCCCCC;
  background-color: White;
  padding: 10px 10px 10px 10px;
}
.BlogTitle
{
  font-family: Verdana;
  font-size: 1.1em;
  font-weight: bold;
  color: #555555;
  border-bottom: dashed 1px #AAAAAA;
  padding: 0px 0px 5px 0px;
  margin: 5px 5px 10px 5px;
}
.BlogTitle a
{
  font-size: 1em;
  color: #555555;
  text-decoration: none;
}

.BlogBody
{
  font-family: Verdana;
  font-size: 0.9em;
  line-height: 1.5em;
}
.BlogCategoryList
{
  font-family: Verdana;
  font-size: 0.8em;
  line-height: 1em;
  text-align: right;
  color: #666666;
}
.BlogCategoryList a
{
  font-size: 1em;
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
.BlogSocialLinkList
{
  font-family: Verdana;
  font-size: 0.9em;
  line-height: 1em;
  text-align: right;
  color: #666666;
}
.BlogSocialLinkList img
{
  margin: 0px 4px 0px 0px;
}
.BlogDetailsBar
{
  font-family: Sans-Serif, Arial;
  font-size: 0.8em;
  text-align: right;
  padding: 5px 0px 0px 0px;
  margin: 10px 5px 5px 5px;
  border-top: dotted 1px #AAAAAA;
}
.BlogDetailsBar a
{
  color: #555555;
  text-decoration: none;
}
.BlogCommentsSummary
{
  float: left;
  font-size: 0.9em;
}
.RSSFeed 
{
  padding: 0;
  margin: 15px 0 5px;
  border:0;
}
.RSSFeed a
{
  color: #444444;
  text-decoration: none;
}
.ElementBlogSummaryFeed .date
{
  font-weight: bold;
  padding-left: 10px;
}
.ElementBlogSummaryFeed .summary a
{
  font-size: 0.9em;
  text-decoration: none;
  padding-left: 10px;
}
.ElementBlogSummaryFeed .summary a:hover
{
  font-size: 0.9em;
  text-decoration: underline;
 }
#disqus_thread
{
  margin: 0px 10px 0px 10px;
}

/* Tag Styles */
a.TagLarge, a.TagMediumLarge, a.TagMedium, a.TagMediumSmall, a.TagSmall
{
  font-family: Verdana;
  color: #444444;
  font-weight: bold;
  text-decoration: none;
  line-height: 0.8em;
  white-space:nowrap;
}

a.TagLarge
{
  font-size: 1.4em;
}
a.TagMediumLarge
{
  font-size: 1.3em;
}
a.TagMedium
{
  font-size: 1.2em;
}
a.TagMediumSmall
{
  font-size: 1.1em;
}
a.TagSmall
{
  font-size: 1.0em;
}

