html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


body{
	background:url(../images/bg.jpg) #e4d695;
	font-family:"Comic Sans MS", sans-serif;
	font-size:13px;
}
#wrapper, #footer{
	width:960px;
	margin:20px auto;
	
}
#wrapper{
	background:#fff;
	border:5px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	-moz-box-shadow:0 0 20px .2px #000;
	-webkit-box-shadow:0 0 20px .2px #000;
	box-shadow:0 0 20px .2px #000;
}
#header{
	background:url(../images/header-bg.jpg) repeat-x;
	height:147px;
}
#header #logo{margin-top:45px; text-decoration:none;}
#header #logo #animated-horse{
	position: relative;
	top: 15px;
}
#header .pull-right{
	text-align:right;
	margin:35px 10px 10px 0;
	line-height:1.25;
	-moz-text-shadow:0 1px 1px #000;
	-webkit-text-shadow:0 1px 1px #000;
	-o-text-shadow:0 1px 1px #000;
	text-shadow:0 1px 1px #000;
}
#header .pull-right,#header .pull-right a{
	color:#fff;
}

#main-content{
	padding:20px 0;
}

#left-nav{
	float:left;
	width:220px;
	text-align:center;
	padding-bottom:10px;
}
	
#left-nav ul li a,
#left-nav ul li.alt a,
#left-nav .border{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:8px;
}


#left-nav ul li a,
#left-nav ul li.alt a{
	display:block;
	padding:10px;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	opacity:1;
	border:1px solid transparent;
	
	-moz-transition:opacity .4s, border-color .4s;
	-webkit-transition:opacity .4s, border-color .4s;
	transition:opacity .4s, border-color .4s;
	
	-moz-text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	-webkit-text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
}
#left-nav ul li a:hover,
#left-nav ul li.alt a:hover{
	opacity:.8;
}
#left-nav ul li a{border-color:#3864b5;}
#left-nav ul li.alt a{border-color:#47781d;}

#left-nav ul li a{
	background: #3864b5;
	background: -moz-linear-gradient(top,  rgba(158,201,229,1) 0%, rgba(133,177,218,1) 27%, rgba(86,130,195,1) 69%, rgba(56,100,181,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,201,229,1)), color-stop(27%,rgba(133,177,218,1)), color-stop(69%,rgba(86,130,195,1)), color-stop(100%,rgba(56,100,181,1)));
	background: -webkit-linear-gradient(top,  rgba(158,201,229,1) 0%,rgba(133,177,218,1) 27%,rgba(86,130,195,1) 69%,rgba(56,100,181,1) 100%);
	background: -o-linear-gradient(top,  rgba(158,201,229,1) 0%,rgba(133,177,218,1) 27%,rgba(86,130,195,1) 69%,rgba(56,100,181,1) 100%);
	background: -ms-linear-gradient(top,  rgba(158,201,229,1) 0%,rgba(133,177,218,1) 27%,rgba(86,130,195,1) 69%,rgba(56,100,181,1) 100%);
	background: linear-gradient(to bottom,  rgba(158,201,229,1) 0%,rgba(133,177,218,1) 27%,rgba(86,130,195,1) 69%,rgba(56,100,181,1) 100%);
}
#left-nav ul li.alt a{
	background: #47781d;
	background: -moz-linear-gradient(top,  rgba(191,208,82,1) 0%, rgba(159,185,68,1) 29%, rgba(101,141,42,1) 73%, rgba(71,120,29,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,208,82,1)), color-stop(29%,rgba(159,185,68,1)), color-stop(73%,rgba(101,141,42,1)), color-stop(100%,rgba(71,120,29,1)));
	background: -webkit-linear-gradient(top,  rgba(191,208,82,1) 0%,rgba(159,185,68,1) 29%,rgba(101,141,42,1) 73%,rgba(71,120,29,1) 100%);
	background: -o-linear-gradient(top,  rgba(191,208,82,1) 0%,rgba(159,185,68,1) 29%,rgba(101,141,42,1) 73%,rgba(71,120,29,1) 100%);
	background: -ms-linear-gradient(top,  rgba(191,208,82,1) 0%,rgba(159,185,68,1) 29%,rgba(101,141,42,1) 73%,rgba(71,120,29,1) 100%);
	background: linear-gradient(to bottom,  rgba(191,208,82,1) 0%,rgba(159,185,68,1) 29%,rgba(101,141,42,1) 73%,rgba(71,120,29,1) 100%);
}


#left-nav .border{
	border:1px solid #5880b3;
	padding:10px;
}

#left-nav h2{
	color:#ec7d00;
	font-size:20px;
	font-weight:bold;
}
#left-nav h3{
	color:#6894cb;
	font-size:16px;
	font-weight:bold;
}
#left-nav h4{
	color:#82a336;
	font-size:14px;
	font-weight:bold;
}
#left-nav .border a{
	color:#ec7d00;
	text-decoration:none;
}
#content{
	width:720px;
	margin-left:20px;
	float:left;
	line-height:1.5;
}
#content a{
	color:#3864b5;
	font-weight:bold;
	text-decoration:none;
}
#content a span{
	color:#F90;
}
#content h1{
	font-size:32px;
	color:#5880b3;
	font-weight:bold;
}
#content h2{
	font-size:18px;
	color:#ec7d00;
}
#content h3{
	font-size:18px;
	font-weight:bold;
	color:#82a336;
}
#content p{margin-bottom:20px;}

#content .g_1-2{
	float:left;
	width:340px;
}

#footer b{color:#000;}
#footer, #footer a{
	color:#533614;
	font-size:16px;
	line-height:1.25;
}
#footer .g_1-2{
	width:480px;
	float:left;
	text-align:center;
}

.clear{clear:both;}
.pull-left{float:left;}
.pull-right{float:right;}
img.pull-left{margin:0 20px 20px 0;}
img.pull-right{margin:0 0 20px 20px;}

.rope-divider{
	clear:both;
	margin:20px 0;
	height:6px;
	background:url(../images/rope-divider.png) repeat-x 50% 50%;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

form.contact textarea, form.contact input {
	font-family:sans-serif;
	padding:3px;
	margin:3px 0 5px;
	border:1px solid #aaa;
	font-size:13px;
	border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
}
form.contact textarea{
	width:400px;
	max-width:400px;
	min-width:400px;
	min-height:117px;
	height:117px;
	max-height:117px;
}

form input.button{
	width:125px;
	padding:20px;
	color:#000;
	cursor:pointer;
}

form input.button:hover{
	background-color:#ddd;
}


form input.button:active{
	color:#fff;
	background-color:#0041D1;
	border:1px solid #002E93 !important;
}

form button.button{
	width:125px;
	padding:20px;
	color:#000;
	cursor:pointer;
}

form button.button:hover{
	background-color:#ddd;
}


form button.button:active{
	color:#fff;
	background-color:#0041D1;
	border:1px solid #002E93 !important;
}

form .required{
	background-color:#FFD;
}
form .checkboxes input{
	position:relative;
	top:3px;
}
.checkboxes{line-height:2;}

.gallery_image {border: 3px solid  #533614; border-radius: 15px; margin: 3px;}


.table tr {border-bottom:1px solid #ccc;}
.table td{padding:5px;}

#content img{max-width:320px;}

.table-f td{
	padding-top: 8px;
	padding-bottom: 8px;
}
