/* CSS Document */
body{
	background: url(../images/bg_black.gif) repeat-x #000000;
	color : #000000;
	margin: 0;
	padding: 0;
	font-family:Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
}


p {
	margin: 0 0 0 0;
	
}

img{
	text-decoration:none;
}

a {
	color:#FFFF00;
	text-decoration:none;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size:9pt;
	
}

a:hover {
	color:#AE191E;
	text-decoration:underline;
	
}

h1{
	margin: 0 0 0 10px;
	font-family: Gentilis; 
	font-weight: bold;
	font-size:30pt;
	color: #FFFF00;
}

h2
{
	margin: 3px 0;
	color: #AE191E;
	font-family: Gentilis; 
	font-weight: bold;
	font-size:20pt;
}

h3
{
	margin-bottom: 5px;
	color: #AE191E;
	font-family: Gentilis;  
	font-weight: normal;
	font-size:14pt;
}


h5 {
	margin: 0px;
	padding: 0 0 5px 0;
	font-family: Gentilis; 
	font-weight: bold;
	font-size:12pt;
	color: #AE191E;
}


th a {
	color: #666666;
	font-weight:bold;
}


p.pedigree {
	width:95%;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
}

.clearing {
  height: 10px;
  clear: both;
}

.clearleft {
  height: 10px;
  clear: left;
}


/**** Layout Divs *****/

#outer_wrapper {
	margin: 0 auto;
	max-width:800px;
}

#inner1 {
	float:left !important;
	width:100%;
  	margin: 0px 0 0 10px !important;
  	margin: 0px 0 0 5px;
}

#inner2 {
 	background: none !important;
  	background: url(../images/shadow2.gif) no-repeat left top;
  	padding: 0 !important;
  	padding: 0 6px 6px 0;
}

#inner3 {
  	background: url(../images/bg_left.gif) repeat-y left top #fff;
  	border-bottom:1px solid #ccc;
  	padding: 0px;
  	margin: -6px 6px 6px -6px !important;
  	margin: 0;
}


/**** Header Section *****/

#head2 {
	height:110px;
	background-color:#000000;
	padding-top:8px;
}

#head2 table{
	border:none;
	margin: 0px;	
}


/*#head2 td h1{
	margin: 0 0 0 10px;
	font-family: Gentilis; 
	font-weight: bold;
	font-size:24pt;
	color: #FFFF00;
}*/


/**** Menu Section *****/
/*
#menu {
	height:30px;
	background-color: #FFFFFF;
	overflow:auto;
}

#menu ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#menu li {
	display:inline;
}

#menu li a {
	float:left;
	display:block;
	margin-top:0px;
	margin-right:28px;
	margin-left:10px;
	padding:8px 0px 8px 8px;
	color:#FFFF00;
	font:bold 8pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#menu li a:hover {
	color:#EE0000;
}*/



/**** Middle Section *****/

#middle {
 	clear:both;
  	width:100%;
	/*background-color:#AE191E;*/
}

#middle a {
	color:#AE191E;
	text-decoration:none;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size:9pt;
	
}

#middle a:hover {
	color:#AE191E;
	text-decoration:underline;
	
}

/**** Right Hand Portion *****/

/*#right {
	float:right;
	position:relative;
	width:200px;
}*/

/*#right h2 {
	margin: 0 0 5px 0px;
	font:12pt Verdana, Arial, Helvetica, sans-serif;
	color: #194B8E;
	font-weight:700;
}*/

/*#right form {
	margin:0px;
}

#rightlinks {
  	margin:5px 5px 0px 0px;
  	padding: 5px 10px 0px 10px;	
}

#rightlinks a{
	width: 100%;
	display: block;
	text-indent: 8px;	
	padding:5px 2px 0px 2px;
	margin: 2px 0px 2px 0px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	color:#FFFF00;
	background-color:#000000;
}

#rightlinks a:hover{ 
	background-color:#ccc;
	color:#AE191E;
	text-decoration:none;
}
*/

#news {
  	border:1px solid #AE191E;
  	margin:10px;
  	padding: 5px 5px 5px 5px;	
}

#news h5 {
	margin: 0px;
	padding: 0 0 5px 0;
	color:#FFFF00;
}


#news p {
	margin-bottom:7px;
}

#news p .firstword {
	color:#FFFF00;
}



#silks {
  	margin:10px;
  	padding: 5px 10px 10px 10px;		
}

/**** Main Portion *****/

#breadcrumbs{
	overflow:hidden;
	line-height:15px;
	width:90%;
}

#breadcrumbs a {
	color:#AE191E;
	text-decoration:none;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size:9pt;
	
}

#breadcrumbs a:hover {
	color:#AE191E;
	text-decoration:underline;
	
}

#slideshow {
	height:537px;
	overflow:hidden;
	max-width:778px;
		
}



#maincontent {
	padding:0 5px 0 5px;
	margin: 0 0 0 0;
}


#maincontent object {
	overflow:hidden;
	width:100%;
}


#maincontent embed {
	overflow:hidden;
	width:100%;
}

#maincontent .box {
	overflow:auto;
	border:1px solid #AE191E;
	padding:5px 5px 5px 5px;
	width:98.5%;
}


/*#maincontent h2 {
	color:#295CA2;
  	font:bold 10pt Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
}

#maincontent h3 {
	color:#295CA2;
  	font:bold 9pt Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:0px;
}*/

/*#maincontent input {
	border: 1px solid #000;
	padding:2px;
	height:16px;
	width:300px;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
}

#maincontent textarea {
	border: 1px solid #000;
	padding:2px;
	height:100px;
	width:300px;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
}


#maincontent input.button {
	height:25px;
	width:50px;
}

#maincontent input.search {
	border: 1px solid #ccc;
	padding:2px;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
	width: 95px;
	height:16px;
}

#maincontent form {
	margin:0px;
}*/

/*
#maincontent ul {
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 0;
	list-style: none;
}

#maincontent li {
	padding-left: 10px;
	background-image: url('../images/bullet_link_2.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin:15px 0px 15px 0px;
}
*/
 
#maincontent .sitemap_lev1 li {
	font-weight:700;
	font-size:10pt;
	margin-bottom:15px;
	margin-left:10px;
}

#maincontent .sitemap_lev1 li a {
color:#AE191E;

}

#maincontent .sitemap_lev1 li a:hover {
color:#AE191E;
	text-decoration:underline;
}

#maincontent .sitemap_lev2 li {
	font-weight:400;
	margin-left:10px;
	font-variant:none;
	font-size:8pt;
	margin-bottom:5px;
}
 
/**** Footer *****/ 
 
#footer {
	height: 0px;
	clear:both;
}

#footer table{
	margin: 10px auto;
}

#footer td {
  	color:#FFFF00;
}  


/*** content box ***/
#contentbox {
	float: left;
	position:relative;
	padding: 10px 0% 10px 0%;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
}

html>body #contentbox {
	width: 46%; /* ie5win fudge ends */
}

#contentbox_left {
	float: left;
	position:relative;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	border: 0px;
	width: 75%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 73%;
}

html>body #contentbox_left {
	width: 73%; /* ie5win fudge ends */
}


#contentbox_right {
	float: left;
	position:relative;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	border-left: 1px solid #ccc;
	width: 25%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 23%;
}

html>body #contentbox_right {
	width: 23%; /* ie5win fudge ends */
}

/*** Image Shadows ***/

.alpha-shadow {
  	float: left;
  	position:relative;
  	background: url(../images/img_shadow1.gif) no-repeat bottom right;
  	margin-right:5px;
}


.alpha-shadow div {
  	background: url(../images/img_shadow2.png) no-repeat left top !important;
  	background: url(../images/img_shadow2.gif) no-repeat left top;
  	padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	padding: 2px;
}

/** ANYLINK Menu Stuff **/
.anylinkcss{
	margin-top:1px;
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font:8pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #000000;
	width: 140px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 8px;	
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#FFFF00;
	padding:3px 0 3px 0;
}

.anylinkcss a:hover{ 
	background-color:#ccc;
	color:#AE191E;
	text-decoration:none;
}

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


/** 
 * Vimeo.com CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Vimeo
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2009 Live Web Institute. All Rights Reserved.
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 */


ul.dropdown {
 background: transparent url(images/box1-bottom-left.png) 0 100% no-repeat;
 font:bold 8pt Verdana, Arial, Helvetica, sans-serif;
}

	ul.dropdown li {
	 height: 22px;
	 padding: 5px 10px;
	 background-color: #000000;
	 color: #FFFF00;
	 line-height: 22px;
	 white-space: nowrap;
	}

	ul.dropdown li.first {
	 padding-left: 15px;
	 background: transparent url(images/box1-bottom2.png) 0 100% no-repeat;
	}

	ul.dropdown li.last {
	 padding-right: 15px;
	 background: transparent url(images/box1-bottom2.png) 100% 100% no-repeat;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 color: #AE191E;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #FFFF00; text-decoration: none; }
	ul.dropdown a:hover		{ color: #AE191E; }
	ul.dropdown a:active	{ color: #AE191E; }

	ul.dropdown ul {
	 left: -21px;
	 width: 150px;
	 padding: 0 16px;
	 background: url(images/box1-top.png) 50% 0 no-repeat;
	}

	ul.dropdown li.last ul {
	 left: auto;
	 right: 16px;
	}

		ul.dropdown ul li {
		 height: auto;
		 padding: 5px 15px;
		 line-height: 1.3em;
		 white-space: normal;
		}

		ul.dropdown ul li.first {
		 background: #000000;
		}

		ul.dropdown ul li.last {
		 padding-bottom: 10px;
		 background: transparent url(images/box1-bottom.png) 50% 100% no-repeat;
		}

		ul.dropdown ul li.first ul {
		 top: 0;
		 padding: 0 16px 0 0;
		 background-image: url(images/box1-outwards-top-right.png);
		}

		ul.dropdown ul li.first li.first {
		 background-image: none;
		}

	

		ul.dropdown ul ul {
		 top: -12px;
		 left: 100%;
		 padding: 16px 0 0;
		 background: transparent url(images/box1-top-left.png) 0 0 no-repeat;
		}

			ul.dropdown ul ul li.first {
			 background: #000000 url(images/box1-top-right.png) 100% 0 no-repeat;
			}


/*-------------------------------------------------/
 * @section		Search Form
 */

ul.dropdown form * {
 display: inline;
 float: left;
}

ul.dropdown form label {
 display: none;
}

ul.dropdown form input.text {
 width: 143px;
 height: 18px;
 padding: 2px 25px 2px 5px;
 border-width: 0;
 background: transparent url(images/bg_search-field.png) 0 0 no-repeat;
 color: #969696;
 font:bold 8pt Verdana, Arial, Helvetica, sans-serif;
 vertical-align: middle;
}

ul.dropdown form input.text:focus {
 outline: none;
}

ul.dropdown form input.button {
 position: relative;
 margin: 4px 0 0 -20px;
}


/*-------------------------------------------------/
 * @section		Support Class `dir`
 */

ul.dropdown *.dir {
 padding-right: 20px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 95% 50%;
 background-repeat: no-repeat;
}




/*----CurvyCorners----*/
/* Usage*/
/*
  <div class="curvy"> 
<em id="ctl"><b>&bull;</b></em> 
<em id="cbl"><b>&bull;</b></em> 
<em id="ctr"><b>&bull;</b></em> 
<em id="cbr"><b>&bull;</b></em> 
<p>I know it's been done before, but not this way!<br />A box with curved corners into which you can put text that goes right up to the corners.<br /> 
Again, no graphics were used in the making of this demonstration.<br />All it takes is four quadrants of a bullet point positioned absolutely in each corner (arial font this time as it's the safest one to use).</p> 
</div> 
*/

/*.curvy {position:relative; width:250px; background:#9caf9c; color:#000; margin:5em auto;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#9caf9c; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#9caf9c; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:10px 15px; font-size:11px;}*/
