/* @import "reset.css"; */
body 
{
	background: #0795ef;
	color: #FFF;
	font: 14px Georgia;
	margin: 0;
	padding: 0;
}
a
{
	color:#8F2831;
	text-decoration: none;
	outline: none;
}
a:hover
{
	text-decoration: underline;
	color:#AEBD63;
}
h1
{
	font-size: 48px;
	letter-spacing: -1px;
	margin: 0 100px 0 0;
	padding: 0px;
}
img
{
	border:none;
}
p
{
	line-height: 20px;
}
#top
{
	width: 100%;
	background: #dfd93e;
	height: 100px;
}

#header
{
	
	margin: 0px auto;
	text-align: center;
	width: 960px;
	height: 100px;
	overflow:hidden;
}
#title
{
	float: left;
	color: #000;
	font-size: 30px;
	margin-top: 40px;
}
#logo
{
	float: left;
	margin-top: 17px;	
}
#header ul
{
	float: right;
	margin-top: 35px;
}
#header li
{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	font-size: 1.2em;
  	color: #FFF;
	
}
#container
{
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
#quote
{
	float: left;
	width: 309px;
	margin-top: 40px;
}
#information
{
	float: left;
	width: 611px;
	margin-top: 40px;
	padding-right: 40px;
}
a.button {
    display: inline-block;
    margin: 0 10px 9px 0;
	text-decoration: none;
}
a.large {
    font-size: 14px;
    padding: 8px 19px 9px;
}
.button {
    background: url("../images/overlay-button.png") repeat-x scroll 0 0 #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: auto;
}
.blue {
    background-color: #0795ef;
}
a.blue:hover {
    background-color: #0886d5;
}
.purple {
    background-color: #A9014B;
}
a.purple:hover {
    background-color: #910040;
}
.orange {
    background-color: #E33100;
}
a.orange:hover {
    background-color: #c32b02;
}
