@charset "utf-8";

/***************************************
	RanchOneMS.com styles - 2009
	Copyright Julie Ferguson/Rascal Graphics
	
	These styles may not be reused or
	republished in another work without
	expressed written consent of the author

*****************************************/

/**********************************
	Color values:
	#1c2127 Background 
	#a5998f Content Text 
	#9ba668 Green Headings
	#977d4c Brown Headings
	#8198b3 Blue Headings
	#33383e Footer text
	#d7e68f Green links
	#b5c9e4 Blue links
	#20252c Scrolls
	
***************************************/


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: a5998f;
	line-height: 1.3;
}
body {
	background-color: #1c2127;
	margin: 5px 0px 0px;
}
a:link {
	color: #d7e68f;
	text-decoration: none;
}
a:visited {
	color: #d7e68f;
	text-decoration: none;
}
a:hover {
	color: #b5c9e4;
	text-decoration: underline;
}
a:active {
	color: #d7e68f;
	text-decoration: none;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.01;
	color: #a5998f;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	background-image: url(../images/wrap_bg.jpg);
	height: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 120px;
	position: relative;
}
#wrapper2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.01;
	color: #a5998f;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	background-image: url(../images/wrap_bg.jpg);
	height: 650px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 120px;
	position: relative;
}

#left {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: left;
	height: 130px;
	background-color: none;
}
#left #nav {
	padding: 0px 0px 10px;
	margin-top: 60px;
}
#left #nav p {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
}
#left #nav img {
	border-style: none;
}
#left #associations {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#left #associations img {
	border-style: none;
}

#right {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: auto;
	float: right;
	position: relative;
}

#right #nav1 {
	float: right;
	height: 61px;
	width: 150px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 0px;
	margin: 0px;
	text-align: left;
}
#right #nav2 {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 760px;
	border-style: none;
	clear: right;
}
#right #content {
	text-align: left;
	font-size: 13px;
	line-height: 1.3;
	width: 730px;
	padding: 0px 15px 10px;
}
#right #content img {
	border-style: none;
}

#right #content img.left {
	text-align: left;
	border-style: none;
	padding: 0px;
	margin-right: 10px;
	margin-top: 7px;
	float: left;
}
#right #content img.right {
	text-align: right;
	border-style: none;
	padding: 0px 0px 0px 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
#right #content img.center {
	border-style: none;
	margin-right: auto;
	margin-left: auto;
}


#right #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9ba668;
	font-weight: normal;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 10px;
}
#right #content h2 {
	font-size: 16px;
	color: #977d4c;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0px;
}

#right #content h3 {
	font-size: 14px;
	color: #8198b3;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#right #content h4 {
	font-size: 14px;
	color: #a5998f;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
}


#right #content p {
	margin: 0px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
}
#right #content #photo {
	text-align: center;
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
#right #content #photo p {
	text-align: center;
}




/***************************************
FOOTER
****************************************/

#footer {
	clear: both;
	margin: 0px;
	padding: 30px 0px 0px;
	width: 100%;
	text-align: center;
	color: #5e6873;
	position: relative;
	height: 143px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer p{
	margin: 0px;
	color: #5e6873;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #5e6873;
	text-transform: uppercase;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
