body, td {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333;
	line-height:18px;
}

h1 {
	font-size:40px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	margin:0 0 10px 0;
}

h2 {
    color: #18A8E5;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 25px;
}

h3 {
	font-size:22px;
    line-height: 26px;
	color:#18a8e5;
	font-weight:bold;
	margin:0 0 10px 0;
	font-style:italic;
	text-shadow:#000 0px -1px 0;
}

h4 {
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

a {
	color:#18a8e5;
	text-decoration:underline;
	-moz-transition-duration: 0.2s;
	-moz-transition-property: text-decoration, color;
	-o-transition-duration: 0.2s;
	-0-transition-property: text-decoration, color;
	-ms-transition-duration: 0.2s;
	-ms-transition-property: text-decoration, color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: text-decoration, color;
	transition-duration: 0.2s;
	transition-property: text-decoration, color;
}

a:hover {
	color:#fff;
	text-decoration:none;
	-moz-transition-duration: 0.2s;
	-moz-transition-property: text-decoration, color;
	-o-transition-duration: 0.2s;
	-0-transition-property: text-decoration, color;
	-ms-transition-duration: 0.2s;
	-ms-transition-property: text-decoration, color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: text-decoration, color;
	transition-duration: 0.2s;
	transition-property: text-decoration, color;
}

hr {
	margin: 20px 0;
	height: 1px;
	border: none;
	border-top: 1px solid #333;
	color: #333;
}

/* testimonials */

.quoteWrapper {
	background:url(/images/buttons/small-quote.png) top left no-repeat;
	padding: 33px 30px 0 33px;
	font-style:italic;
}

.quoteName {
	text-align:right;
	border-top:#333 1px dotted;
	color:#18A8E5;
	font-size:14px;
	margin: 0 20px 18px 0 !important;
	font-style: normal;
	padding:5px;
	font-weight:bold;
}


/* Custom Styles for dropdown */

.textHighlight {
	font-weight:bold;
	color:#999999;
}

.textHighlight2 {
	font-weight:bold;
	color:#006600;
}

