html {
	background: url(../images/grad-x.jpg) repeat-x #020202;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 880px;
	margin: 0px auto;
}

#header {
	height: 325px;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
}

#header #logo {
	position: absolute;
	display: block;
	text-indent: -5000px;
	height: 40px;
	top: 45px;
	left: 33px;
	width: 320px;
}

#header #contact-header {
	position: absolute;
	display: block;
	text-indent: -5000px;
	height: 34px;
	top: 30px;
	right: 25px;
	width: 155px;
}

/* OLD STYLES START HERE */
.content {
	padding: 1px 25px 1px 25px;
	color: #6b6b6b;
	font-size: 12px;
	line-height: 19px;
	background: url(../images/content-y.jpg) repeat-y;
	overflow: hidden;
}

.content #inner-content {
	background: url(../images/maple-leaf.jpg) bottom right no-repeat;
}

.blue {
	color: #464b7c;
}



/* Footer */
#footer {
	margin: 0 0 8px 0;
	padding-top: 1px;
	background: url(../images/content-bottom.gif) top left no-repeat;
	overflow: hidden;
	text-align: center;
	color: #b8b4af;
}

#footer #links {
	float: left;
	margin: 10px 0 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;	
}

#footer #links a {
	color: #b8b4af;
	text-decoration: none;
	padding: 0 5px;
}

#footer #links a:hover {
	color: #eee59a;
}

#footer #copyright {
	float: right;
	margin: 13px 6px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .69em;	
	line-height: 30px;
}

#footer #leaf {
	float: right;
	margin: 15px 10px 0 0;
}

#footer #icons {
	margin: 20px 0 0 0;
}

.content p {
	margin: 0 0 15px 0;
}

/* HEADINGS */
h1 {
	font-size: 16px;
	color: #464b7c;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #dbe3e5;
}

h1 span {
	font-size: 14px;
	color: #436275;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #464b7c;
	font-weight: bold;
	margin: 8px 0 8px 0;
}

h3 {
color:#042C46;
font-family:"Times New Roman",Times,serif;
font-size:1.50em;
margin-bottom:10px;
color:#0075D2;
}

h4 {
color:#042C46;
font-family:"Times New Roman",Times,serif;
font-size:1.30em;
margin-bottom: 4px;
color:#0075D2;
}

h1 strong, h2 strong, h3 strong {
	/* color:#FA4B06; */
}

.fright {
	float: right;
}

.drop {

	padding-left: 3px;
	float:left;
	color:#D4D4C7;
	font-size:55px;line-height:35px;padding-top:0px;padding-right:4px;font-family: times,Georgia;
	
}


strong, b {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* testimonials */
p.testimonial-text {

	line-height: 17px;
	text-indent: -0.3em; 
	margin-bottom: 5px;
}

p.testimonial-author {
	text-align: right;
	margin-top:0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d9d9d9;
	color: #424242;
}

.content a {
	text-decoration: none;
	color: #2828c8;

}

.content a:hover {
	text-decoration: underline;
}

.small {
	font-size: 10px;
	line-height: 15px;
}

hr {
	border:none;
	border-bottom: 1px solid #DBE3E5;
	background-color: white;
	color: white;
	height: 1px;
	outline: none;
	margin: 10px 0px 20px 0px;
}


/* pricing table */
table.pricing {
	border-collapse: collapse;
	border: 1px solid #3B426E;
}

table.pricing th {
	background-color:#3B426E;
	text-align: center;
	padding: 3px 8px;
	background: url(../images/grad.jpg) repeat-x;
	color: white;
	border: 1px solid #8E91A2;
	font-weight: bold;
	letter-spacing: 1px;

}

table.pricing td {
	border: 1px solid #3B426E;
	padding: 2px 8px;
}

/* CONTACT US */
.errorMsg {
	font-weight: bold; 
	color: red;
	padding-left:40px;
	background: url(../images/x.gif) 18px 3px no-repeat;
}

input.styled {
	width: 155px;
	height: 16px;
	background: url(../images/input.jpg) no-repeat;
	outline: none;
	border:none;
	padding: 4px;
}

textarea.styled {
	width: 344px;
	height: 111px;
	border: none;
	padding:5px;
	background: url(../images/text-area.jpg) no-repeat;
}

label {
	color: #464b7c;
}

input#submit {
	width: 86px;
	height: 28px;
	background: url(../images/send-bg.jpg) no-repeat;
	outline: none!important;
	border:none;
	overflow: hidden;
	cursor: pointer;
	margin:0; padding:0;
}

input#submit:hover {
	background-position: 0 -28px;
}

h1.success {
	font-size: 16px;
	color: #3d9944;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding: 0 0 6px 0;
	border:none;
}

h1 span {
	font-size: 14px;
	color: #436275;
	font-weight: normal;
}