/** CSS - CINN Foundation
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #666666;
background: url(../images/body_bg.png) repeat-x top #332c24;
margin: 0 auto;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

#content img, #content2 img {
border: 1px solid #d0d0d0;
padding: 1px;
}

a img {
border: none;
}

p {
margin: 0 0 15px 0;
}

.left {
float: left;
}

.right {
float: right;
}

.hiddencontent {
display:none;
}

/** Headings
==============================================================================*/

h1 {
	font-size: 28px;
	line-height: 30px;
	color: #745252;
	margin: 0 0 15px 0;
	font-weight: normal;
}

h2 {
font-size: 18px;
line-height: 18px;
color: #333333;
margin: 0 0 10px 0;
font-weight: normal;
}

h2.section {
font-size: 14px;
line-height: 16px;
padding-bottom: 8px;
margin-bottom: 8px;
color: #745252;
text-transform: uppercase;
background: url(../images/section_title_bg.jpg) repeat-x bottom;
font-weight: bold;
}

#rightcol h2.section {
margin-bottom: 0px;
}

h3 {
font-size: 14px;
color: #333333;
margin: 0 0 10px 0;
font-weight: normal;
}

h4 {
	font-size: 14px;
	color: #999999;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h5 {
font-size: 14px;
line-height: 16px;
padding-bottom: 8px;
margin-bottom: 8px;
color: #745252;
text-transform: uppercase;
background: url(../images/section_title_bg.jpg) repeat-x bottom;
font-weight: bold;
}

h6 {
	font-size: 14px;
	color: #999999;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

h6.section {
	font-size: 14px;
	color: #999999;
	margin: 5px 0 5px 10px;
	font-weight: bold;
}

/** Links
==============================================================================*/

a:link {
color: #745252;
text-decoration: none;
}

a:visited {
color: #745252;
text-decoration: none;
}

a:hover {
	color: #200129;
	text-decoration: none;
}

a:active {
color: #d23838;
text-decoration: none;
}

/** Buttons
==============================================================================*/

.btnsm {
display: block;
height: 31px;
width: 130px;
}

.btnsm a, .btnsm a:visited, .btnsm a:active {
display: block;
padding: 4px 0 0 0;
text-align: center;
color: #d8d1b4;
}

.btnsm a:hover {
color: #eee6c7;
}

.red {
background: url(../images/purple-button.png) no-repeat;
}

.grey {
background: url(../images/gry_btn_bg.png) no-repeat;
}

/** Main Container
==============================================================================*/

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

/** Logo
==============================================================================*/

#logo {
float: left;
margin: 50px 0 20px 10px;
}

/** Navigation
==============================================================================*/

ul#nav {
float: right;
list-style-type: none;
margin: 70px 0 0 0;
}

ul#nav li {
float: left;
margin: 0 20px 0 0;
}

ul#nav li a {
color: #d8d1b4;
display: block;
}

ul#nav li a:hover {
color: #ede5c5;
}

ul#nav li#current a {
color: #ffffff;
padding: 0 8px 0 8px;
background-color: #252525;
}

/** Header
==============================================================================*/

#header {
float: left;
width: 960px;
}

#header2 {
float: left;
width: 960px;
height: 83px;
background: url(../images/header_bg.jpg) repeat-x;
}

#header2 h1 {
	position: relative;
	top: 25px;
	left: 20px;
	width: 628px;
}

/** Tabs
==============================================================================*/

ul#tabs li {
display: block;
float: left;
height: 83px;
}

ul#tabs li a {
float: left;
display: block;
height: 54px;
width: 157px;
text-align: center;
font-size: 18px;
padding: 30px 0 0 0;
background: url(../images/tab_bg2.jpg) no-repeat 0 0;
color: #ffffff;
}

ul#tabs li a:hover {
background: url(../images/tab_bg2.jpg) no-repeat 0 -84px;
color: #d3c9be;
}

ul#tabs li a.selected {
background: url(../images/tab_bg2.jpg) no-repeat 0 -168px;
color: #2c261f;
}

#one, #two, #three, #four{
float: left;
width: 920px;
height: 270px;
padding: 20px;
}

#one {
background: url(../images/welcome.jpg) no-repeat;
}

#two {
background: url(../images/laCause-dinner.jpg) no-repeat;
}

#three {
background: url(../images/getinvolved.jpg) no-repeat;
}

#four {
background: url(../images/donate.jpg) no-repeat;
}

.tabcontent {
float: right;
width: 295px;
margin: 0;
}

#slidernav {
float: left;
}

#slides {
float: left;
height: 274px;
width: 920px;
}

#slidernav span, .jFlowPrev, .jFlowNext {
color: #4f4840;
cursor: pointer;
}

#slidernav span.jFlowSelected {
color: #F00;
}

/** Search
==============================================================================*/

#search {
	float: left;
	width: 332px;
	height: 83px;
	background: url(../images/search_bg.jpg) no-repeat top right #ada68a;
	padding: 0;
}

#searchfield {
	position: relative;
	top: 5px;
	left: 17px;
	width: 273px;
	height: 30px;
	border: 1px solid #99937b;
	background: url(../images/search_icon.jpg) no-repeat #ffffff 6px 6px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

input, textarea {
padding:0;
width:200px;
}

#search_btn {
position:relative;
top:4px;
}

element.style {
background-attachment:scroll;
background-color:#FFFFFF;
background-image:url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif);
background-position:left center;
background-repeat:no-repeat;
border-bottom-color:#7E9DB9;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#7E9DB9;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#7E9DB9;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:solid;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:1px;
border-top-color:#7E9DB9;
border-top-style:solid;
border-top-width:1px;
margin-left:20px;
padding-bottom:2px;
padding-left:2px;
padding-right:2px;
padding-top:2px;
}

/** Content
==============================================================================*/

#content {
float: left;
width: 920px;
padding: 20px;
background: url(../images/content_footer_bg.jpg) no-repeat bottom #f1f0e9;
}

#content2 {
float: left;
width: 940px;
padding: 0 0 20px 20px;
background: url(../images/content_footer_bg.jpg) no-repeat bottom #f1f0e9;
}

#content2 ul, #content2 ol, #content2 dl {
padding: 0 0 0 20px;
margin: 0 0 20px 20px;
}

#content2 img.right {
margin: 0 0 20px 20px;
}

#content2 img.left {
margin: 0 20px 20px 0;
}

#articles {
float: left;
width: 190px;
font-size: 12px;
line-height: 16px;
margin: 0 20px 0 0;
}

.date {
float: left;
width: 20px;
padding: 5px;
margin: 0 10px 5px 0;
font-size: 10px;
text-align: center;
color: #ffffff;
background: url(../images/date_bg.jpg) repeat-x bottom #999999;
border: 1px solid #888888;
text-transform: uppercase;
}

#aboutus {
float: left;
width: 380px;
font-size: 12px;
line-height: 16px; 
}

#aboutus img {
margin-bottom: 5px;
}

.more, #backtotop {
text-align: right;
background: url(../images/section_title_bg.jpg) repeat-x top;
text-transform: uppercase;
font-size: 10px;
}

#testimonial {
float: right;
width: 290px;
}

#videoplayer {
float: right;
width: 290px;
}

#rightcol #testimonial #videoplayer {
float: left;
width: 290px;
margin: 20px 0 0 20px;
}

#quote {
	width: 230px;
	padding: 30px;
	font-size: 12px;
	font-style: italic;
	color: #808072;
	background-color: #e4e4c9;
	margin: 0;
}

#player {
	width: 250px;
	padding: 30px;
	font-size: 12px;
	font-style: italic;
	color: #808072;
	background-color: #D7E8FD;
	margin: 0;
}

#rightcol #quote #videoplayer {
width: 230px;
}

#name {
color: #808072;
background: url(../images/testimonial_tail.jpg) no-repeat 20px 0;
text-align: left;
padding: 5px 0 0 70px;
font-size: 12px;
margin: 0;
}

/** Left Column
==============================================================================*/

#leftcol {
float: left;
width: 590px;
padding: 20px 0 0 0;
}

.thumbs {
float: left;
margin-bottom: 20px;
}

.tn {
float: left;
margin: 0 4px 4px 0;
}

/** Breadcrumbs
==============================================================================*/

#breadcrumb {
float: left;
width: 590px;
font-size: 11px;
margin: 0 0 20px 0;
background: url(../images/section_title_bg.jpg) repeat-x bottom;
text-transform: uppercase;
}

#breadcrumb a {
padding: 0 6px 6px 6px;
margin: 0;
text-transform: uppercase;
}

/** Right Column
==============================================================================*/

#rightcol {
float: right;
width: 290px;
padding: 20px 20px 0 20px;
background: url(../images/rightcol_bg.jpg) repeat-x;
min-height: 516px;
height: auto !important;
height: 516px;
}

/** Sub Nav
==============================================================================*/

ul#subnav {
padding: 0;
margin: 0;
list-style-type: none;
}

ul#subnav li a {
display: block;
width: 290px;
padding: 2px 0 2px 0;
background: url(../images/section_title_bg.jpg) repeat-x bottom;
}

/** Form
==============================================================================*/

label, input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

label {
text-align: left;
width: 75px;
padding-right: 20px;
}


br {
clear: left;
}

textarea {
margin: 5px 5px 1px 0;
overflow: hidden;
}

#submit {
margin: 10px 0 20px 0;
padding-right: 130px;
float: right;
width: 151px;
height: 32px;
border: none;
}

/** Footer
==============================================================================*/
#footer {
float: left;
width: 920px;
padding: 10px 20px 30px 20px;
}

#footer p {
color: #666666;
font-size: 11px;
}

#footer a:link {
color: #666666;
text-decoration: none;
}

#footer a:visited {
color: #666666;
text-decoration: none;
}

#footer a:hover {
color: #888888;
text-decoration: none;
}

#footer a:active {
color: #888888;
text-decoration: none;
}
