/* 
Ancestor Images Styles
Design by Donna Rouviere Anderson
Code by Forrest Anderson
Rouviere Media http://www.rouviere.com
Version 20090306
*/

/* @group Body */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #e9cea3;
}

#main a:link, #main a:visited {
	text-decoration: none;
	color: #ac0e00;
}

#main a:hover, #main a:active {
	text-decoration: underline;
}

#container {
	float: left;
    width: 100%;
    background: #f8f1e4 url(../photos/banner_background.jpg) repeat-x;
}

#wrapper {
    width: 960px;
	margin: 0 auto;
}

/* @end */

/* @group Banner */

#logo {
    float: left;
    margin-left: -10px;
}

#banner_flash {
	width: 465px;
	float: left;
    margin-left: 45px;
}

#contact_link {
    float: right;
    padding-top: 40px;
    padding-right: 90px;
}

#contact_link a {
    text-decoration: none;
    color: #000;
}

#contact_link a:hover, a:active {
    color: #7c0807;
}

#contact_link img {
    margin-top: -10px;
    margin-left: -5px;
}


/* @end */

/* @group main_nav */

#main_nav ul {
    margin: 0 0 5px 5px;
	padding: 0;
	float: left;
	width: 960px;
	font-size: 10px;
	line-height: 20px;
}

#main_nav ul li {
    float: left;
	border-right: 1px solid #999;
	list-style: none;
}

#main_nav ul li.last {
    border-right: none;
}

#main_nav a {
    float: left;
    padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	color: #333;
}

#main_nav ul a:hover, a:active {
    background: #e2d7c1;
}

#main_nav ul li.selected {
    background-color: #e2d7c1;
}

/* @end */

/* @group Sub Nav */

#sub_nav {
    float: left;
	width: 140px;
	margin: 20px 0 0 0;
	padding-right: 10px;
}

#sub_nav p { 
	margin-left: 10px; 
	font-size: 9px;
	}
	
#sub_nav h2 { 

	text-align: center;
	}	
	
#sub_nav h3 { 
	margin-top: 2px; 
	text-align: center;
	}	

#sub_nav img { 
	margin-left: -15px; 
	}

#sub_nav ul {
    font-size: 10px;
    list-style: none;
    line-height: 25px;
    padding-left: 20px;
}

#sub_nav ul a {
	display: block;
    color: #968563;
    text-decoration: none;
}

#sub_nav a:link, a:visited {
    color: #968563;
}

#sub_nav a:hover, a:active, #sub_nav li a.sub_selected:link, #sub_nav li a.sub_selected:visited
 {
	color: #000;
}

#sub_nav ul li.current a {
    color: #000;
}

#what_we_do.sub_selected a {
	color: #000;
}

/* @end */

/* @group Main Content */

#main {
    float: left;
	width: 540px;
	min-height: 350px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0 10px 20px 10px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #cfc1a6;
}

#two_column #main { 
	width: 760px; 
	border-right: none;
	margin-right: 0;
	}
	
#two_column #main img.fl_right { 
	float: right;
	margin: 10px;
	padding: 0; 
	}	
	
#two_column #main img.fl_left { 
	float: left;
	margin: 10px 10px 2px 0; 
	padding: 0;
	}

#main p {
    padding: 0 5px 0 5px;
}

.teaser { 
	padding: 10px;
	background-color: #ead6ae; 
	}

#main h1 {
	padding-bottom: 5px;
	padding-left: 10px;
    border-bottom: 1px solid #cfc1a6;
}

.red_list li {
	color: #ac0e00;
	padding-bottom: 5px;
	list-style-image: url(http://www.ancestorimages.com/new/photos/ai_bullet_point.gif);
	list-style-position: outside;
}

#copyright_notice {
	float: left;
	padding-top: 100px;
    font-size: x-small;
    color: #999;
}

#rouviere_logo {
	float: left;
	padding-top: 80px;
	
}

#letter-A {
	float: right;
	padding-top: 50px;
	padding-right: 20px;
}

/* @end */

/* @group Sidebar */

#sidebar {
    width: 230px;
	float: right;
	margin: 20px 10px 20px 5px;
}

#sidebar p {
	width: 200px;
    font-size: 10px;
    padding-left: 10px;
}

p.sidebar_caption {
    margin-left: 10px;
    margin-top: -5px;
}

#sidebar a:link, #sidebar a:visited {
    color: #656565;
}

#sidebar a:hover, #sidebar a:active {
    color: #7e7e7e;
}

.centered {
    text-align: center;
}

object#sidebar-flash, img.sidebar-photo {
    padding-top: 4px;
}

/* @end */

/* @group Headers */

#main_nav, h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #191919;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1.0em;
}

h4 {
    font-size: .9em;
}

h5 {
    font-size: .8em;
}

h6 {
    font-size: .6em;
}

/* @end */

/* @group Styling */



.read_more a{
	text-decoration: none;
	color: #7c0807;
	font-weight: bold;
}

.read_more a:hover {
	color: #5e5e5e;
}



#main p {
    line-height: 1.8;
}

#main p.note {
    line-height: 1.5;
}

img {
	border: none;
}

img.sidebar-a {
    padding: 10px 0 0 30px;
}

#main img {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}

p.red_text {
    color: #ac0e00;
}

span.red_header { 
	font-weight: bolder;
	color: #ac0e00; 
	
	}

/* @end */

/* @group Form */

fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color: #fbf6ee}

/* legend styling */
legend {
	font-weight: bold;
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */

input[type="text"], textarea {
	width: 380px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.short_input {
    width: 20px;
}

input.submit {
  width: auto;
}

input:focus, textarea:focus {
	background: #fcfaf6;
}

textarea {
	width: 500px;
	height: 100px;
}

/* @end */

/* @group Tables */

#colorado table { 
	width: 500px; 
	margin-left: 10px;
	padding-bottom: 20px; 
	}
	
#colorado table td { text-align: center; }

/* @end */



/* @group Photo Upload */
input.number {
	width: 20px;
}

label.form_text {
	float: left;
	width: 10em;
}

p.checkbox {
	padding-left: 15em;
}

/* @end */

/* @group footer */

#footer {
	width: 100%;
	clear: both;
	padding: 5px 0 18px;
	text-align: center;
	background: url(../photos/footer_background.jpg) top repeat-x;  
	}


/* @end */

