html,body {
	width: 100%;
	background-color: #181B20;
	background-image: url('../images/bot-link-bg.gif');
	text-align: left;
	font: 13px Trebuchet MS, Arial, Verdana, Tahoma, Helvetica, Sans-serif;
	font-weight: normal;
	line-height: 23px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.flags {
	z-index: 1000;
	clear: all;
	position:absolute; top:0px; right: 0px;
	border: 0px 0px 0px 0px;
	margin: 24px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.flags img {
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.flagContainer {
	width: 100%;
	height: 25px;
	background-image: url('../images/flag-container-bg.gif');
	background-color: #000;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.flagContent {
	width: 775px;
	height: 25px;
	border: 0px 0px 0px 0px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

.flagContent div {
	float: right;
}


img {
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
}


a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}




#headerContainer {
	clear: all;
	width: 100%;
	height: 83px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000;
	background-image: url('../images/top-bar.gif');
}

#header {
	clear: all;
	width: 775px;
	height: 83px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

#logo {
	position: relative; left: 0px; top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.telNo {
	position: relative; left: 0px; top: 20px;
	float: right;
	text-align: right;
	font-size: 18px;
	color : #A1A3A4;
	font-weight: normal;
}

.telNoNumber {
	color : #fff;
}

#topNavContainer {
	clear: all;
	width: 100%;
	height: 32px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000;
	background-image: url('../images/top-nav.gif');
}

#topNav {
	clear: all;
	width: 778px;
	height: 32px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

#homeSplashContainer {
	clear: all;
	width: 100%;
	height: 135px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px ;
	background-color: #3964AE;
	background-image: url('../images/home-splash.gif');
}

#homeSplash {
	clear: all;
	width: 775px;
	height: 135px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

#scrollAreaContainer {
	clear: all;
	width: 100%;
	height: 210px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #484A4C;
	background-color: #181B20;
}

#scrollArea {
	clear: all;
	width: 775px;
	/* width: 847px;*/
	height: 210px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background-image: url('../images/scroll-area-bg.gif'); background-position: top right; background-repeat: no-repeat;
}


#scrollAreaContainer2 {
	clear: all;
	width: 100%;
	height: 210px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #484A4C;
	background-color: #181B20;
}

#scrollArea2 {
	clear: all;
	width: 802px;
	/* width: 847px;*/
	height: 210px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background-image: url('../images/scroll-area-bg-new.gif'); background-position: top right; background-repeat: no-repeat;
}



.bluebold {
	color : #20588A;
	font-weight: bold;
}

#contentContainer {
	clear: all;
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	background-color: #181B20;
	background-image: url('../images/content-bg.gif'); background-position: top center; background-repeat: no-repeat;
}



#contentContainer.leveldownBg {
	background-image: url('../images/leveldown-content-bg.gif'); background-position: top center; background-repeat: no-repeat;
}

#contentContainer.lendingBg {
	background-image: url('../images/lending-content-bg.gif'); background-position: top center; background-repeat: no-repeat;
}

#contentContainer.insureBg {
	background-image: url('../images/insure-content-bg.gif'); background-position: top center; background-repeat: no-repeat;
}

#contentContainer.adBg {
	background-image: url('../images/ad-content-bg.gif'); background-position: top center; background-repeat: no-repeat;
}

#contentContainer.contentSecBg {
	background-image: url('../images/content-content-bg.gif'); background-position: top center; background-repeat: no-repeat;
}


#content {
	clear: both;
	width: 775px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	border: 0px;
	background-color: transparent;
}

#contentFullscreen {
	float: left;
   height: auto;
   margin: 0px;
   padding: 0px;
   border: 0px;
   background-color: transparent;
}

#contentLeft {
	z-index: 1000;
	width: 486px;
	float: left;
   height: auto;
   margin: 0px;
   padding: 0px;
   border: 0px;
   background-color: transparent;
}

#rightLinkContainer {
	float: right;
	width: 252px;
	font-size: 12px;
	color : #fff;
	font-weight: normal;
	line-height: 16px;
   margin-right: 2px;
   padding: 0px;
   border: 0px;
	background: transparent;
}

.subNav {
   margin: 0px 0px 23px 0px;
   padding: 0px 0px 0px 0px;
   border: 0px 0px 0px 0px;
}

.subNav  a 	        {  letter-spacing: 3px; background-image: url('../images/subnav-bullet.gif');  background-repeat: no-repeat; font: 11px Trebuchet MS, Verdana, Helvetica, Sans-serif; display: block; height: 20px; background-repeat: no-repeat; padding: 7px 0px 0px 30px; border-bottom: 1px solid #57595D; font-weight: normal; text-decoration: none; color: #8C8C8C; }
.subNav  a:visited   {  color: #8C8C8C; text-decoration: none;  }
.subNav  a:active    {  color: #8C8C8C; text-decoration: none;  }
.subNav  a:hover	    {  color: #eee; background-image: url('../images/subnav-bullets-on.gif');  background-repeat: no-repeat; text-decoration: none; background-color: #21242A; }

.subNav  .activated    { background-color: #21242A; color: #fff; background-image: url('../images/subnav-bullets-on.gif');  background-repeat: no-repeat; }

#rightLinkContainer img {
	display: block;
   margin-bottom: 14px;
}



h1 {
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
   margin: 10px 0px 20px 0px;
   border: 0px;
   padding: 0px;
}

.subheader {
	color: #43B3E8;
}

h2 {
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	color: #43B3E8;
   margin: 0px 0px 20px 0px;
   border: 0px;
   padding: 0px;
}

h3 {
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color: #9A9A9A;
   margin: 0px 0px 20px 0px;
   border: 0px;
   padding: 0px;
}

h4 {
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #43B3E8;
   margin: 0px 0px 8px 0px;
   border: 0px;
   padding: 0px;
}

p {
	display: block;
   margin: 0px 0px 20px 0px;
   border: 0px;
   padding: 0px;
}


.bullets ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
}

.bullets li {
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	font-weight: regular;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	padding-left: 29px;  /* space for the image */
	padding-top: 3px;  /* space for the image */
	padding-bottom: 13px;  /* space for the image */
}

li .dscrip {
	color: #A9A9A9;
}

.bulletsSml ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
}

.bulletsSml li {
	text-align: left;
	line-height: 18px;
	font-size: 12px;
	color: #BBE2FF;
	font-weight: regular;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	padding-left: 29px;  /* space for the image */
	padding-top: 3px;  /* space for the image */
	padding-bottom: 13px;  /* space for the image */
}



#sitelinkContainer {
	z-index: 1001;
	clear: all;
	width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #484A4C;
	background: #2D2E31;
	background-image: url('../images/bot-link-bg.gif');
}


#sitelink {
	width: 775px;
    margin: 0px auto;
    padding: 20px 0px 10px 0px;
    border: 0px;
    background: transparent;
}

.sitelink-col {
	float: left;
	width: 240px;
	height: auto;
	text-align: left;
	font-size: 12px;
	color : #fff;
	font-weight: normal;
   margin: 0px;
   padding: 0px;
   border: 0px;
}

.sitelink-col h1 {
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 6px;
	color : #eee;
	font-weight: normal;
   margin: 0px 0px 5px 0px;
   padding: 0px 0px 6px 0px;
   border-bottom: 1px solid #57595D;
}

.footerInfo {
	letter-spacing: 3px; font: 11px Trebuchet MS, Verdana, Helvetica, Sans-serif; display: block; height: 20px;
	background-repeat: no-repeat; padding: 7px 0px 0px 6px; border-bottom: 1px solid #57595D; font-weight: normal; text-decoration: none; color: #8C8C8C;
}

.footerInfo:hover {
	color: #eee; text-decoration: none; background-color: #1C1D1E;
}


/*
.sitelink-col  a 	        {  letter-spacing: 3px; font: 11px Trebuchet MS, Verdana, Helvetica, Sans-serif; display: block; height: 20px; background-repeat: no-repeat; padding: 7px 0px 0px 6px; border-bottom: 1px solid #57595D; font-weight: normal; text-decoration: none; color: #8C8C8C; }
.sitelink-col  a:visited   {  color: #8C8C8C; text-decoration: none;  }
.sitelink-col  a:active    {  color: #8C8C8C; text-decoration: none;  }
.sitelink-col  a:hover	    {  color: #eee; text-decoration: none; background-color: #1C1D1E; }
*/

.sitelink-col table {
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: 0px;
}

.sitelink-col td {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border: 0px;
}

.sitelink-col td.firstName {
	padding: 0px 2px 0px 0px;
	margin: 0px;
	border: 0px;
}

.sitelink-col td.secName {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	border: 0px;
}

input.button {
	height: 27px;
	color: #222;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 10px;
	border-top: 2px solid #5175B5;
	border-right: 2px solid #234684;
	border-bottom: 2px solid #234684;
	border-left: 2px solid #5175B5;
	background: #345B9F;
	cursor: pointer;
}

input.text:focus, textarea:focus {
	border-color: #4F7EDD;
}

input.text {
	width: 100%;
	height: 20px;
	padding: 5px 0px 0px 3px;
	text-align: left;
	border: 1px solid #666;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 11px;
	background-color: #2d2d2d;
}




#footerContainer {
	clear: all;
	width: 100%;
	height: 100px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px ;
	background: transparent;
/*	background-image: url('../images/bot-link-bg.gif');
	background-color: #3964AE;
	background-image: url('../images/footer.gif');
*/
}

#footer {
	clear: all;
	width: 775px;
	text-align: left;
	color: #949494;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	border: 0px;
}

a 	          {  font: 12px Trebuchet MS, Verdana, Helvetica, Sans-serif; text-decoration: underline; color: #43B3E8; }
a:visited   {  color: #43B3E8; text-decoration: none;  }
a:active    {  color: #43B3E8; text-decoration: none;  }
a:hover	  {  color: #43B3E8; text-decoration: none;  }


#footer a 	          {  font: 12px Trebuchet MS, Verdana, Helvetica, Sans-serif; line-height: 20px; text-decoration: none; color: #fff; padding: 0px 5px 0px 5px; }
#footer a:visited   {  color: #fff; text-decoration: none;  }
#footer a:active    {  color: #fff; text-decoration: none;  }
#footer a:hover	  {  color: #fff; text-decoration: underline;  }


a.butStyle	          {  font: 14px Trebuchet MS, Verdana, Helvetica, Sans-serif; text-decoration: none; color: #222; font-weight: bold;
											margin-top: 5px;
											padding: 2px 15px;
											border-top: 2px solid #5175B5;
											border-right: 2px solid #234684;
											border-bottom: 2px solid #234684;
											border-left: 2px solid #5175B5;
											background: #345B9F;
											cursor: pointer;
}
a.butStyle:visited   {  color: #222; text-decoration: none;  }
a.butStyle:active    {  color: #222; text-decoration: none;  }
a.butStyle:hover	  {  color: #222; text-decoration: none;  }




#kwickContainer {
	width: 893px;
	margin: 0px auto;
	background: #345B9F;
}

#kwick {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#kwick .kwicks {
	display: block;
	height: 100px;
	background: #fff url(../images/slide/profile.jpg) top right no-repeat;

}

#kwick ul {
	list-style: none;
}


#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	width: 180px;
	height: 80px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid #181B20;
}

#kwick .kwick span {
	display: none;
}

#kwick .friends {
	background: #fff url(../images/slide/friends.jpg);
}

#kwick .location {
	background: #fff url(../images/slide/locations.jpg);
}

#kwick .eve {
	background: #fff url(../images/slide/events.jpg);
}

#kwick .prof {
	background: #fff url(../images/slide/profile.jpg);
	border-right: 0px;
}

































