/*

Background: #9d592a;
*/




* { padding: 0; margin: 0; }

html, body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #edded4;
	background: #9d592a;
	margin: 0;
	padding: 0;
	height: 100%;
}
#outerWrapper { 
	margin: 0 auto;
	width: 916px;
	height: 100%;
	background: url(images/main_bg.jpg) repeat-y;
	position: relative;
}

#innerWrapper {
	background: url(images/home.jpg) no-repeat;
	overflow: hidden;
	xheight: 590px;
}

#bg1 {
	position: relative;
	top: -7px;
	left: 0;
	z-index: 0;
	height: 0px;
}

#bg1 img {
	position: absolute;
	top: 0;
}


#header {
	width: 210px;
	float: left;
	padding: 0px;
	border: 1px solid #ccc;
	background: white;
	height: 103px;
	margin: 0 0 5px 40px;
	clear: both;
	position: relative;
	z-index: 10;
}

#header img {
	display: block;
	margin: 30px auto;
	z-index: 0;
	display: block;
}

.clear {
	width: 100%;
	clear: both;
	height: 0px;
}

#leftcolumn { 
	margin: 0px 0px 0px 40px;
	padding: 10px;
	height: 460px;
	width: 190px;
	float: left;
	background: url(images/sidebar_bg.png) no-repeat bottom;
	z-index: 10;
	position: relative;
}

#leftcolumn ul li a span {
	display: none;
}

#leftcolumn ul {
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
}

#leftcolumn ul li {
	padding: 5px;
}

#leftcolumn ul li a, #leftcolumn ul li a:visited {
	color: #edded4;
	text-decoration: none;
	position: relative;
}

#leftcolumn ul li a.active {
	color: black
}

a { -webkit-transition: color .1s ease-out; }


#rightcolumn { 
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 350px;
	width: 660px;
	display: inline;
}
#footer { 
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: right;
}

#footer li {
	float: right;
}

#footer li a {
	color: #edded4;
	text-decoration: none;
}

#footer p {
	clear: both;
}

#contentWrapper {
	background: #9d592a;
	padding: 15px;
	position: relative;
	z-index: 10;
}

#contentWrapper .sideList {
	float: right;
	padding-left: 10px;
}

#about .sideList {
	width: 40%;
}

#contentWrapper ul {
	xmargin-top: 10px;
}

#contentWrapper ul ul {
	margin-top: 0;
}
#contentWrapper ul li {
	list-style-type: disc;
	margin-left: 25px;
}

#contentWrapper ul ul li {
	list-style-type: none;
}


.content {
	display: none;
	position: relative;
	top: 0px;
}

.first {
	display: block;
}

h1 {
	height: 25px;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 0px;
}

h1 span, h2 span {
	margin-left: -1500px;
}

#home h1 {
	background: url(images/homeHeading.jpg) no-repeat;
}

#services h1 {
	background: url(images/servicesHeading.jpg) no-repeat;
	height: 44px;
}

#focus h1 {
	background: url(images/focusHeading.jpg) no-repeat;
}

#partners h1 {
	background: url(images/partnersHeading.jpg) no-repeat;
}

#contact h1 {
	background: url(images/contactHeading.jpg) no-repeat;
}

#about h1 {
	background: url(images/aboutHeading.jpg) no-repeat;
}

#about h2 {
	background: url(images/aboutHeading2.jpg) no-repeat;
}

#thanks h1 {
	background: url(images/thanksHeading.jpg) no-repeat;
}

p {
	margin-bottom: 15px;
}

p.callout {
	display: block;
	border-top: 2px solid #c28860;
	border-bottom: 2px solid #c28860;
	padding: 5px 0 5px 5px;
	width: 75%;
	font-style: italic;
	font-size: 15px;
	font-weight: 300;
}

/*Form
=========================*/

label
{
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

input, textarea{
	border: none;
	color: #9d592a;
	padding: 3px;
	width: 400px;
}

textarea {
	height: 50px;
}

.submit input
{
	xmargin-left:100px;
	background: none;
	color: white;
	border: 1px solid white;
	width: 120px;
	height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} 




