@charset "UTF-8";
/* CSS Document */

body {
	background-color: #3e4089;
	margin: 0px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	/*text-align: center; */
	background-color: #3e4089;
}

/* STARTS NAVIGATION */
#navcontainer
{
	width: 900px;
	margin: 0px auto;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#navlist
{
	list-style: none;
}

ul#navlist li
{
	display: block;
	float: right;
	margin: 15px 2px 4px auto;
}

ul#navlist li a
{
	font-size: 11px;
	background-color: #3e4089;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-radius: 7px;
	padding: 2px 10px;
	text-decoration: none;
}

ul#navlist li a:hover
{
	font-size: 11px;
	background-color: #e4c144;
	color: #000;
	font-weight: bold;
	-moz-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-radius: 7px;
	padding: 2px 10px;
	text-decoration: none;
}
/* ENDS NAVIGATION */


/* CURVES */
.curves {
	width: 960px;
	height: 25px;
	margin: 0px auto;
}


/* BIG CONTAINER */
.container {
	width: 960px;
	/*
	-moz-border-radius: 30px; 
	-moz-border-radius: 30px;
	border-radius: 30px;
	border-radius: 30px;
	*/
	margin: 0px auto; 
	background-color: #ffffff;
	overflow: hidden;
	text-align: left;
	vertical-align: top; /* added while struggling with facebook and feature blocks */
	
}

.mainContent {
	width: 720px;
	margin: 0px 15px 20px 15px; 
	float: left;
}

.sidebar {
	width: 198px;
	float: left;
	margin-left: none;
	margin-right: 12px;
}

.feature {
	width: 700px;
	margin: 20px 20px 0px 0px;
	/*border: 1px solid #ebebeb; */
	float: left;
}


/*
.feature1 {
	width: 348px;
	margin: 20px 20px 0px 0px;
	border: 1px solid #ebebeb;
	float: left;
}

.feature2 {
	width: 348px;
	margin: 20px 0px 20px 0px;
	padding-top: 10px;
	border: 1px solid #ebebeb;
	float: right;
}
*/


.phone
{
  background-color: #ebebeb;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 10px 0px;
  text-align: center;
}

.side-gold
{
  background-color: #f0d36d;
  margin-top: none;
  margin-bottom: 5px;
  padding: 10px 0px;
}

.side-white
{
  background-color: #ffffff;
  width: 176px;
  margin-top: none;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ebebeb;
}



.footer {
	width: 960px;
	margin:30px auto 0px auto;
	font-size: 11px;
	text-align:center;	
}

.content 
{
	padding: none; /* CHANGED AFTER ADDING TOP CURVES GIF */
}

p, h1, h2, h3, h4, h5, h6, table
{
	margin-top: 0; 
	padding-right: 15px; 
	padding-left: 15px; 
}

ul, ol, dl 
{
	padding: 0; margin: 0;
}

p, li, blockquote
{ 
	font-size: 12px; 
	line-height: 130%; 
}

tr, td
{
	font-size:12px;
	border: 1px solid #ebebeb;
}

h1 
{
	margin: 0.67em 0; 	
	font-size: 20px; 
	color: #000000;

}

h2 
{
	margin: 0.8em 0;
	font-size: 18px;
	color: #5e675b;
}

h3 
{
	margin: 0.28em 0;
	font-size: 16px;
	color: #e94b1c;
}

h4 
{
	margin: 0.3em 0;
	font-size: 14px;
	color: #000000;
}

h5 
{
	margin: 0.3em 0;
	font-size: 14px; 
	color: #e94b1c;
}

h6 
{
	margin: 2.33em 0;
	font-size: 14px;
	color: #666F62;
}

a 
{
	color: #5D60B6; 
}

a:hover
{
	color: #5e675b;
}

a:visited
{
	color: #53675b;
}

a:link
{
	color: #3e4089;
}

a:hover
{
	color: #e84b1d;
	}

a:visited
{
	color: #3e4089;
}

a:hover, a:active, a:focus, a:visited 	
{
	text-decoration: none;
}

a img 
{
	border: none;
}

.gray {
	color: #ebebeb;
}
.orange {
	color: #e94b1c;
}
.purple {
	color: #3e4089;
}
.gold {
	color: #e4c144;
}

.data {
	border: 1px solid #ebebeb;
	padding: 2px;
}



.stepcarousel{
position: relative; /*leave this value alone*/
border: none;
overflow: hidden; 
width: 690px; 
height: 190px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
margin: 10px 0px 20px 10px; 
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; 
margin: 4px; 
width: 150px; 
font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 11px;
text-align: center;
}

/* START OLD CAROUSEL

.carousel-x-prev {
	width: 45px;
	height: 170px;
	float: left;
	text-align: right;
	padding-top: 70px;
	padding-right: 10px;
}

.carousel-x-next {
	width: 45px; 
	height: 170px;
	float: left;
	text-align: left;
	padding-top: 70px;
	padding-left: 10px; 
}


/*.carousel a.next {
	float: left; 
	display: block; 
	width: 90px;
	vertical-align: middle;
	margin-left: 5px;
}


.carousel-x
{
	width: 690px; 
	float: left;
	margin: 0px auto;
	text-align: center;
}

.carousel-x li {
	width: 150px;
	height: 170px;
	margin: 0px; 
	font-size: 10px;
}

/*
.carousel-text {
	width: 130px;
	height: 130px;
	overflow: hidden;
	background-color: #e4c144;
	-moz-border-radius: 12px; 
	-moz-border-radius: 12px;
	border-radius: 12px;
	border-radius: 12px;
	padding: 10px; 
}

END OLD CAROUSEL */

.blockquote {
	width: 250px;
	margin: 10px;
	padding: 10px;
	background-color: #ebebeb;
	border: 1px solid #c7c7c7;
	font-size: 13px;
}











/* ~~ miscellaneous float/clear classes ~~ */
.right {  /* the floated element must precede the element it should be next to on the page */
	float: right;
	margin-left: 15px;
}
.left { /* the floated element must precede the element it should be next to on the page */
	float: left;
	margin-right: 15px;
}
.clear { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


