body 	{ 
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #555; 
  	margin: 0 auto;
	background: #FFF url(../images/bg.jpg) top repeat-x;
	}
	
a:link 	{ 
	text-decoration: underline;
	color: #163ca8;
	}
	
a:visited { 
	text-decoration: underline;
	color: #163ca8;
	}
	
a:hover, a:active { 
	text-decoration: underline;
	color: #406def;
	}
	
#container {
	width: 1000px;
	height: 725px;
	min-height: 725px;
	margin: 0 auto;
	background: #FFF url(../images/body_bg.jpg) top center no-repeat;
	}
	
/* Header Styles --------------------------------------------------------------------------------------------- */	
	
#contact {
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	line-height: 1.2em;
	color: #FFF;
	text-align: right;
	padding: 13px 65px 0px 0px;
	}
	
#top-navigation {
	float: right;
	padding-right: 36px;
	}
	
#top-navigation ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	max-height: 30px;
	padding-top: 70px;
	}
	
#top-navigation ul li {
	list-style-type: none;
	display: inline;
	padding-left: 20px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#top-navigation ul li a {
	color: #131313;
	text-decoration: none;
	font-weight: bold;
	}
	
#top-navigation ul li a:hover {	
	color: #bb211a;
	text-decoration: none;
	font-weight: bold;
	}
	
#top-navigation ul li .current {	
	color: #bb211a;
	text-decoration: none;
	font-weight: bold;
	}	
	
/* Spotlight Styles --------------------------------------------------------------------------------------------- */	

#spotlight {
	width: 435px;
	padding-right: 35px;
/	padding-top: 20px;	
	float: right;
	}

#spotlight h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #ecefa6;
	padding-bottom: 10px;
	border-bottom: solid thin #163ca8;
	}
	
#spotlight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	}
	
/* Index-Tables Styles --------------------------------------------------------------------------------------------- */		

#table1{
	width: 276px;
	padding: 0px 44px 0px 42px;
	float: left;
	}
	
#table2{
	width: 276px;
	padding: 0px 30px 0px 0px;
	float: left;
	}
	
#table3{
	width: 274px;
	padding: 0px 28px 0px 18px;
	float: left;
	}	
	
#table1 h1, #table2 h1, #table3 h1, #full-table h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #4c6dca;
	padding-bottom: 3px;
	border-bottom: solid thin #CCC;
	}	

#table1 img, #table2 img, #table3 img {
	padding: 0px 7px 5px 0px;
	}

blockquote {
    padding: 10px;
    background: url(../images/quote_up.png) top left no-repeat;
	}
	
blockquote p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #233A8B;
	padding: 0px 20px 15px 20px;
	background: url(../images/quote_down.png) bottom right no-repeat;
	}

#full-table {
	width: 910px;
	margin: 0 auto;
	}
	
#full-table h2 {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #090;
	padding-bottom: 3px;
	border-bottom: solid thin #CCC;
	}	

#full-table i {
	color: #C00;
	text-decoration: underline;
	font-style: normal;
	}

.vipservices {
	list-style: decimal;
	}
	
.vipservices_list {
	padding-left: 29px;
	}
	
.vipservices_list li {
	list-style-image: url(../images/icon_checkmark.gif);
	padding-bottom: 7px;
	}

#vip_container table b {
	font-size: 14px;
	}


/* Content-Tables Styles --------------------------------------------------------------------------------------------- */		







/* Footer Styles --------------------------------------------------------------------------------------------- */	

#footer {
	padding: 42px;
	height: 134px;
	min-height: 134px;
	line-height: 1.8em;
	background: #FFF url(../images/footer_bg.jpg) bottom center no-repeat;
	}

#footer #left {
	width: 600px;
	float: left;
	}
	
#footer #right {
	width: 310px;
	text-align: right;
	float: left;
	}	
	
#footer a:link 	{ 
	text-decoration: none;
	color: #555;
	}
	
#footer a:visited { 
	text-decoration: none;
	color: #555;
	}
	
#footer a:hover, a:active { 
	text-decoration: none;
	color: #406def;
	}	