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

/* =GLOBAL STYLES
---------------------------------------*/
body {
	background:url(../images/header-bg.jpg) repeat-x #fff;
	margin:0;
	padding:5px 0 0 0;
	font-family:Geneva, Tahoma, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#464646;
	text-align:left;
}

h1{
line-height: 30px;
}

h2 {
font-size:23px;
font-weight:normal;
padding: 20px 0 20px 0;
}

h3 {
font-size:20px;
line-height: 22px;
font-weight:normal;
margin: 15px 0 8px 0;
}

p {
margin-top:0;
padding-bottom: 6px;
}

.clear { clear:both }

.block { display:block }

.float-left { float:left }

.float-right { float:right }

a img { border:none }

.centered {
display:block;
margin: 0 auto;
text-align: center;
}


/* =CONTAINER STYLES
---------------------------------------*/
.wrapper {
	width:930px;
	margin:0 auto;
}

#header{
height: 220px;
}

.left-col {
float:left;
padding:10px 10px 0px 0;
width:300px;
}

.right-col {
float:right;
width:580px;
padding:10px 0 20px 0;
}

#footer {
background:#414141;
width:100%;
height:38px;
text-align:right;
}

ul {
list-style-type:none;
padding:0 0 1px 0;
margin:0;
}

	ul li {
	background:url(../images/bullet-green-arrow.png) no-repeat 0 0;
	padding-left:25px;
	margin:14px 0;
	display:block;
	}


/* =CONTENT STYLES
---------------------------------------*/

/* HEADER */

#logo {
background:url(../images/logo.gif) no-repeat top left;
float:left;
overflow:hidden;
margin:30px 0 0;
padding-top:92px;
height:0;
width:211px;
}

#header-left{
float: left;
width: 238px;
}

	#header-left img{
	padding-top: 20px;
	}

#header-right{
float: right;
text-align: right;
padding-top: 20px;
width: 676px;
}

	#header-right h3{
	font-style: italic;
	margin-bottom: 4px;
	}
	
	#header-right p{
	padding-bottom: 20px;
	}

/* MAIN */

ul.features{
font-size: 17px;
}

h3.quote {
	width:300px;
	height:54px;
	padding:10px 0 0 13px;
	background:url(../images/bg-chat-bubble.png) no-repeat top left;
}

blockquote {
	margin:5px 0 25px 0;
	padding:0;
	font-style:italic;
}

.author {
	background:url(../images/bg-chat-bubble-sm.png) no-repeat 0 0;
	display:block;
	font-weight:bold;
	font-style: normal;
	margin-top:15px;
	padding-left:40px;
	height:28px;
}

.grey-boxes{
background: url(../images/3boxes-bg.jpg) repeat-y;
width: 960px;
}

	.box{
	float: left;
	padding: 0 25px 0 15px;
	width: 275px;
	}

/* FOOTER */
	
#footer #nav-list {
	margin:0;
	padding:10px 0 0;
	list-style-type:none;
}

#footer #nav-list li {
	display:inline;
	padding:0;
	background-image:none;
}

#footer #nav-list li a {
	display:inline;
	font-size:14px;
	color:#dddfe1;
	margin:0 0 0 15px;
	text-decoration:none;
}

#footer #nav-list li a:hover { text-decoration: underline }



