@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana;
	color: #333;
	font-size: 13px;
	background-color: #013645;
	background-repeat: repeat;
	background-attachment:fixed;
}

.header-curve {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 975px;
	margin:auto;
}


.thrColFixHdr #wrap {
	width: 975px;
	margin: 0 auto;
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-y;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 260px;
	background: #fff url(../images/header.jpg);
	background-repeat:no-repeat;
	width: 100%;

}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	

}
h2 {margin-bottom:10px; color:#0099cc; margin-top:7px; font-family:verdana; font-size:18px; }

.thrColFixHdr #navbar {
	width: 100%;
	height: 30px;
	background-image: url(../images/nav_bar_bg.jpg);
	background-repeat: repeat-x;
}
.clearhead {
	clear: both;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 10px; /* padding keeps the content of the div away from the edges */ /*border-right:1px solid #575757;*/
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
/*	border-left:1px solid #575757; */
}
.thrColFixHdr #mainContent {
	margin: 0 218px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 15px;

}
.thrColFixHdr #footer {
	height: 50px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFixHdr #mainContent ul {
	margin-left: 20px;
}
.mainContent_welcome p {
	line-height: 150%; padding:0; margin:0;
margin-bottom: 10px;
	font-size: 13px;
}
#mainContent p {
	line-height: 150%;
	font-size: 13px;
	padding: 10px; margin-bottom:1.3em;
}
.mainContent_blog {
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-align: justify;
}
.mainContent_blog img {
	border: 1px solid #03536A;
	margin: 10px; padding:3px;
}
.blogheader {
	height: 30px;
}
h2 {
	font-weight:bold;
	letter-spacing: .05em;
}
.mainContent_blog h2 {
	float: left;
	color: #00aeda;
	letter-spacing: .05em;
	display:inline;
	width: auto;
}

.mainContent_blog p.date {
	float: right;
	color: #c4c4c4;
	display:inline;
	font-size: 10px;
	width: auto;
}
.mainContent_blog p.intro {
	color: #c4c4c4;
}
.blog_entry {
	padding: 10px;
	margin-bottom: 15px;
	border:1px solid #c4c4c4;
	background: #f7f7f7; margin-top:10px;
}
.imgPadding {
	border: 1px solid #03536A;
	margin: 10px; margin-right:0px;
}
.mainContent_contact img {
	border: 1px solid #03536A;
	margin: 10px; padding:3px;
}
.comments_box {
	border: 1px solid #d4d4d4;
	background:#F0F0F0;
	padding:10px;
	width: 120px;
	margin-top:25px;
	text-align: center;
	width: 300px;
	margin-left:auto;
	margin-right: auto;
}
.read_more {
	font-weight:bold;
}
.thrColFixHdr #sidebar1 .navigation {
	width: 100%;
}
.thrColFixHdr #sidebar1 .navigation ul {
	width: 100%;
	margin-top: 5px;
}
.thrColFixHdr #sidebar1 .navigation li {
	list-style: none;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
.thrColFixHdr #sidebar1 .navigation li a {
	display: block;
	text-decoration: none;
	padding: .25em;
}
.thrColFixHdr #sidebar1 .navigation li a:hover {
	text-decoration: none;
	padding: .25em;
	background: #164350;
	color: #fff;
	font-weight: bold;
}
a:link {
	color: #03536A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #03536A;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #03536A;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #03536A;
	font-weight: bold;
}
/*
	FAQ Formatting 
*/
.faq_links {
	width: 100%;
}
.faq_links ul {
	width: 100%;
	margin-top:5px;
}
.faq_links li {
	margin-left: 12px;
	color: #235f0a;
	text-decoration: underline;
	margin-bottom:5px;
}
.faq_links li a {
	display: block;
	text-decoration: none;
	padding: .3em;
	font-weight: bold;
}
.faq_body {
	border:1px solid #03536A;
	padding: 5px;
	margin-bottom: 15px;
	background: #f7f7f7;
}
h3 .faq_header {
	font-size:1.6em;
	font-weight:bold;
}
/* Form Styles */
fieldset {
	border:0;
}
input[checkbox] {
	border: 6px solid #03536A;
}
.edit_profile_form {
	padding: 5px;
}
.edit_profile_form fieldset {
	margin: 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #03536A;
	background-color: #f7f7f7; 
}
.edit_profile_form legend { font-weight:bold; margin-right:10px; }
.edit_profile_form input.txt { width:200px;border: 1px solid #03536A; padding:3px; }
.edit_profile_form input:hover { background:#CEECF4; }
.edit_profile_form fieldset.submit {
	float: none;
	width: auto;
	padding-left: 12em;
}
.edit_profile_form label {
	float: left;
	width: 10em;
	margin-right: 1em; padding:3px; 
}
.edit_profile_form fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
.edit_profile_form fieldset li {
padding:3px; padding-bottom: 1em; 
}
.edit_profile_form fieldset.submit {
	border-style: none;
}
.kalender {
	width:100%;
	cursor:pointer;
	border: 1px #03536A solid;
}
.kalender-menu {
	width:100%;
}
.kalender-month {
	background:url('images/month_bar.gif') repeat-x;
	height:23px;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
.kalender-week {
	background:url('images/week_bar.gif') repeat-x;
	height:15px;
	width:24px;
	font-family:verdana;
	font-size:9px;
	font-weight:bold;
	color:#433d27;
}
.kalender-dayDim {
	background-color:#eeeeee;
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#bbbbbb;
}
.kalender-dayDefault {
	background-color:#e0e0e0;
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;
}
.kalender-dayWeekend {
	background-color:#d0d0d0;
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;
}
.kalender-dayHighlight_1 {
	background-color:#f6af12;
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;
}
.kalender-dayHighlight_1:hover {
	background-color:#ff6314;
}
.kalender-dayWeekendHighlight_1 {
	background-color:#cba247;
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;
}
.kalender-dayWeekendHighlight_1:hover {
	background-color:#d05110;
}
.kalender-dayHighlight_2 {
	background-color:#dc8902;
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;
}
.kalender-dayHighlight_2:hover {
	background-color:#ff6314;
}
.kalender-dayWeekendHighlight_2 {
	background-color:#cfa343;
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;
}
.kalender-dayWeekendHighlight_2:hover {
	background-color:#d05110;
}
.kalender-dayHighlight_3 {
	background-color:#fec852;
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;
}
.kalender-dayHighlight_3:hover {
	background-color:#ff6314;
}
.kalender-dayWeekendHighlight_3 {
	background-color:#dc8902;
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;
}
.kalender-dayWeekendHighlight_3:hover {
	background-color:#d05110;
}
.kalender-tooltip-day {
	background:url('images/day_bar.gif') repeat-x;
	height:23px;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#433d27;
}
.kalender-tooltip-row_1 {
	background-color:#e7e7e7;
	font-family:verdana;
	font-size:10px;
	color:#433d27;
}
.kalender-tooltip-row_2 {
	background-color:#e0e0e0;
	font-family:verdana;
	font-size:10px;
	color:#433d27;
}
.kalender-tooltip-highlight_1 {
	background-color:#f6af12;
	font-family:verdana;
	font-size:10px;
	color:#433d27;
	font-weight:bold;
}
.kalender-tooltip-highlight_2 {
	background-color:#dc8902;
	font-family:verdana;
	font-size:10px;
	color:#433d27;
	font-weight:bold;
}
.kalender-tooltip-highlight_3 {
	background-color:#fec852;
	font-family:verdana;
	font-size:10px;
	color:#433d27;
	font-weight:bold;
}
.kalender-tooltip-row_shadow {
	background:url('images/tooltip_row_shadow.gif') repeat-x;
	height:5px;
}
.kalender-next {
	background:url('images/next.gif') no-repeat;
	width:15px;
	height:14px;
}
.kalender-next:hover {
	background:url('images/next_over.gif') no-repeat;
	width:15px;
	height:14px;
}
.kalender-previous {
	background:url('images/previous.gif') no-repeat;
	width:15px;
	height:14px;
}
.kalender-previous:hover {
	background:url('images/previous_over.gif') no-repeat;
	width:15px;
	height:14px;
}
.kalender-jump-row {
	font-family:verdana;
	font-size:10px;
	color:#433d27;
	cursor:pointer;
	background-color:#eeeeee;
	height:15px;
	text-decoration:none;
}
.kalender-jump-row:hover {
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	cursor:pointer;
	height:15px;
	text-decoration:none;
	background-color:#d0d0d0;
}
.kalender-jump-row-text {
	text-decoration:none;
	color:#555555;
}
.kalender-jump-current-row {
	font-family:verdana;
	font-size:10px;
	color:#433d27;
	cursor:pointer;
	background-color:#dfdfdf;
	height:15px;
	text-decoration:none;
}
.kalender-jump-link {
	font-family:verdana;
	font-size:10px;
	color:#433d27;
	font-weight:bold;
	cursor:pointer;
}
.kalender-jump-link:hover {
	text-decoration:none;
}
.copy {
	text-align: center;
	margin: auto;
	padding-top:20px;
}
.valid {
	font-weight: bolder;
}
.horse_box {
	width: 133px;
	height:210px;
	margin-bottom: 15px;
	position:relative; float:left;  margin-left:10px; margin-top:10px; border:1px #02B5F5 solid;
}
.horse_name {
	width: 100%;
	background:#02B5F5;
	color:white;
	font-weight:bold;
	text-align:center;
	position:absolute;
	bottom:0px; left:0px;
}

.sidebar_box { margin-bottom:10px; }
#mainContent p { padding:0px; margin:0px; text-align:justify; }