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

* {
	margin:0;padding:0;
	} 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align:baseline;
}

html, body, #wrapper {
	height: 100%;
	}

body > #wrapper {
	height: auto; min-height: 100%;
	}
	
body {
	font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #e4e4e4 url(../../assets/images/back_tile.jpg) repeat-x;
	color: #333;
	}
	
/*Define text styles*/

p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}
	
h1 {
	color: #614670;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
h2 {
	t
	color: #614670;
	color: #614670;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
h3 {
	color: #614670;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
h4 {
	color: #333;	
	}
	
h5 {
	
	}
	
a:link {
	
	}

a:visited {
	
	}

a:hover {
	
	}
	

	
ul {
	margin-bottom: 15px;
	list-style: circle url(none);
	margin-left: 20px;	
	}
	
li {
	margin-bottom: 5px;
	font-size: 1.1em;	
	}
	
blockquote {
	
	}
	
/*Define styles for containers*/

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	padding-bottom: 80px;
}  /* must be same height as the footer */

#header {
	float: left;
	height: 130px;
	width: 990px;
}

#container {
	width:917px;
	margin-right: 36.5px;
	margin-left: 36.5px;
	float: left;
	background: #FFF;
}

#nav {
}

#content_container {
	width: 657px;
	float: right;
}

#content {
	width: 657px;
}

#content img {
}

#content_text {
	padding-right: 25px;
	padding-left: 25px;
	width: 607px;
	padding-bottom: 25px;
}

.home_text {
	margin-right: 25px;
	margin-left: 25px;
}

img.impact {
	margin-bottom: 15px;
}

.leftphoto {
}

.rightphoto {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}


/*Define content for sidebar*/

#sidebar_container {
	background: url(../../assets/images/sidebar_back_tile.jpg) repeat-y;
	float: left;
	width: 260px;
	color: #FFF;
}

#sidebar {
	background: url(../../assets/images/sidebar_back.jpg) no-repeat;
	width: 200px;
	min-height: 623px;
	height:auto !important;
	height: 623px;
	padding: 15px 20px 15px 40px;
}
#sidebar h3 {
	color: #FFF;
	font-size: 2em;
}

#sidebar p {
	color: #DFDFDF;
}

#sidebar ul {
	color: #DFDFDF;
}

#sidebar a:link {
	color: #402353;
}

#sidebar a:visited {
}

#sidebar a:hover {
}
	
/*Define style for footer*/

#footer {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 60px;
	clear:both;
	background: #373737;
	color: #CCC;
	text-align: center;
	padding-top: 20px;
	font-size: 1em;
	line-height: 1.3em;
	} 
	
#footer a:link {
	color: #CCC;
}

#footer a:visited {
	color: #CCC;
}

#footer a:hover {
	color: #FFF;
}


/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

