.row {
	width: 1024px;
}

table {
	background: none;
	border: 0px;
	border-collapse: collapse;
	margin-bottom: 0;
}

table tr {
	background: none !important;
}

table td {
	background: none;
}

ul, ol, li {
	list-style-position: inside;
}

h1, h2 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 22px;
	color: #F68B21;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h3 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #393537;	
}
h4, h5, h6 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #393537;	
}


/* Content */

div#content {
    padding: 20px 20px 20px 20px;
    background: none repeat scroll 0 0 white;
    margin: 0 auto;
    text-align: left;
	border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#content a {
	color: #0d5091;
}
#content a:hover {
	color: #2b649d;
	text-decoration: underline;
}

header a:hover {
	text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="reset"], .button, button {
	color: #fff;
	background: #F68B21;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover, button:hover {
	background: #f69621;
	cursor: pointer;
}

#content a.landingLinks {
	display: block;
	background: #F68B21;
	margin: 20px 0;
	padding: 30px 25px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-family: "MyriadPro", sans-serif;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.5em;
}
#content a.landingLinks:hover {
	background: #f69621;
	color: #ffffff;
	text-decoration: none;
}
.row.landingSection {
	margin-bottom: 20px;
}
.no-padding {
	padding:0px;
}

#errorMsg {
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

table#pricing {
	width: 100%;
	margin-top: 30px;
}
#pricing tr td {
	text-align: center;
}
#pricing tr td:first-of-type {
	text-align: left;
}
#pricing h4 {
	color: #333333;
	margin-top: 2px;
	margin-bottom: 5px;	
}
#pricing td.darkblue h4 {
	color: #ffffff;
}
td.darkblue {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #0d5091;
}
tr.lightblue {
	border-bottom: 1px solid black;
}
tr.lightblue td {
	background: #abc7e9;
}
tr.lightblue td h3 {
	color: #333333;
	margin-top: 2px;
	margin-bottom: 5px;	
}