/* CSS Document */

#container {
	height: 263px;
	width: 525px;
	display: block;
	margin-top: 15px ;
	background-color: #E0E0E0;
	float: left;
	padding: 15px 15px 0 15px;
	
}
#intro {
	height: 255px;
	border-bottom: 1px solid #333;
	background-color: #E0E0E0;
}
#intro h2 {
	color: #333;
	width: 220px;
	padding-left: 30px;
	padding-top: 20px;
	font-variant: normal;
	display: block;
	text-align: left;
	padding-right: 20px;
	float: left;
}
#intro p {
	float: left;
	margin-left:20px;
	color: #333;
	padding:0 20px 20px 10px;
	width: 40%;
}
#intro img {
	float: right;
	
}
#promo {
	text-align: left;
	float: left;
	height: 75px;
	width: 250px;
}

#promo p{
	color: #333;
	padding: 0px;
	width: 70px;
}
#container2 {
	height: 970px;
	width: 700px;
	display: block;
	border-bottom: 1px solid #333;
	background-color: #E0E0E0;
	clear: both;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 40px 15px 0 15px;
}
#content {
	font-size: 1em;
	color: #333;
	text-align: left;
	display: inline;
	height: 950px;
	width: 700px;
	background-color: #FEFEFE;
	float: left;
	margin: 0;
	padding: 0;
	
}
#divider {
	display: inline;
	float: right;
	height: 940px;
	width: 180px;
	background-color: #333;
	color:#CCC;
	font-size: 0.9em;
	line-height: 1em;
}
#divider ul {
	margin-top: 40px;
	margin-right: 20px;
	list-style: square;
	display:block;
}
#divider li {
	padding: .25em;
	margin: .25em;
}
#divider a {
	text-decoration: none;
	color: #CCC;
}
#divider a, #divider a:link, #divider a:hover, #divider a:active {
	background-color:#333;
	
}
#divider a:visited {
	color:#999;
}
#divider a:hover , #divider a.sfhover { 
	color: #C00;
	
}
#bottom_right  {
	width:160px;
	height: 400px;
	display:inline;
	border-top: 2px solid #CCC;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#bottom_right a, #bottom_right a:link, #bottom_right a:hover, #bottom_right a:active {
	text-decoration: none;
	
}
#bottom_right img {
	padding: 30px 27px;
	border:none;
}
#bottom_right p {
	text-align: center;
	width:140px;
	font-size: 0.9em;
	line-height: 1em;
	margin-left: 10px;
}
#left_col {
	width: 450px;
	height: 920px;
	background-color: #FEFEFE;
	padding:0 20px;
	border-bottom: 2px solid #AAA;
	float: left;
	display: block;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px 15px 0 15px;
	
}
#left_col img{
	float:right;
	padding: 20px 10px 10px 15px;
}

#brooder_img {
	float: left;
	clear:right;
	width: 450px;
	height: 150px;
	margin-left: 0;
	padding: 0;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
#brooder_img img{
	float:left;
}
#brooder_img p{
	float:right;
	clear:left;
}
#left_col p.clickhere a, #left_col p.clickhere a:link, #left_col p.clickhere a:visited, #left_col p.clickhere a:hover,#left_col p.clickhere a:active {

	display:block;
	height: 1.5em;
	width: 5em;
	line-height: 1em;
	margin-right: 0.75em;
	margin-left: 0.25em;
	padding: 0.25em 0.5em;
	color: #38595F;
	text-decoration:none;
}
#left_col p.clickhere a, #left_col p.clickhere a:link, #left_col p.clickhere a:visited {
	border: 2px solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #DDD;
}
#left_col p.clickhere a:hover,#left_col p.clickhere a:active {
	border: 2px solid #CCC;
	background-color: #fff;
	background-image: url(../Images/button.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

