/* CSS Document - ChopperK Red Angus */

body {
	background-color: #3C2804;
	background-image: url('../images/bg.jpg');
	margin: 0px;
}

#topbg{
	width:100%;
	height:84px;
	background-image: url('../images/topbarbg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#divbody{
	width:1135px;
	background-image: url('../images/divbodybg.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#header{
	width:1135px;
	height:365px;
	background-image: url('../images/mainbg1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;	
	float:left;
}

#menuleftspacer{
	margin-top:163px;
	width:270px;
	height:100px;
	float:left;
}

#menu{
	margin-top: 163px;
	text-align: left;
	float:left;
}

#content{
	width:1135px;
	background-image: url('../images/mainbg2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}

#leftspacer{
	margin-top:100px;
	width:230px;
	height:100px;
	float:left;
}

#main{
	margin-top:55px;
	width:469px;
	text-align:left;
	float:left;
}

.vertspacer{
	margin-top:25px;
	width:467px;
	float:left;
}

.contentbox{
	width:467px;
	border-left: dashed 1px #003300;  
	border-right: dashed 1px #003300; 
	border-bottom: dashed 1px #003300; 
	float:left;
}

.content{
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #001500;
	text-align: justify;
	line-height:1.5;
}

#sidebar{
	margin-top:270px;
	width:266px;
	background-image: url('../images/menubottombg.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	float:left;
}

.sidebar{
	padding-bottom:100px;
	margin-left:45px;
	margin-right:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #001500;
	text-align: center;
	line-height:1.5;
}

#rightspacer{
	margin-top:100px;
	width:170px;
	height:100px;
	float:left;
}

#bottombg{
	width:1135px;
	height:23px;
	background-image: url('../images/bottombg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}
	
#footer{
	width:100%;
	height:84px;
	background-image: url('../images/topbarbg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

.footer{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}

.br{
	clear:both;
}


/* Bull Pages */

.bull{
	width:215px;
	text-align:center;
	float:left;
	margin-top:15px;
}

.spacer{
	margin-top:25px;
	width:500px;
	height:30px;
	float:left;
}

/* Text Properties */

.brownbig{
	color: #844200;
	font-size: 14px;
	font-weight:bold;
}

.brownheading{
	color: #773E0B;
	font-size: 18px;
	font-weight:bold;
}

.greenheading{
	margin-bottom:10px;
	font-size:17px;
	font-weight:bold;
	color: #7A804A;
}

.lightbrownbig{
	color: #A87D44;
	font-size: 16px;
	font-weight:bold;
}

.lightbrownmed{
	color: #A87D44;
	font-size: 12px;
	font-weight:bold;
}

.yellowbig{
	color: #FCDD74;
	font-size: 14px;
	font-weight:bold;
}

a:link{
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

a:visited{
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

a:hover{
	color: #D7AC00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}

a.side:link{
	color: #A87D44;
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

a.side:visited{
	color: #A87D44;
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

a.side:hover{
	color: #A87D44;
	font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}

a.bulllink:link{
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}

a.bulllink:visited{
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}

a.bulllink:hover{
	color: #D7AC00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration:underline;
}


a.footer:link{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

a.footer:visited{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

a.footer:hover{
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
}






a.large:link{
	color: #2C1D01;
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	text-decoration:none;
}

a.large:visited{
	color: #2C1D01;
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	text-decoration:none;
}

a.large:hover{
	color: #F1A403;
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	text-decoration:underline;
}

a.yellow:link{
	color: #FCDD74;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

a.yellow:visited{
	color: #FCDD74;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

a.yellow:hover{
	color: #F1A403;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}

a.small:link{
	color: #BC8C34;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}

a.small:visited{
	color: #BC8C34;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}

a.small:hover{
	color: #FFCC00;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	text-decoration:underline;
}



.imgleft {
	float:left;
	margin-top:13px;
	margin-left: 13px;
	margin-right:25px;
}

