@charset "utf-8";

/* Clydesdale Park Website */

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #350746;
	background-image: url(../images/clydesdale_left_bg.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
#wrapper {
	width: 950px;
	height: 100%;
	padding-left: 90px;
	background-image: url(../images/clydesdale_horse.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: auto;
}

#gradientwrapper{
	height:100%;
	background-repeat: no-repeat;
	background-image: url(../images/clydesdale_bg.jpg);
	background-position: 100% 0%;
}

#flasharea {
	width: 950px;
	height: 380px;
	background-image: url(../images/BGflash.jpg);
	background-repeat: inherit;
}
#header {
	height: 113px;
	width: 100%;
	padding-top: 5px;
	background-color: #fff;
	text-align: left;
}
#bodycontent-left {
	width: 475px;
	height: 230px;
	float: left;
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: left;
}
#bodycontent-right {
	width: 475px;
	height: 230px;
	float: right;
	background-image: url(../images/horse.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#bodycontent-right div{
	padding: 20px;
	padding-top: 40px;
	font-size: 11px;
}

#bodycontent-internal {
	width: 690px;
	min-height:330px;
  	height:auto !important;
 	height:330px;
	padding: 35px 200px 20px 60px;
	background-image: url(../images/horse.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
html>body #footer { /* This is padding for only Mozilla and IE7 - IE6 has issues */
	padding: 12px 0px 12px 0px;
}
#footer {
	width: 100%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #7f608a;
}
#footer a{
	text-decoration: none;
	color: #7f608a;
}
.headline{
	color: #789110;
	font-size: 13px;
	font-weight: bold;
}
.Mainheadline{
	font-family:"Times New Roman", Times, serif;
	color: #6c217f;
	font-size: 18px;
	font-weight: 600;
}

#main_content
{
	float:left;
	width:480px;
}

#main_content_long
{
	float:left;
	width:670px;
}

.articlepicture {
	padding: 45px 30px 100px 0px;
	float:left;
}
.clearout {
	height: 1px;
	clear: both;
}

/* Top Navigation Bar */
#navbar {
	height: 38px;
	width: 940px;
	padding: 5px 0px 5px 10px;
	background-color: #fff;
	background-image: url(../images/Nav_bg.jpg);
	background-repeat: repeat-x;
}

#navbar li { text-transform:uppercase; }

.navigation {
	padding:0;
}
.navigation a{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 35px;
	color: #566610;
	text-decoration: none;
	list-style-type: none;
	margin:0;
	padding-left:15px;
}
.navigation ul{
	list-style-type: none;
}
.navigation a:hover {
	color: #fff;
}

/* Quick Links */
.quicklinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #6c207d;
	text-decoration: none;
	line-height: 12px;
}

.quicklinks a:hover{ color:#789110; }

a { color: #6c207d; }

a:hover { color: #789110; }

.quicklinks {
	list-style:none;
}

.home_news_area
{
	width: 150px;
	height:170px;
	padding: 5px;
	max-width: 140px;
	max-height: 160px;
	float:right;
	margin-top:30px;
}

.home_news
{
	padding-top:0px;
	margin-top:0px;
	height:140px;
	overflow:auto;
	font-size: 11px;
}

.home_news p
{
	padding:5px 0px;
	margin:0px;
}

.news_item
{
	margin-bottom:30px;
}

.news_date
{
	font-style:italic;
}

.short_news_desc
{
	font-weight:bold;
}

.news_image
{
	border-width:0px;
	padding-right:10px;
}

#register_table th { text-align: right; font-weight:normal;font-size:11px;}

#LeftTemplateArea
{
	width:180px;
	float:left;
	margin-right:10px;
	overflow:hidden;	
	text-align:center;
	padding-top: 45px;
}

