/* CSS Document */
* { margin:0; padding:0;}
body {
	color: #666666;
	background-image: url(/images/build/pageBg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrap {
	width:926px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 31px;
	padding-bottom: 40px;
	padding-left: 31px;
}

a {  text-decoration:none}
a:hover { text-decoration:underline;}

img, a, object { outline:none; border:none; }

.empty, hr {
	height: 1px;
	clear: both;
	line-height: 1px;
	font-size: 1px;
	margin-top: 0;
	margin-bottom: -1px;
	width: 100%;
}
hr { border:none; color:#FFFFFF; margin-bottom: 10px; }

#breadCrumbs { 	background-image: url(../images/build/dottedHorizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom; }
#breadCrumbs p {
	font-size:98%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
}

/***** MAIN NAVIGATION *****/

#navBar {
	background-image: url(../images/build/dottedHorizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	margin-bottom: 15px;
}
#navBarEnd {
	background-image: url(../images/build/dottedHorizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 5px;
	clear: both;
	line-height: 8px;
	font-size: 1px;
	margin-top: 0px;
	margin-bottom: -1px;
	width: 100%;	
}
.telephoneTop { float:right; width: 146px;}

/***** SUBNAV *****/

ul#subNavigationList {
	margin:0px;
	padding: 0px;
	list-style-type: none;
}
ul#subNavigationList li {
	background-image: url(../images/build/dottedHorizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#subNavigationList li a {
	display:block;
	width: 218px;
	color:#333333;
	margin-right: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
}
ul#subNavigationList li a:hover,ul#subNavigationList li.thispage a {
	background-color: #dcdcdc;
	text-decoration: none;
}

ul#subNavigationList li.firstLevel a {
	padding-left: 25px;
	width: 200px;
}


/***** CONTENT STYLES *****/
.contentIndent {
	margin-left: 25px;
}
#copy p, #copy h2 { margin-bottom: 15px; }

/*** Page Graphics ***/

/***** TABLE STYLES *****/


table {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	border: none;
	color: #333333;
}

thead tr {
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
/*	background-image:url(../images/build/grey-bg.jpg);
	background-repeat:repeat-x;*/
	line-height:12px
}

thead th, th {
	text-align:left;
	color: #666666;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
}

td {
	border:#fff 1px solid;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
}

table tr.alt-row {
	background-color:#F2F2F2;
}

tr.topTableRow th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#textSize { text-align:right; color:#999999; font-size: 90%; margin-top: 10px; font-family:Georgia, "Times New Roman", Times, serif; }
#textSize a { color:#999999; }

#logo { float:left; width:320px; margin-bottom: 15px; }
#quickActions {
	float:right;
	width:450px;
	text-align:right;
	margin-top: 10px;
}
#quickActions img { margin-left: 3px;} 

/***** LANDING PAGE ELEMENTS *****/

.landingPageElement { float:left; width:228px; }
.lpeSpacer { margin-left: 5px; margin-right: 5px; }
.landingLeadText {
	margin: 0 10px 10px 10px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.landingPageElement h3 a:link, .landingPageElement h3 a:visited, .landingPageElement h3 a:active, .landingPageElement h3 a:hover {
color:#FFFFFF;
text-decoration: none;
}


.landingPageElement h3 {
	font-size: 1.9em;
	padding:0;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	color: #FFFFFF;
}

.landingPageElementContent {
	margin-bottom: 10px;
	min-height: 302px;
}

.landingPageElementContent img {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#copy p.learnMore { margin-bottom:0; }

/***** SOCIAL BOOKMARKS *****/

#socialBookMarks { font-size:90%; margin-top:25px; }
#socialBookMarks h4{
	font-size:1.2em;
	font-weight:bold;
	border:#999999 1px solid;
	border-bottom:none;
	margin-top: 0;
	margin-right: 555px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#socialBookMarks ul.sharesb{
	list-style:none;
	border:#CCCCCC 1px solid;
	padding:10px;
	margin:0 0 50px 0;
}
#socialBookMarks ul.sharesb li {
	font-size:1.1em;
	display:inline;
	padding:4px 0 4px 20px;
	margin:4px 10px 4px 0;
}
ul.sharesb li.delicious{background:url("/images/build/bookmark_icons/delicious.gif") no-repeat;}
ul.sharesb li.digg{background:url("/images/build/bookmark_icons/digg.gif") no-repeat;}
ul.sharesb li.reddit{background:url("/images/build/bookmark_icons/reddit.gif") no-repeat;}
ul.sharesb li.facebook{background:url("/images/build/bookmark_icons/facebook.gif") no-repeat;}
ul.sharesb li.stumbleupon{background:url("/images/build/bookmark_icons/stumbleupon.gif") no-repeat;}
ul.sharesb li a {}


/******** accreditations *****/

#accreditations { 	background-image: url(../images/build/dottedHorizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;}
#accreditations p { 	background-image: url(../images/build/dottedHorizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;}
	
/******** testimonial *****/

#testimonialFeature {
	background-image: url(../images/build/quoteUp.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	background-color:#233d88;
	margin-top: 20px;
	padding-top: 42px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}	
#testimonialFeature p {
	color: #fff;
	font-style: italic;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	margin-bottom: 15px;
	margin-top: 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	background-image: none;
}
#testimonialFeature p.testimonialPerson {
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	margin-top: 0px;
	background-image: url(../images/build/quoteDown.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 0px;
	padding-right: 25px;
}

/******** Related Pages *****/

#relatedPages { width: 336px; float:left; margin-top: 25px; }
#relatedPages p.relatedPagesHeading { font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size: 1.5em; padding-bottom: 5px; border-bottom: #E2E2E2 10px solid; }
#relatedPages ul { list-style:none; }
#relatedPages ul#seeAlso li {
	line-height: 1em;
	font-size: 1.2em;
	margin-left: 15px;
	list-style-position: inside;
	list-style-image: url(../images/build/listArrow.gif);
	margin-top: 5px;
	margin-bottom: 5px;
}

/******** Meeting Rooms Feature *****/

#roomsMeetingRoomContent { width: 326px; float:left; margin-top: 25px; margin-right: 10px; }
#roomsMeetingRoomContent ul {
	margin-top: 1px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #78B943;
}

#roomsMeetingRoomContent li {
	line-height: 1em;
	font-size: 1.2em;
	margin-left: 15px;
	list-style-position: inside;
	list-style-image: url(../images/build/listArrow.gif);
	margin-top: 5px;
	margin-bottom: 5px;
}


/***** FOOTER *****/

#footer {
	background-image: url(../images/build/dottedHorizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}
#footer p {
	font-size:95%;
	margin: 0px;
	color: #666666;
}
#footer a { color:#666666 }

#footerwrap {
	padding: 0px;
}
#footerbase {
	background-image: url(../images/build/dottedHorizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#footerNavWrap {
	background-color: #d8f6ec;

}
#footerHighlight a {
	display: block;
	font-size: 95%;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
#footerHighRight ul li {
	float: right;
}
#footerbase .footerLeft {
	float: left;
	width: 400px;
}
#footerbase .footerRight {
	float: right;
}
#footer ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#footer ul li { float:left;}
#footer ul li.rssSubscribe {
	background-image: url(../images/build/footerRssIcon.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
}
#footer ul li.twitterLink {
	background-image: url(../images/build/footerTwitterIcon.gif);
	background-repeat: no-repeat;
}
#footer ul li.rssSubscribe a, #footer ul li.twitterLink a {
	padding-left: 22px;
	display: block;
}

#footerPageEnd { color:#959595; }
#footerPageEnd a { color:#959595 }
#footerPageEnd strong { color:#333333; }
#footerPageEnd .footerSpacer { margin-left: 10px;}

/***** SITE MAP FOOTER *****/
#siteMapfooter {
	margin-top: 10px;
	font-size: 94%;
	margin-bottom: 10px;
}
ul.sectionHead a {
	color:#999999;
	padding-top: 1px;
	padding-right:5px;
	padding-bottom: 1px;
	display: block;
}
ul.sectionHead { float:left; width: 150px; list-style:none; margin-bottom: 10px; }
ul.sectionHead li.firstLevel { font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif; }

#includeSpacing {

margin-left:25px;
}

.includeSpacingFeature {
	margin-right: 15px;
	height:185px;
}
.includeSpacingFeature img {
	padding-right: 10px;
}

#copy #includeSpacing .includeSpacingFeature p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* Form Styles */

.done {
	display:none
}

label.error { float: none; color: #fff; padding-left: .5em; vertical-align: top; }

.roomsTable {
	padding-top: 25px;
}
.menuLeft {
	float: left;
	width: 320px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	background-color:#FDFDFD
}
.menuRight {
	float: left;
	width: 320px;
	margin-bottom: 20px;
	text-align: center;
		border:solid;
	border-color:#CCCCCC;
	border-width:1px;
	background-color:#FDFDFD
}

#laMap{ width: 500px; float:left; }
#mapSidebar { width: 150px; float:right; }
.localAtext { border-bottom: 1px solid #CCCCCC; padding-bottom: 10px; color:#333333 }
#laBar a {
	color:#000000;
	font-weight: bold;
	font-size: 120%;
}
#laBar a.thisPage { color: #FFAE02; }

.downloads {
margin-bottom:12px;
}
.downloads img {
margin-right:27px;
}
#laBar {
	margin-bottom: 20px;
}
