/*
**  DayCliQ
**  style.css -- Maria Nguyen<mnguyen@zehnergroup.com>
*/


/*IMPORTS
=====================*/
@import url("scrollable.css");
@import url("fonts.css");
@import url("buttons.css");


/*RESETS AND OVERRIDES
=====================*/
*{
	outline: none;
	margin: 0;
	padding: 0;
	}


/*GLOBAL
=====================*/
body{
	background: #fff;
	font: 62.5% "Helvetica Neue", Sans-Serif;
	color:#525252;
	margin: 0;
	padding: 0;
	background-image: url("../images/mrgs.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	}

.inner{
  background: transparent;
  font-size: 1.3em;
  margin: 0 auto;
  width: 950px;
  padding: 0 10px;
}

.clear, .block{
	clear: both;
}


a{
	color: #686868;
	text-decoration: none;
}

h1{
	color: #0a5c96;
	font-size: 24px;
}

h2{
	color: #686666;
	font-size: 16px;
}


/*HEADER
=====================*/


/*HERO
=====================*/

/*CONTENT
=====================*/

/*FOOTER
=====================*/

/*MISCELLANEOUS
=====================*/
