@charset "UTF-8";
/* CSS Document */

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear: both;
	font-size: 1px;
	height: 2px;
	line-height: 0px;
}

p.clear {
	clear: both;
}

form {
	padding: 10px 20px 2px 40px;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	background: #000000 url(../images/ri_flames_bg_01.jpg) no-repeat center top;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
#main_container {		
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	max-width: 1046px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1046px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	width: 1046px;
}

#header {
	padding: 0;
	margin: 0;
	height: 178px;
	background: url(../images/RI_header_no_logo.jpg) no-repeat center top;
}

#social_header {
	height: 35px;
	width: 300px;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
	text-align: right;
}

#nav_container {
	padding: 0;
	margin: 0;
	height: 64px;
	background: url(../images/RI_nav_bg.jpg) no-repeat center top;
}

#magic_area {
	height: 337px;
}
#magic_area_video {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#slideshow {
	width: 982px; 
	height: 337px; 
	padding: 0px 0 0 0px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative; 
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
}
#video {
	width: 982px;
	height: auto;
	padding: 0px 0 0 0px;
	overflow: auto; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	visibility: inherit;
	background-color: #000000;
}

#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative;
	top: 0px;
	z-index: 25; /* originally this was 15, i changed it to 25 */
}

#slideshow ul#nav li#prev {
	float: left; 
	margin: 0 0 0 0;	
}

#slideshow ul#nav li#next {
	float: right; 
	margin: 0 0 0 0;
}

#slideshow ul#nav li a {
	display: block;
	width: 12px;
	height: 337px;
	text-indent: -9999px;
}

#slideshow ul#nav li#prev a {
	background: url("http://www.rescueink.org/images/RI_magic_area_arrow_lf.png"); 
}

#slideshow ul#nav li#next a {
	background: url("http://www.rescueink.org/images/RI_magic_area_arrow_rt.png"); 
}

#slideshow ul#slides {
	list-style: none;
}
#slideshow ul#slides li {
	margin: 0 0 0 0;
}

#slideshow_team {
	width: 982px;
	height: 337px;
	padding: 0px 0 0 0px;
	overflow: hidden; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
}

.spacer_one {
	height: 10px;
}

#main_content_wrapper {
	background: url(../images/RI_content_area_bg.jpg) center top;
	background-repeat: repeat-y;
	height: auto;
}

#main_content_top {
	background: url(../images/RI_content_area_bg_top.png) no-repeat center top;
	height: 26px;

}

#main_content {
	margin-left: auto;
	margin-right: auto;
	height: auto; /* makes the div expand with content */
	overflow: hidden;
}

#team_content { /*delete when done editing site. this was for fpo image content area placement - replace with style above it "#main_content" */
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
}

#full_column_content {
	margin-left: auto;
	margin-right: auto;
	height: auto; /* makes the div expand with content */
	overflow: auto; /* makes the div expand with content */
	width: 920px;
	padding: 10px 0 0 0px;
}

#main_bg {
	background: url(../images/RI_main_content_bg.jpg) center top;
	background-repeat: repeat-y;
}

#left_column_content {
	margin-top: 20px;
	float: left;
	width: 632px;
	height: auto;
	margin-left:60px;
}

.rule_left_column {
	width: 625px;
	float: left;
	background-color: #BABCBF;
	margin: 7px 0 7px 0;
	height: 1px;
}

.team_content_boxes {
	float: left;
	width: 602px;
	height: auto;
	background-color: #E3E4E5;
	padding: 7px 12px 7px 12px;
}

.content_boxes {
	float: left;
	width: 602px;
	height: auto;
	background-color: #E3E4E5;
	padding: 15px 25px 0px 0px;
}

.team_content_pics {
	float: left;
	width: 109px;
	height: auto;
}

.team_content_text {
	float: left;
	width: 490px;
	height: auto;
}

#vertical_rule {
	height: 710px;
	width: 2px;
	float: left;
	background-color: #BABCBF;
}

#space_left_column_bottom {
	width: 270px;
	float: right;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	height: 2px;

}

#sidebar {
	margin-top: 20px;
	float: right;
	width: 285px;
	height: auto;
	margin-right: 60px;
}

.rule_sidebar {
	width: 270px;
	float: right;
	background-color: #BABCBF;
	margin: 20px 0 20px 0;
	height: 1px;
}

#space_sidebar_bottom {
	width: 270px;
	float: right;
	margin: 14px 0 14px 0;
	height: 2px;

}

#prefooter_social {
	background: url(../images/RI_prefooter_social_bg.jpg) no-repeat center top;
	height: 120px;
}

#prefooter_donate {
	background: url(../images/RI_prefooter_donate_bg.jpg) no-repeat center top;
	height: 130px;
}

#footer_bg_container {
	padding: 0;
	margin: 0;
	height: 131px;
	background: url(../images/RI_footer_bg.jpg) no-repeat center top;
}

#footer_wrapper_left {
	float: left;
	padding-top:15px;
	width: 730px;
}

#footer_wrapper_right {
	float: right;
	padding-top: 15px;
	width: 311px;
}

#social_footer {
	height: 35px;
	width: 285px;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: right;
}

.social_footer_align {
    position: absolute;
	bottom: 40px;
	left: 10px;
	width: 275px;
	text-align: left;
}

.team_member_photos {
	float: left;
	width: 176px;
	height: 146px;
	margin: 10px;
}

#callout_wrapper {
	width: 958px;
	height: auto;
	margin: 25px 20px 0 20px;
	margin-left: auto;
	margin-right: auto;
}

#homepage_content_wrapper {
	width: 973px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
		
}
