html,body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-size:100%;
	min-width:765px;
	text-align:center;
}

span.pipe2 {
	display:none;
}

p.skipmenu {
	position:absolute;
	left:-999px;
	width:990px;
}

div#container {
	width:765px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

	div#header {
		width:765px;
		height:100px;
		margin-top:20px;
		min-width:765px;
		float:left;
	}

		div#headerleft {
			width:123px;
			height:100px;
			float:left;
			background:url("../images/layout/title.png") 0px 0px no-repeat;
		}

			div#headerleft a#home {
				position:relative;
				display:block;
				text-decoration:none;
			}

			div#headerleft a#home span {
				visibility:hidden;
				font-size:0px; /* for IE */
			}

			div#headerleft a#home {
				width:25px;
				height:89px;
				top:0px;
				left:0px;
			}

			/* ie5 ie5.5 and ie6 css hack */

			* html div#headerleft a#home {
				left:-50px;
			}

		div#headerright {
			background:url('../images/layout/banner_ad.jpg') no-repeat right top;
			width:642px;
			height:100px;
			float:left;
		}

	div#breadcrumbs {
		width:765px;
		float:left;
		background: #C50943 url(../images/layout/bg_shell.png) no-repeat left top;
		text-align:left;
		color:#FFFFFF;
		font-size:0.8em;
		font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-weight:bold;
		padding: 7px 0;
	}
	
		#breadcrumbs ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#breadcrumbs li {
			display: inline;
			padding-left: 11px;
		}
		
		#breadcrumbs li a {
			background: url('../images/layout/crumbs.gif') no-repeat right 50%;
			color: #fff;
			padding-right: 15px;
			text-decoration: none;
		}

		div#breadcrumbs a:hover {
			text-decoration:underline;
		}

	div.horizontalgap {
		width:765px;
		height:6px;
		float:left;
		font-size:0em;
	}

		div.horizontalgapleft {
			width:759px;
			height:6px;
			float:left;
			font-size:0em;
		}

		div.horizontalgapright {
			width:6px;
			height:6px;
			float:left;
			font-size:0em;
			background-color:#C50943;
		}

	div#main {
		width:765px;
		float:left;
		background:url("../images/layout/content.gif") top left repeat-y;
		text-align:left;
	}

		div#navigation {
			width:140px;
			float:left;
		}

			div#navigation ul {
				list-style-type:none;
				padding:0px;
				margin:0px;
			}

			div#navigation li {
				display:inline;
				padding:0px;
				margin:0px;
			}

			div#navigation li a {
				width:103px;
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				font-size:0.8em;
				color:#000F90;
				font-weight:bold;
				text-decoration:none;
				display:block;
				padding:4px 7px 4px 28px;
				border-top:1px solid #CCCCCC;
				border-left:1px solid #CCCCCC;
				border-right:1px solid #CCCCCC;
				background-image:url("../images/layout/arrow.gif");
				background-repeat:no-repeat;
				background-position:7px 7px;
				background-color:#FFFFFF;
			}

			* html div#navigation li a {
				/*--IE5.2-Mac--*/
				width:103px;
				/*--IE-PC--\*/
				width:140px;
				/*--End--*/
			}

			div#navigation li a:hover {
				background-color:#EEEEEE;
			}

			div#navigation ul#sub li a {
				font-size:0.70em;
				color:#000000;
				font-weight:normal;
				border-top:0px;
				background-image:none;
				padding:2px 7px 2px 28px;
			}

			div.whitegap {
				width:140px;
				height:6px;
				background-color:#FFFFFF;
				font-size:0em;
				border-top:1px solid #CCCCCC;
			}

		div.gap {
			width:6px;
			float:left;
		}

		div#content {
			width:426px;
			float:left;
			padding-bottom:20px;
		}

			a:link {
				color:#000F90;
				text-decoration:underline;
			}

			a:visited {
				color:#4D57B2;
			}

			a:hover,
			a:focus,
			a:active {
				color:#C50943;
			}
			
			a.external {
				background: url('../images/layout/external.png') no-repeat right 50%;
				padding-right: 15px;
			}
			
			a.external span {
				position:absolute;
				left:-999px;
			}

			a.calendar {
				background: url('../images/layout/calendar.png') no-repeat 0 50%;
				padding-left: 20px;
			}
			
			a.imglink {
				background: none;
				padding: 0;
			}
			
			a.btn2:link,
			a.btn2:visited {
				background: #1d5da7;
				color: #fff;
				display: inline-block;
				font-size: 13px;
				padding: .692em .846em; /* 9px, 11px */
				text-decoration: none;
				text-transform: uppercase;
				-moz-border-radius: .231em;
				-webkit-border-radius: .231em;
				border-radius: .231em; /* 3px */
			}
			
			a.btn2:hover,
			a.btn2:focus,
			a.btn2:active {
				background: #c50943;
			}
			
			div#content a.actions_menu_button {
				background: #d4d4d4;
				border: .067em solid #bdbdbd; /* 1px */
				color: #1d5da7;
				cursor: pointer;
				display: inline-block;
				font-family: Arial, Helvetica, sans-serif;
				font-size: .938em; /* 15px */
				padding: .467em .6em; /* 7px, 9px */
				text-decoration: none;
				text-shadow: 0 .067em rgba(255, 255, 255, .9); /* 1px */
				background: -moz-linear-gradient(#f5f5f5, #d4d4d4);
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#d4d4d4));
				-moz-border-radius: .2em;
				-webkit-border-radius: .2em;
				border-radius: .2em; /* 3px */
				-moz-box-shadow: 	0 .067em rgba(0, 0, 0, .07),
									inset 0 .067em rgba(255, 255, 255, .9);
				-o-box-shadow: 		0 .067em rgba(0, 0, 0, .07),
									inset 0 .067em rgba(255, 255, 255, .9);
				-webkit-box-shadow: 0 .067em rgba(0, 0, 0, .07),
									inset 0 .067em rgba(255, 255, 255, .9);
				box-shadow: 		0 .067em rgba(0, 0, 0, .07), 
									inset 0 .067em rgba(255, 255, 255, .9);  /* 1px */
			}

			div#content a.actions_menu_button:hover,
			div#content a.actions_menu_button:focus,
			div#content a.actions_menu_button:active {
				border-color: #9c9c9c;
				outline: none;
			}

			div#content a.actions_menu_button:active {
				background: #b5b5b5;
				background: -moz-linear-gradient(#b5b5b5, #d6d6d6);
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b5b5b5), to(#d6d6d6));
				-moz-box-shadow: inset 0 0 .667em 0 rgba(0, 0, 0, .15);
				-o-box-shadow: inset 0 0 .667em 0 rgba(0, 0, 0, .15);
				-webkit-box-shadow: inset 0 0 .667em 0 rgba(0, 0, 0, .15);
				box-shadow: inset 0 0 .667em 0 rgba(0, 0, 0, .15); /* 10px */
			}

			div.contentbox1 {
				width:426px;
				min-height:175px;
				float:left;
				background-color:#EEEEEE;
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				margin-bottom:12px;  /* For IE's benefit */
			}

				div.contentbox1 h1 {
					color:#000F90;
					font-size:1.1em;
					font-weight:bold;
					margin-left:10px;
					margin-right:10px;
					margin-top:12px;  /* For IE's benefit */
				}

				div.contentbox1 p {
					color:#000000;
					font-size:0.8em;
					margin-left:10px;
					margin-right:10px;
				}

				* html div.contentbox1 p {  /* Force IE to shrink the grey box */
					/*--IE5.2-Mac--*/
					margin-top:0px;
					/*--IE-PC--\*/
					margin-top:-8px;
					/*--End--*/
				}

				div.contentbox1 span {
					color:#000F90;
					font-weight:bold;
				}

			div.contentbox2 {
				width:426px;
				float:left;
				background-color:#FFFFFF;
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
			}

				div.contentbox2 h1 {
					clear: both;
					color:#000F90;
					font-size:1.313em;
					font-weight:bold;
					margin-left:15px;
					margin-right:15px;
					margin-top:12px;  /* For IE's benefit */
				}

				div.contentbox2 h2 {
					color:#000F90;
					font-size:1em;
					font-weight:bold;
					margin-left:15px;
					margin-right:15px;
				}

				div.contentbox2 h3 {
					color:#000F90;
					font-size:0.875em;
					font-weight:bold;
					margin-left:15px;
					margin-right:15px;
				}

				div.contentbox2 p {
					color:#333;
					font-size:0.813em;
					margin-left:15px;
					margin-right:15px;
				}
				
				div.contentbox2 h2 + p {
					margin-top: -.5em;
				}
				
				div.contentbox2 p.lead {
					font-size: .938em;
					line-height: 1.2;
				}
				
				em {
					color: #111;
					font-style: normal;
					font-weight: bold;
				}

				div.contentbox2 span {
					color:#1D5DA7;
					font-weight:bold;
				}

				div.contentbox2 address {
					color:#000000;
					font-size:0.8em;
					font-style:normal;
					margin-left:15px;
					margin-right:15px;
				}/*

				div.contentbox2 blockquote {
					font-size:0.8em;
					color:#DF2518;
					text-align:left;
					word-spacing:2px;
					line-height:15px;
					font-style:italic;
				}*/
				
				blockquote {
					color: #c50943;
					margin: 0;
					padding: 0 0 10px;
				}
				
					div.contentbox2 blockquote p {
						color: #c50943;
						font-size: .938em; /* 15px */
						line-height: 1.2; /* 18px */
						margin-bottom: 0;
						margin-top: .5em;
					}
					
					div.contentbox2 blockquote p.by {
						color: #555;
						font-family: Arial, Helvetica, sans-serif;
						font-size: .813em;
					}
					
					blockquote strong {
						color: #000;
					}
				
				blockquote.front {
					background: url("../images/layout/bq_top.png") no-repeat top left;
					margin: 10px 0 0;
					padding: 15px 0 0;
					width: 426px;
				}
				
				.front p.quote {
					background: url("../images/layout/bq_end_quote.png") no-repeat right bottom;
					color: #2e4596;
					margin: 0 18px;
					padding-bottom: 5px;
					text-indent: 30px;
				}
				
				.front p.author {
					background: url("../images/layout/bq_bottom.png") no-repeat bottom;
					color: #777;
					margin: 0;
					padding: 0 0 61px 18px;
				}

				div.contentbox2 ol,
				div.contentbox2 ul {
					margin: 12px 15px 0;
					padding: 0;
				}
				
				div.contentbox2 ol {
					list-style-position: inside;
				}
				
				div.contentbox2 ul {
					list-style: none;
				}

				div.contentbox2 li {
					padding:0px 0px 10px 25px;
					margin:0px;
					font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
					font-size:0.813em;
					color:#000F90;
					font-weight:bold;
					text-decoration:none;
					background-image:url("../images/layout/arrow.gif");
					background-repeat:no-repeat;
					background-position:0px 3px;
				}
				
				div.contentbox2 ol li {
					background: none;
					padding: 0 0 10px;
				}
				
				div.contentbox2 li li {
					font-size: 1em;
				}

				div.contentbox2 ul.no_bullet li {
					background-image:none;
					padding:0px 0px 20px 0px;
					font-size:1em;
				}

				div.contentbox2 ul.no_arrow li {
					background-image:none;
				}
				
				div.contentbox2 ul.no_emphasis li {
					background: none;
					color: #333;
					font-weight: normal;
					padding: 0 0 10px;
				}

				/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

				* html div.contentbox2 li {
					/*--IE5.2-Mac--*/
					background-position:0px 3px;
					/*--IE-PC--\*/
					background-position:0px 5px;
					/*--End--*/
				}
				
				div.contentbox2 li em {
					color: #c50943;
				}

				div.contentbox2 li span {
					color:#C50943;
					font-size:1.1em;
				}

				div.contentbox2 ul.square li {
					background-image:url("../images/layout/square.gif");
				}
				
				div.contentbox2 ul.links li {
					color: #000;
					font-weight: normal;
				}
				
				div.contentbox2 .shorts li {
					background: none;
					color: #777;
					font-size: .813em;
					font-weight: normal;
					line-height: 1.385; /* 18px */
					padding-left: 0;
				}
				
				div.contentbox2 .shorts h3 {
					display: inline;
					font-size: 14px;
					line-height: 1.2;
					margin: 0;
				}
				
				table {
					border-color: #ccc;
					border-style: solid;
					border-width: 0 1px 1px 0;
					border-collapse: collapse;
					border-spacing: 0;
					color: #333;
					font-family: Arial, sans-serif;
					font-size: .813em; /* 13px */
					line-height: 1.385;
				}

				th,
				td {
					border-left: 1px solid #ccc;
					padding: 5px;
					text-align: left;
				}

				thead th {
					border-top: 3px solid #bfbfbf;
					background-color: #e5e5e5;
				}
				
				col.room {
					width: 125px;
				}
				
				/*

				table.sortable th {
					font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
					font-size:.8em;
					font-weight:bold;
					border:1px solid #D2D6E0;
					background-color:#FFFFFF;
					padding:3px;
					text-align:left;
				}

				table.sortable td {
					font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
					font-size:.8em;
					border:1px solid #D2D6E0;
					background-color:#FFFFFF;
					padding:3px;
					text-align:left;
				}
				
				*/

				table.sortable th.colcenter {
					text-align:center;
				}

				table.sortable td.colcenter {
					text-align:center;
				}
				
				.call {
					background: #ffc url('../images/layout/bg_box.png') no-repeat left top;
					clear: both;
					margin: 15px 0;
				}
				
				#content .call p {
					background: url('../images/layout/bg_box.png') no-repeat right bottom;
					color: #333;
					margin: 0;
					padding: 10px 15px;
				}
				
				div.contentbox2 img {
					border: 0;
					float: right;
					margin: 0 0 15px 15px;
				}
				
				.gallery {
					float: left;
				}
				
					div.contentbox2 .gallery img {
						float: left;
					}

			div.hr {
				width:396px;
				height:15px;
				background:transparent url("../images/layout/hr_dot.gif") center left repeat-x;
				clear:both;
				margin-left:15px;
				margin-right:15px;
			}

			div.hr hr {
				display:none;
			}

			div.piccyleft {
				position:relative;
				width:105px;
				height:105px;
				float:left;
				margin:15px 15px 15px 15px;
			}

			/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

			* html div.piccyleft {
				/*--IE5.2-Mac--*/
				margin:15px 15px 15px 15px;
				/*--IE-PC--\*/
				margin:22px 15px 15px 8px;
				/*--End--*/
			}

			div.piccyright {
				position:relative;
				width:105px;
				height:105px;
				float:right;
				margin:15px 15px 15px 15px;
			}

			/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

			* html div.piccyright {
				/*--IE5.2-Mac--*/
				margin:15px 15px 15px 15px;
				/*--IE-PC--\*/
				margin:22px 15px 15px 15px;
				/*--End--*/
			}

			div#content acronym.star {
				cursor:help;
				color:#C50943;
				border-bottom:0px;
			}

			fieldset {
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				/* font-size:.65em; */
				color:#000000;
				margin:1em 0; /* space out the fieldsets a little*/
				padding-left:0.5em;
				border:1px solid #FFFFFF;
				background:#FFFFFF;
			}

			fieldset div {
				padding:0 .5em;
				margin:.25em .5em .75em;
			}

			fieldset label {
				font-size:.8em;
				margin:0.5em;
			}

			fieldset div span.radio {
				font-size:.8em;
				font-weight:normal;
				color:#000000;
			}

			fieldset ul.directory li {
					background-image:url("../images/layout/square.gif");
					font-size:12px;
					cursor:pointer;
			}

			fieldset ul.directoryradio li {
					background-image:none;
					font-size:12px;
					cursor:default;
					padding-left:0px;
			}

			legend {
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				font-size:.8em;
				font-weight:bold;
				color:#000F90;
				padding:0 0.5em;
			}

			input {
				font-size:.8em;
				/*width:98%;*/
				width:25em;
				border:1px solid;
				border-color:#666666 #CCCCCC #CCCCCC #666666;
				padding:2px;
			}

			textarea {
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				font-size:.8em;
				border:1px solid;
				border-color:#666666 #CCCCCC #CCCCCC #666666;
				padding:2px;
				width:90%;
			}

			input.button {
				width:5em;
				background-color:#E6E6E6;
				border-color:#CCCCCC #666666 #666666 #CCCCCC;
				margin-left:1em;
				padding:0;
				cursor:pointer;
			}

			input:focus, textarea:focus {
				background:#ffffcc;
			}
			
			.col_2 {
				float: left;
				margin-right: 20px;
				width: 203px;
			}
			
			.last {
				margin: 0;
			}

		div#pictures {
			width:175px;
			float:left;
		}

		a#bigbox {
			width:103px;
			float:left;
			text-align:center;
			color:#FFFFFF;
			font-size:1.3em;
			font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
			background-color:#1D5DA7;
			text-decoration:none;
			line-height:30px;
			margin-top:6px;
			padding:30px 36px 30px 36px;
		}

		/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

		* html a#bigbox {
			/*--IE5.2-Mac--*/
			width:103px;
			margin-top:6px;
			/*--IE-PC--\*/
			width:175px;
			margin-top:2px;
			/*--End--*/
		}

			a#bigbox span {
				font-weight:bold;
			}

		a#bigbox:visited, a#bigbox:active, a#bigbox:hover {
			color:#FFFFFF;
		}

		a#bigbox:hover {
			background-color:#C50943;
		}
		
		a.btn {
			background: #ccc url('../images/layout/bg_bigbox.png') no-repeat -175px bottom;
			color: #1d5da7; /* blue */
			display: block;
			font-family: Arial, sans-serif;
			font-size: 1.3em;
			font-weight: bold;
			margin-top: 6px;
			padding: 36px 0;
			position: relative;
			text-align: center;
			text-decoration: none;
			width: 175px;
		}
		
		a.btn span {
			background: url('../images/layout/bg_bigbox.png') no-repeat left top;
			height: 11px;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}
		
		a.btn:hover, a.btn:focus, a.btn:active {
			color: #c50943; /* red */
		}
		
		a.bright {
			background-color: #1d5da7;
			background-position: -525px bottom;
			color: #fff;
		}
		
		a.bright span {
			background-position: -350px top;
		}
		
		a.bright:hover, a.bright:focus, a.bright:active {
			background-color: #c50943;
			background-position: -875px bottom;
			color: #fff;
		}
		
		a.bright:hover span, a.bright:focus span, a.bright:active span {
			background-position: -700px top;
		}
		
		.promo {
			font-family: Arial, Helvetica, sans-serif;
			margin-top: 6px;
		}
		
		.promo h3 {
			background: url('../images/layout/bg_promo.png') no-repeat left top;
			font-size: .938em; /* 15px */
			line-height: 1.2; /* 18px */
			margin: 0 0 10px;
			padding: 30px 10px 0;
		}
		
		.promo h3 a {
			text-decoration: none;
		}
		
		.promo p {
			color: #333;
			font-size: .813em; /* 13px */
			line-height: 1.385; /* 18px */
			margin: 0 10px 5px;
		}
		
		.promo div {
			background: #eee url('../images/layout/bg_promo.png') no-repeat -175px bottom;
			margin-top: 1px;
			padding-bottom: 10px;
		}
		
		.addthis_toolbox {
			float: right;
			font-size: .813em;
			margin-bottom: 5px;
		}

	div#footer {
		width:765px;
		float:left;
		background: #C50943 url(../images/layout/bg_shell.png) no-repeat right bottom;
	}

		div#footergap1 {
			width:11px;
			float:left;
		}

		div#footerleft {
			color:#FFFFFF;
			width:629px;
			float:left;
			font-size:0.8em;
			font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
			font-weight:bold;
			font-style:normal;
			line-height:20px;
			padding-top:7px;
			padding-bottom:7px;
			text-align:left;
		}

			div#footerleft a {
				color:#FFFFFF;
				text-decoration:none;
			}

			div#footerleft a:visited, div#footerleft a:active {
				color:#FFFFFF;
			}

			div#footerleft a:hover {
				color:#FFFFFF;
				text-decoration:underline;
			}

		div#footerright {
			width:100px;
			float:left;
			padding-top:25px;
			text-align:right;
		}

		div#footergap2 {
			width:25px;
			float:left;
		}

	div#affiliates {
		width:765px;
		float:left;
		text-align:center;
		padding:15px 0px;
	}

		div#affiliates a {
			padding:0px 10px;
		}

	div#navigation2 {
		width:765px;
		float:left;
		text-align:center;
		color:#1D5DA7;
		font-size:0.75em;
		font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	}

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

	div#navigation2 ul li {
		margin:0px;
		padding:0px;
		display:block;
		text-align:center;
		display:inline;
	}

	div#navigation2 ul li a {
		margin:0px;
		padding:5px 1px 20px 1px;
		color:#000F90;
		text-decoration:none;
		text-align:center;
	}

	div#navigation2 ul li a:visited,  div#navigation2 ul li a:active{
		color:#4D57B2;
	}

	div#navigation2 ul li a:hover {
		color:#C50943;
	}

.whoshere ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

.whoshere ul li {
	display:inline;
	background-image:none;
	font-size:1em;
	margin:0px 10px;
	padding:0px;
}

.whoshere ul li a {
	padding:.2em .3em;
}

.hidden {
	left: -9999px;
	position: absolute;
}
