@font-face
{
font-family: MuseoSans;
src: url('fonts/MuseoSans.otf'),
	 url('fonts/MuseoSans.ttf'),
	 url('fonts/MuseoSans.woff'),
     url('fonts/Sansation_Light.eot'); /* IE9 */
}

@font-face
{	 
font-family: Lato-Regular;
src: url('fonts/Lato-Regular.otf'),
	 url('fonts/Lato-Regular.ttf'),
	 url('fonts/Lato-Regular.woff'),
     url('fonts/Lato-Regular.eot'); /* IE9 */
}

body{
	padding: 0px;
	margin: 0px;
	background:url(images/bg.jpg) repeat-x #fff;
    color: #000;
    font: 12px arial, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0;
  margin: 0;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font-family: 'MuseoSans', sans serif;
	font-size: 25px;
	color: #941d76;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
	text-align: left;
}

h2{ 
	font: normal 175% arial, sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: normal 120% arial, sans-serif;
  	color: #000;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #000;}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
}

a:hover{ 
	text-decoration: none;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: circle;
	padding: 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/

.topbar {
	text-align:center;
	color:#fff;
	padding:5px 0;
	background: #000;
	width:100%;
	position:absolute;
	height:20px;
	z-index:999;
}

#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
}

#content-container {
	width: 980px;
	margin:0 auto;
	position:relative;
}

header {
	width: 100%;
	float: left;
	min-height: 120px;
}

.header-column-one {
	width: auto;
	float: left;
	height: 152px;
	width: 665px;
	padding-top: 22px;
}

.social_icon
{
padding: 50px 0px 0px 5px;
float: left;
width: 120px;
}

.header-column-two {
	width: auto;
	float: left;
	width: 170px;
	padding: 22px 0px 0px 20px;
}

.navigation {
	background:url(images/menu_bg.jpg) no-repeat;
	display:block;
	float:left;
	z-index:999; 
	height:52px;
	width:100%;
	margin-top: -20px;
	
}

.banner {
	display: block;
	float: left;
	margin: 2px 0;
	width: 591px;
	height: 368px;
}

section {
	width:100%;
	float:left;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width:380px;
	height:368px;
	float:right;
	background: #ececec;
	margin: 2px 0px;
}

.component-column_bottom
{
	padding-bottom: 7px;
}

#component {
	display: block;
	float: left;
	background: #FFFFFF;
	min-height: 250px;
	padding: 10px 50px;
}

#component p
{
	text-align: justify;
	font-family: 'Lato-Regular', sans serif;
	font-size: 15px;
	word-spacing: 5px;
	line-height: 20px;
	margin: 20px 0px;
}

footer {
	background: #ececec;
	float: left;
	margin:0 0 10px 0;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	background: url(images/footer_bg.jpg) no-repeat;
	display: inline;
	float: left;
	width: 979px;
	margin: 0 auto;
	position: relative;
	height: 34px;
}

.footer-content p
{
float: right;
padding: 10px;
color: #fff009;
}


.bottombar {
	width:100%;
	height:20px;
	float:left;
	background: #000;
	text-align:center;
	padding:5px 0;
}

.bottombar a {
	color: #ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}

.white
{
background:white;
float:left;
width:100%;
}