* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;
	color: #777;
}

#navbar-iframe { display: none !important; }

body {
	background: #111 url(../images/assets/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

.code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;

}

img {
	border: none;

}

.image {
	float: left;
	padding: 2px;
	border: 1px solid #c7c59b;
	background-color: #fef9c4;
	margin: 10px;
}

.image-rt {
	float: right;
	padding: 2px;
	border: 1px solid #c7c59b;
	background-color: #fef9c4;
	margin: 10px;
}

ul {margin-left: 2em;}

h1 {
	font: normal 17px sans-serif;}
h2 {
	font: bold 15px Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../images/assets/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 239px;
}

.header a {
	color: white;
	line-height: 120px;
	text-decoration: none;
	
}
.header span {
	padding-left: 32px;
}

.header a:hover {
	color: #BBB;
}

#about .header  {
	background-image: url(../images/banners/about.jpg);
}

#training .header  {
	background-image: url(../images/banners/training.jpg);
}

#trainingqualityassurance .header {
	background-image: url(../images/banners/coltstarting.jpg);
}

#industrycertificates .header  {
    background-image: url(../images/banners/25434JenniferBlack.jpg);
}

#library .header  {
	background-image: url(../images/banners/library.jpg);
}

#rodeo .header  {
	background-image: url(../images/banners/rodeo.jpg);
}

#journal .header  {
	background-image: url(../images/banners/discipleship.jpg);
}

#gallery .header  {
	background-image: url(../images/banners/gallery.jpg);
} 

#gallery1 .header  {
	background-image: url(../images/banners/gallery.jpg);
}

#gallerymisc .header  {
	background-image: url(../images/banners/gallery.jpg);
}

#contact .header  {
	background-image: url(../images/banners/contact.jpg);
}

#ranchropingclub .header {
	background-image: url(../images/banners/ranchropingclubAnnRutan.jpg);
}

#ranchropingdiscipleship .header  {
    background-image: url(../images/banners/MG4580.jpg);
}

#collegecourse .header  {
	background-image: url(../images/banners/collegecourse.jpg);
}

#tabernacle .header  {
	background-image: url(../images/banners/Tabernacle.jpg);
}


/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
	width: 800px;
	margin-left: 100px;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

#about .main .left {width: 100%;}
#training .main .left {width: 65%;}
#trainingqualityassurance .main .left {width: 65%;}
#industrycertificates .main .left {width:65%;}
#rodeo .main .left {width: 100%;}
#gallery .main .left {width: 100%;}
#gallerymisc .main .left {width: 100%;}
#gallery1 .main .left {width: 100%;}
#ranchropingclub .main .left {width: 65%;}
#ranchropingdiscipleship .main .left {width: 65%;}
#collegecourse .main .left {width: 65%;}
#tabernacle .main .left {width: 65%;}

.main .left {width: 64%;}
.main .right {width: 36%;}


#training .main .right {width: 35%;}

#trainingqualityassurance .main .right {width: 35%;}

#industrycertificates .main .right {width: 35%;}

#collegecourse .main .right {width: 35%;}

#ranchropingclub .main .right {width: 35%;}

#ranchropingdiscipleship .main .right {width: 35%;}

#tabernacle .main .right {width: 35%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	background:url(../images/assets/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

.content img {
	float: left;
	padding: 2px;
	border: 1px solid #c7c59b;
	background-color: #fef9c4;
	margin: 10px;
}

/* navigation */
.nav {background: #191919 url(../images/assets/nav.gif);}
.nav a {
	background: #191919 url(../images/assets/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 40px;
	height: 40px;
	padding: 0 8px;
    text-transform: uppercase;
}
.nav a:hover {
	background: #191919 url(../images/assets/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background:url(../images/assets/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}