/* CSS Document */

*{
	padding:0px;
	margin:0px;
	}
	
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background:url(../images/body_rpt.jpg) repeat-x;*/
	background:#e4eef8;
	}
	
h1{
	font-size:21px;
	padding-bottom:10px;
	} 
	
p{
	padding-bottom:10px;
	line-height:16px;
	}
	
.shadowContainer{
	background:url(http://visitraleigh.com/images/shadow.jpg) repeat-y;
	width:1007px;
	margin:0 auto;
	}	
	
.container{
	background:url(http://visitraleigh.com/images/background_rpt.jpg) repeat-x #DAEAF7;
	}
	
.clearFloat{
	clear:both;
	}
	
/*header styles begin*/

.header{
	background:url(http://visitraleigh.com/images/menu_rpt_glbt.jpg) repeat-x;
	height:38px;
	}
	
.nav_{
	height:35px;
	width:700px;/*700 originally */
	border-right:dashed #cccccc 1px;
	float:left;
	}

div.nav{
	height:38px;
	width:700px;/*700 originally */
	border-right:dashed #cccccc 1px;
	float:left;
	}
a.mainLink{
	display:block;
	color:#fff;
	font-weight:700;
	font-size:11px;
	float:left;
	border-right:dashed #cccccc 1px;
	text-decoration:none;
	text-align:center;
	padding:10px 13px 0 14px;
	height:28px;/*original height 38px*/
	}
	
a.mainLink:hover{
	background:#009900;
	color:#000;
	}
	
a.lastlink{
	border-right:none;
	padding:10px 13px 0 12px;
	}
	
.search{
	float:right;
	height:28px;
	padding:7px 10px 0 20px;
	}
	
.searchTbl td{
	padding:0 5px;
	}

/*header styles end*/

/*left side begins*/

.leftSide{
	width:700px;
	border-right:dashed #cccccc 1px;
	float:left;
	padding:15px 0 0 0;
	}
	
.logo{
	padding-bottom:30px;
	padding-left:20px;
	}
	
.logo_home{
	padding-bottom:30px;
	padding-left:35px;
	height:90px;
	position:relative;
	}
	
.sideNav{
	float:left;
	width:150px;
	padding-left:60px;
	}
	
.sideNav ul{
	list-style:none;
	margin-left:15px;
	margin-top:-5px;
	padding-bottom:4px;
	margin-bottom:4px;
	}
.sideNav li{
	line-height:100%;
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
.sideNav a{
	text-decoration:none;
	color:#007CBE;
	font-size:11px;
	font-weight:700;
	}
	
.lev1{

	}
	
.lev2 a{
	color:#66CC33;
	}
	
.middleColumn{
	float:right;
	width:460px;
	padding-right:5px;
	}
.middleColumn blockquote{
	padding-left:15px;
	margin-left:15px;
}
.middleColumn ul{
	padding-left:15px;
	margin-left:25px;
}
/*left side ends*/

/*right side begins*/

.rightSide{
	width:267px;/*original width 243px*/
	padding:15px 0 0 0;
	float:left;
	}
	
.innerRightWrap{
	border-bottom:dashed #cccccc 1px;
	margin:35px 0 0 30px;
	}
	
.quickLinksTbl{
	margin:20px 0 0 30px;
	}
	
.quickLinksTbl a{
	text-decoration:none;
	font-size:11px;
	font-weight:700;
	color:#007CBE;
	}

.quickLinksTbl td{
	padding:5px;
	
	}

.gallery{
	width:405px;
	margin:0 auto;
	}
	
.galleryTbl{
	width:398px;
	margin-bottom:20px;
	}
	
	
/*right side ends*/

/*light blue bar*/

.blue_bar{
	height:20px;
	background:#9BC7E9;
	clear:both;
	}
	
.blue_bar_left{
	padding-top:3px;
	text-align: center;
	width:700px;
	height:20px;
	float:left;
	color:#fff;
	font-weight:700;
	font-size:11px;
	}
	
.blue_bar_right{
	padding:0px 10px 0 35px;
	float:left;
	color:#fff;
	font-weight:700;
	font-size:11px;
	}
	
/*light blue bar*/

/*light dark blue bar*/

.darkblue_bar{
	height:20px;
	background:#0077BD;
	clear:both;
	}
	
.darkblue_bar_left{
	padding-top:3px;
	text-align: center;
	width:1007;
	height:20px;
	color:#fff;
	font-weight:700;
	font-size:11px;
	}
	
/*light dark blue bar*/

/*footer begins*/

.footer{
	height:50px;
	background:#53bf47;
	}
	
.footerLeft{
	width:690px;
	padding:5px 5px;
	height:40px;
	border-right:dashed #cccccc 1px;
	float:left;
	font-size:9px;
	color:#fff;
	text-align:center;

	}
	
.footerRight{
	padding:15px 0 0 35px;
	float:left;
	color:#fff;
	font-weight:700;
	font-size:11px;
	}
.footerRight a{
	color:#fff;
	font-weight:700;
	font-size:11px;
	text-decoration: none;
	}
.footerRight a:hover{
	text-decoration: underline;
}
/*footer ends*/

.linkList a{
	text-decoration:none;
	color:#007CBE;
	font-size:11px;
	font-weight:700;
	background:url(http://visitraleigh.com/images/arrow_whitemat.gif) no-repeat;
	padding-left:10px;
	}
	
/*image positions for home page begins*/

.img_row{
	position:relative;
	height:210px;
	}

.img_1{
	position:absolute;
	top:0px;
	left:320px;
	}
	
.img_2{
	position:absolute;
	top:58px;
	left:440px;
	}
	
.img_3{
	position:absolute;
	top:40px;
	left:30px;
	}
	
.img_4{
	position:absolute;
	top:0px;
	left:210px;
	}

.img_5{
	position:absolute;
	top:110px;
	left:90px;
	}
	
.img_6{
	position:absolute;
	top:110px;
	left:450px;
	}

.img_7{
	position:absolute;
	top:110px;
	left:510px;
	}

.img_8{
	position:absolute;
	top:40px;
	left:560px;
	}
	
.img_9{
	position:absolute;
	top:20px;
	left:30px;
	}
	
.img_10{
	position:absolute;
	top:70px;
	left:140px;
	}
	
.img_11{
	position:absolute;
	top:140px;
	left:210px;
	}
	
.img_12{
	position:absolute;
	top:20px;
	left:320px;
	}

/*image positions for home page begins*/

.wrap{
	width:1002px;
	}

.thumb{
	width:66px;
	height:67px;
	padding:0px;
	}
	
/*
*
*
*
NEW content
*
*
*
*/
a{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
p{
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

p.message{
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 15 0px;
	font-size:16px;
}

 p.message b{

}

 hr{

}

div.labels_head
{
	width: 100%;
	background-color:#e0e0e0;
	padding-bottom:3px;
}

table.login
{
	font-weight:normal
}
table.login td
{
	padding-bottom:15px;
}
table.login input
{
	font-size:14px;
}

H1{
	color: #007CBE;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	margin: 0px 0px 10px;
	padding: 0px;
	letter-spacing: -2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

H2{
	color: #2B2B2B;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	margin: 0px 0px 10px;
	padding: 0px;
	letter-spacing: -1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
img{
	border: 1px solid #666666;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
}
#img_logo {
	border:0;
	padding:0px;
	margin:0px;
}
#COPY-RIGHT-CELL {
	vertical-align: top;
	text-align: left;
	width: 178px;
}
th{
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.error {
  color: red;
}
.formfield-quest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 90px;
	height: 16px;
	background-image: url(images/display.php?id=3517);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0px 5px 0px 0px;
	border: 1px solid #999999;
}
.formfield-button {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 55px;
	height: 21px;
	background-image: url(images/display.php?id=3517);
	background-repeat: repeat-x;
	background-position: center;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-bottom: 4px;
	color: #666666;
	font-weight: bold;
}



#COPY-RIGHT-LEVEL2 {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-bottom: 15px;
}
#COPY-RIGHT-LEVEL2 img{
	border: none;
	padding: 0px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#COPY-RIGHT-LEVEL2 em{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A783E;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -1.5px;
}
#COPY-RIGHT-LEVEL2 a{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#COPY-RIGHT-LEVEL2 a:hover{
	text-decoration: underline;
}
#BOTTOM-LEVEL3 {
	background-color: #4E9FB4;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #285F6F;
	height: 68px;
	background-image: url(images/display.php?id=3518);
	background-repeat: no-repeat;
	background-position: center;
}
#BOTTOM-LEVEL3 th{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #092A38;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
#BOTTOM-LEVEL3-CELL{
	text-align: center;
}
#BOTTOM-LEVEL3-PROMO{
	color: #FFFFFF;
	/*background-color: #1F6780;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	text-align: center;
	/*border: 1px solid #0E465D;*/
}
#BOTTOM-LEVEL3-PROMO a{
	color:#007CBE;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:700;
}
#BOTTOM-LEVEL3-PROMO img{
	font-size: 11px;
	/*margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E465D;
	*/
}
#FOOTER {
	background-color: #001F0B;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #001F0B;
	height: 65px;
	background-image: url(images/display.php?id=3519);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 770px;
}
#FOOTER th{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #2E674A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
}
#FOOTER a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -0.75px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#FOOTER p{
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#level1 {
	color: #003300;
	padding: 0px;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #A9CBFE;
}
#level1 a{
	color: #003300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #A9CBFE;
	font-weight: bold;
}
#level1 img{
	border: none;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;


}
#level1 H3{
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #A9CBFE;
	font-weight: bold;
}
#level2 {
	color: #666666;
	padding: 0px;
	width: 135px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#level2 a{
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#level2_event {
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#level2_event a{
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


div.coupons-table * {
	font-size: 11px;
}

/* ---------- NIMBUS STYLES */

.hdrBlack14Bold {	color: #2B2B2B;
			font-weight: bold;
			text-decoration: none;
			font-size: 24px;
			margin: 0px 0px 10px;
			padding: 0px;
			letter-spacing: -2px;
			font-family: Geneva, Arial, Helvetica, sans-serif; }
			
.greyDark12 { 	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333; }
.greyDark10 { 	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333; }

.formfield-MemberSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0px 5px 0px 0px;
}
#eventSearch_results
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td .eventSearch_date
{
	background-color: #a2cb9f;
	font-weight: bold;
}

td .eventSearch_title
{
	background-color: #dedfef;
	font-weight: bold;
}

td .eventSearch_summary
{
}
/*
blockquote{
	margin: 0px;
	padding: 3px 0px 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #52A3B6;
	background-image: url(images/display.php?id=3516);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0C3D53;
	background-position: left;
	line-height: 16px;
}
*/
/* ---------- NIMBUS STYLES */



/*** hotel_meeting_search.php pages ****/
div.hotelmeeting_content a
{
    font-size: 9px;
}

div.hotelmeeting_details
{
    border: 1px solid #999999;
    padding: 5px;
    margin: 5px 0px;
}

div.hotelmeeting_content h2
{
    display: block;
    padding: 2px;
    margin: 10px 0px 2px 0px;
    color: #FFFFFF;
	background-color: #2B2B2B;
	letter-spacing: 0px;
}


div.hotelmeeting_details h1
{
	color: #2B2B2B;
	font-size: 16px;
	letter-spacing: 0px;
}

div.hotelmeeting_details h2
{
	letter-spacing: 0px;
	font-size: 14px;
	text-decoration: underline;
    margin: 2px 0px;
    color: #000000;
	background-color: transparent;
}

div.hotelmeeting_details table.hotelmeeting_rooms
{
    border: border-collapse;
    border: 1px solid #CCCCCC;
}

div.hotelmeeting_details table.hotelmeeting_rooms th
{
    font-size: 8px;
    border: 1px solid #CCCCCC;
}

div.hotelmeeting_details table.hotelmeeting_rooms td
{
    font-size: 8px;
    border: 1px solid #CCCCCC;
}

div.hotelmeeting_details table.hotelmeeting_rooms tr.odd
{
    background-color: #F0F0F0;
}

div.hotelmeeting_details table.hotelmeeting_rooms td.capacity
{
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	text-align: center;
}

/* main_pic image on main subpages in each section */
.main_pic {
	border:0px;
	
	
}
.back_box {
	border:2px solid red;
	width:424px;
	height:300px;
	align:center;
}
.b1, .b2, .b3, .b4{font-size:2px; overflow:hidden; display:block;}
.b1 {height:2px; background:#9FC9EA; margin:0 0px;}
.b2 {height:2px; background:#inherit; border-right:3px solid #9FC9EA; border-left:3px solid #9FC9EA; margin:0 0px;}
.b3 {height:2px; background:#inherit; border-right:2px solid #9FC9EA; border-left:2px solid #9FC9EA; margin:0 0px;}
.b4 {height:3px; background:#inherit; border-right:2px solid #9FC9EA; border-left:2px solid #9FC9EA; margin:0 0px;}
.contentb {background: #inherit; border-right:2px solid #9FC9EA; border-left:2px solid #9FC9EA;}
.contentb div {
	margin-left: 0px;
}
.quickLinks {
	padding-bottom:20px;
	margin-bottom:20px;
}
