body {
	font-size: 79%;
	color: #444445;
	background: #fcf3e8 url(../images/bgTop.gif) repeat-x top center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 19px;
	font-weight: bold;
}

.topbar {
	height:72px;
	margin:0 auto;
	padding:6px 0 0;
	text-align:center;
	width:658px;
}

.topbar span{
	color: #aaa;
	float: right;
	padding-right: 10px;
	display: inline;
}

.topbar a{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin:0 10px;
}

.topbar a:hover{
	color: #ccc;
}

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

a:hover {
	color: #ad5d2c;
	text-decoration: underline;
}

.container {
	background:#FCF3E8 url(../images/bgMiddle.gif) repeat-y scroll 7px 0;
	margin:0 auto;
	width:658px;
	text-align: left;
}

.content {
		background:#FCF3E8 url(../images/bgMiddleBottom.gif) repeat-y scroll 7px bottom;
	padding: 6px 23px 29px 42px;
	clear: both;
}

.content h2 {
	font-weight: bold;
	font-size: 19px;
	width: 100%;
}

.content li span {
	display: block;
	padding: 3px 0px 10px 0px;
}

.content li strong {
	display: block;
	color: #6e8b7c;
	font-size: 1.1em;
}

.content ul {
	margin: 5px 0px;
	padding: 5px 65px 5px 15px;
}

.content li {
	padding: 5px 0px;
}

.content h3 {
	font-size: 15px;
	font-weight: bold;
	color: #444445;
}

.content h4 {
	font-size: 13px;
	font-weight: bold;
	color: #444445;
}

.block1,
.block2 {
	background-color: #f6eee4;
	border: 4px solid #fff;
	margin: 13px 0px 10px 30px;
	padding-bottom: 20px;
    width: 244px;
    float: right;
    font-size: 15px;
    clear: right;
}

.block1 p,
.block2 p{
	padding: 5px 30px 5px 30px;
	text-align: center;
	font-weight: bold;
}

.block1 form,
.block2 form{
	text-align: center;
}

.block3 {
    float: right;
    clear: right;
    padding-bottom: 15px;
}

.leftish {
    width: 305px;
}
.footer {
	background:#FCF3E8 url(../images/lilAwesome.gif) no-repeat scroll 20px 11px;
	color:#767676;
	font-size:11px;
	height:40px;
	margin:0 auto;
	padding:3px 0 6px 0;
	text-align:left;
	width:665px;
}


.footer p{
	line-height: 6px;
	padding: 0 0 0 88px;
}


.intro {
	text-align: center;
}

.intro h1{
	background:transparent url(../images/logoAwesome.gif) no-repeat scroll left top;
	height:202px;
	margin:0 auto;
	width:336px;
}

.intro h1 span{
	display: none;
}

.intro p {
	padding: 15px 111px;
	margin: 0px 0px;
	font-size: 19px;
	
}

button {
	border: 0;
	cursor: pointer;
	font-weight: bold;
	padding:0 13px 0 0;
	text-align: center;
	width: auto;
}

button span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 0 0 0 18px;
}

button.submitBtn {
	background: url(../images/buttonR.gif) right no-repeat;
	font-size: 1.1em;
	font-weight: bold;
}

button.submitBtn span {
	height: 41px;
	line-height: 41px;
	background: url(../images/buttonL.gif) left no-repeat;
	color: #fff;
}

button.submitBtn:hover {
	color: #fef6d5;
}

button.submitBtn:hover span {
	color: #fef6d5;
}

#formArea {
	width: 400px;
	margin-left: 100px;
}

#formArea input {
	padding: 5px;
	width: 200px;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#formArea input:focus {
	border: 1px solid #f15a29;
}

#formArea label {
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 120px;
	padding-top: 7px;
}

#formArea button {
	margin-left: 145px;
	margin-bottom: 20px;
}

.twitterShare {
           float: right;
       }

.row1{
    background: #FCF3E8;

}

.row2{
    background: #dad1c6;

}
