@charset "utf-8";
/* CSS reset */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* end css reset */

body{
	background-color: #fff;
	font-family:Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #333333;
}

#container{
	width: 900px;
	margin: 0 auto;
}

#header{
	width: 900px;
	height: 75px;
	background-image: url('../images/top-grey-grade-NEW5.png');
}

ul#main_nav{
	margin-top: 5px;
	margin-left: 100px;
	padding-top: 15px;
}

ul#main_nav li{
	float: left;
	margin-left: 10px;
	color: #fff;
}

ul#main_nav li a{
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}

ul#main_nav li a.active{
	color: #ff6600;
}

ul#main_nav li a:hover{
	color:#000;
}

ul#footer_nav{
	padding-top: 45px;
	margin-left: 100px;
	padding-top: 15px;
}

ul#footer_nav li{
	float: left;
	margin-left: 10px;
	color: #fff;
}

ul#footer_nav li a{
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}

ul#footer_nav li a.active{
	color: #ff6600;
}

ul#footer_nav li a:hover{
	color:#000;
}


#left_content{
	width: 350px;
	margin-left: 15px;
	float: left;
}

#triangle_nav_home{
	width: 344px;
	height: 410px;
	background-image: url(../images/triangle_nav.jpg);
	margin-left:3px;
	position: relative;
}

#triangle_nav_rda{
	width: 344px;
	height: 410px;
	background-image: url(../images/triangle_nav_rda.jpg);
	margin-left:3px;
	position: relative;
}

#triangle_nav_act{
	width: 344px;
	height: 410px;
	background-image: url(../images/triangle_nav_act.jpg);
	margin-left:3px;
	position: relative;
}

#triangle_nav_car{
	width: 344px;
	height: 410px;
	background-image: url(../images/triangle_nav_car.jpg);
	margin-left:3px;
	position: relative;
}

#triangle_nav_fac{
	width: 344px;
	height: 410px;
	background-image: url(../images/triangle_nav_fac.jpg);
	margin-left:3px;
	position: relative;
}

#triangle_nav_con{
	width: 344px;
	height: 410px;
	background-image: url(../images/triangle_nav_con.jpg);
	margin-left:3px;
	position: relative;
}

#right_content{
	width: 500px;
	margin-right: 15px;
	float:right;
}

a.tri_links{
	color: #bfb9b9;
	font-size: 2em;
	text-decoration:none;
}

.tri_links.active{
	color: #fff;
}

a.tri_links:hover{
	color: #000;
	text-decoration:none;
}

#triangle_home{
	position: absolute;
	left: 200px;
	top: 75px;
}

#triangle_rda{
	position: absolute;
	left: 260px;
	top: 175px;
}

#triangle_activities{
	position: absolute;
	left: 190px;
	top: 270px;
}


#triangle_careers{
	position: absolute;
	left: 60px;
	top: 270px;
}

#triangle_facilities{
	position: absolute;
	left: 20px;
	top: 175px;
}



#news_box{
	width: 173px;
	float: left;
	background-image: url('../images/blue_box_bg.jpg');
	background-repeat: repeat-y;
	margin-left: 3px;
	padding-top: 0px;
	margin-bottom: -20px;
}

#news_box h2{
	width: 143px;
	margin: 0px 15px 0px 15px;
	font-size: 1.4em;
	color: #fff;
}

p.news_item{
	width: 143px;
	margin: 10px 15px 10px 15px;
	color: #fff;
	font-size: 0.9em;
	
}

span.news_date{
	font-weight: 600;
	color: #ffc100;
}

a.read_more{
	color: #FFF;
	text-decoration: underline;
}

a.read_more:hover{
	color: #fff;
	text-decoration: none;
}

span.news_separator{
	width: 153px;
	height: 12px;
	margin-left: 6px;
	
}

p.news_archive{
	width: 143px;
	/*increase the third value below to line up the boxes */
	margin: 10px 15px 19px 15px;
	font-size: 0.9em;
}

p.news_archive a{
	color:#0099e8;
	font-weight: 600;
	
}

#news_box_bottom{
	width: 173px;
	height: 37px;
	background-image:url(../images/news_box_bottom.jpg);
	float: left;
}

#sub_menu_home{
	width: 172px;
	float: left;
	background-image: url('../images/orange_menu_bg.jpg');
	background-repeat: repeat-y;
	margin-left: -1px;
	margin-bottom: -10px;
}

#sub_menu_home ul li a{
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

#sub_menu_home ul li a:hover{
	color: #000;
}

#sub_menu_home_bottom{
	width: 172px;
	height: 22px;
	background-image: url('../images/sub_menu_bottom.jpg');
}

#sub_menu_rda{
	width: 172px;
	float: left;
	background-image: url('../images/green_menu_bg.jpg');
	background-repeat: repeat-y;
	margin-left: -1px;
	margin-bottom: -10px;
}

#sub_menu_rda ul li a{
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

#sub_menu_rda ul li a:hover{
	color: #000;
}

#sub_menu_rda_bottom{
	width: 172px;
	height: 22px;
	background-image: url('../images/sub_menu_rda_bottom.jpg');
}

#sub_menu_act{
	width: 172px;
	float: left;
	background-image: url('../images/blue_menu_bg.jpg');
	background-repeat: repeat-y;
	margin-left: -1px;
	margin-bottom: -10px;
}

#sub_menu_act ul li a{
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

#sub_menu_act ul li a:hover{
	color: #000;
}

#sub_menu_act_bottom{
	width: 172px;
	height: 22px;
	background-image: url('../images/sub_menu_act_bottom.jpg');
}

#sub_menu_car{
	width: 172px;
	float: left;
	background-image: url('../images/pink_menu_bg.jpg');
	background-repeat: repeat-y;
	margin-left: -1px;
	margin-bottom: -10px;
}

#sub_menu_car ul li a{
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

#sub_menu_car ul li a:hover{
	color: #000;
}

#sub_menu_car_bottom{
	width: 172px;
	height: 22px;
	background-image: url('../images/sub_menu_car_bottom.jpg');
}

#sub_menu_fac{
	width: 172px;
	float: left;
	background-image: url('../images/yellow_menu_bg.jpg');
	background-repeat: repeat-y;
	margin-left: -1px;
	margin-bottom: -10px;
}

#sub_menu_fac ul li a{
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

#sub_menu_fac ul li a:hover{
	color: #000;
}

#sub_menu_fac_bottom{
	width: 172px;
	height: 22px;
	background-image: url('../images/sub_menu_fac_bottom.jpg');
}

#sub_menu_con{
	width: 172px;
	float: left;
	background-image: url('../images/grey_menu_bg.jpg');
	background-repeat: repeat-y;
	margin-left: -1px;
	margin-bottom: -10px;
}

#sub_menu_con ul li a{
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

#sub_menu_con ul li a:hover{
	color: #000;
}

#sub_menu_con_bottom{
	width: 172px;
	height: 22px;
	background-image: url('../images/sub_menu_con_bottom.jpg');
}

#riding_offer{
	margin-top: 15px;
	width: 172px;
	height: 142px;
	float: left;
}

#riding_offer a{
	display: block;
	width:172px;
	height: 142px;
	background-image: url('../images/riding_lesson_offer.jpg');
}

#horse_logo{
	width: 287px;
	height: 251px;
	float: right;
	margin-top: -80px;
	margin-right: -30px;
	
}

#logo_box{
	width: 501px;
	height: 111px;
	float: right;
}

#home_content_box{
	clear: both;
	width: 488px;
	overflow: visible;
	margin-left: 6px;
}

#home_header{
	width: 488px;
	height: 52px;
	background-image: url('../images/home_header.png');
}

#rda_header{
	width: 488px;
	height: 52px;
	background-image: url('../images/rda_header.png');
}

#act_header{
	width: 488px;
	height: 52px;
	background-image: url('../images/act_header.png');
}

#car_header{
	width: 488px;
	height: 52px;
	background-image: url('../images/car_header.png');
}

#fac_header{
	width: 488px;
	height: 52px;
	background-image: url('../images/fac_header.png');
}

#con_header{
	width: 488px;
	height: 52px;
	background-image: url('../images/con_header2.png');
}


h1.heading{
	color: #fff;
	padding-top: 15px;
	font-size: 1.6em;
	width: 488px;
	text-align: center;
}

#main_content{
	width: 490px;
	background-image: url('../images/main_content_bg.jpg');
	background-repeat: repeat-y;
	margin-left: -1px;
}

#main_content p{
	padding: 10px;
	font-size: 0.95em;
}

#main_content_bottom{
	/* use the value below to line up the boxes */
	width: 490px;
	height: 33px;
	background-image: url('../images/main_content_bottom.jpg');
}

#footer {
	clear: both;
	width: 900px;
	height: 55px;
	background-image: url(../images/top-grey-grade5.png);
	padding-top: 20px;
}

#footer p{
	clear:both;
	margin-left: 110px;
	font-size: 0.9em;
}

#footer p a{
	color: #fff;
	
}
