/*****************************************************
	Cascade Styling Sheet for Australian Jumping &
			  Eventing Horses Website.
*****************************************************/


/*****************************************************
					Site Header
*****************************************************/

* {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b1c5d0;
	border:0;
}

body {
	margin:0;
	height:100%;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	background-color:#17415a;
}

#header {
	width:981px;
	height:181px;
}

#logo {
	float:left;
	width:185px;
	height:181px;
	background:url(images/logo.jpg) no-repeat;
}

#banner {
	float:left;
	width:796px;
	height:181px;
	background:#072a5b;
}

#banner1, #banner2, #banner3 {
	float:left;
	width:265px;
	height:181px;
	background:url(images/header_1.jpg) no-repeat;
}

#banner2 {
	background:url(images/header_2.jpg) no-repeat;
}

#banner3 {
	width:266px;
	background:url(images/header_3.jpg) no-repeat;
}

/*****************************************************
					Site Body
*****************************************************/

#wrapper {
	width:981px;
}

#body-con {
	width:980px;
}

#body-left {
	float:left;
	width:185px;
}

#body-right {
	float:left;
	width:795px;
}

#page-title {
	width:795px;
	height:90px;
	background:url(images/page_titles/bg.jpg) repeat-x;
}

#content {
	margin-left:35px;
	margin-top:30px;
	margin-bottom:30px;
	width:730px;
	line-height:20px;
}

.image-left {
	float:left;
	padding-right:10px;
}

.image-right {
	float:right;
	padding-left:10px;
}



/*****************************************************
					Navigation
*****************************************************/
#navigation {
	width:185px;
	height:50px;
	background:url(images/navigation.jpg);
}

#menu {
	width: 185px;
	float:left;
	background:url(images/nav_sep.jpg) repeat-y;
}

#menu ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu li {
	display: inline;
/* for IE5 and IE6 */
}

#menu a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding-left: 20px;
	padding-top: 7px;
	margin-bottom:1px;
	width: 164px;
	height:21px;
	background-color: #126c99;
}

#menu a:link, #menu a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	background-image:url(images/nav_roll.jpg);
	background-repeat:repeat-x;
	background-color: #0c5683;
	color: #fff;
}

#menu li a#current {
	background-image:url(images/nav_roll.jpg);
	background-repeat:repeat-x;
	background-color: #0c5683;
	color: #fff;
}

/*****************************************************
					Site Footer
*****************************************************/
#footer {
	background:url(images/footer_bg.jpg) repeat-y;
	width:980px;
	height:101px;
	display:block;
	overflow: hidden;
	clear: both;
}

#contact {
	width:185px;
	height:50px;
	background:url(images/contact.jpg);
	margin-top:-50px;
	position:absolute;
}

#f-left, #f-left strong {
	width:185px;
	margin-top:10px;
	float:left;
	text-align:center;
	font-size:11px;
	color:#FFF;
}

#f-left strong {
	margin-top:0;
}

#f-left a {
	font-size:11px;
}

#f-right {
	width:795px;
	padding-top:17px;
	background:url(images/footer_top.jpg) top left no-repeat;
	float:left;
	position:absolute;
	margin-left:185px;
	margin-top:-1px;
	font-size:11px;
}

#f-links, #f-links a {
	width:550px;
	height:60px;
	margin-top:8px;
	margin-left:24px;
	background:url(images/footer_copyright_bg.jpg) bottom repeat-x;
	font-size: 11px;
	color:#3a5d70;
	text-align:center;
}

#f-links a {
	background:none;
	text-decoration:none;
	margin:0;
}

#f-links a:hover {
	color:#8f99a2;
}

.f-link-dot {
	color:#1b4a66;
	font-size:11px;
}

#f-copyright {
	font-size:11px;
	color:#3a5d70;
	margin-top:20px;
}

#f-copyright a {
	color:#8f99a2;
}

#f-designby {
	float:right;
	margin-top:-84px;
	margin-right:27px;
}

.male {
	background-color: #1f4f69;
	font-family: Arial;
	font-family: 8pt;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #2c6381;
}

.female {
	background-color: #2b6584;
	font-family: Arial;
	font-family: 8pt;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #2c6381;
}

/*****************************************************
					Other
*****************************************************/
#progenypics {
	text-align:center;
}

#progenypics img {
	margin:2px;
}