@charset "UTF-8";

/* End hide from IE-mac */

* {margin:0;
	padding: 0;
	}



img 	{ 
	opacity:1.0;
	filter:alpha(opacity=100);
}

img { border: none; }


body {
	margin: 0; 
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/generic/topbar_bgd.png);
	background-position:top;
	background-repeat:repeat-x;
	opacity: 20;
	
}

#wrapper {
}


#page {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;

}

#header { 
	background: #FFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
} 


/* Navigation Bar Styling */

#TopNav {
	height: 25px;
	width: 900px;
	background-color: #BEE3F8;
	margin: 0 auto;

}




/* Header Styling */

#logotype {
	width: 300px;
	z-index: 200;
}


/* Happ Div is used instread of the logotype Div so the logotype is above the image */

/* Logotype */
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:300;
	margin-left: 80px;
	margin-top: 40px;
}

/* Play Icon */
#apDiv2 {
	position:absolute;
	width:50px;
	height:115px;
	z-index:300;
	margin-left: 900px;
	margin-top: 200px;
}


#apDiv3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:300;
	margin-left: 600px;
	margin-top: 40px;
}




#topimage {
	width: 1000px;
	height: 563px;
	background-color: #FFFFFF;
	margin-bottom:5px;
}

#photoinformation {
	width: 700px;
	margin-bottom: 20px;
	padding-left: 200px;
	text-align:right;
	font-size: 11px;
}






.Facebook {
	float: right;
	margin-top: 10px;
	padding-right: 5px;
	padding-left:5px;
}

.mobileme {
	float: right;
	margin-top: 10px;
	padding-left:5px;
}

.fb_like_top {
	float: right;
	margin-top: 10px;
	padding-left:5px;
}

.pagecheck {
	float: right;
	padding-right: 10px;
}

/* Main Content  */


#mainContent {
	width: 600px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
} 


/* Main Content Photo  */

#mainContent_photo {
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
} 

#mainContent_photocontainer {
	width: 700px;
	height: 775px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#mainContent_linklist {
	width: 170px;
	float:left;
	margin-bottom: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 20px 0px 0px 60px;
} 

#mainContent_linklist_02 {
	width: 170px;
	float:left;
	margin-bottom: 50px;
	padding: 20px 0px 0px 60px;
} 

#mainContent_photolinklist {
	width: 170px;
	float:left;
	margin-bottom: 50px;
	padding: 20px 0px 0px 40px;
}

#mainContent_photolinklist_02 {
	width: 200px;
	float:left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 


/* Main Content Typestyle formatting */

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px
}

#mainContent p,
#mainContent_photo p{
padding-top: 5px;
}

#mainContent h1,
#mainContent_photo h1,
#mainContent_linklist h1,
#mainContent_photolinklist h1 {
	font-size:22px;
	color: #2A91C1;
	padding-bottom: 10px;
}

#mainContent h2,
#mainContent_photo h2,
#mainContent_linklist h2,
#mainContent_photolinklist h2 {
	font-size:13px;
	padding-top: 30px;
}

#mainContent h3,
#mainContent_linklist h3,
#mainContent_photolinklist h3,
#mainContent_photolinklist_02 h3 {
font-size:12px;
padding-top: 15px;
}

#mainContent h4 {
font-size: 10px;
padding-top: 15px;
}

#mainContent_linklist h5 {
	padding-top: 50px;
}


/* Sidebars */

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	margin-right: 60px;
	background-color: #FFF;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 55px;
	padding-left: 10px;
}


#sidebar1_photo {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 10px;
}

#sidebar1_fb {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 30px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}













/* sidebars type styling */

#sidebar1 h2 {
	font-size:12px;
	padding-top: 10px;
}

#sidebar1 h3 {
	font-size:12px;
	padding-top: 5px;
}



/* Columns */

.column {
	padding: 0px 10px 0px 0px ;
	list-style: none;
	width: 180px;
	list-style: none;
	margin-right: 0px;
	float: left;
		}
	
	
#column_header {
		width: 100px;
}

#column_2col_top {
	float: left;
	width: 380px;
	list-style: none;
	padding: 0px 0px 0px 20px ;
	}


/* Column Type Styling */

#column_fullwidth_header h1,
#column_header h1 {
	font-size: 12px;
}

.column p {
	font-size: 10px;
}



#column_fullwidth_pad {
	width: 100px;
	margin-top: 50px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 150px;
}

#footer-bgcontent {
	height: 250px;
	background-color: #BEE3F8;
	background:url(../images/generic/pal_footer_imagery.jpg) repeat-x left top;
}
	



#footer_fullwidth{
		float: left;
		width: 800px;
		padding-top: 30px;
}

#footer_fullwidth_pad {
	float: left;
	width: 800px;
	padding-top: 100px;
}


#footercolumnleft{
		width: 200px;
		float: left;		
}

#footerdata{ 
		padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		width: 500px;
		float: left;
}


#footercolumnleft p,
#footerdata p {
	font-size: 9px;
	padding-top: 5px;
}




ul, ol {
	padding-left: 0px;
	list-style: none;
	}


/* rollover states */

a {
text-decoration: none;
}

a:link {
	color: #2A91C1;
}

a:visited {
	color: #2A91C1;
}

a:hover {
	color: #000000;
}

/* apce between lists */

#mainContent_photolinklist_02 li {
	margin-top: 3px;
}

/* Pedigree */

#pedigree {
	padding-left: 60px;
	margin-bottom:50px;
	margin-top: 50px;
	
}

#pedigree_bottom {
}

#pedigree p {
	padding-left: 5px;
}

#pedigree p2 {
}

#pedigree p3 {
}


#pedigree p4 {
}
