
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p {
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}
a {
  color: #7f221b;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#siteTitle {
  color: black;
  font-family: 'Times New Roman', Palatino, serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: normal;
}
#siteSubtitle {
  color: #131313;
  font-family: Tahoma, Arial, sans-serif;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  font-weight: normal;
}
.pageTitle {
  color: #7f221b;
  border-bottom: solid 1px #7f221b;
  font-size: 15px;
  font-weight: bold;
}
#sidebarTitle {
  color: #7f221b;
  border-bottom: solid 1px #7f221b;
  font-size: 15px;
  font-weight: bold;
}
.sidebarLink {
	color: #555555;
}

#navigation_menu {
  background-color: #7f221b;
  color: #ffffff;
  text-align: left;
}
#navigation_menu a {
  color: #dedec6;
  font-size: 12px;
  font-weight: bold;
}
#navigation_menu a:hover {
  color: #ffffff;
}
.fieldHighlight {
  border-color:#6464ff #9797ff #9797ff #6464ff;
}
.fieldFocus {
  background: #e8e8ff;
  border-color:#6464ff #9797ff #9797ff #6464ff;
  color: #3e3eff;
}
.image_right {
  float: right;
  margin: 10px 0px 10px 10px;
}
.fieldName {
  font-size: 10px;
  display: inline;
}
.fieldPercentage {
  width: 25px;
  text-align: center;
  vertical-align: middle;
}
.fieldTextInput {
  background: #ffffff url(images/background_input_text.gif) repeat-x scroll left top;
  border-color: #999999 #cbcbcb #cbcbcb #999999;
  border-style: solid;
  border-width: 1px;
  color: #555555;
}
.highlight {
  background-color: #ffffe1;
}























/*================================
	Wordpress Override
=================================*/

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p {
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.clear { clear:both }
#canvas {
  background-color:#ffffff;
  background: url(images/grad_tan_med.jpg) #ffffff repeat-x left top;
}
#siteTitle {
  color: black;
  font-family: 'Times New Roman', Palatino, serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: normal;
}
#siteSubtitle {
  color: #131313;
  font-family: Tahoma, Arial, sans-serif;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  font-weight: normal;
}
.pageTitle {
	color: #28517A;
	border-bottom: solid 1px #336699;
	font-size: 22px;
	font-weight: bold;
}
#sidebarTitle {
  color: #7f221b;
  border-bottom: solid 1px #7f221b;
  font-size: 15px;
  font-weight: bold;
}
.sidebarLink {
	color: #555555;
}
#pageContentPartial {
  background: url(images/background_pageContentPartial.gif) no-repeat left top;
}
#pageContentFull {
  background: url(images/background_pageContentFull.gif) no-repeat left top;
}
#pageSidebar {
  background: url(images/background_pageSidebar.gif) no-repeat left top;
  font-size: 11px;
  line-height: 18px;
  font-family: Arial,sans-serif;
  /*text-align: justify;*/
  
}

.pageTitle {
  padding-top: 3px;
  padding-bottom: 3px;
}

#pageContentFull {
  /* Box Model Hack */
  margin: 0px;
  padding: 10px;
  padding-top: 5px;
  margin-right: 15px;

}


#pageFooter {
  border-top: 1px solid #7f221b;
  color: #555555;
  font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
  font-family: Arial,sans-serif;
  font-size: 10px;
  text-align: center;
}
#pageFooter a {
  color: #555555;
}
#navigation_menu {
  background-color: #7f221b;
  color: #ffffff;
  text-align: left;
}
#navigation_menu a {
  color: #dedec6;
  font-size: 12px;
  font-weight: bold;
}
#navigation_menu a:hover {
  color: #ffffff;
}
.fieldHighlight {
  border-color:#6464ff #9797ff #9797ff #6464ff;
}
.fieldFocus {
  background: #e8e8ff;
  border-color:#6464ff #9797ff #9797ff #6464ff;
  color: #3e3eff;
}
.image_right {
  float: right;
  margin: 10px 0px 10px 10px;
}
.fieldName {
  font-size: 10px;
  display: inline;
}
.fieldPercentage {
  width: 25px;
  text-align: center;
  vertical-align: middle;
}
.fieldTextInput {
  background: #ffffff url(images/background_input_text.gif) repeat-x scroll left top;
  border-color: #999999 #cbcbcb #cbcbcb #999999;
  border-style: solid;
  border-width: 1px;
  color: #555555;
}
.highlight {
  background-color: #ffffe1;
}


.button {
	height:auto !important;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 15px 2px 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}


/* color styles 
---------------------------------------------- */

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


