.top-nav
{
	background-color: #00598d;
}

.button
{
	background: #00aeea; /* Old browsers */
	background: -moz-linear-gradient(top, #00aeea 0%, #0090df 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeea), color-stop(100%,#0090df)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00aeea 0%,#0090df 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00aeea 0%,#0090df 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00aeea 0%,#0090df 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00aeea 0%,#0090df 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeea', endColorstr='#0090df',GradientType=0 ); /* IE6-9 */
}

.button:hover
{
	background: #008fe8; /* Old browsers */
	background: -moz-linear-gradient(top,  #008fe8 0%, #0077d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fe8), color-stop(100%,#0077d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008fe8 0%,#0077d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008fe8 0%,#0077d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008fe8 0%,#0077d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008fe8 0%,#0077d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fe8', endColorstr='#0077d8',GradientType=0 ); /* IE6-9 */
	color: white;
	text-decoration: none;
}

.lower-gray
{
	background: #c4e7f7;
}

.testimonial-controls 
{
    background-image: url("images/bubbleCorner.png");
    background-position: right 0px;
    padding-right: 20px;
}

.testimonial-rotator
{
	background: #ace46f; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ace46f 0%, #79bf42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ace46f), color-stop(100%,#79bf42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ace46f 0%,#79bf42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ace46f 0%,#79bf42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ace46f 0%,#79bf42 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ace46f 0%,#79bf42 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ace46f', endColorstr='#79bf42',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.locations-widget-button
{
	background-image: url(images/locationIcon.png);
}

.email-widget
{
	background-image: url(images/emailIcon.png);
}

.vert-arrow
{
	background-image: url("images/ArrowsVertical.png");
}