/* Crowne Atlantic CSS */

body {
	background-color:#083b5f;
	margin:0px;
	padding:0px;
	border:0px;
}

#wrap {
	background-image:url(../images/bgpattern.gif);
	background-repeat:repeat-y;
	width:717px;
	margin:0px auto;
	border:0px;
	padding:0px;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:701px;
	height:88px;
	margin:0px auto;
	padding:0px;
	border:0px;
}

#header h1 {
	border:0px;
	margin:0px;
	padding:0px;
}

#navbar {
	background-image:url(../images/navbarBG.gif);
	background-repeat:no-repeat;
	width:701px;
	height:31px;
	border:0px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

#navbar ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
}

/* HOME Link */
.homeLink {
margin:0px;
float:left;
display:inline;
}

.homeLink a:link, .homeLink a:visited {
	background-image: url(../images/home.gif);
	background-repeat:no-repeat;
	display:block;
	width:86px;
	height:31px;
}

.homeLink a:hover, .homeLink a:active {
	background-image: url(../images/home_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:86px;
	height:31px;
}

.homeLink span {
	display:none;
}

/* About Link */
.aboutLink {
margin:0px;
float:left;
display:inline;
}

.aboutLink a:link, .aboutLink a:visited {
	background-image: url(../images/aboutus.gif);
	background-repeat:no-repeat;
	display:block;
	width:87px;
	height:31px;
}

.aboutLink a:hover, .aboutLink a:active {
	background-image: url(../images/aboutus_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:87px;
	height:31px;
}

.aboutLink span {
	display:none;
}

/* Buy Business Link */
.buyLink {
margin:0px;
float:left;
display:inline;
}

.buyLink a:link, .buyLink a:visited {
	background-image: url(../images/buybusiness.gif);
	background-repeat:no-repeat;
	display:block;
	width:124px;
	height:31px;
}

.buyLink a:hover, .buyLink a:active {
	background-image: url(../images/buybusiness_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:124px;
	height:31px;
}

.buyLink span {
	display:none;
}

/* Sell Business Link */
.sellLink {
margin:0px;
float:left;
display:inline;
}

.sellLink a:link, .sellLink a:visited {
	background-image: url(../images/sellbusiness.gif);
	background-repeat:no-repeat;
	display:block;
	width:129px;
	height:31px;
}

.sellLink a:hover, .sellLink a:active {
	background-image: url(../images/sellbusiness_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:129px;
	height:31px;
}

.sellLink span {
	display:none;
}

/* Resource Center Link */
.resourceLink {
margin:0px;
float:left;
display:inline;
}

.resourceLink a:link, .resourceLink a:visited {
	background-image: url(../images/resource.gif);
	background-repeat:no-repeat;
	display:block;
	width:149px;
	height:31px;
}

.resourceLink a:hover, .resourceLink a:active {
	background-image: url(../images/resource_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:149px;
	height:31px;
}

.resourceLink span {
	display:none;
}

/* Contact Us Link */
.contactLink {
margin:0px;
float:left;
display:inline;
}

.contactLink a:link, .contactLink a:visited {
	background-image: url(../images/contact.gif);
	background-repeat:no-repeat;
	display:block;
	width:126px;
	height:31px;
}

.contactLink a:hover, .contactLink a:active {
	background-image: url(../images/contact_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:126px;
	height:31px;
}

.contactLink span {
	display:none;
}


/* MID SECTION */
#mid {
	background-image: url(../images/midBG.gif);
	background-repeat:repeat-x;
	height:243px;
	width:701px;
	border:0px;
	margin:0px auto;
	padding:0px;
}

#leftBox {
	background-image: url(../images/leftmidBox.gif);
	background-repeat:no-repeat;
	float:left;
	display:block;
	width:233px;
	height:243px;
	border:0px;
	margin:0px;
	padding:0px;
}

#leftBox h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding: 23px 0px 0px 12px;
	margin:0px;
	border:0px;
}

#leftBox p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#ffffff;
	width:201px;
	line-height:15px;
	padding:2px 0px 0px 12px;
	margin:0px;
	border:0px;
}

#leftBox a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#leftBox a:hover {
	color:#feee03;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #feee03;
}

* html #leftBox a:hover {
	text-decoration:underline;
}

#centerBox {
	background-image: url(../images/centermidBox.gif);
	background-repeat:no-repeat;
	float:left;
	display:block;
	width:231px;
	height:243px;
	border:0px;
	margin:0px;
	padding:0px;
}

#centerBox h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding: 23px 0px 0px 12px;
	margin:0px;
	border:0px;
}

#centerBox p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#ffffff;
	width:201px;
	line-height:15px;
	padding:2px 0px 0px 12px;
	margin:0px;
	border:0px;
}

a.searchLink:link, a.searchLink:visited {
	background-image: url(../images/searchBtn.gif);
	background-repeat:no-repeat;
	display:block;
	width:124px;
	height:26px;
}

a.searchLink:hover, a.searchLink:active {
	background-image: url(../images/searchBtn_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:124px;
	height:26px;
}

.searchLink span {
	display:none;
}

#rightBox {
	background-image: url(../images/rightmidBox.gif);
	background-repeat:no-repeat;
	float:left;
	display:block;
	width:235px;
	height:243px;
	border:0px;
	margin:0px;
	padding:0px;
}

#rightBox h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding: 23px 0px 0px 12px;
	margin:0px;
	border:0px;
}

#rightBox p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#ffffff;
	width:201px;
	line-height:15px;
	padding:2px 0px 0px 12px;
	margin:0px;
	border:0px;
}

#rightBox a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#rightBox a:hover {
	color:#feee03;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #feee03;
}

a.noBorder {
	text-decoration:none;
	border-bottom:0px;
}
* html #rightBox a:hover {
	text-decoration:underline;
}

/* MAIN CONTENT AREA */
#main {
	background-image: url(../images/contentBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	width:701px;
	border:0px;
	margin:0px auto;
	padding:0px;
}

#leftContent {
	float:left;
	display:block;
	width:444px;
	margin:0px;
	border:0px;
	padding:0px;
}

#leftContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#666666;
	padding:12px 4px 0px 8px;
	margin:0px;
	border:0px;
}
#leftContent ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

#leftContent ul li {
	line-height:16px;
}

#leftContent ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

#leftContent ol li {
	line-height:16px;
}

#leftContent a {
	color:#06437b;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #06437b;
}

#leftContent a:hover {
	color:#24aaff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #24aaff;
}

.contentImg {
	padding:2px 5px 0px 5px;
	margin:0px;
	border:0px;
}


#rightContent {
	float:left;
	display:block;
	width:257px;
	margin:0px;
	border:0px;
	padding:0px;
}

#rightContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#06437b;
	padding:12px 0px 0px 0px;
	margin:0px;
	border:0px;
}

#rightContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#06437b;
	padding:5px;
	margin:0px;
}

#rightContent a {
	color:#24aaff;
	font-weight:bold;
	text-decoration:none;
}

#rightContent a:hover {
	color:#06437b;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #06437b;
}

#rightContent a.listingTitle {
	color:#feee03;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
	border-bottom:1px solid #feee03;
}

#rightContent a.listingTitle:hover {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
}
.rightContentImg {
	padding: 0px;
	margin:0px;
	border:0px;
}

.blueBack {
	background-color:#e1eef8;
	border-bottom:1px solid #a6defe;
}

.whiteBack {
	border-bottom:1px solid #a6defe;
}

.darkblueBack {
	background-color:#06437b;
	border-bottom:1px solid #a6defe;
}

#rightContent form {
	background-image: url(../images/mailingBox.gif);
	background-repeat:no-repeat;
	width:244px;
	height:66px;
	border:0px;
	padding:8px 0px 0px 12px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.txtBox {
	float:left;
	display:inline;
	margin:8px 7px 0px 0px
}

.submitBtn {
	float:left;
	display:inline;
	margin:8px 0px 0px 0px
}

#wideContent {
	width:701px;
	margin:0px;
	border:0px;
	padding:0px;
}

#wideContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#666666;
	padding:12px 4px 0px 8px;
	margin:0px;
	border:0px;
}
#wideContent ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

#wideContent ul li {
	line-height:16px;
}
#wideContent li a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

#wideContent li a:hover {
	color:#06437b;
	font-weight:bold;
	text-decoration:underline;
}

#wideContent p a {
	color:#24aaff;
	font-weight:bold;
	text-decoration:none;
}

#wideContent p a:hover {
	color:#06437b;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #06437b;
}

/* FOOTER */

#footertop {
	background-image:url(../images/footerTop.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:717px;
	height:9px;
	border:0px;
	margin:0px auto;
	padding:0px;
}

/** html #footertop {
	background-position:bottom;
}*/
#footerNav {
	background-image:url(../images/footerBG.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:717px;
	height:29px;
	border:0px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

#footerBottom {
	background-image:url(../images/footerBtm.gif);
	background-repeat:no-repeat;
	width:701px;
	height:10px;
	border:0px;
	margin:0px auto;
	padding:0px;
}

#footerNav ul{
	list-style-type:none;
	margin:0px 0px 0px 8px;
	padding:0px;
	border:0px;
	text-align:center;
}

.footerLeft {
	background-image: url(../images/footerLeft.gif);
	background-repeat:no-repeat;
	width:121px;
	height:29px;
	margin:0px;
	float:left;
	display:inline;
}



/*Site Map Link*/
.sitemapLink {
	margin:0px;
	float:left;
	display:inline;
}

.sitemapLink a:link, .sitemapLink a:visited {
	background-image: url(../images/sitemap.gif);
	background-repeat:no-repeat;
	display:block;
	width:78px;
	height:29px;
}

.sitemapLink a:hover, .sitemapLink a:active {
	background-image: url(../images/sitemap_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:78px;
	height:29px;
}

.sitemapLink span {
	display:none;
}


/*contact Us Bottom Link*/
.contactBtmLink {
	margin:0px;
	float:left;
	display:inline;
}

.contactBtmLink a:link, .contactBtmLink a:visited {
	background-image: url(../images/contactBtm.gif);
	background-repeat:no-repeat;
	display:block;
	width:116px;
	height:29px;
}

.contactBtmLink a:hover, .contactBtmLink a:active {
	background-image: url(../images/contactBtm_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:116px;
	height:29px;
}

.contactBtmLink span {
	display:none;
}

/*Privacy Policy Link*/
.privacyLink {
	margin:0px;
	float:left;
	display:inline;
}

.privacyLink a:link, .privacyLink a:visited {
	background-image: url(../images/privacy.gif);
	background-repeat:no-repeat;
	display:block;
	width:138px;
	height:29px;
}

.privacyLink a:hover, .privacyLink a:active {
	background-image: url(../images/privacy_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:138px;
	height:29px;
}

.privacyLink span {
	display:none;
}

/*Testimonials Link*/
.testimonialsLink {
	margin:0px;
	float:left;
	display:inline;
}

.testimonialsLink a:link, .testimonialsLink a:visited {
	background-image: url(../images/testimonials.gif);
	background-repeat:no-repeat;
	display:block;
	width:107px;
	height:29px;
}

.testimonialsLink a:hover, .testimonialsLink a:active {
	background-image: url(../images/testimonials_over.gif);
	background-repeat:no-repeat;
	display:block;
	width:107px;
	height:29px;
}

.testimonialsLink span {
	display:none;
}


/* BOTTOM OF THE PAGE TEXT AREA */

#btmTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#d7d7d7;
	text-align:center;
	margin:0px auto;
	padding:0px;
	border:0px;
	width:701px;
}

#btmTxt a.btmLink {
	font-size:11px;
	font-weight:normal;
	color:#d7d7d7;
	text-decoration:none;
}

#btmTxt a.btmLink:hover {
	font-size:11px;
	font-weight:normal;
	color:#d7d7d7;
	text-decoration:underline;
}

#btmTxt a {

	font-size:10px;
	font-weight:normal;
	color:#d7d7d7;
	text-decoration:none;
}

#btmTxt a:hover {

	font-size:10px;
	font-weight:normal;
	color:#d7d7d7;
	text-decoration:underline;
}

/*Contact Form CSS*/

.comments-section {
	text-align:center;
	float:left;
	padding:0px;
	margin:0px;
}

#leftContent .contactForm {
	text-align:right;
	padding:0px;
	margin:0px 80px 0px 0px;
	border:0px;
	line-height:16px;
}

#leftContent .contactForm input {
	width:200px;
	margin-bottom:5px;
}

.submit-btn {
	float:right;
	padding:5px 50px 0px 0px;
	border:0px;
	margin:0px;
	height:32px;
	width:71px;
}

#errors {
	text-align:center;
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
}
.errorstxt {
	font-weight:bold;
	color:red;
}


/* Font Styles */

.lgTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#06437b;
}

.lgTxt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#06437b;
}

.mdTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#06437b;
}

.mdTxt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#06437b;
}

.mdBlueTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#21acfd;
}

.mdGrayTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#666666;
}

.titleTxt {
	font-size:14px;
	font-weight:bold;
	color:#feee03;
}
.yellowTxt {
	color:#feee03;
}

.blueTxt {
	color:#21acfd;
}

.grayTxt {
	font-weight:normal;
	color:#666666;
}

.redTxt {
	font-size:14px;
	font-weight:bold;
	color:red;
}