@charset "utf-8";
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #6dabd5;
	background-image:url(../images/shell/bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
}
a {
	font-size: 11px;
	color: #666;
}
.left {
	float: left;
}
.right {
	float: right;
}

.container {
	margin: 0 auto;
	width: 998px;
	position: relative;
}	

#content #pagecontent a {
	color: #FFF;
}

#content_interior #leftside #pagecontent li {
	list-style: disc;
	margin-left: 20px;
}

/* Containers */

#content, #content_interior {
	width: 998px;
	background-image:url(../images/shell/content_bg.gif);
	background-repeat:repeat-y;

}

/*-----interior template-------*/
#content_interior #leftColumn, #content_interior #pagecontent {
	float: left;
}
#content_interior #headerImg {
	padding: 4px;
}

#content_interior #pagecontent {
	padding-top: 12px !important;
}

#content_interior #leftside {
	background-color:#FFF;
	background-image:url(../images/shell/interior_btm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 670px;
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 20px;
}

#content_interior #leftColumn {
	width: 180px;
	padding: 8px;
}
	
#content_interior #leftside #pagecontent {
	width: 465px;
	margin: 0;
	padding: 0;
	color: #666;
	padding: 2px;
	
}
/*-----interior template-------*/
#leftside {
	float: left;
	width: 680px;
	padding-left: 10px;
	padding-right: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 1.4em;
}

#content #leftside h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0;
	color: #ffeb9a;
	margin-left: 8px;
}

#content_interior #leftside h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	clear: both;
	margin-bottom: 0;
	color: #03305a;
	margin-left: 0;
}

#leftside #pagecontent {
	padding: 13px;
}

#rightside {
	float: left;
	width: 298px;
	min-height: 200px;
	margin-right: 8px;
}
#topMargin {
	clear: both;
	height: 100px;
}

.wctContainer {
	margin: 0;
}

/*header image -----*/
#moveHeaderImgDown {
	clear: both;
	height: 13px;
}



/*header----------------------*/

#headerContainer {
	width: 998px;
	height: 218px;
	position:absolute;
	z-index: 99;

}

.night {
	background-image:url(../images/shell/hdr_night.png);
}

.daytime {
	background-image:url(../images/shell/hdr.png);
}

#headerContainer #vguide {
	background:url(../images/shell/vguide.png) no-repeat;
	width: 95px;
	height: 51px;
	display:block;
	position: absolute;
	top: 136px;
	left: 12px;	
	z-index: 99;
}

#headerContainer #logo {
	display: block;
	width: 282px;
	height: 162px;
	margin-left: 50px;
	float: left;
}

/* Search Box */
#headerContainer .search .txtinput, #headerContainer .search .srchbtn{
	float: left;

}

#headerContainer .search {
	float: right;
	margin-right: 49px;
	margin-top: 15px;
}
#headerContainer .search .txtinput {
	background-image:url(../images/shell/search_bg.gif);
	background-repeat:no-repeat;
	width: 180px;
	height: 20px;
	padding-left: 20px;
}

#headerContainer .search .txtinput input {
	border: none;
	width: 170px;
	margin-top: 3px;
	margin-left: 4px;
	border: 0;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
}

#headerContainer .search .srchbtn {
	background:url(../images/shell/search_btn.gif) no-repeat;
	width: 20px;
	height: 20px;
	border:none;
	margin-left: 8px;
}

/*---weather------*/
.weather {
	position: absolute;
	left: 351px;
	top: 125px;
	color: #FFF;
}
.weather div {
	float: left;
	width: 54px;
}
.weather #weatherimg {

}
.weather h4 {
	margin-top: 12px;
	margin-left: 8px;
	font-size: 11px;
}
.weather h3 {
	margin-left: 8px;
	font-size: 16px;
}



/*footer----------------------*/
#footerContainer {
	background-image:url(../images/shell/ftr.gif);
	background-repeat:no-repeat;
	background-color: #03305a;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	color: #FFF;
	font-size: 11px;
	text-align:left;

}
#footerContainer a {
	color: #FFF;
	font-size: 11px;
}

#footerContainer .info {
	float: left;
	margin-left: 15px;
	margin-top: 23px;
}
#footerContainer #simpleview {
	background-image:url(../images/shell/poweredby_simpleview.gif);
	width: 147px;
	height: 36px;
	display: block;
	float: right;
	clear: both;
}

#footerContainer .logo {
	background-image:url(../images/shell/logo_ftr.gif);
	width: 143px;
	height: 87px;
	display:block;
	float: left;
}

#footerContainer .btmLogos {
	width: 145px;
	float: right;
	clear: right;
	margin-right: 6px;
	margin-top: 4px;
}

#footerContainer .logo_right1 {
	background-image:url(../images/shell/logo_ftr_right2.gif);
	background-repeat:no-repeat;
	width: 86px;
	height: 46px;
	display: block;
	float: right;
}

#footerContainer .logo_right2 {
	background-image:url(../images/shell/logo_ftr_right1.gif);
	background-repeat:no-repeat;
	width: 59px;
	height: 46px;
	display: block;
	float: right;
}

/*----footer navigation --------*/
#footerContainer ul li {
	float: left;

}
#footerContainer ul li a{
	text-decoration:none;
}
#footerContainer ul li a:underline{
	text-decoration:underline;
}
#footerContainer ul li.btmnavSpacer {
	width: 10px;
	text-align:center;
}


/*right column widgets */

.right_col_widget div.hr {
	border-bottom:1px dashed #8194a7;
}


.right_col_widget {
	background-image:url(../images/shell/right_col_widget_bg.jpg);
	background-repeat:no-repeat;
	width: 286px;
	background-color: #005294;
	min-height: 240px;
	padding-left: 7px;
	padding-right: 7px;
	position:relative;
}

.right_col_widget_btm {
	background-image:url(../images/shell/right_col_bg_btm.png) !important;
	background-image:url(../images/shell/right_col_bg_btm.gif);
	background-repeat:no-repeat;
	width: 300px;
	height: 8px;
	z-index:85;
	position:absolute;
}

.right_col_widget h5 {
	color: #FFF;
	margin: 0;
	padding: 10px 0 0 0;
}

.right_col_widget h4 {
	color: #ffeb9a;
	text-transform:uppercase;
	font-size: 18px;
	margin: 0;
	padding: 4px 0;
	margin-left: 20px;
	line-height: 30px;
}

.widget_btm {
	background-image:url(../images/shell/events_tab/btm.gif);
	background-repeat:no-repeat;
	width: 265px;
	height: 27px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	top: 0;
	z-index: 80;
	left: 10px;	
	padding-top: 18px;
	color: #f0e096;
}

.widget_btm a.right{
	float: right;
	background-image:url(../images/shell/events_tab/submit_btn.gif);
	background-position:right;
	background-repeat:no-repeat;
	height: 20px;
	padding-right: 25px;
	text-transform:uppercase;
	color: #f0e096;
	font-weight: bold;
}

.widget_btm a {
	color: #f0e096;
	text-decoration:none;
	line-height: 20px;
}

.right_col_widget .wht_rounded_crners_top {
	background-image:url(../images/shell/wh_top.gif);
	background-repeat:no-repeat;
	width: 283px;
	height: 4px;
	margin-left: 2px;
}
.right_col_widget .wht_rounded_crners_btm {
	background-image:url(../images/shell/wh_btm.gif);
	background-repeat:no-repeat;
	width: 283px;
	height: 4px;
	margin-left: 2px;

}
.right_col_widget .wht_rounded_crners_content {
	width: 275px;
	padding: 4px;
	background-color:#FFF;
	margin-left: 2px;
}
/*----events tabs------*/

#eventtabs {
	padding-top: 40px;
	min-height: 359px;
	position:relative;
}
#eventtabs ul {
	padding: 0;
	margin: 0;
	margin-left: 4px;
	clear: both;

}
#eventtabs ul li {
	padding: 0;
	margin: 0;
	float: left;
	color: #FFF;
	background-image:url(../images/shell/events_tab/tab.gif);
	width: 85px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	margin-top: 8px;
	margin-right: 3px;
	cursor: pointer;
	font-weight: bold;
}

#eventtabs #blogBox, #eventtabs #eventsBox, #eventtabs #calendarBox {
	position:absolute;
	top: 33px;
	left: 0;
	overflow: visible;
}
#eventtabs ul li.selected {
	background-image:url(../images/shell/events_tab/tab_over.gif);
}

#eventtabs .tabs {
	position:absolute;
	z-index: 98;
}

#eventtabs .tabholder {
	background-color:#3b82bc;
	width: 270px;
	padding-top: 5px;
	clear: both;
	padding-left: 8px;
	margin: 0;
}
#eventtabs .tabholdertop{
	background-image:url(../images/shell/events_tab/tabholder_top.gif);
	background-repeat:no-repeat;
	height: 4px;
	width: 278px;
	margin: 0;
	padding: 0;
}

#eventtabs .tabholderbtm {
	background-image:url(../images/shell/events_tab/tabholder_btm.gif);
	background-repeat:no-repeat;
	height: 5px;
	width: 278px;
}

.roundedhead h6 {
	color: #FFF;
	font-size: 15px;
}
.roundedhead {
	background-image:url(../images/shell/events_tab/roundedhead.gif);
	background-repeat:no-repeat;
	width: 264px;
	height: 25px;
	padding-top: 8px;
	padding-left: 6px;
}
.roundedcontent a{
	text-decoration: none;
	height: 50px;
}
.roundedcontent {
	border-left: solid 1px #539acb;
	border-right: solid 1px #539acb;
	background-color: #3b82bc;
	width: 254px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	margin: 0;
	margin-top: 0 !important;
}

#eventtabs .roundedcontent {
	height: 205px;
}
.roundedcontent .item .info {
	padding-top: 2px;
	float: left; 
	width: 150px;
}
.roundedcontent .item {
	background-color: #03305a;
	width: 242px;
	padding: 6px;
	color: #FFF;	
	clear: both;
	margin-bottom: 8px;
}
.roundedcontent .item:hover {
	background-color: #005194;
}

.roundedcontent .item img {
	border: solid 1px #3b82bc;
	max-width: 40px;
	min-height: 40px;
	margin-right: 6px;
}

.roundedbtm {
	background-image:url(../images/shell/events_tab/roundedbtm.gif);
	background-repeat:no-repeat;
	width: 264px;
	height: 5px;
}

/*-------calendar search---------*/

#calsearch {
	background-image:url(../images/shell/events_tab/searchbg.png);
	background-repeat:no-repeat;
	width: 303px;
	height: 201px;
	position:absolute;
	z-index: 97;
	left: -30px;
	top: 140px;
}

#searchtoggletext {
	background-image:url(../images/shell/events_tab/search_txt.gif);
	background-repeat:no-repeat;
	width: 21px;
	height: 146px;
	position:absolute;
	z-index: 98;
	top: 180px;
	left: -20px;
}

#searchtoggletext .togglebtn {
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	margin-top: -28px;
	margin-left: 0;
}
#searchtoggletext .searchToggleOut {
	background-image:url(../images/shell/events_tab/search_toggle_out.gif);
}

#searchtoggletext .searchToggleIn{
	background-image:url(../images/shell/events_tab/search_toggle_in.gif);
}

.cal-searchHolder-top {
	background-image:url(../images/shell/events_tab/srch_top.gif);
	background-repeat:no-repeat;
	width: 228px;
	height: 6px;
}
.cal-searchHolder {
	background-color:#544c8b;
	width: 218px;
	color: #FFF;
	padding: 4px;
	padding-left: 6px;
}
.cal-searchHolder .date {
	width: 70px;
}
.cal-searchHolder .btnRow {
	color: #eee48b;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 27px;
}
#calsrchreset {
	background-image:url(../images/shell/events_tab/reset.gif);
	background-repeat:no-repeat;
	width: 14px;
	height: 13px;
	border: none;
	background-color:#544c8b;
	cursor: pointer;
}
.cal-searchHolder .row label {
	display: block;
	float: left;
	width: 60px;
	color: #FFF;
	line-height: 15px;
}
.cal-searchHolder .row {
	height: 26px;
	padding-top: 4px;
}
.cal-searchHolder-btm {
	background-image:url(../images/shell/events_tab/srch_btm.gif);
	background-repeat:no-repeat;
	width: 228px;
	height: 6px;
}

#calsearchfade {
	margin-top: 15px;
	margin-left: 18px;
}

.cal-searchHolder .defaultfull {
	width: 130px;
}


/* Navigation  */

/*-----top main navigation -----*/
#mainNav {
	position:absolute;
	left: 350px;
	top: 42px;
	width: 630px;

}
#mainNav ul li {
	height: 55px;
	float: left;
	margin-right: 4px;
	padding-left: 11px;
}
#mainNav ul li div {
	height: 55px;
	width: 5px;
	float: left;
	padding-left: 5px;
}
#mainNav ul li h3 a{
	font-size: 20px;
}
#mainNav ul li h3 {	
	float: left;
	font-size: 20px;
	text-align:center;
	padding: 0;
	margin: 0;
}
#mainNav ul li a {
	display: block;
	color:#FFF;
	padding:20px 0;
	text-decoration:none;
}
/*----hover-----*/

#mainNav ul li:hover {
	background-image:url(../images/shell/topnav/nav_over_left.gif);
	background-repeat:no-repeat;
	background-color: #3b82bc;
}
#mainNav ul li:hover div {
	background-image:url(../images/shell/topnav/nav_over_right.gif);
	background-repeat:no-repeat;
	background-position:right;
}


/*--------left Navigation--------*/

#leftNav .hdr {
	background-image:url(../images/shell/leftnav/hdr_left.gif);
	background-repeat:no-repeat;
	height: 31px;
	padding-left: 8px;
	background-color: #605895;
	width: 165px;
}
#leftNav .hdr h3 {
	background-image:url(../images/shell/leftnav/hdr_mid.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 31px;
	font-size: 18px;
	padding-left: 3px;
	width: 154px;
	padding-top: 9px;
}

#leftNav .hdr div {
	background-image:url(../images/shell/leftnav/hdr_right.gif);
	background-repeat:no-repeat;
	width: 8px;
	height: 31px;
	background-color: #605895;
	float: left;
}

#leftNav ul {
	background-color:#FFF;
	border-left: solid 1px #efefef;
	border-right: solid 1px #efefef;
	width: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#leftNav .btm{
	background-image:url(../images/shell/leftnav/btm.gif);
	background-repeat:no-repeat;
	width: 172px;
	height: 6px;
}

#leftNav ul {
	 margin: 0;
	 padding: 0;
}

#leftNav ul li ul {
	background-color: #f3f2f7;
	
}

#leftNav ul li ul a {
	width: 136px;
	padding-left: 20px;
	color: #666;
}

#leftNav a {
	color: #333;
	text-decoration:none;
	font-size: 12px;
	line-height: 20px;
	width: 150px;
	padding-left: 16px;
	padding-right: 4px;
	display: block;
}

#leftNav a.selected {
	color: #46406c;
	font-weight: bold;
}

#leftNav a:hover {
	background-color:#efefef;	
}

/*----acordian widget-----*/
.accordianBG {
	background-color: #544c8b;
	width: 321px;
	margin-bottom: 0;
	margin-right: 0;
}
.accordianHolder {
	background-image:url(../images/shell/accordian/bg.gif);
	background-repeat:no-repeat;
	width: 321px;
	padding-top: 5px;
}

.accordianHolder .accordianLeft {
	float: left;
	width: 105px;
	padding: 9px;
}

.accordianHolder .accordianRight {
	float: left;
	width: 174px;
	padding: 6px;
}

.accordianHolder .accordianBlurb {
	text-align:left;
	font-size: 10px;
	padding-top: 4px;
}

.accordianHolder_btm {
	background-image:url(../images/shell/accordian/bg_btm.gif);
	background-repeat:no-repeat;
	width: 321px;
	height: 4px;
	margin-bottom: 5px;
}

.accordianHolder cite {	
	background-image:url(../images/shell/accordian/tab.gif);
	background-repeat:no-repeat;
	width: 182px;
	height: 27px;
	display:block;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 3px;
	cursor: pointer;
}
.accordianHolder cite:hover {
	background-image:url(../images/shell/accordian/tab_sel_not_open.gif);
}
.accordianHolder cite.selected {
	background-image:url(../images/shell/accordian/tab_sel.gif);
	margin-bottom: 0;
}

.accordianHolder .accordianBody {
	background-color:#FFF;
	color: #666;
	font-size: 11px;
	width: 172px;
	padding: 5px;
	text-align:left;

}

.accordianHolder .accordLink {
	background-image:url(../images/shell/accordian/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	height: 15px;
	float: right;
	color: #666;
	padding-right: 20px;
	clear: both;
}

.clearR {
	clear:right;
}
/*-------itinerary builder----------*/
.left_col_widget h3 {
	font-size: 12px;

}
.left_col_widget {
	background-image:url(../images/shell/itinerary/bg.gif);
	background-repeat:no-repeat;
	background-color: #005295;
	width: 154px;
	min-height: 159px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
}


.left_col_widget h4 {
	font-size: 17px;
	color: #ffeb9a;
	padding-left: 3px;
}

.left_col_widget h5{
	font-size: 17px;
	/*padding-top: 3px;*/
	padding-left: 3px;	
}

.left_widget_btm {
	background-image:url(../images/shell/itinerary/bg_btm.gif);
	background-repeat:no-repeat;
	width: 141px;
	height: 33px;
	padding-top: 7px;
	padding-left: 14px;
	padding-right: 26px;
}

.left_widget_btm a.email {
	background-image:url(../images/shell/itinerary/email.gif);
	background-repeat:no-repeat;
	width: 26px;
	height: 30px;
	display:block;
	float: right;
}

.left_widget_btm a.print {
	background-image:url(../images/shell/itinerary/print.gif);
	background-repeat:no-repeat;
	width: 23px;
	height: 31px;
	float: left;
}

.listRemove div{
	background-image:url(../images/shell/itinerary/dots.gif);
	background-repeat:repeat-x;
	text-align:right;
	float:left;
	width: 75px;
	height: 10px;
	margin-bottom: 8px;
	
}

.listRemove a{
	color: #FFF;
	float:left;
	background-image:url(../images/shell/itinerary/remove_icon.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 25px;
	padding-left: 8px;
	font-size:11px;
	font-weight: bold;
	display: block;
	height: 20px;
	line-height: 20px;
}

/*----buttons----*/

.button {
	background:url(../images/shell/btn_sm.gif) no-repeat;
	width: 125px;
	height: 20px;
	border: none;
	line-height: 20px;
	text-align:center;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
}
.button:hover {
	background:url(../images/shell/btn_sm_over.gif) no-repeat;
}
	

/* Forms */
.textInput {
	border: 1px solid #CCC;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 2px;
}
.selectInput {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
form {
	margin: 0;
	padding: 0;
}
.wtc_form {
	font-size: 11px;
	padding: 5px;
	background-image: url(../images/icnWTC.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.formreq {
	color: #900;
	font-weight: bold;
	height: 30px;
}

.formnoreq {
	font-weight: bold;
	height: 30px;
}

.hint {
	color: #900;
}
.datafield {
	padding: 5px;
}

/* Form Styles */

/* FORMS */
.formStyle {
	display:block;
	clear:both;
}
.formStyle input, .formStyle textarea {
	border:1px #CCC solid;
	margin:0 0 1px 0;
}

.formtitle {
	padding: 0; 
	margin: 0; 
	font-size: 12px; 
	font-weight: bold;
	border-bottom: 1px solid #a0a0a0; 
	width: 425px;
}

.warning {
	text-align:center;
	color:#900;
}
.notes {
	text-align:center;
	font-size:0.8em;
}
.spacerHack {
	height:4px;
	clear:both;
}
.odd, .even {
	clear:both;
	margin: 2px;
}
.odd .clearFloat, .even  .clearFloat {
	margin:2px;
}
.req {
	color:#900;
	font-weight:bold;
}
.boldtext {
	font-weight:bold;
}
.notReq {
	font-weight:bold;
}
fieldset {
	border: none;
}
legend {
	display:block;
	font-size:1.2em;
	color:#063D73;
	width:460px;
	padding:5px 10px;
	margin: 0 auto;

}
.chbxSpace {
	display:block;
	float:left;
	clear:left;
	width:46%;
	height:1em;
}
.field-1, .field-2, .field-3, .field-4, .field-5, .field-6 {
	display:block;
	float:left;
	text-align:left;
}
.field-1 span, .field-2 span, .field-3 span, .field-4 span, .field-5 span, .field-6 span {
	display:block;
	float:left;
	text-align:left;
}
.odd .field-1, .odd .field-2, .odd .field-3, .odd .field-4, .odd .field-5, .odd .field-6 {
	background-color:#FFF;
}
.even .field-1, .even .field-2, .even .field-3, .even .field-4, .even .field-5, .even .field-6 {
	background-color:#FFF;
}
label {
	padding: 2px 5px;
}
label.checkBox, label.radioBtn {
	display:block;
	text-align:left;
}
label.field-1, label.field-2, label.field-3, label.field-4, label.field-5, label.field-6 {
	display:block;
	text-align:right;
}
.field-1 input[type=text], .field-2 input[type=text], .field-3 input[type=text], .field-4 input[type=text], .field-5 input[type=text], .field-6 input[type=text] {
	display:inline;
	height:20px;
	float:left;
}
.field-1 {
	width:30%;
}
.field-2 {
	width:26%;
}
.field-3 {
	width:17%;
}
.field-4 {
	width:14%;
}
.field-5 {
	width:12%;
}
.field-6 {
	width:2%;
}
.field-1 input[type=file] {
	width: 250px;
}

/* IE doesn't like % widths on labels? */
form.formStyle fieldset .field-1
{
	width: 300px;
}

a.calBtn span {
	background-image: url(../images/iconCal.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	cursor:pointer;
	cursor:hand;
	width:15px;
	height:13px;
	margin:4px 4px 0 4px;
}
span.hint {
	display:block;
	line-height:22px;
	float:left;
	font-size:0.9em;
}
.warning {
	display:block;
	clear:both;
	color:#900;
	font-weight:bold;
	text-align:center;
}
.notes {
	font-size:0.8em;
	font-style:italic;
	display:block;
	padding:5px;
}
.required {
	display:block;
	clear:both;
	color:#900;
	font-weight:bold;
	text-align:center;
}
.captcha, .footer {
	display:block;
	padding:5px;
	text-align:center;
}

#checkbox label {
	width: 100%;
}


/* General Purpose */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.gutter {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.gutterRight {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
.blankWrap {
	padding: 10px;
}
.clearfloat, .clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	line-height: 0;
}


/* Articles */
#articles {
	padding:5px;
	margin: 10px 0 20px 0;
	background-color:#FFF;

}
#articles th {
	font-size:16px;
	line-height:1.4em;
	padding:5px;
	
}
#articles td {
	line-height:1.4em;
	text-align:left;
	padding:5px;
}
#articles .odd {
	background-color:#F5F5F5;
}

#articles a {
	font-size: 12px;
}

div.articles {
	margin:10px;
}
.articles .notice {
	font-weight:bold;
}
table.articlesTb th {
	background-color: #ddd;
	color: black;
	font-size:12px;
	border-bottom:1px solid #000;
	padding:5px 5px 3px 5px;
	font-weight:bold;
}
table.articlesTb td {
	padding:5px;
	vertical-align:text-top;
}
table.articlesTb td.odd {
	background-color:#E7F1FA;
}
table.articlesTb td.even {
	background-color:#FFF;
}
table.articlesTb a.more {
	font-weight:bold;
	display:block;
	color:#000;
	margin:0 0 10px 0;
}

/* Table Styles */

td.subhead {
	font-weight:bold;
	 font-size: 22px;
	 font-family: Arial, Helvetica, sans-serif;
}
td.boxhead {
	font-weight:bold;
	font-size:15px;
	padding-bottom:5px;
}
.subboxhead {
	color: #333;
	font-weight: bold;
}
.boldtext {
	font-weight: bold;
}
td.boxcontent {
	padding-bottom: 4px;
}
td.greytext {
	background-color: #676767;
	color: #f5f5f5;
	padding: 3px;
}
.smboxhead2 {
	color: #533f88;
	font-weight: bold;
}
TR.evenrow {
	background-color: #EEE;
}
TR.oddrow {
	background-color: #FFF;
}

TR.evenrow td{
	background-color: #EEE;
	padding: 4px;
}
TR.oddrow td {
	background-color: #FFF;
	padding: 4px;
}
td a {
	text-decoration:none;
}

/* Surveys */
#survey label {
	width: 14em;
	font-size: 14px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
#survey .submit input {
	margin-left: 4.5em;
}
#survey input[type=text] {
	color: black;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 14px;
	background: #ededed;
	border: 1px solid #000;
}
#survey  input.button {
	font-size:15px;
	font-weight:bold;
	color: #000;
	background: #DDD;
	border: 2px outset #d7b9c9
}
#survey fieldset {
	padding-bottom: 15px;
	padding-left: 5px;
	border: 1px solid #000;
	width: 41.0em
}
#survey legend {	
	color: #000;
	padding: 2px 6px 10px
}
#survey legend span {
	display:block;
	width: 400px;
	border: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}
#survey legend.req {
	color: #black;
	padding: 2px 6px 10px
}
#survey textarea {
 	width: 25em;
	margin-left: 6px;
	background: #ededed;
	border: 1px solid #000;
}
.reqfld {
	color: red;
}
p.formq {
	padding-left:5px;
	padding-bottom: 15px;
	font-size: 14px;
}
p.formqreq {
	padding-left:5px;
	padding-bottom: 15px;
	font-size: 14px;
	color:red;
}

/*---------imgbox ------------------*/

#content_interior .imgBox h2 a,
#content #pagecontent .imgBox h2 a{
	color:#03305A;
	font-size: 18px;
	text-decoration:none;
	font-weight:100;
}

#content #pagecontent .imgBox .outerContainerMain {
  border-left:  1px solid #cacbcb;
  border-top:  1px solid #cacbcb;
  background: #FFFFFF url(../images/shell/imgbox/front-rgt.gif) right repeat-y;
  padding: 7px;
}

#content_interior .imgBox .outerContainerMain {
	border-left: solid 1px #efefef;
	border-right: solid 1px #efefef;
	background: #FFFFFF url(../images/shell/imgbox/front-rgt.gif) right repeat-y;
	padding: 7px;
}

#content #pagecontent .imgBox,
#content_interior .imgBox {
	color: #000;
}
#content #pagecontent .imgBox img {
  padding-bottom: 0;
}
#content_interior .imgBox img {
	padding-bottom: 6px;
}

#content #pagecontent .imgBox .outerContainerMain .titleWrapper .topCorners .rcorner {
  background-image:url(../images/shell/imgbox/front-r-top-crner.gif);
  background-repeat:no-repeat;
  background-position : right top;  
  height: 10px;
  width: 11px;
  margin-right: -7px;
  margin-top: -8px;
  float:right;
}
#content #pagecontent .imgBox .outerContainerMain .titleWrapper .topCorners .lcorner {
  background-image:url(../images/shell/imgbox/front-l-top-crner.gif);
  background-repeat:no-repeat;
  background-position : left top;
  height: 10px;
  width: 11px;
  margin-left: -8px;
  margin-top: -8px;
  float:left;
}

#content #pagecontent .imgBox .outerContainerBtm {
  background-image:url(../images/shell/imgbox/front-btm.gif);
  background-color:#FFFFFF;
  background-position : bottom;
  height: 10px;
  background-repeat:repeat-x;
  margin-bottom: 10px;
}

#content_interior .imgBox .outerContainerBtm {
	background-image:url(../images/shell/imgbox/btm.gif);
	height: 7px;
	background-repeat:repeat-x;
	margin-bottom: 10px;
}

#content #pagecontent .imgBox .outerContainerBtm .left-crner {
  background-image:url(../images/shell/imgbox/front-l-btm-crner.gif);
  background-repeat:no-repeat;
  width: 10px;
  height: 11px;
  float:left;
}

#content_interior .imgBox .outerContainerBtm .left-crner {
	background-image:url(../images/shell/imgbox/l-btm-crner.gif);
	background-repeat:no-repeat;
	width: 5px;
	height: 7px;
	float:left;
}

#content #pagecontent .imgBox .outerContainerBtm .right-crner {
  background-image:url(../images/shell/imgbox/front-r-btm-crner.gif);
  background-repeat:no-repeat;
  width: 11px;
  height: 10px;
  float:right;
}

#content_interior .imgBox .outerContainerBtm .right-crner {
	background-image:url(../images/shell/imgbox/r-btm-crner.gif);
	background-repeat:no-repeat;
	width: 5px;
	height: 7px;
	float:right;
}
#content_interior .imgBox .innerContainerMain a,
#content #pagecontent .imgBox .innerContainerMain a{
	color: #3a81b9;
}

.accordianLabel h3
{
	text-align:left
}


