/* CSS Document */
body{
	background: #FFFEC7 url("../images/bg_outline.gif") repeat-y 50% 0;
	font-size : 8pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color : #333333;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 0 0;
}


a {
	color:#0066CC;
	/*color:#FF6603;*/
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
	
}

h5 {
	margin: 0px;
	padding: 0 0 5px 0;
	font-size : 10pt;
	font-weight:bold;

}


th a {
	color : #666666;
}


p.pedigree {
	width:95%;
	margin-top:2px;
	margin-bottom:2px;
	padding:1px;
}

.clearing {
  height: 10px;
  clear: both;
}

.clearleft {
  height: 10px;
  clear: left;
}

td.bigger {
	font-size: 13px;
}

/**** Layout Divs *****/

#outer_wrapper {
	PADDING: 0 0 0 0; 
	MARGIN: 0px auto; 
	WIDTH: 873px;
	background: #fff;
}

#header {
	width:867px;
	height:216px;
	background: #FFF url("../images/header.jpg") no-repeat;
	margin: 0px 3px;
}

#menu {
	width:867px;
	height:44px;
	background: #FFF url("../images/bg_links.gif") no-repeat;
	margin: 3px 3px;
}


/**** Menu Section *****/

#menu ul {
	margin:0px;
	padding:0px;
}

#menu li {
	display:inline;
	margin:0px;
	padding:0px;
}

#menu li a {
	display:block;	
	float:left;
	color:#333333;
	margin: 0px 35px 0px 35px;
	padding:13px 0px 14px 20px;
	font:bold 10pt Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-variant:small-caps;
	background-image: url("../images/bullet_menu.gif");
	background-repeat:no-repeat;
	background-position:0 17px;
}

#menu li a:hover {
	color:#EE0000;
}



/**** Middle Section *****/

#middle {
 
  clear:both;
  padding: 0 0 10px 0;
  margin:0px 0px 0px 1px; 
  
}

/**** Left Hand Portion *****/

#left {
	float:left;
	position:relative;
	width:200px;
}

#left h2 {
	margin: 0px 0px 10px 20px;
	font-family: Optimer; 
	font-weight: normal;
	font-size:15pt;
	color: #555555;

}


#left form {
	margin:0px;
}

#leftlinks {
  margin:5px 5px 0px 0px;
  padding: 5px 10px 0px 10px;	
}

#leftlinks 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:#FFFFFF;
	background-color:#FF6600;
}

#leftlinks a:hover{ 
	background-color:#6C7DB2;
	color:#FFFFFF;
	text-decoration:none;
}

#news {
  padding: 5px 8px 5px 5px;	
  margin: 0px 0px 15px 0px;
  background: #EFEFEF url('../images/bg_news.gif') no-repeat left top;
  border-top:1px solid #CCC;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
}


#news p {
	margin: 0 0 7px 20px;
}

#news .firstword {
	color:#57780D;
	font-weight:bold;
}

#gallery {
	background: url("../images/bg_gallery.jpg") no-repeat 50% 0;
	height:168px;
	padding:0px;
  border-top:1px solid #CCC;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
}

#gallery p {
	padding: 20px 10px 0px 0px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

#gallery p a {
	color:#000000;
}


/**** Main Portion *****/

#breadcrumbs{
	overflow:hidden;
	padding: 6px 0 6px 0 ;
	margin:0px;
}



#maincontent {
	padding:0 10px 0 10px;
	margin: 0 0 0 205px;
}


#maincontent object {
	overflow:hidden;
	width:98%
}


#maincontent embed {
	overflow:hidden;
	width:98%
}


#maincontent .box {
	border:1px solid #ccc;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
}


#maincontent h2 {	
	color:#5FB5D4;
	font-family: Optimer; 
	font-weight: normal;
	font-size:18pt;
	margin:0px 0px 5px 0px;
}

#maincontent h3 {
	color:#FFFFFF;
	font-family: Optimer; 
	font-weight: normal;
	font-size:15pt;
	margin:0px 0px 20px 30px;
	height:20px;
	padding-top:3px;
}


#maincontent h4 {
	color:#666666;
	font-family: Optimer; 
	font-weight: normal;
	font-size:14pt;
	margin:0px 0px 0px 0px;
	height:20px;
}


#maincontent h5 {
	color:#FFFFFF;
	font-family: Optimer; 
	font-weight: normal;
	font-size:12pt;
	margin:0px 0px 14px 30px;
	padding-top:5px;
	height:15px;
}

#maincontent h6 {
	color:#666666;
	font-family: Optimer; 
	font-weight: normal;
	font-size:10pt;
	margin:2px 0px 2px 0px;
}


#maincontent input {
	border: 1px solid #000;
	padding:2px;
	height:16px;
	width:300px;
	font-size : 8pt;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	color : #666666;
}

#maincontent textarea {
	border: 1px solid #000;
	padding:2px;
	height:100px;
	width:300px;
	font-size : 8pt;
	font-family : Tahoma, 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 : Tahoma, 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 {
}

#maincontent .sitemap_lev1 li a:hover {
}

#maincontent .sitemap_lev2 li {
	font-weight:400;
	margin-left:10px;
	font-variant:none;
	font-size:8pt;
	margin-bottom:5px;
}
 
#maincontent .firstword {
	color:#57780D;
	font-weight:bold;
}

#maincontent table {
	width:98%;

} 
 
#line_break {
	width:98%;
	height:5px;
	margin:25px 0 20px 0 ;
	border-bottom:1px solid #CCC;
}

#line_break_2 {
	width:98%;
	height:5px;
	margin:10px 0 10px 0 ;
	border-bottom:1px solid #CCC;
}

#sub_left {
	float:left;
	position:relative;
	width:307px;
	margin:0 5px 0 5px;
	background-image: url('../images/bg_sub_left.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px ;
}

#sub_left .firstword {
	color:#FF6603;
	font-weight:bold;
}

#sub_left p {
	margin: 0 5px 7px 20px;
}

#sub_right {
	width:307px;
	margin: 0 5px 0 322px;
	background-image: url('../images/bg_sub_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px ;
}

 
#clearing {
	clear:both;
} 
 
/**** Footer *****/ 
 
#footer {
	MARGIN: 0px auto; 
	WIDTH: 867px;
	clear:both;
	background: #FFF url("../images/bg_footer.gif") no-repeat 50% 0;
	padding-top:25px;
	
}

#footer table{
	margin: 10px auto;
}

#footer td {
  color:#9C9C9C;
  font:7pt Tahoma, Arial, Helvetica, sans-serif;
	
}  




/*** 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 7px 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 */
}

#contentbox_right .select {
	font-size : 8pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color : #333333;
	border:1px solid #ccc;
	padding:2px;
	width:115px;
	margin:5px 0 0 0;

}

#contentbox_right ul {
	margin-top: 5px;
	margin-left: 10px;
}

#contentbox_right li {
	margin:5px 0px;
}



/*** 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:1px 0px 0px 10px;
	position:absolute;
	visibility: hidden;
	font:8pt Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #F3F3F3;
	width: 150px;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 8px;	
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	padding:3px 0 3px 0;
}

.anylinkcss a:hover{ 
	background-color:#76BDDF;
	color:#FFFFFF;
	text-decoration:none;
}


/* SPRY */

#newsTicker {
	width: 425px;
	float: left;
}
#newsTicker .SlidingPanels {
	width: 425px;
	height: 350px;
	float: left;
}
#newsTicker .SlidingPanelsContentGroup {
	width: 8000em;
	float: left;
}
#newsTicker .SlidingPanelsContent {
	float: left;
	width: 425px;
	height: 350px;
}


#newsTicker .SlidingPanelsContent .content {
	margin: 4px auto;
	float: left;
	
}



.SlidingPanelsAnimating * {
	overflow: visible !important;
}

#newsTicker .navLinks {
	clear: both;
	text-align: center;
}


