body{
	margin:0 auto 0 auto; 
	padding:0; 
	font:62.5% verdana, arial, tahoma, helvetica, sans-serif; 
	color:#333; 
	text-align:center; 
	background:#FF6600;
}

#logo {
	width:770px; 
	margin:3px auto 0 auto; 
	background:url(../images/logo.gif) no-repeat;
	padding:0; 
	height:60px;
}
.hide {display:none;}

#wrapper {
	width:780px; 
	margin:0px auto 0px auto; 
	border:1px solid #000; 
	background: #FFF;
}

#header_home, #header_about, #header_services, #header_Miniseminars, #header_emergenetics, #header_breeder, #header_resources {
	margin:0 auto 0 auto; 
	padding:0;
	width:770px; 
	height:240px; 
	border-top:5px solid #FFF;
	text-align:left;
}
#header_home {background: #FFF url(../images/header/home.jpg) no-repeat;}
#header_about  {background: #FFF url(../images/header/about.jpg) no-repeat;}
#header_emergenetics  {background: #FFF url(../images/header/emergenetics.gif) no-repeat;}
#header_Miniseminars  {background: #FFF url(../images/header/Miniseminars.jpg) no-repeat;}
#header_breeder  {background: #FFF url(../images/header/breeder.jpg) no-repeat;}
#header_services  {background: #FFF url(../images/header/services.jpg) no-repeat;}
#header_resources  {background: #FFF url(../images/header/resources.jpg) no-repeat;}
/* Styles for navigation
---------------------------------*/

#navlist{
margin: 219px 0 0 10px;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
font:bold 11px arial, verdana,  tahoma, helvetica, sans-serif; 
}

#navlist ul, #navlist li{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 12px;
text-decoration: none;
color: #000;
}

#navlist a:hover, #navlist a.here{
background: transparent;
color: #000;
border-bottom: 4px solid #000;
padding-bottom: 2px;
}

/* Styles for content positioning
---------------------------------*/

#right {
	float:right; 
	width:540px; 
	padding:0 0 0 20px;
	margin:20px 10px 20px 0; 
	text-align:left;
	border-left:1px dotted #FF6600;
}

#main {
	float:right; 
	width:340px; 
	padding:0 20px;
	margin:20px 10px 20px 0; 
	text-align:left;
	border-left:1px dotted #FF6600;
	border-right:1px dotted #FF6600;
}

#main h2, #right h2 {font-size:1.8em;}
#right h3 {font-size:1.5em;}

#callout {
	float:right; 
	width:180px; 
	padding:0px;
	margin:20px 10px 20px 0; 
	text-align:left;
	
}

#callout h3 {
	font-size:1.3em; 
	background:#000; 
	color:#FFF; 
	padding:8px 5px;
}

#callout a:hover {color:#FF6600;}

#sidebar {
	float:left;
	width:168px; 
	margin:20px 0 20px 10px; 
	padding:0; 
	text-align:left;
}

#sidebar h3 {
	font-size:1.3em; 
	background:#FF6600; 
	color:#FFF; 
	padding:8px 5px;
}

#sidebar a:hover {color:#FF6600;}


/* Styles for subnavigation
-----------------------------*/
#sidebar ul {list-style-type:none; text-align:right;}

#sidebar li {padding:8px; border-bottom:1px dotted #FF6600;}

#sidebar li a {text-decoration:none; color:#FF6600;}                           
#sidebar li a:hover {text-decoration:none; color:#000;}    


/* Styles for footer
-----------------------------*/


#bottom_nav{
	width:770px;
	margin:0 auto 0 auto;
	text-align:center;
	padding:5px;
	font:bold 11px arial, verdana,  tahoma, helvetica, sans-serif; 
}

#bottom_nav ul, #bottom_nav li{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#bottom_nav a{
line-height: 14px;
font-weight: bold;
margin: 0 12px;
text-decoration: none;
color: #000;
}

#bottom_nav a:hover{
background: transparent;
color: #FFF;

}


/* General Styles
----------------------------*/


h1, h2, h3, h4, h5, h6 {font-family:arial, verdana, tahoma, san-serif; font-weight:bold; margin:5px 0; padding:0;}
p, li {font-size:1.1em; color:#000; line-height:1.5em;}
a {font-family:arial, verdana, tahoma, san-serif; font-weight:bold; color:#000; text-decoration:underline;}
a:hover {color:#FF6600;}
.padLeft {float:right; border:1px solid #000; margin-left:10px;}
.padLeft-noborder {float:right; margin-left:10px;}
hr {
	border: none 0; 
	border-top: 1px dotted #FF6600;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin: 0 0 10px 0;
}





